Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverriddenPropertySet.h |
| Include | #include "UObject/OverriddenPropertySet.h" |
Syntax
struct FEnableOverridableSerializationScope
Remarks
Overridable serialization is experimental, not supported and use at your own risk *
Scope responsible for enabling/disabling the overridable serialization from the parameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bOverridableSerializationEnabled | ||
| bool | bWasOverridableSerializationEnabled | ||
| FOverriddenPropertySet * | SavedOverriddenProperties |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEnableOverridableSerializationScope
(
bool bEnableOverridableSerialization, |
Destructors
| Type | Name | Description | |
|---|---|---|---|