Inherits ScriptCanvas::GraphInfo, and ScriptCanvas::LoggableEvent.
Inherited by ScriptCanvas::AnnotateNodeSignal, and ScriptCanvas::NodeStateChange.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (GraphInfoEventBase, AZ::SystemAllocator) | |
| AZ_RTTI (GraphInfoEventBase, "{873431EB-7B4D-410A-9F2F-5E2E0E00140B}", GraphInfo, LoggableEvent) | |
| GraphInfoEventBase (const GraphInfo &graphInfo) | |
| Timestamp | GetTimestamp () const override final |
| void | SetTimestamp (Timestamp timestamp) override final |
Public Member Functions inherited from ScriptCanvas::GraphInfo | |
| AZ_CLASS_ALLOCATOR (GraphInfo, AZ::SystemAllocator) | |
| AZ_RTTI (GraphInfo, "{5E7ED577-2F0E-4BC2-97A0-B3B7307EDA26}") | |
| GraphInfo (const GraphInfo &)=default | |
| GraphInfo (ExecutionStateWeakConstPtr executionState) | |
| 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) | |
| AZ_RTTI (LoggableEvent, "{0ACA3F48-170F-4859-9ED7-9C60523758A7}") | |
| LoggableEvent (const LoggableEvent &rhs)=default | |
| virtual AZStd::string | ToString () const |
| virtual void | Visit (LoggableEventVisitor &) |
Public Attributes | |
| Timestamp | m_timestamp |
Public Attributes inherited from ScriptCanvas::GraphInfo | |
| NamedActiveEntityId | m_runtimeEntity |
| GraphIdentifier | m_graphIdentifier |
|
finaloverridevirtual |
Reimplemented from ScriptCanvas::LoggableEvent.
|
finaloverridevirtual |
Reimplemented from ScriptCanvas::LoggableEvent.