Navigation
API > API/Developer > API/Developer/TraceInsightsCore > API/Developer/TraceInsightsCore/FTableCellValueFormatter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText FormatValue
(
const TOptional< FTableCellValue >& InValue |
InsightsCore/Table/ViewModels/TableCellValueFormatter.h | ||
virtual FText FormatValue
(
const FTableColumn& Column, |
InsightsCore/Table/ViewModels/TableCellValueFormatter.h |
FormatValue(const TOptional< FTableCellValue > &)
| Name | FormatValue |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/ViewModels/TableCellValueFormatter.h |
| Include Path | #include "InsightsCore/Table/ViewModels/TableCellValueFormatter.h" |
virtual FText FormatValue
(
const TOptional < FTableCellValue > & InValue
) const
FormatValue(const FTableColumn &, const FBaseTreeNode &)
| Name | FormatValue |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/ViewModels/TableCellValueFormatter.h |
| Include Path | #include "InsightsCore/Table/ViewModels/TableCellValueFormatter.h" |
| Source | /Engine/Source/Developer/TraceInsightsCore/Private/InsightsCore/Table/ViewModels/TableCellValueFormatter.cpp |
virtual FText FormatValue
(
const FTableColumn & Column,
const FBaseTreeNode & Node
) const