Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
| |
|
| Name |
FRCRemoteFunctionCallParams |
| Type |
struct |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCAllowedRemoteFunctionCallUtilities.h |
| Include Path |
#include "RCAllowedRemoteFunctionCallUtilities.h" |
Syntax
struct FRCRemoteFunctionCallParams
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| FunctionName |
FString |
Required: Name of the function prospect to call |
RCAllowedRemoteFunctionCallUtilities.h |
|
| ObjectClass |
const UClass * |
Required: Path to the object class containing the function prospect to call |
RCAllowedRemoteFunctionCallUtilities.h |
|