Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailTreeNode
- IDetailTreeNode::GetChildren()
- FDetailTreeNode::GetChildren()
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailTreeNode.h |
| Include | #include "IDetailTreeNode.h" |
void GetChildren
(
TArray < TSharedRef< IDetailTreeNode > > & OutChildren,
const bool & bInIgnoreVisibility
)
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 |