Navigation
API > API/Developer > API/Developer/TraceInsights
| Name | FTooltipDrawState |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TooltipDrawState.h |
| Include Path | #include "Insights/ViewModels/TooltipDrawState.h" |
Syntax
class FTooltipDrawState
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTooltipDrawState() |
Insights/ViewModels/TooltipDrawState.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FTooltipDrawState() |
Insights/ViewModels/TooltipDrawState.h |
Structs
| Name | Remarks |
|---|---|
| FDrawTextInfo |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BorderX | float | Insights/ViewModels/TooltipDrawState.h | |
| BorderY | float | Insights/ViewModels/TooltipDrawState.h | |
| DefaultLineHeight | float | Insights/ViewModels/TooltipDrawState.h | |
| DefaultNameColor | FLinearColor | Insights/ViewModels/TooltipDrawState.h | |
| DefaultTitleColor | FLinearColor | Insights/ViewModels/TooltipDrawState.h | |
| DefaultTitleHeight | float | Insights/ViewModels/TooltipDrawState.h | |
| DefaultValueColor | FLinearColor | Insights/ViewModels/TooltipDrawState.h | |
| MinHeight | float | Insights/ViewModels/TooltipDrawState.h | |
| MinWidth | float | Insights/ViewModels/TooltipDrawState.h | |
| NameValueDX | float | Insights/ViewModels/TooltipDrawState.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackgroundColor | FLinearColor | Insights/ViewModels/TooltipDrawState.h | ||
| DesiredOpacity | float | Insights/ViewModels/TooltipDrawState.h | ||
| DesiredSize | FVector2D | Insights/ViewModels/TooltipDrawState.h | ||
| Font | const FSlateFontInfo | Insights/ViewModels/TooltipDrawState.h | ||
| FontScale | float | Insights/ViewModels/TooltipDrawState.h | ||
| ImageBrush | TSharedPtr< FSlateBrush > | Insights/ViewModels/TooltipDrawState.h | ||
| NewLineY | float | Insights/ViewModels/TooltipDrawState.h | ||
| Opacity | float | Insights/ViewModels/TooltipDrawState.h | ||
| Position | FVector2D | Insights/ViewModels/TooltipDrawState.h | ||
| Size | FVector2D | Insights/ViewModels/TooltipDrawState.h | ||
| Texts | TArray< FDrawTextInfo > | Insights/ViewModels/TooltipDrawState.h | ||
| ValueOffsetX | float | Insights/ViewModels/TooltipDrawState.h | ||
| WhiteBrush | const FSlateBrush * | Insights/ViewModels/TooltipDrawState.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddNameValueTextLine
(
FStringView Name, |
Insights/ViewModels/TooltipDrawState.h | ||
void AddTextLine
(
const float X, |
Insights/ViewModels/TooltipDrawState.h | ||
void AddTextLine
(
FStringView Text, |
Insights/ViewModels/TooltipDrawState.h | ||
void AddTitle
(
FStringView Title, |
Insights/ViewModels/TooltipDrawState.h | ||
void AddTitle
(
FStringView Title |
Insights/ViewModels/TooltipDrawState.h | ||
void Draw
(
const UE::Insights::FDrawContext& DrawContext |
Insights/ViewModels/TooltipDrawState.h | ||
const FLinearColor & GetBackgroundColor() |
Insights/ViewModels/TooltipDrawState.h | ||
float GetDesiredOpacity() |
Insights/ViewModels/TooltipDrawState.h | ||
const FVector2D & GetDesiredSize() |
Insights/ViewModels/TooltipDrawState.h | ||
float GetFontScale() |
Insights/ViewModels/TooltipDrawState.h | ||
float GetOpacity() |
Insights/ViewModels/TooltipDrawState.h | ||
const FVector2D & GetPosition() |
Insights/ViewModels/TooltipDrawState.h | ||
const FVector2D & GetSize() |
Insights/ViewModels/TooltipDrawState.h | ||
void Reset() |
Insights/ViewModels/TooltipDrawState.h | ||
void ResetContent() |
Insights/ViewModels/TooltipDrawState.h | ||
void SetBackgroundColor
(
const FLinearColor& InBackgroundColor |
Insights/ViewModels/TooltipDrawState.h | ||
void SetDesiredOpacity
(
const float InDesiredOpacity |
Insights/ViewModels/TooltipDrawState.h | ||
void SetFontScale
(
float InFontScale |
Insights/ViewModels/TooltipDrawState.h | ||
void SetImage
(
TSharedPtr< FSlateBrush > InImageBrush |
Insights/ViewModels/TooltipDrawState.h | ||
void SetOpacity
(
const float InOpacity |
Insights/ViewModels/TooltipDrawState.h | ||
void SetPosition
(
const float PosX, |
Insights/ViewModels/TooltipDrawState.h | ||
void SetPosition
(
const FVector2D& MousePosition, |
Insights/ViewModels/TooltipDrawState.h | ||
void Update() |
Insights/ViewModels/TooltipDrawState.h | ||
void UpdateLayout() |
Insights/ViewModels/TooltipDrawState.h |