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
struct FRCFieldResolvedData
Remarks
Small container for the resolved data of a remote control field segment
Variables
| Type | Name | Description | |
|---|---|---|---|
| void * | ContainerAddress | Container address of this segment | |
| FProperty * | Field | Resolved field for this segment | |
| int32 | MapIndex | Index resolved from the key of the segment. | |
| UStruct * | Struct | Type of that segment owner |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
Returns validity of the resolved data |