Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/FRCFieldPathInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RemoteControlFieldPath.h | |||
FRCFieldPathInfo
(
FProperty* Property |
Builds a path info from a property. | RemoteControlFieldPath.h | |
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 | RemoteControlFieldPath.h |
FRCFieldPathInfo()
| Name | FRCFieldPathInfo |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlFieldPath.h |
| Include Path | #include "RemoteControlFieldPath.h" |
FRCFieldPathInfo()
FRCFieldPathInfo(FProperty *)
Description
Builds a path info from a property.
| Name | FRCFieldPathInfo |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlFieldPath.h |
| Include Path | #include "RemoteControlFieldPath.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlFieldPath.cpp |
FRCFieldPathInfo
(
FProperty * Property
)
FRCFieldPathInfo(const FString &, bool)
Description
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
| Name | FRCFieldPathInfo |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlFieldPath.h |
| Include Path | #include "RemoteControlFieldPath.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlFieldPath.cpp |
FRCFieldPathInfo
(
const FString & PathInfo,
bool bSkipDuplicates
)