Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SPanel
- SRadialBox
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SRadialBox.h |
| Include | #include "Widgets/Layout/SRadialBox.h" |
Syntax
class SRadialBox : public SPanel
Remarks
Arranges widgets in a circular fashion
Constructors
| Type | Name | Description | |
|---|---|---|---|
SRadialBox () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FScopedWidgetSlotArguments | AddSlot () |
||
| void | |||
| void | Construct
(
const FArguments& InArgs |
||
| int32 | RemoveSlot
(
const TSharedRef< SWidget >& SlotWidget |
Removes a slot from this radial box which contains the specified SWidget | |
| void | SetAngleBetweenItems
(
float InAngleBetweenItems |
||
| void | SetDistributeItemsEvenly
(
bool bInDistributeItemsEvenly |
||
| void | SetSectorCentralAngle
(
float InSectorCentralAngle |
||
| void | SetStartingAngle
(
float InStartingAngle |
||
| void | SetUseAllottedWidth
(
bool bInUseAllottedWidth |
||
| FSlot::FSlotArguments | Slot () |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | ComputeDesiredSize
(
float |
A Panel's desired size in the space required to arrange of its children on the screen while respecting all of the children's desired sizes and any layout-related options specified by the user. | |
| FChildren * | GetChildren () |
All widgets must provide a way to access their children in a layout-agnostic way. | |
| void | OnArrangeChildren
(
const FGeometry& AllottedGeometry, |
Panels arrange their children in a space described by the AllottedGeometry parameter. | |
| void | Ticks this widget with Geometry. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments | |||
| FChildArranger | |||
| FSlot | Basic Slot without padding or alignment |
Typedefs
| Name | Description |
|---|---|
| FScopedWidgetSlotArguments |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | NormalizeAngle
(
int32 Angle |
NormalizeAngle is deprecated. You should use the FRotator::NormalizeAxis. |