FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SToolTip::FArguments

References

Module

Slate

Header

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

Include

#include "Widgets/SToolTip.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SToolTip >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

BorderImage

(
    const TAttribute< const FSlateBrush...
)

The background/border image to display

Public function

WidgetArgsTy...

 

ColorAndOpacity

(
    const TAttribute< FSlateColor >& I...
)

Font color and opacity

Public function

NamedSlotPro...

 

Content()

Arbitrary content to be displayed in the tool tip; overrides any text that may be set.

Public function

WidgetArgsTy...

 

Font

(
    const TAttribute< FSlateFontInfo > ...
)

The font to use for this tool tip

Public function

WidgetArgsTy...

 

IsInteractive

(
    const TAttribute< bool >& InAttrib...
)

Whether the tooltip should be considered interactive

Public function

WidgetArgsTy...

 

Text

(
    const TAttribute< FText >& InAttri...
)

The text displayed in this tool tip

Public function

WidgetArgsTy...

 

TextMargin

(
    const TAttribute< FMargin >& InAtt...
)

Margin between the tool tip border and the text content

Operators

Name Description

Public function

FArguments &

 

operator[]

(
    const TSharedRef< SWidget > InChild
)

Typedefs

Name

Description

WidgetArgsType

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