Inherits ScriptCanvas::Nodeable.
|
| AZ_RTTI (EBusHandler, "{38E3448F-1876-41DF-A26F-EF873AF5EE14}", Nodeable) |
|
| AZ_CLASS_ALLOCATOR (EBusHandler, AZ::SystemAllocator) |
|
| EBusHandler (ExecutionStateWeakPtr executionState, AZStd::string_view busName, AZ::BehaviorContext *behaviorContext) |
|
| EBusHandler (AZStd::string_view busName, AZ::BehaviorContext *behaviorContext) |
|
bool | Connect () |
|
bool | ConnectTo (AZ::BehaviorArgument &busId) |
|
void | Disconnect () |
|
const AZStd::string & | GetEBusName () const |
|
int | GetEventIndex (AZStd::string_view eventName) const |
|
bool | IsActive () const override |
|
bool | IsConnected () const |
|
bool | IsConnectedTo (AZ::BehaviorArgument &busId) const |
|
void | HandleEvent (int eventIndex) |
|
| AZ_RTTI (Nodeable, "{C8195695-423A-4960-A090-55B2E94E0B25}") |
|
| AZ_CLASS_ALLOCATOR (Nodeable, AZ::SystemAllocator) |
|
| Nodeable (ExecutionStateWeakPtr executionState) |
|
void | CallOut (size_t index, AZ::BehaviorArgument *resultBVP, AZ::BehaviorArgument *argsBVPs, int numArguments) const |
|
const Execution::FunctorOut & | GetExecutionOut (size_t index) const |
|
const Execution::FunctorOut & | GetExecutionOutChecked (size_t index) const |
|
virtual NodePropertyInterface * | GetPropertyInterface (AZ::Crc32) |
|
void | Deactivate () |
|
void | InitializeExecutionOuts (size_t count) |
|
void | SetExecutionOut (size_t index, Execution::FunctorOut &&out) |
|
void | SetExecutionOutChecked (size_t index, Execution::FunctorOut &&out) |
|
|
static EBusHandler * | Create (ExecutionStateWeakPtr executionState, AZStd::string_view busName) |
|
static void | Reflect (AZ::ReflectContext *reflectContext) |
|
static void | Reflect (AZ::ReflectContext *reflectContext) |
|
|
void | OnDeactivate () override |
|
ExecutionStateWeakConstPtr | GetExecutionState () const |
|
void | InitializeExecutionOutByRequiredCount () |
|
void | InitializeExecutionState (ExecutionState *executionState) |
|
virtual void | OnInitializeExecutionState () |
|
virtual size_t | GetRequiredOutCount () const |
|
template<typename... t_Args> |
void | ExecutionOut (size_t index, t_Args &&... args) const |
|
void | ExecutionOut (size_t index) const |
|
template<typename t_Return > |
void | ExecutionOutResult (size_t index, t_Return &result) const |
|
template<typename t_Return , typename... t_Args> |
void | ExecutionOutResult (size_t index, t_Return &result, t_Args &&... args) const |
|
|
template<typename T > |
using | decay_array = AZStd::conditional_t< AZStd::is_array_v< AZStd::remove_reference_t< T > >, std::remove_extent_t< AZStd::remove_reference_t< T > > *, T && > |
|
The documentation for this class was generated from the following file:
- Gems/ScriptCanvas/Code/Include/ScriptCanvas/Core/EBusHandler.h