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