Open 3D Engine ScriptCanvas Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Public Member Functions | |
AZ_CLASS_ALLOCATOR (ExecutionId, AZ::SystemAllocator) | |
AZ_INLINE bool | operator== (const ExecutionId &rhs) const |
AZ_INLINE bool | operator!= (const ExecutionId &rhs) const |
AZ_INLINE | ExecutionId (const Node *node, const Slot *slot) |
Public Attributes | |
const Node * | m_node = nullptr |
const Slot * | m_slot = nullptr |