Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPropertyValueIterator
Description
Returns the full stack of properties for the property currently being iterated. This includes struct and container properties
| Name | GetPropertyChain |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UnrealType.cpp |
void GetPropertyChain
(
TArray < const FProperty * > & PropertyChain
) const
Parameters
| Name | Remarks |
|---|---|
| PropertyChain | Filled in with ordered list of Properties, with currently active property first and top parent last |