Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FOverriddenPropertySet > API/Runtime/CoreUObject/UObject/FOverriddenPropertySet/GetOverriddenPro-
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverriddenPropertySet.h |
| Include | #include "UObject/OverriddenPropertySet.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/OverriddenPropertySet.cpp |
EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
const FArchiveSerializedPropertyChain * CurrentPropertyChain,
FProperty * Property
) const
Remarks
Retrieve the overridable operation from the specified the serialized property chain and the specified property the current type of override operation on the property
Parameters
| Name | Description |
|---|---|
| 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 |