Navigation
API > API/Plugins > API/Plugins/RemoteControl
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlFieldPath.h |
| Include | #include "RemoteControlFieldPath.h" |
Syntax
USTRUCT ()
struct FRCFieldPathSegment
Remarks
RemoteControl Path segment holding a property layer
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ArrayIndex | Container index if any. | |
| FString | MapKey | Holds the key in case of a path containing an indexed map. | |
| FName | Name | Name of the segment | |
| FRCFieldResolvedData | ResolvedData | Resolved Data of the segment | |
| FString | ValuePropertyName | Value property name, in case a map is being indexed. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRCFieldPathSegment
(
FStringView SegmentName |
Builds a segment from a name. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsResolved () |
Returns true if a Field was found for a given owner | |
| FString | ToString
(
bool bDuplicateContainer |
Converts this segment to a string FieldName, FieldName[Index] If bDuplicateContainer is asked, format will be different if its indexed FieldName.FieldName[Index] -> This is to bridge for PathToProperty |