Inherits GraphCanvas::SceneMemberComponentSaveData< PersistentIdComponentSaveData >.
Public Member Functions | |
| AZ_RTTI_NO_TYPE_INFO_DECL () | |
| AZ_CLASS_ALLOCATOR (PersistentIdComponentSaveData, AZ::SystemAllocator) | |
| bool | RequiresSave () const override |
Public Member Functions inherited from GraphCanvas::SceneMemberComponentSaveData< PersistentIdComponentSaveData > | |
| AZ_RTTI ((SceneMemberComponentSaveData, "{2DF9A652-DF5D-43B1-932F-B6A838E36E97}", PersistentIdComponentSaveData), ComponentSaveData) | |
| AZ_CLASS_ALLOCATOR (SceneMemberComponentSaveData, AZ::SystemAllocator) | |
| void | Activate (const AZ::EntityId &memberId) |
| void | OnSceneSet (const AZ::EntityId &graphId) override |
| void | WriteSaveData (EntitySaveDataContainer &saveDataContainer) const override |
| void | ReadSaveData (const EntitySaveDataContainer &saveDataContainer) override |
Public Member Functions inherited from GraphCanvas::ComponentSaveData | |
| AZ_RTTI (ComponentSaveData, "{359ACEC7-D0FA-4FC0-8B59-3755BB1A9836}") | |
| AZ_CLASS_ALLOCATOR (ComponentSaveData, AZ::SystemAllocator) | |
| void | operator= (const ComponentSaveData &) |
| void | RegisterIds (const AZ::EntityId &entityId, const AZ::EntityId &graphId) |
| void | SignalDirty () |
Public Attributes | |
| PersistentGraphMemberId | m_persistentId |
Friends | |
| class | PersistentIdComponent |
Additional Inherited Members | |
Protected Member Functions inherited from GraphCanvas::ComponentSaveData | |
| const AZ::EntityId & | GetOwnerId () const |
| const AZ::EntityId & | GetGraphId () const |
Protected Attributes inherited from GraphCanvas::SceneMemberComponentSaveData< PersistentIdComponentSaveData > | |
| AZ::EntityId | m_entityId |
|
inlineoverridevirtual |