Navigation
API > API/Developer > API/Developer/TraceInsightsCore > API/Developer/TraceInsightsCore/FBaseTreeNode
Description
Adds specified node to the children nodes. Also sets the current node as the parent group of the specified node.
| Name | AddChildAndSetParent |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/ViewModels/BaseTreeNode.h |
| Include Path | #include "InsightsCore/Table/ViewModels/BaseTreeNode.h" |
void AddChildAndSetParent
(
const FBaseTreeNodePtr & ChildPtr
)