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 FPropertyVisitorPath & PropertyPath,
bool * bOutInheritedOperation
)
Remarks
Retrieve the overridable operation from the specified property path the current type of override operation on the property
Parameters
| Name | Description |
|---|---|
| Object | owning the property |
| PropertyPath | leading to the property the caller is interested in |
| bOutInheritedOperation | optional parameter to know if the operation returned was inherited from a parent property |