Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/FTooltipDrawState
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddTextLine
(
FStringView Text, |
Insights/ViewModels/TooltipDrawState.h | ||
void AddTextLine
(
const float X, |
Insights/ViewModels/TooltipDrawState.h |
AddTextLine(FStringView, const FLinearColor &)
| Name | AddTextLine |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TooltipDrawState.h |
| Include Path | #include "Insights/ViewModels/TooltipDrawState.h" |
| Source | /Engine/Source/Developer/TraceInsights/Private/Insights/ViewModels/TooltipDrawState.cpp |
void AddTextLine
(
FStringView Text,
const FLinearColor & Color
)
AddTextLine(const float, const float, FStringView, const FLinearColor &)
| Name | AddTextLine |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TooltipDrawState.h |
| Include Path | #include "Insights/ViewModels/TooltipDrawState.h" |
| Source | /Engine/Source/Developer/TraceInsights/Private/Insights/ViewModels/TooltipDrawState.cpp |
void AddTextLine
(
const float X,
const float Y,
FStringView Text,
const FLinearColor & Color
)