URemoteControlPreset::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
(
    FName PropertyLabel
) const

Remarks

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

Returns

The resolved exposed property if found.

Parameters

Parameter

Description

Alias

the target's alias that contains the remote controlled property.

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