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" |
EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
UObject & Object,
const FPropertyChangedEvent & PropertyEvent,
const FEditPropertyChain & PropertyChain,
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 |
| PropertyChain | leading to the property the caller is interested in |
| bOutInheritedOperation | optional parameter to know if the operation returned was inherited from a parent property |