FArguments

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SCircularThrobber::FArguments

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Images/SThrobber.h

Include

#include "Widgets/Images/SThrobber.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SCircularThrobber >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

ColorAndOpacity

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

Throbber color and opacity

Public function

WidgetArgsTy...

 

NumPieces

(
    int32 InArg
)

How many pieces there are

Public function

WidgetArgsTy...

 

Period

(
    float InArg
)

The amount of time in seconds for a full circle

Public function

WidgetArgsTy...

 

PieceImage

(
    const FSlateBrush* InArg
)

What each segment of the throbber looks like

Public function

WidgetArgsTy...

 

Radius

(
    float InArg
)

The radius of the circle

Typedefs

Name

Description

WidgetArgsType