Navigation
API > API/Plugins > API/Plugins/RemoteControlInterception
Inheritance Hierarchy
- FRCIObjectMetadata
- FRCIPropertiesMetadata
References
| Module | RemoteControlInterception |
| Header | /Engine/Plugins/VirtualProduction/RemoteControlInterception/Source/RemoteControlInterception/Public/IRemoteControlInterceptionCommands.h |
| Include | #include "IRemoteControlInterceptionCommands.h" |
Syntax
struct FRCIPropertiesMetadata : public FRCIObjectMetadata
Remarks
Object properties metadata for custom interception/replication/processing purposes
Variables
| Type | Name | Description | |
|---|---|---|---|
| ERCIModifyOperation | Operation | Type of operation to perform on the property | |
| const TArray< uint8 > | Payload | Property payload to intercept | |
| ERCIPayloadType | PayloadType | Intercepted payload type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRCIPropertiesMetadata
(
const FString& InObjectPath, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRCIObjectMetadata
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
Returns true if reference is valid |
Constants
| Name | Description |
|---|---|
| Name | Structure Name |