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
enum ERCIResponse
&123;
Apply,
Intercept,
&125;
Values
| Name | Description |
|---|---|
| Apply | Set/reset property on RemoteControl side even though the message was intercepted. |
| Intercept | Do not process the RC command on RemoteControl side. An interceptor will decide what to do with it. |
Remarks
Interception flags that define how RemoteControl should behave after a message was intercepted.