Navigation
API > API/Developer > API/Developer/TraceInsightsCore > API/Developer/TraceInsightsCore/FBaseTreeNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBaseTreeNode
(
FBaseTreeNode&& |
InsightsCore/Table/ViewModels/BaseTreeNode.h | ||
FBaseTreeNode
(
const FBaseTreeNode& |
InsightsCore/Table/ViewModels/BaseTreeNode.h | ||
FBaseTreeNode
(
bool bInIsGroup |
Initialization constructor for the node. | InsightsCore/Table/ViewModels/BaseTreeNode.h | |
FBaseTreeNode
(
const FName InName, |
Initialization constructor for the node. | InsightsCore/Table/ViewModels/BaseTreeNode.h |
FBaseTreeNode(FBaseTreeNode &&)
| Name | FBaseTreeNode |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/ViewModels/BaseTreeNode.h |
| Include Path | #include "InsightsCore/Table/ViewModels/BaseTreeNode.h" |
FBaseTreeNode
(
FBaseTreeNode &&
)
FBaseTreeNode(const FBaseTreeNode &)
| Name | FBaseTreeNode |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/ViewModels/BaseTreeNode.h |
| Include Path | #include "InsightsCore/Table/ViewModels/BaseTreeNode.h" |
FBaseTreeNode
(
const FBaseTreeNode &
)
FBaseTreeNode(bool)
Description
Initialization constructor for the node.
| Name | FBaseTreeNode |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/ViewModels/BaseTreeNode.h |
| Include Path | #include "InsightsCore/Table/ViewModels/BaseTreeNode.h" |
FBaseTreeNode
(
bool bInIsGroup
)
FBaseTreeNode(const FName, bool)
Description
Initialization constructor for the node.
| Name | FBaseTreeNode |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/ViewModels/BaseTreeNode.h |
| Include Path | #include "InsightsCore/Table/ViewModels/BaseTreeNode.h" |
FBaseTreeNode
(
const FName InName,
bool bInIsGroup
)