Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets
Inheritance Hierarchy
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h |
| Include | #include "Widgets/SBoxPanel.h" |
Syntax
class SStackBox : public SBoxPanel
Remarks
A Stack Box Panel that stack vertically or horizontally. See SBoxPanel for more info.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| FORCENOINLINE | SStackBox () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FScopedWidgetSlotArguments | AddSlot () |
||
| void | Construct
(
const FArguments& InArgs |
Construct this widget | |
| EOrientation | |||
| FSlot & | |||
| const FSlot & | |||
| FScopedWidgetSlotArguments | InsertSlot
(
int32 Index |
||
| void | SetOrientation
(
EOrientation InOrientation |
Set the orientation of the Box. It will do a full invalidation of the widget. | |
| FSlot::FSlotArguments | Slot () |
||
| const FSlateWidgetClassData & |
Overridden from FSlateControlledConstruction
| Type | Name | Description | |
|---|---|---|---|
| const FSlateWidgetClassData & |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments | |||
| FDragAndDropVerticalBoxOp | |||
| FSlot |
Typedefs
| Name | Description |
|---|---|
| FScopedWidgetSlotArguments | |
| PrivateParentType | |
| PrivateThisType | |
| Super | |
| ThisClass |