Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailTreeNode
Description
Gets the children of this tree node Note: Customizations can determine the visibility of children. This will only return visible children if bInIgnoreVisibility if false
Derived Overrides
| Name | GetChildren |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IDetailTreeNode.h |
| Include Path | #include "IDetailTreeNode.h" |
void GetChildren
(
TArray < TSharedRef < IDetailTreeNode > > & OutChildren,
const bool & bInIgnoreVisibility
)
Parameters
| Name | Remarks |
|---|---|
| OutChildren | The generated children |
| bInIgnoreVisibility | Whether to return children regardless of visibility |