Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h |
Include |
#include "Widgets/SBoxPanel.h" |
class SBoxPanel : public SPanel
A BoxPanel contains one child and describes how that child should be arranged on the screen.
Name | Description | ||
---|---|---|---|
|
TPanelChildren<... |
Children |
The Box Panel's children. |
|
const EOrientat... |
Orientation |
The Box Panel's orientation; determined at construct time. |
Name | Description | |
---|---|---|
|
SBoxPanel ( |
A Box Panel's orientation cannot be changed once it is constructed.. |
Name | Description | ||
---|---|---|---|
|
ClearChildren() |
Removes all children from the box. |
|
|
IsValidSlotIndex ( |
||
|
NumSlots() |
||
|
RemoveSlot ( |
Removes a slot from this box panel which contains the specified SWidget |
|
|
const FSlate... |
StaticWidgetClass() |
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. |
Name | Description | ||
---|---|---|---|
|
const FSlate... |
GetWidgetClass() |
Name |
Description |
|
---|---|---|
|
FScopedWidgetSlotArguments |
|
|
FSlot |
|
|
TSlot |
A BoxPanel contains one BoxPanel child and describes how that child should be arranged on the screen. |
Name |
Description |
---|---|
PrivateParentType |
|
PrivateThisType |
|
Super |
|
ThisClass |