Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FOverriddenPropertySet
Description
- Restore the overridable operation of the current property from the serialized property chain and the specified property
-
This will not restore modified state, has restoring sub properties will do it anyway.
| Name | RestoreOverriddenPropertyOperation |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverriddenPropertySet.h |
| Include Path | #include "UObject/OverriddenPropertySet.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/OverriddenPropertySet.cpp |
FOverriddenPropertyNode * RestoreOverriddenPropertyOperation
(
EOverriddenPropertyOperation Operation,
const FArchiveSerializedPropertyChain * CurrentPropertyChain,
FProperty * Property
)
the node containing the information of the overridden property
Parameters
| Name | Remarks |
|---|---|
| Operation | to set for this property |
| CurrentPropertyChain | leading to the property being serialized if any, null or empty it will return the node of the object itself |
| Property | being serialized if any, if null it will fallback on the last property of the chain |