Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectSaveOverride.h |
| Include | #include "UObject/ObjectSaveOverride.h" |
Syntax
struct FPropertySaveOverride
Remarks
Data collected during SavePackage that modifies the EPropertyFlags for a single FProperty on a single object instance when that object is serialized by SavePackage. The specified changes apply during both the harvesting phase (discovery of referenced imports and exports) and the serialization to disk phase.
currently only support marking a property transient
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bMarkTransient | ||
| FFieldPath | PropertyPath |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Merge
(
const FPropertySaveOverride& Other |