Choose your operating system:
Windows
macOS
Linux
| FSlateControlledConstruction | ||||||
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SRadialBox.h |
Include |
#include "Widgets/Layout/SRadialBox.h" |
class SRadialBox : public SPanel
Arranges widgets in a circular fashion
Name | Description | |
---|---|---|
|
SRadialBox() |
Name | Description | ||
---|---|---|---|
|
FScopedWidge... |
AddSlot() |
|
|
ClearChildren() |
||
|
Construct ( |
||
|
RemoveSlot ( |
Removes a slot from this radial box which contains the specified SWidget |
|
|
SetAngleBetweenItems ( |
||
|
SetDistributeItemsEvenly ( |
||
|
SetSectorCentralAngle ( |
||
|
SetStartingAngle ( |
||
|
SetUseAllottedWidth ( |
||
|
FSlot::FSlot... |
Slot() |
Name | Description | ||
---|---|---|---|
|
ComputeDesiredSize ( |
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. |
|
OnArrangeChildren ( |
Panels arrange their children in a space described by the AllottedGeometry parameter. |
|
|
Tick ( |
Ticks this widget with Geometry. |
Name |
Description |
|
---|---|---|
|
FArguments |
|
|
FChildArranger |
|
|
FSlot |
Basic Slot without padding or alignment |
Name |
Description |
---|---|
FScopedWidgetSlotArguments |
Name | Description | ||
---|---|---|---|
|
NormalizeAngle ( |
NormalizeAngle is deprecated. You should use the FRotator::NormalizeAxis. |