Navigation
API > API/Developer > API/Developer/TraceInsightsCore
Creates a group for each unique value (assumes data type of cell values is const TCHAR*).
| Name | FTreeNodeGroupingByUniqueValueCString |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/ViewModels/TreeNodeGrouping.h |
| Include Path | #include "InsightsCore/Table/ViewModels/TreeNodeGrouping.h" |
Syntax
class FTreeNodeGroupingByUniqueValueCString : public UE::Insights::FTreeNodeGroupingByUniqueValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTreeNodeGroupingByUniqueValueCString
(
TSharedRef< FTableColumn > InColumnRef |
InsightsCore/Table/ViewModels/TreeNodeGrouping.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FTreeNodeGroupingByUniqueValueCString() |
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 TCHAR* Value |
InsightsCore/Table/ViewModels/TreeNodeGrouping.h |