| 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 |
|