Navigation
Classes
| Type | Name | Description | |
|---|---|---|---|
| FRCIControllerMetadata | Controller properties for interception of Controller get/set operations | ||
| FRCIFunctionMetadata | UFunction metadata for custom interception/replication/processing purposes | ||
| FRCIObjectMetadata | Object metadata for custom interception/replication/processing purposes | ||
| FRCIPropertiesMetadata | Object properties metadata for custom interception/replication/processing purposes | ||
| IRemoteControlInterceptionCommands | The list of remote control commands available for interception | ||
| IRemoteControlInterceptionFeature | Base RCI feature interface | ||
| IRemoteControlInterceptionFeatureInterceptor | RCI command interceptor feature | ||
| IRemoteControlInterceptionFeatureProcessor | RCI command processor feature |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ERCIAccess | Remote property access mode (proxy type for ERCAccess to avoid RC module dependency) | ||
| ERCIModifyOperation | Type of operation to perform when setting a remote property's value (proxy type for ERCModifyOperation to avoid module dependency) | ||
| ERCIPayloadType | Payload serialization type (proxy type for ERCPayloadType to avoid RC module dependency) | ||
| ERCIResponse | Interception flags that define how RemoteControl should behave after a message was intercepted. |