Navigation
API > API/Plugins > API/Plugins/RemoteControlInterception
Interception flags that define how RemoteControl should behave after a message was intercepted.
| Name | ERCIResponse |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControlInterception/Source/RemoteControlInterception/Public/IRemoteControlInterceptionCommands.h |
| Include Path | #include "IRemoteControlInterceptionCommands.h" |
Syntax
enum ERCIResponse
{
Apply,
Intercept,
}
Values
| Name | Remarks |
|---|---|
| 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. |