IRemoteControlPropertyHandle::GetChildHandleByFieldPath

Gets handle by full field path For example the property could be ArrayOfVectors and the ArrayOfVectors[0].Y path needed for access of Y property from index 0

Windows
MacOS
Linux

References

Module

RemoteControl

Header

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

Include

#include "IRemoteControlPropertyHandle.h"

Syntax

TSharedPtr< IRemoteControlPropertyHandle > GetChildHandleByFieldPath
(
    const FString & InFieldPath
)

Remarks

Gets handle by full field path For example the property could be ArrayOfVectors and the ArrayOfVectors[0].Y path needed for access of Y property from index 0

Returns

The property handle if it exists by given path

Parameters

Parameter

Description

InFieldPath

the path from a UObject to a parent 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