FPropertyValueIterator::GetPropertyChain

Returns the full stack of properties for the property currently being iterated.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h

Include

#include "UObject/UnrealType.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/UnrealType.cpp

Syntax

void GetPropertyChain
(
    TArray< const FProperty * > & PropertyChain
) const

Remarks

Returns the full stack of properties for the property currently being iterated. This includes struct and container properties

Parameters

Parameter

Description

PropertyChain

Filled in with ordered list of Properties, with currently active property first and top parent last

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss