Navigation
API > API/Plugins > API/Plugins/RemoteControlInterception
References
| Module | RemoteControlInterception |
| Header | /Engine/Plugins/VirtualProduction/RemoteControlInterception/Source/RemoteControlInterception/Public/IRemoteControlInterceptionCommands.h |
| Include | #include "IRemoteControlInterceptionCommands.h" |
Syntax
struct FRCIControllerMetadata
Remarks
Controller properties for interception of Controller get/set operations
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Controller | The Controller being manipulated in the Preset | |
| const TArray< uint8 > | Payload | Request Payload | |
| FName | Preset | Name of the Remote Control Preset holding the Controller |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRCIControllerMetadata
(
const FName InPreset, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FName & | Get Unique Path for Controller metadata | ||
| bool | IsValid () |
Returns true if reference is valid |
Constants
| Name | Description |
|---|---|
| Name | Structure Name - Used by replication event handlers to deserialize event data into the correct structure for a given event |