Navigation
| Name | RemoteControlInterception |
| Type | Plugin |
| Part of Plugins | Remote Control Interception API |
| Location | /Engine/Plugins/VirtualProduction/RemoteControlInterception/Source/RemoteControlInterception/ |
| Module Build Rules | RemoteControlInterception.Build.cs |
Structs
| Name | Remarks |
|---|---|
| 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 |
Interfaces
| Name | Remarks |
|---|---|
| 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
Public
| Name | Remarks |
|---|---|
| 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. |