Navigation
Unreal Engine C++ API Reference > Plugins > RemoteControl > URemoteControlPreset
References
Module | RemoteControl |
Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPreset.h |
Include | #include "RemoteControlPreset.h" |
Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlPreset.cpp |
PRAGMA_ENABLE_DEPRECATION_WARNINGSPRAGMA_DISABLE_DEPRECATION_WARNINGS TOptional < FExposedFunction > ResolveExposedFunction
(
FName FunctionLabel
) const
Remarks
Resolve a remote controlled function to its UFunction and owner objects. The resolved exposed function if found.
Parameters
Name | Description |
---|---|
Alias | the target's alias that contains the remote controlled function. |
FunctionLabel | the label of the remote controlled function. |