Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URemoteControlPreset
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOptional< FRemoteControlFunction > GetFunction
(
FName FunctionLabel |
Get an exposed function using its label. | RemoteControlPreset.h | |
TOptional< FRemoteControlFunction > GetFunction
(
FGuid FunctionId |
Get an exposed function using its id. | RemoteControlPreset.h |
GetFunction(FName)
Description
Get an exposed function using its label.
| Name | GetFunction |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPreset.h |
| Include Path | #include "RemoteControlPreset.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlPreset.cpp |
TOptional < FRemoteControlFunction > GetFunction
(
FName FunctionLabel
) const
GetFunction(FGuid)
Description
Get an exposed function using its id.
| Name | GetFunction |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPreset.h |
| Include Path | #include "RemoteControlPreset.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlPreset.cpp |
TOptional < FRemoteControlFunction > GetFunction
(
FGuid FunctionId
) const