Navigation
API > API/Developer > API/Developer/TraceInsightsCore
Creates a group for each unique value.
| Name | FTreeNodeGroupingByUniqueValue |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/ViewModels/TreeNodeGrouping.h |
| Include Path | #include "InsightsCore/Table/ViewModels/TreeNodeGrouping.h" |
Syntax
class FTreeNodeGroupingByUniqueValue : public UE::Insights::FTreeNodeGrouping
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTreeNodeGroupingByUniqueValue
(
TSharedRef< FTableColumn > InColumnRef |
InsightsCore/Table/ViewModels/TreeNodeGrouping.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FTreeNodeGroupingByUniqueValue() |
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 FTreeNodeGroupInfo GetGroupForNode
(
const FBaseTreeNodePtr InNode |
InsightsCore/Table/ViewModels/TreeNodeGrouping.h |
Overridden from ITreeNodeGrouping
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetColumnId() |
InsightsCore/Table/ViewModels/TreeNodeGrouping.h |