Navigation
API > API/Plugins > API/Plugins/RemoteControlInterception
The list of remote control commands available for interception
| Name | IRemoteControlInterceptionCommands |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControlInterception/Source/RemoteControlInterception/Public/IRemoteControlInterceptionCommands.h |
| Include Path | #include "IRemoteControlInterceptionCommands.h" |
Syntax
template<class TResponseType>
class IRemoteControlInterceptionCommands
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IRemoteControlInterceptionCommands() |
IRemoteControlInterceptionCommands.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TResponseType InvokeCall
(
FRCIFunctionMetadata& InFunction |
InvokeCall command to process | IRemoteControlInterceptionCommands.h | |
TResponseType ResetObjectProperties
(
FRCIObjectMetadata& InObject |
ResetObject command to process | IRemoteControlInterceptionCommands.h | |
TResponseType SetObjectProperties
(
FRCIPropertiesMetadata& InObjectProperties |
SetObjectProperty command to process | IRemoteControlInterceptionCommands.h | |
TResponseType SetPresetController
(
FRCIControllerMetadata& InController |
SetPresetController command | IRemoteControlInterceptionCommands.h |