Navigation
API > API/Plugins > API/Plugins/RemoteControlInterception
Remote property access mode (proxy type for ERCAccess to avoid RC module dependency)
| Name | ERCIAccess |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControlInterception/Source/RemoteControlInterception/Public/IRemoteControlInterceptionCommands.h |
| Include Path | #include "IRemoteControlInterceptionCommands.h" |
Syntax
enum ERCIAccess
{
NO_ACCESS,
READ_ACCESS,
WRITE_ACCESS,
WRITE_TRANSACTION_ACCESS,
WRITE_MANUAL_TRANSACTION_ACCESS,
}
Values
| Name | Remarks |
|---|---|
| NO_ACCESS | |
| READ_ACCESS | |
| WRITE_ACCESS | |
| WRITE_TRANSACTION_ACCESS | |
| WRITE_MANUAL_TRANSACTION_ACCESS |