Navigation
API > API/Plugins > API/Plugins/RemoteControlInterception
Inheritance Hierarchy
- IRemoteControlInterceptionCommands
- IRemoteControlInterceptionFeature
- IRemoteControlInterceptionFeatureInterceptor
- IRemoteControlInterceptionFeatureProcessor
References
| Module | RemoteControlInterception |
| Header | /Engine/Plugins/VirtualProduction/RemoteControlInterception/Source/RemoteControlInterception/Public/IRemoteControlInterceptionCommands.h |
| Include | #include "IRemoteControlInterceptionCommands.h" |
Syntax
template<class TResponseType>
class IRemoteControlInterceptionCommands
Remarks
The list of remote control commands available for interception
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TResponseType | InvokeCall
(
FRCIFunctionMetadata& InFunction |
InvokeCall command to process | |
| TResponseType | ResetObjectProperties
(
FRCIObjectMetadata& InObject |
ResetObject command to process | |
| TResponseType | SetObjectProperties
(
FRCIPropertiesMetadata& InObjectProperties |
SetObjectProperty command to process | |
| TResponseType | SetPresetController
(
FRCIControllerMetadata& InController |
SetPresetController command |