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 ERCIModifyOperation
&123;
EQUAL,
ADD,
SUBTRACT,
MULTIPLY,
DIVIDE,
&125;
Values
| Name | Description |
|---|---|
| EQUAL | |
| ADD | |
| SUBTRACT | |
| MULTIPLY | |
| DIVIDE |
Remarks
Type of operation to perform when setting a remote property's value (proxy type for ERCModifyOperation to avoid module dependency)