|
Open 3D Engine ScriptCanvas Gem API Reference
2205.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits ScriptCanvas::GraphInfo, and ScriptCanvas::LoggableEvent.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (ExecutionThreadBeginning, AZ::SystemAllocator, 0) | |
| AZ_RTTI (ExecutionThreadBeginning, "{410EB31A-F6DC-415D-848B-43537B962A43}", GraphInfo, LoggableEvent) | |
| ExecutionThreadBeginning (const ExecutionThreadBeginning &)=default | |
| ExecutionThreadBeginning (const GraphInfo &graphInfo, AZ::EntityId nodeId) | |
| LoggableEvent * | Duplicate () const override |
| Timestamp | GetTimestamp () const override |
| void | SetTimestamp (Timestamp timestamp) override |
| AZStd::string | ToString () const override |
| void | Visit (LoggableEventVisitor &visitor) override |
Public Member Functions inherited from ScriptCanvas::GraphInfo | |
| AZ_CLASS_ALLOCATOR (GraphInfo, AZ::SystemAllocator, 0) | |
| AZ_RTTI (GraphInfo, "{8D40A70D-3846-46B4-B0BF-22B5D0F55ADC}") | |
| GraphInfo (const GraphInfo &)=default | |
| GraphInfo (const NamedActiveEntityId &runtimeEntity, const GraphIdentifier &graphIdentifier) | |
| bool | operator== (const GraphInfo &graphInfo) const |
| AZStd::string | ToString () const |
Public Member Functions inherited from ScriptCanvas::LoggableEvent | |
| AZ_CLASS_ALLOCATOR (LoggableEvent, AZ::SystemAllocator, 0) | |
| AZ_RTTI (LoggableEvent, "{0ACA3F48-170F-4859-9ED7-9C60523758A7}") | |
Public Attributes | |
| NamedActiveEntityId | m_nodeId |
| Timestamp | m_timestamp |
Public Attributes inherited from ScriptCanvas::GraphInfo | |
| NamedActiveEntityId | m_runtimeEntity |
| GraphIdentifier | m_graphIdentifier |
1.8.17