FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SRadialBox::FArguments

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SRadialBox.h

Include

#include "Widgets/Layout/SRadialBox.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SRadialBox >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

AngleBetweenItems

(
    float InArg
)

How many degrees apart should the elements be?

Public function

WidgetArgsTy...

 

bDistributeItemsEvenly

(
    bool InArg
)

Ignore AngleBetweenItems and distribute items evenly inside the whole circle

Public function

WidgetArgsTy...

 

PreferredWidth

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

The preferred width, if not set will fill the space

Public function

WidgetArgsTy...

 

SectorCentralAngle

(
    float InArg
)

If we need a section of a radial (for example half-a-radial) we can define a central angle < 360 (180 in case of half-a-radial).

Public function

WidgetArgsTy...

 

StartingAngle

(
    float InArg
)

Offset of the first element in the circle in degrees

Public function

WidgetArgsTy...

 

UseAllottedWidth

(
    bool InArg
)

If true, the PreferredWidth will always match the room available to the SRadialBox

Operators

Name Description

Public function

WidgetArgsTy...

 

operator+

(
    FSlot& SlotToAdd
)

The slot supported by this panel

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