Navigation
API > API/Plugins > API/Plugins/LevelStreamingPersistence > API/Plugins/LevelStreamingPersistence/ILevelStreamingPersistenceModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPostRestorePersistedProperty & OnPostRestorePersistedProperty () |
Game code hook for after an object's property has been restored. | LevelStreamingPersistenceModule.h | |
FPostRestorePersistedProperty & OnPostRestorePersistedProperty
(
const UClass* InClass |
Game code hook for after an object's property has been restored. | LevelStreamingPersistenceModule.h |
OnPostRestorePersistedProperty()
Description
Game code hook for after an object's property has been restored.
| Name | OnPostRestorePersistedProperty |
| Type | function |
| Header File | /Engine/Plugins/Runtime/LevelStreamingPersistence/Source/LevelStreamingPersistence/Public/LevelStreamingPersistenceModule.h |
| Include Path | #include "LevelStreamingPersistenceModule.h" |
template<typename ClassType>
FPostRestorePersistedProperty & OnPostRestorePersistedProperty()
OnPostRestorePersistedProperty(const UClass *)
Description
Game code hook for after an object's property has been restored.
| Name | OnPostRestorePersistedProperty |
| Type | function |
| Header File | /Engine/Plugins/Runtime/LevelStreamingPersistence/Source/LevelStreamingPersistence/Public/LevelStreamingPersistenceModule.h |
| Include Path | #include "LevelStreamingPersistenceModule.h" |
FPostRestorePersistedProperty & OnPostRestorePersistedProperty
(
const UClass * InClass
)