Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/UI
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SPanel
- SOverlay
- SSynthTooltip
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/SSynthTooltip.h |
| Include | #include "UI/SSynthTooltip.h" |
Syntax
class SSynthTooltip : public SOverlay
Remarks
Special tooltip that doesn't follow the mouse position Creates a simple window at the designated position.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| void | SetOverlayText
(
const FText& InText |
||
| void | SetOverlayWindowPosition
(
FVector2D Position |
||
| void | SetWindowContainerVisibility
(
bool bShowVisibility |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |