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 FRCIObjectMetadata
Remarks
Object metadata for custom interception/replication/processing purposes
Variables
| Type | Name | Description | |
|---|---|---|---|
| ERCIAccess | Access | Property access type | |
| FString | ObjectPath | Owner object path | |
| FString | PropertyPath | FProperty path | |
| FString | PropertyPathInfo | Full property path, including path to inner structs, arrays, maps, etc |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRCIObjectMetadata
(
const FString& InObjectPath, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FName & | Get Unique Path for Object metadata | ||
| bool | IsValid () |
Returns true if reference is valid |
Constants
| Name | Description |
|---|---|
| Name | Structure Name |