Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FOverridableManager > API/Runtime/CoreUObject/UObject/FOverridableManager/GetOverriddenPro-
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverridableManager.h |
| Include | #include "UObject/OverridableManager.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/OverridableManager.cpp |
EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
UObject & Object,
const FPropertyChangedEvent & PropertyEvent,
const FEditPropertyChain::TDoubleLinkedListNode * PropertyNode,
bool * bOutInheritedOperation
)
Remarks
Retrieve the overridable operation from the specified the edit property chain the current type of override operation on the property
Parameters
| Name | Description |
|---|---|
| Object | owning the property |
| PropertyEvent | only needed to know about the container item index in any |
| PropertyNode | leading to the property interested in, null will return the operation on the specified object |
| bOutInheritedOperation | optional parameter to know if the state returned was inherited from a parent property |