Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/FRemoteControlFunction
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
RemoteControlField.h |
|
|
|
RemoteControlField.h |
|
|
|
RemoteControlField.h |
|
FRemoteControlFunction()
| |
|
| Name |
FRemoteControlFunction |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlField.h |
| Include Path |
#include "RemoteControlField.h" |
FRemoteControlFunction()
FRemoteControlFunction(FName, FRCFieldPathInfo, UFunction *)
| |
|
| Name |
FRemoteControlFunction |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlField.h |
| Include Path |
#include "RemoteControlField.h" |
| Source |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlField.cpp |
FRemoteControlFunction
(
FName InLabel,
FRCFieldPathInfo FieldPathInfo,
UFunction * InFunction
)
FRemoteControlFunction(URemoteControlPreset , FName, FRCFieldPathInfo, UFunction , const TArray< URemoteControlBinding * > &)
| |
|
| Name |
FRemoteControlFunction |
| Type |
function |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlField.h |
| Include Path |
#include "RemoteControlField.h" |
| Source |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlField.cpp |
FRemoteControlFunction
(
URemoteControlPreset * InPreset,
FName InLabel,
FRCFieldPathInfo InFieldPathInfo,
UFunction * InFunction,
const TArray < URemoteControlBinding * > & InBindings
)