IDetailTreeNode::GetChildren

Gets the children of this tree node Note: Customizations can determine the visibility of children.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailTreeNode.h"

Syntax

void GetChildren
(
    TArray< TSharedRef< IDetailTreeNode >> & OutChildren
)

Remarks

Gets the children of this tree node Note: Customizations can determine the visibility of children. This will only return visible children

Parameters

Parameter

Description

OutChildren

The generated 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