SToolTip

Slate tool tip widget

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/SToolTip.h

Include

#include "Widgets/SToolTip.h"

Syntax

class SToolTip :
    public SCompoundWidget,
    public IToolTip

Remarks

Slate tool tip widget

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Construct this widget

Public function Virtual Const

const FText ...

 

GetTextTooltip()

Public function Static

float

 

GetToolTipWrapWidth()

Overridden from IToolTip

Name Description

Public function Virtual

TSharedRef< ...

 

AsWidget()

Gets the widget that this tool tip represents.

Public function Virtual

TSharedRef< ...

 

GetContentWidget()

Gets the tool tip's content widget.

Public function Virtual Const

bool

 

IsEmpty()

Checks whether this tool tip has no content to display right now.

Public function Virtual Const

bool

 

IsInteractive()

Checks whether this tool tip can be made interactive by the user (by holding Ctrl).

Public function Virtual

void

 

OnClosed()

Called when the tooltip widget is closed and the tooltip is no longer needed.

Public function Virtual

void

 

OnOpening()

Called when the tooltip widget is about to be requested for opening.

Public function Virtual

void

 

SetContentWidget

(
    const TSharedRef< SWidget >& InCon...
)

Sets the tool tip's content widget.

Classes

Name

Description

Public struct

FArguments

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