FActiveTooltipInfo

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Application/SlateUser.h

Include

#include "Framework/Application/SlateUser.h"

Syntax

struct FActiveTooltipInfo

Variables

Name Description

Public variable

FVector2D

 

DesiredLocation

Desired position of the tooltip in screen space, updated whenever the mouse moves

Public variable

ETooltipOffsetD...

 

OffsetDirection

Direction in which the tooltip widget is being offset from the source widget Cached to prevent the direction of offset from changing as the user moves the mouse cursor (otherwise the tooltip teleports around)

Public variable

TWeakPtr< SWidg...

 

SourceWidget

The widget that sourced the currently active tooltip

Public variable

double

 

SummonTime

The time at which the tooltip was summoned

Public variable

TWeakPtr< ITool...

 

Tooltip

The actual tooltip object running the show here (not necessarily the same object as the tooltip SWidget, but can be)

Public variable

TWeakPtr< SWidg...

 

TooltipVisualizer

The widget that is taking care of visualizing this tooltip (can be null)

Functions

Name Description

Public function

void

 

Reset()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss