Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URemoteControlPreset
Deprecated * Use FRemoteControlFunction::ResolveFieldOwners instead.
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_DISABLE_DEPRECATION_WARNINGSTOptional< FExposedFunction > ResolveExposedFunction
&40;
FName FunctionLabel
&41; 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. |