Navigation
API > API/Developer > API/Developer/TraceInsightsCore
Creates a group for each unique value (assumes data type of cell values is a simple type).
| Name | TTreeNodeGroupingByUniqueValue |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/ViewModels/TreeNodeGrouping.h |
| Include Path | #include "InsightsCore/Table/ViewModels/TreeNodeGrouping.h" |
Syntax
template<typename Type>
class TTreeNodeGroupingByUniqueValue : public UE::Insights::FTreeNodeGroupingByUniqueValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TTreeNodeGroupingByUniqueValue
(
TSharedRef< FTableColumn > InColumnRef |
InsightsCore/Table/ViewModels/TreeNodeGrouping.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TTreeNodeGroupingByUniqueValue() |
InsightsCore/Table/ViewModels/TreeNodeGrouping.h |
Functions
Public
Overridden from FTreeNodeGrouping
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GroupNodes
(
const TArray< FTableTreeNodePtr >& Nodes, |
InsightsCore/Table/ViewModels/TreeNodeGrouping.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetGroupName
(
const FTableColumn& Column, |
InsightsCore/Table/ViewModels/TreeNodeGrouping.h | ||
static Type GetValue
(
const FTableCellValue& CellValue |
InsightsCore/Table/ViewModels/TreeNodeGrouping.h |