Navigation
Unreal Engine C++ API Reference > Plugins > RemoteControl > FRCFieldPathInfo
Type | Name | Description | |
---|---|---|---|
FRCFieldPathInfo
(
FProperty* Property |
Builds a path info from a property. | ||
FRCFieldPathInfo
(
const FString& PathInfo, |
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 |