FRCFieldPathInfo

Overload list

Windows
MacOS
Linux
Name Description

Public function

FRCFieldPathInfo()

Public function

FRCFieldPathInfo

(
    FProperty* Property
)

Builds a path info from a property.

Public function

FRCFieldPathInfo

(
    const FString& PathInfo,
    bool bSkipDuplicates
)

Builds a path info from a string of format with '.' delimiters Optionally can reduce duplicates when dealing with containers If true -> Struct.ArrayName.ArrayName[2].Member will collapse to Struct.ArrayName[2].Member This is when being used with PathToProperty

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