Navigation
API > API/Developer > API/Developer/TraceInsightsCore > API/Developer/TraceInsightsCore/FCustomTableTreeNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCustomTableTreeNode
(
const FName InName, |
Initialization constructor for the group node. | InsightsCore/Table/ViewModels/TableTreeNode.h | |
FCustomTableTreeNode
(
const FName InName, |
Initialization constructor for the group node. | InsightsCore/Table/ViewModels/TableTreeNode.h | |
FCustomTableTreeNode
(
const FName InName, |
Initialization constructor for the group node. | InsightsCore/Table/ViewModels/TableTreeNode.h | |
FCustomTableTreeNode
(
const FName InName, |
Initialization constructor for a table record node. | InsightsCore/Table/ViewModels/TableTreeNode.h |
FCustomTableTreeNode(const FName, TWeakPtr< FTable >, FLinearColor)
Description
Initialization constructor for the group node.
| Name | FCustomTableTreeNode |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/ViewModels/TableTreeNode.h |
| Include Path | #include "InsightsCore/Table/ViewModels/TableTreeNode.h" |
FCustomTableTreeNode
(
const FName InName,
TWeakPtr < FTable > InParentTable,
FLinearColor InColor
)
FCustomTableTreeNode(const FName, TWeakPtr< FTable >, const FSlateBrush *, FLinearColor)
Description
Initialization constructor for the group node.
| Name | FCustomTableTreeNode |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/ViewModels/TableTreeNode.h |
| Include Path | #include "InsightsCore/Table/ViewModels/TableTreeNode.h" |
FCustomTableTreeNode
(
const FName InName,
TWeakPtr < FTable > InParentTable,
const FSlateBrush * InIconBrush,
FLinearColor InColor
)
FCustomTableTreeNode(const FName, TWeakPtr< FTable >, const FSlateBrush *, FLinearColor, FLinearColor)
Description
Initialization constructor for the group node.
| Name | FCustomTableTreeNode |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/ViewModels/TableTreeNode.h |
| Include Path | #include "InsightsCore/Table/ViewModels/TableTreeNode.h" |
FCustomTableTreeNode
(
const FName InName,
TWeakPtr < FTable > InParentTable,
const FSlateBrush * InIconBrush,
FLinearColor InIconColor,
FLinearColor InColor
)
FCustomTableTreeNode(const FName, TWeakPtr< FTable >, int32, const FSlateBrush *, FLinearColor, FLinearColor, bool)
Description
Initialization constructor for a table record node.
| Name | FCustomTableTreeNode |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/ViewModels/TableTreeNode.h |
| Include Path | #include "InsightsCore/Table/ViewModels/TableTreeNode.h" |
FCustomTableTreeNode
(
const FName InName,
TWeakPtr < FTable > InParentTable,
int32 InRowIndex,
const FSlateBrush * InIconBrush,
FLinearColor InIconColor,
FLinearColor InColor,
bool IsGroup
)