Navigation
API > API/Developer > API/Developer/TraceInsightsCore
Creates a tree hierarchy out of the path structure of string values.
| Name | FTreeNodeGroupingByPathBreakdown |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/ViewModels/TreeNodeGrouping.h |
| Include Path | #include "InsightsCore/Table/ViewModels/TreeNodeGrouping.h" |
Syntax
class FTreeNodeGroupingByPathBreakdown : public UE::Insights::FTreeNodeGrouping
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTreeNodeGroupingByPathBreakdown
(
TSharedRef< FTableColumn > InColumnRef |
InsightsCore/Table/ViewModels/TreeNodeGrouping.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FTreeNodeGroupingByPathBreakdown() |
InsightsCore/Table/ViewModels/TreeNodeGrouping.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColumnRef | TSharedRef< FTableColumn > | InsightsCore/Table/ViewModels/TreeNodeGrouping.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< FTableColumn > GetColumn() |
InsightsCore/Table/ViewModels/TreeNodeGrouping.h |
Overridden from FTreeNodeGrouping
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GroupNodes
(
const TArray< FTableTreeNodePtr >& Nodes, |
InsightsCore/Table/ViewModels/TreeNodeGrouping.h |
Overridden from ITreeNodeGrouping
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetColumnId() |
InsightsCore/Table/ViewModels/TreeNodeGrouping.h |