IRemoteControlPropertyHandle::GetChildHandle

Gets a child handle of this handle. Useful for accessing properties in structs.

Windows
MacOS
Linux

References

Module

RemoteControl

Header

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

Include

#include "IRemoteControlPropertyHandle.h"

Syntax

TSharedPtr< IRemoteControlPropertyHandle > GetChildHandle
(
    int32 Index
) const

Remarks

Gets a child handle of this handle. Useful for accessing properties in structs.

Returns

The property handle for the child if it exists

Parameters

Parameter

Description

The

index of the child

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