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 FPropertyChangedEvent & PropertyEvent,
const FEditPropertyChain::TDoubleLinkedListNode * PropertyNode,
bool * bOutInheritedOperation
) const
Remarks
Retrieve the overridable operation from the specified the edit property chain node the current type of override operation on the property
Parameters
| Name | Description |
|---|---|
| PropertyEvent | only needed to know about the container item index in any |
| PropertyNode | leading to the property interested in, null will return the operation of the object itself |
| bOutInheritedOperation | optional parameter to know if the state returned was inherited from a parent property |