Navigation
API > API/Runtime > API/Runtime/Slate
Presents its content at the cursor's position. Tooltip avoids widget edges.
| Name | STooltipPresenter |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/STooltipPresenter.h |
| Include Path | #include "Widgets/LayerManager/STooltipPresenter.h" |
Syntax
class STooltipPresenter : public SPanel
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SPanel → STooltipPresenter
- FSlateControlledConstruction → SWidget → SPanel → STooltipPresenter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
STooltipPresenter() |
Constructor | Widgets/LayerManager/STooltipPresenter.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChildSlot | TWeakChild< SWidget > | Widgets/LayerManager/STooltipPresenter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/LayerManager/STooltipPresenter.h | ||
void SetContent
(
TSharedPtr< SWidget > InWidget |
Widgets/LayerManager/STooltipPresenter.h |