PathToPropertyContainer

The chain of struct or collection (array, set, tmap) properties leading to some leaf property.

Windows
MacOS
Linux

Syntax

FLevelSnapshotPropertyChain PathToPropertyContainer

Remarks

The chain of struct or collection (array, set, tmap) properties leading to some leaf property. Does not contain the leaf property. For collections along the path, the inner property is contained.

Property examples:

  • UActorComponent::RelativeLocation::X > [0] = 'RelativeLocation'.

  • UFoo::BarStruct::ArrayOfStructs::SomeProperty > [0] = 'BarStruct' (FStructProperty), [1] = 'ArrayOfStructs' (FArrayProperty), [2] = 'ArrayOfStructs_Inner' (FStructProperty)

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