Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SRadialBox
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 >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< typename FSlot::FSlotArguments > | _Slots | The slot supported by this panel |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AngleBetweenItems
(
float InArg |
How many degrees apart should the elements be? | |
| WidgetArgsType & | bDistributeItemsEvenly
(
bool InArg |
Ignore AngleBetweenItems and distribute items evenly inside the whole circle | |
| WidgetArgsType & | PreferredWidth
(
const TAttribute< float >& InAttribute |
The preferred width, if not set will fill the space | |
| WidgetArgsType & | 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). | |
| WidgetArgsType & | StartingAngle
(
float InArg |
Offset of the first element in the circle in degrees | |
| WidgetArgsType & | UseAllottedWidth
(
bool InArg |
If true, the PreferredWidth will always match the room available to the SRadialBox |
Operators
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | operator+
(
typename FSlot::FSlotArguments& SlotToAdd |
||
| WidgetArgsType & | operator+
(
typename FSlot::FSlotArguments&& SlotToAdd |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |