Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateUser
| Name | FActiveTooltipInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateUser.h |
| Include Path | #include "Framework/Application/SlateUser.h" |
Syntax
struct FActiveTooltipInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DesiredLocation | FVector2f | Desired position of the tooltip in screen space, updated whenever the mouse moves | Framework/Application/SlateUser.h | |
| DesiredSize | FVector2f | Desired size of the tooltip in screen space | Framework/Application/SlateUser.h | |
| HasBeenPositioned | bool | Caches whether the tooltip has been positioned yet. | Framework/Application/SlateUser.h | |
| OffsetDirection | ETooltipOffsetDirection | Direction in which the tooltip widget is being offset from the source widget | Framework/Application/SlateUser.h | |
| SourceWidget | TWeakPtr< SWidget > | The widget that sourced the currently active tooltip | Framework/Application/SlateUser.h | |
| SummonTime | double | The time at which the tooltip was summoned | Framework/Application/SlateUser.h | |
| Tooltip | TWeakPtr< IToolTip > | The actual tooltip object running the show here (not necessarily the same object as the tooltip SWidget, but can be) | Framework/Application/SlateUser.h | |
| TooltipVisualizer | TWeakPtr< SWidget > | The widget that is taking care of visualizing this tooltip (can be null) | Framework/Application/SlateUser.h | |
| WasInteractive | bool | Caches whether the tooltip's IsInteractive() method returned true last frame. | Framework/Application/SlateUser.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Reset() |
Framework/Application/SlateUser.h |