Navigation
API > API/Plugins > API/Plugins/RemoteControl
Type of operation to perform when setting a remote property's value
| Name | ERCModifyOperation |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h |
| Include Path | #include "IRemoteControlModule.h" |
Syntax
enum ERCModifyOperation
{
EQUAL,
ADD,
SUBTRACT,
MULTIPLY,
DIVIDE,
}
Values
| Name | Remarks |
|---|---|
| EQUAL | |
| ADD | |
| SUBTRACT | |
| MULTIPLY | |
| DIVIDE |