Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FOverriddenPropertySet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
FPropertyVisitorPath::Iterator PropertyIterator, |
Retrieve the overridable operation from the specified the edit property chain node | UObject/OverriddenPropertySet.h | |
EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
const FArchiveSerializedPropertyChain* CurrentPropertyChain, |
Retrieve the overridable operation from the specified the serialized property chain and the specified property | UObject/OverriddenPropertySet.h | |
EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
const FOverriddenPropertyNode* ParentPropertyNode, |
UObject/OverriddenPropertySet.h | ||
EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
const FOverriddenPropertyNode* ParentPropertyNode, |
UObject/OverriddenPropertySet.h |
GetOverriddenPropertyOperation(FPropertyVisitorPath::Iterator, bool *)
Description
Retrieve the overridable operation from the specified the edit property chain node
| Name | GetOverriddenPropertyOperation |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverriddenPropertySet.h |
| Include Path | #include "UObject/OverriddenPropertySet.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/OverriddenPropertySet.cpp |
EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
FPropertyVisitorPath::Iterator PropertyIterator,
bool * bOutInheritedOperation
) const
the current type of override operation on the property
Parameters
| Name | Remarks |
|---|---|
| PropertyIterator | leading to the property interested in, invalid iterator will return the operation of the object itself |
| bOutInheritedOperation | optional parameter to know if the state returned was inherited from a parent property |
GetOverriddenPropertyOperation(const FArchiveSerializedPropertyChain , FProperty )
Description
Retrieve the overridable operation from the specified the serialized property chain and the specified property
| Name | GetOverriddenPropertyOperation |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverriddenPropertySet.h |
| Include Path | #include "UObject/OverriddenPropertySet.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/OverriddenPropertySet.cpp |
EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
const FArchiveSerializedPropertyChain * CurrentPropertyChain,
FProperty * Property
) const
the current type of override operation on the property
Parameters
| Name | Remarks |
|---|---|
| CurrentPropertyChain | leading to the property being serialized if any, null or empty it will return the node of the object itself |
| Property | being serialized if any, if null it will fallback on the last property of the chain |
GetOverriddenPropertyOperation(const FOverriddenPropertyNode , const FArchiveSerializedPropertyChain , FProperty *)
| Name | GetOverriddenPropertyOperation |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverriddenPropertySet.h |
| Include Path | #include "UObject/OverriddenPropertySet.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/OverriddenPropertySet.cpp |
EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
const FOverriddenPropertyNode * ParentPropertyNode,
const FArchiveSerializedPropertyChain * CurrentPropertyChain,
FProperty * Property
) const
GetOverriddenPropertyOperation(const FOverriddenPropertyNode , FPropertyVisitorPath::Iterator, bool , const void *)
| Name | GetOverriddenPropertyOperation |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverriddenPropertySet.h |
| Include Path | #include "UObject/OverriddenPropertySet.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/OverriddenPropertySet.cpp |
EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
const FOverriddenPropertyNode * ParentPropertyNode,
FPropertyVisitorPath::Iterator PropertyIterator,
bool * bOutInheritedOperation,
const void * Data
) const