Navigation
API > API/Plugins > API/Plugins/LevelStreamingPersistence
Inheritance Hierarchy
- IModuleInterface
- ILevelStreamingPersistenceModule
References
| Module | LevelStreamingPersistence |
| Header | /Engine/Plugins/Runtime/LevelStreamingPersistence/Source/LevelStreamingPersistence/Public/LevelStreamingPersistenceModule.h |
| Include | #include "LevelStreamingPersistenceModule.h" |
Syntax
class ILevelStreamingPersistenceModule : public IModuleInterface
Remarks
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
Functions
| Type | Name | Description | |
|---|---|---|---|
| ILevelStreamingPersistenceModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. | |
| FPostRestorePersistedProperty & | |||
| FPostRestorePersistedProperty & | OnPostRestorePersistedProperty
(
const UClass* InClass |
||
| FShouldPersistProperty & | |||
| FShouldPersistProperty & | OnShouldPersistProperty
(
const UClass* InClass |
Typedefs
| Name | Description |
|---|---|
| FPostRestorePersistedProperty | |
| FShouldPersistProperty |