Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/Insights > API/Developer/TraceInsights/Insights/ViewModels
References
| Module | TraceInsights |
| Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TooltipDrawState.h |
| Include | #include "Insights/ViewModels/TooltipDrawState.h" |
Syntax
class FTooltipDrawState
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddNameValueTextLine
(
FStringView Name, |
||
| void | AddTextLine
(
const float X, |
||
| void | AddTextLine
(
FStringView Text, |
||
| void | AddTitle
(
FStringView Title, |
||
| void | AddTitle
(
FStringView Title |
||
| void | Draw
(
const UE::Insights::FDrawContext& DrawContext |
||
| const FLinearColor & | |||
| float | |||
| const FVector2D & | |||
| float | GetFontScale () |
||
| float | GetOpacity () |
||
| const FVector2D & | GetPosition () |
||
| const FVector2D & | GetSize () |
||
| void | Reset () |
||
| void | ResetContent () |
||
| void | SetBackgroundColor
(
const FLinearColor& InBackgroundColor |
||
| void | SetDesiredOpacity
(
const float InDesiredOpacity |
||
| void | SetFontScale
(
float InFontScale |
||
| void | SetImage
(
TSharedPtr< FSlateBrush > InImageBrush |
||
| void | SetOpacity
(
const float InOpacity |
||
| void | SetPosition
(
const float PosX, |
||
| void | SetPosition
(
const FVector2D& MousePosition, |
||
| void | Update () |
||
| void | UpdateLayout () |
Enums
| Type | Name | Description | |
|---|---|---|---|
| FDrawTextType |