ERCIResponse

Interception flags that define how RemoteControl should behave after a message was intercepted.

Windows
MacOS
Linux

References

Module

RemoteControlInterception

Header

/Engine/Plugins/VirtualProduction/RemoteControlInterception/Source/RemoteControlInterception/Public/IRemoteControlInterceptionCommands.h

Include

#include "IRemoteControlInterceptionCommands.h"

Syntax

enum ERCIResponse
{
    Apply,
    Intercept,
}

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss