Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FDetailTreeNode > API/Editor/PropertyEditor/FDetailTreeNode/GetChildren
- IDetailTreeNode::GetChildren()
- FDetailTreeNode::GetChildren()
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailTreeNode.h |
| Include | #include "DetailTreeNode.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/DetailTreeNode.cpp |
virtual void GetChildren
&40;
TArray< TSharedRef< IDetailTreeNode >> & OutChildren,
const bool & bInIgnoreVisibility
&41;
Remarks
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
Parameters
| Name | Description |
|---|---|
| OutChildren | The generated children |
| bInIgnoreVisibility | Whether to return children regardless of visibility |