Navigation
API > API/Plugins > API/Plugins/Synthesis
Special tooltip that doesn't follow the mouse position Creates a simple window at the designated position.
| Name | SSynthTooltip |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/SSynthTooltip.h |
| Include Path | #include "UI/SSynthTooltip.h" |
Syntax
class SSynthTooltip : public SOverlay
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SPanel → SOverlay → SSynthTooltip
- FSlateControlledConstruction → SWidget → SPanel → SOverlay → SSynthTooltip
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SSynthTooltip() |
UI/SSynthTooltip.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsVisible | bool | UI/SSynthTooltip.h | ||
| TooltipText | TSharedPtr< STextBlock > | UI/SSynthTooltip.h | ||
| WindowContainer | TSharedPtr< SWindow > | UI/SSynthTooltip.h | ||
| WindowPosition | FVector2D | UI/SSynthTooltip.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
UI/SSynthTooltip.h | ||
void SetOverlayText
(
const FText& InText |
UI/SSynthTooltip.h | ||
void SetOverlayWindowPosition
(
FVector2D Position |
UI/SSynthTooltip.h | ||
void SetWindowContainerVisibility
(
bool bShowVisibility |
UI/SSynthTooltip.h |