Navigation
API > API/Plugins > API/Plugins/RemoteControlInterception > API/Plugins/RemoteControlInterception/FRCIFunctionMetadata
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IRemoteControlInterceptionCommands.h | |||
FRCIFunctionMetadata
(
const FString& InObjectPath, |
IRemoteControlInterceptionCommands.h |
FRCIFunctionMetadata()
| Name | FRCIFunctionMetadata |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControlInterception/Source/RemoteControlInterception/Public/IRemoteControlInterceptionCommands.h |
| Include Path | #include "IRemoteControlInterceptionCommands.h" |
FRCIFunctionMetadata()
FRCIFunctionMetadata(const FString &, const FString &, const bool, const ERCIPayloadType, const TArray< uint8 > &)
| Name | FRCIFunctionMetadata |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControlInterception/Source/RemoteControlInterception/Public/IRemoteControlInterceptionCommands.h |
| Include Path | #include "IRemoteControlInterceptionCommands.h" |
FRCIFunctionMetadata
(
const FString & InObjectPath,
const FString & InFunctionPath,
const bool bInGenerateTransaction,
const ERCIPayloadType InPayloadType,
const TArray< uint8 > & InPayload
)