Navigation
API > API/Runtime > API/Runtime/SlateCore
A Stack Box Panel that stack vertically or horizontally. See SBoxPanel for more info.
| Name | SStackBox |
| Type | class |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h |
| Include Path | #include "Widgets/SBoxPanel.h" |
Syntax
class SStackBox : public SBoxPanel
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SPanel → SBoxPanel → SStackBox
- FSlateControlledConstruction → SWidget → SPanel → SBoxPanel → SStackBox
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SStackBox() |
Widgets/SBoxPanel.h |
Classes
| Name | Remarks |
|---|---|
| FSlot |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FScopedWidgetSlotArguments | SBoxPanel::FScopedWidgetSlotArguments< SStackBox::FSlot > | Widgets/SBoxPanel.h | |
| PrivateParentType | SBoxPanel | Widgets/SBoxPanel.h | |
| PrivateThisType | SStackBox | Widgets/SBoxPanel.h | |
| Super | SBoxPanel | Widgets/SBoxPanel.h | |
| ThisClass | SStackBox | Widgets/SBoxPanel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScopedWidgetSlotArguments AddSlot() |
Widgets/SBoxPanel.h | ||
void Construct
(
const FArguments& InArgs |
Construct this widget | Widgets/SBoxPanel.h | |
EOrientation GetOrientation() |
Widgets/SBoxPanel.h | ||
| Widgets/SBoxPanel.h | |||
| Widgets/SBoxPanel.h | |||
FScopedWidgetSlotArguments InsertSlot
(
int32 Index |
Widgets/SBoxPanel.h | ||
void SetOrientation
(
EOrientation InOrientation |
Set the orientation of the Box. It will do a full invalidation of the widget. | Widgets/SBoxPanel.h |
Overridden from FSlateControlledConstruction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FSlateWidgetClassData & GetWidgetClass() |
Widgets/SBoxPanel.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FSlateWidgetClassData & GetPrivateWidgetClass() |
Widgets/SBoxPanel.h | ||
static void PrivateRegisterAttributes
(
FSlateAttributeInitializer& |
Widgets/SBoxPanel.h | ||
static FSlot::FSlotArguments Slot() |
Widgets/SBoxPanel.h | ||
static const FSlateWidgetClassData & StaticWidgetClass() |
Widgets/SBoxPanel.h |