Navigation
API > API/Developer > API/Developer/TraceInsightsCore > API/Developer/TraceInsightsCore/FBaseTreeNode
Description
Removes the specified node from the children nodes (preserving the order). If successful, resets the parent group of the specified node.
| Name | RemoveChild |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/ViewModels/BaseTreeNode.h |
| Include Path | #include "InsightsCore/Table/ViewModels/BaseTreeNode.h" |
int32 RemoveChild
(
const FBaseTreeNodePtr & ChildPtr
)