Navigation
API > API/Plugins > API/Plugins/RemoteControlInterception
Type of operation to perform when setting a remote property's value (proxy type for ERCModifyOperation to avoid module dependency)
| Name | ERCIModifyOperation |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControlInterception/Source/RemoteControlInterception/Public/IRemoteControlInterceptionCommands.h |
| Include Path | #include "IRemoteControlInterceptionCommands.h" |
Syntax
enum ERCIModifyOperation
{
EQUAL,
ADD,
SUBTRACT,
MULTIPLY,
DIVIDE,
}
Values
| Name | Remarks |
|---|---|
| EQUAL | |
| ADD | |
| SUBTRACT | |
| MULTIPLY | |
| DIVIDE |