Navigation
API > API/Plugins > API/Plugins/LevelStreamingPersistence
References
| Module | LevelStreamingPersistence |
| Header | /Engine/Plugins/Runtime/LevelStreamingPersistence/Source/LevelStreamingPersistence/Public/LevelStreamingPersistenceManager.h |
| Include | #include "LevelStreamingPersistenceManager.h" |
Syntax
struct FLevelStreamingPersistentObjectPublicProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< const FProperty * > | PersistentProperties | Persistent Properties. | |
| TArray< const FProperty * > | PropertiesToPersist | Properties to persist (computed once) | |
| FLevelStreamingPersistentObjectPropertyBag | PropertyBag | Public properties. | |
| FString | SourceClassPathName | Object source class. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachPersistentProperty
(
TFunctionRef< void(const FProperty*)> Func |
||
| const UClass * | |||
| bool | Sanitize
(
const ULevelStreamingPersistenceManager& InManager |
||
| void |