Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/FGraphSeries
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetDescription
(
const TCHAR* InDescription |
Insights/ViewModels/GraphSeries.h | ||
void SetDescription
(
const FString& InDescription |
Insights/ViewModels/GraphSeries.h | ||
void SetDescription
(
const FText& InDescription |
Insights/ViewModels/GraphSeries.h |
SetDescription(const TCHAR *)
| Name | SetDescription |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h |
| Include Path | #include "Insights/ViewModels/GraphSeries.h" |
void SetDescription
(
const TCHAR * InDescription
)
SetDescription(const FString &)
| Name | SetDescription |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h |
| Include Path | #include "Insights/ViewModels/GraphSeries.h" |
void SetDescription
(
const FString & InDescription
)
SetDescription(const FText &)
| Name | SetDescription |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h |
| Include Path | #include "Insights/ViewModels/GraphSeries.h" |
void SetDescription
(
const FText & InDescription
)