IPropertyHandle::GetChildHandle

Gets a child handle of this handle.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h

Include

#include "PropertyHandle.h"

Syntax

TSharedPtr< IPropertyHandle > GetChildHandle
(
    FName ChildName,
    bool bRecurse
) const

Remarks

Gets a child handle of this handle. Useful for accessing properties in structs. Array elements cannot be accessed in this way

Returns

The property handle for the child if it exists

Parameters

Parameter

Description

ChildName

The name of the child

bRecurse

Whether or not to recurse into children of children and so on. If false will only search all immediate children

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