Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FOverridableManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
TNotNull< UObject* > Object, |
Retrieve the overridable operation from the specified property path | UObject/OverridableManager.h | |
EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
TNotNull< UObject* > Object, |
UObject/OverridableManager.h | ||
EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
TNotNull< UObject* > Object, |
Retrieve the overridable operation from the specified the edit property chain | UObject/OverridableManager.h |
GetOverriddenPropertyOperation(TNotNull< UObject >, const FPropertyVisitorPath &, bool )
Description
Retrieve the overridable operation from the specified property path
| Name | GetOverriddenPropertyOperation |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverridableManager.h |
| Include Path | #include "UObject/OverridableManager.h" |
EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
TNotNull< UObject * > Object,
const FPropertyVisitorPath & PropertyPath,
bool * bOutInheritedOperation
)
the current type of override operation on the property
Parameters
| Name | Remarks |
|---|---|
| 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 |
GetOverriddenPropertyOperation(TNotNull< UObject >, FPropertyVisitorPath::Iterator, bool )
| Name | GetOverriddenPropertyOperation |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverridableManager.h |
| Include Path | #include "UObject/OverridableManager.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/OverridableManager.cpp |
EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
TNotNull< UObject * > Object,
FPropertyVisitorPath::Iterator PropertyIterator,
bool * bOutInheritedOperation
)
GetOverriddenPropertyOperation(TNotNull< UObject >, const FPropertyChangedEvent &, const FEditPropertyChain &, bool )
Description
Retrieve the overridable operation from the specified the edit property chain
| Name | GetOverriddenPropertyOperation |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverridableManager.h |
| Include Path | #include "UObject/OverridableManager.h" |
EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
TNotNull< UObject * > Object,
const FPropertyChangedEvent & PropertyEvent,
const FEditPropertyChain & PropertyChain,
bool * bOutInheritedOperation
)
the current type of override operation on the property
Parameters
| Name | Remarks |
|---|---|
| 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 |