FRemoteControlTarget::ResolveExposedProperty

Resolve a remote controlled property to its [FProperty](API\Runtime\CoreUObject\UObject\FProperty) 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< FExposedProperty > ResolveExposedProperty
(
    FGuid PropertyId
) const

Remarks

Resolve a remote controlled property to its FProperty and owner objects.

Returns

The resolved exposed property if found.

Parameters

Parameter

Description

PropertyLabel

the label of the remote controlled property.

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