FRemoteControlTarget::ResolveExposedFunction

Resolve a remote controlled function to its [UFunction](API\Runtime\CoreUObject\UObject\UFunction) and owner objects.

Windows
MacOS
Linux

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

Syntax

TOptional< FExposedFunction > ResolveExposedFunction
(
    FGuid FunctionId
) const

Remarks

Resolve a remote controlled function to its UFunction and owner objects.

Returns

The resolved exposed function if found.

Parameters

Parameter

Description

FunctionLabel

the label of the remote controlled function.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss