▼CAZ::Component | |
CSaveData::SaveDataSystemComponent | A system component providing functionality related to saving / loading persistent user data |
▼CAZ::EBusTraits | |
CSaveData::SaveDataNotifications | EBus interface used to listen for notifications related to the saving of persistent user data |
CSaveData::SaveDataRequests | EBus interface used to make queries/requests related to saving/loading persistent user data |
▼CAZ::TickBus::Handler | |
CSaveData::SaveDataSystemComponent::Implementation | Base class for platform specific implementations of the save data system component |
CSaveData::SaveDataNotifications::DataBufferLoadedParams | The parameters sent with a data buffer loaded notification |
CSaveData::SaveDataNotifications::DataBufferSavedParams | The parameters sent with a data buffer saved notification |
CSaveData::SaveDataRequests::LoadDataBufferParams | The parameters used to send a load data buffer request |
CSaveData::SaveDataRequests::SaveDataBufferParams | The parameters used to send a save data buffer request |
CSaveData::SaveDataRequests::SaveOrLoadObjectParams< SerializableType > | |
CSaveData::SaveDataSystemComponent::Implementation::ThreadCompletionPair | Pairing of a save/load thread with an atomic bool indicating whether it is complete |
▼CSaveDataRequestBus::Handler | |
CSaveData::SaveDataSystemComponent | A system component providing functionality related to saving / loading persistent user data |