Navigation
Unreal Engine C++ API Reference > 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 |
---|---|---|
FTooltipDrawState () |
Destructors
Type | Name | Description |
---|---|---|
~FTooltipDrawState () |
Functions
Type | Name | Description |
---|---|---|
void | AddNameValueTextLine ( const FString& Name, const FString& Value ) | |
void | AddTextLine ( const float X, const float Y, const FString& Text, const FLinearColor& Color ) | |
void | AddTextLine ( const FString& Text, const FLinearColor& Color ) | |
void | AddTitle ( const FString& Title, const FLinearColor& Color ) | |
void | AddTitle ( const FString& Title ) | |
void | Draw ( const FDrawContext& DrawContext ) | |
const FLinea... | GetBackgroundColor () | |
float | GetDesiredOpacity () | |
const FVecto... | GetDesiredSize () | |
float | GetFontScale () | |
float | GetOpacity () | |
const FVecto... | GetPosition () | |
const FVecto... | GetSize () | |
void | Reset () | |
void | ResetContent () | |
void | SetBackgroundColor ( const FLinearColor& InBackgroundCo... ) | |
void | SetDesiredOpacity ( const float InDesiredOpacity ) | |
void | SetFontScale ( float InFontScale ) | |
void | SetImage ( TSharedPtr< FSlateBrush > InImageBr... ) | |
void | SetOpacity ( const float InOpacity ) | |
void | SetPosition ( const float PosX, const float PosY ) | |
void | SetPosition ( const FVector2D& MousePosition, const float MinX, const float MaxX, const float MinY, const float MaxY ) | |
void | Update () | |
void | UpdateLayout () |
Enums
Type | Name | Description |
---|---|---|
Private enum | FDrawTextType |