Navigation
API > API/Plugins > API/Plugins/RemoteControlInterception
UFunction metadata for custom interception/replication/processing purposes
| |
|
| Name |
FRCIFunctionMetadata |
| Type |
struct |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControlInterception/Source/RemoteControlInterception/Public/IRemoteControlInterceptionCommands.h |
| Include Path |
#include "IRemoteControlInterceptionCommands.h" |
Syntax
struct FRCIFunctionMetadata
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
IRemoteControlInterceptionCommands.h |
|
FRCIFunctionMetadata
(
const FString& InObjectPath,
const FString& InFunctionPath,
const bool bInGenerateTransaction,
const ERCIPayloadType InPayloadType,
const TArray< uint8 >& InPayload
)
|
|
IRemoteControlInterceptionCommands.h |
|
Constants
| Name |
Type |
Remarks |
Include Path |
| Name |
TCHAR const * |
Structure Name |
IRemoteControlInterceptionCommands.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bGenerateTransaction |
bool |
Should the call generate transaction |
IRemoteControlInterceptionCommands.h |
|
| FunctionPath |
FString |
UFunction object path |
IRemoteControlInterceptionCommands.h |
|
| ObjectPath |
FString |
Owner object path |
IRemoteControlInterceptionCommands.h |
|
| Payload |
const TArray< uint8 > |
Property payload to intercept |
IRemoteControlInterceptionCommands.h |
|
| PayloadType |
ERCIPayloadType |
Intercepted payload type |
IRemoteControlInterceptionCommands.h |
|
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| UniquePath |
FName |
Object Path + Function Path |
IRemoteControlInterceptionCommands.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
const FName & GetUniquePath()
|
Get Unique Path for Function metadata |
IRemoteControlInterceptionCommands.h |
|
|
Returns true if reference is valid |
IRemoteControlInterceptionCommands.h |
|