Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/FTooltipDrawState
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddTitle
(
FStringView Title |
Insights/ViewModels/TooltipDrawState.h | ||
void AddTitle
(
FStringView Title, |
Insights/ViewModels/TooltipDrawState.h |
AddTitle(FStringView)
| Name | AddTitle |
| 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 AddTitle
(
FStringView Title
)
AddTitle(FStringView, const FLinearColor &)
| Name | AddTitle |
| 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 AddTitle
(
FStringView Title,
const FLinearColor & Color
)