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