Navigation
API > API/Developer > API/Developer/TraceInsightsCore
| Name | FCustomTableTreeNode |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/ViewModels/TableTreeNode.h |
| Include Path | #include "InsightsCore/Table/ViewModels/TableTreeNode.h" |
Syntax
class FCustomTableTreeNode : public UE::Insights::FTableTreeNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBaseTreeNode → FTableTreeNode → FCustomTableTreeNode
Constructors
| 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 a table record node. | InsightsCore/Table/ViewModels/TableTreeNode.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FCustomTableTreeNode() |
InsightsCore/Table/ViewModels/TableTreeNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Color | FLinearColor | The color tint for the name text of this node. | InsightsCore/Table/ViewModels/TableTreeNode.h | |
| IconBrush | const FSlateBrush * | The icon of this node. | InsightsCore/Table/ViewModels/TableTreeNode.h | |
| IconColor | FLinearColor | The color tint for the icon of this node. | InsightsCore/Table/ViewModels/TableTreeNode.h |