Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
Describes a rule to allow a function (or all the functions) within a specified class to be called remotely
| Name | FRCAllowedRemoteFunctionCall |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCAllowedRemoteFunctionCall.h |
| Include Path | #include "RCAllowedRemoteFunctionCall.h" |
Syntax
USTRUCT ()
struct FRCAllowedRemoteFunctionCall
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowChildClasses | bool | Determines whether child classes of ClassPath are allowed. | RCAllowedRemoteFunctionCall.h |
|
| ClassPath | FSoftClassPath | The path of the class to allow | RCAllowedRemoteFunctionCall.h |
|
| FunctionName | TOptional< FString > | If set, the name of the function to allow. | RCAllowedRemoteFunctionCall.h |
|