IRemoteControlPropertyHandle::GetPropertyHandle

Get the property handle based on field path

Windows
MacOS
Linux

References

Module

RemoteControl

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h

Include

#include "IRemoteControlPropertyHandle.h"

Source

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlPropertyHandle.cpp

Syntax

static TSharedPtr< IRemoteControlPropertyHandle > GetPropertyHandle
(
    FName PresetName,
    FName PropertyLabel
)

Remarks

Get the property handle based on field path

Returns

IRemoteControlPropertyHandle pointer or nullptr

Parameters

Parameter

Description

PresetName

Preset Name

PropertyLabel

Exposed property label

FieldPath

full path to the property field

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