Navigation
API > API/Plugins > API/Plugins/LevelStreamingPersistence
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UWorldSubsystem
- ULevelStreamingPersistenceManager
References
| Module | LevelStreamingPersistence |
| Header | /Engine/Plugins/Runtime/LevelStreamingPersistence/Source/LevelStreamingPersistence/Public/LevelStreamingPersistenceManager.h |
| Include | #include "LevelStreamingPersistenceManager.h" |
Syntax
UCLASS&40;&41;
class ULevelStreamingPersistenceManager : public UWorldSubsystem
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetPropertyValue
(
const FString& InObjectPathName, |
Gets the property value if found, returns true on success. | |
| bool | GetPropertyValueAsString
(
const FString& InObjectPathName, |
Gets the property value and converts it to a string if found, returns true on success. | |
| bool | InitializeFrom
(
const TArray< uint8 >& InPayload |
||
| bool | SerializeTo
(
TArray< uint8 >& OutPayload |
Serialization. | |
| bool | SetPropertyValue
(
const FString& InObjectPathName, |
Sets property value and creates the entry if necessary, returns true on success. | |
| bool | TrySetPropertyValue
(
const FString& InObjectPathName, |
Sets the property value on existing entries, returns true on success. | |
| bool | TrySetPropertyValueFromString
(
const FString& InObjectPathName, |
Sets the property value converted from the provided string value on existing entries, returns true on success. |
Overridden from UWorldSubsystem
| Type | Name | Description | |
|---|---|---|---|
| bool | DoesSupportWorldType
(
const EWorldType::Type WorldType |
Overridden from USubsystem
| Type | Name | Description | |
|---|---|---|---|
| void | Deinitialize () |
Implement this for deinitialization of instances of the system | |
| void | Initialize
(
FSubsystemCollectionBase& Collection |
Implement this for initialization of instances of the system | |
| bool | ShouldCreateSubsystem
(
UObject* Outer |
Override to control if the Subsystem should be created at all. |
Constants
| Name | Description |
|---|---|
| bIsEnabled | |
| DumpContentCommand | |
| EnableCommand | Console commands. |
| GetPropertyValueCommand | |
| LoadFromFileCommand | |
| SaveToFileCommand | |
| SetPropertyValueCommand |