Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SPanel
- SBoxPanel
- SHorizontalBox
- SHeader
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h |
| Include | #include "Widgets/SBoxPanel.h" |
Syntax
class SHorizontalBox : public SBoxPanel
Remarks
A Horizontal Box Panel. See SBoxPanel for more info.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FScopedWidgetSlotArguments | AddSlot () |
||
| void | Construct
(
const FArguments& InArgs |
Construct this widget | |
| FSlot & | GetSlot
(
int32 SlotIndex |
||
| const FSlot & | GetSlot
(
int32 SlotIndex |
||
| FScopedWidgetSlotArguments | InsertSlot
(
int32 Index |
||
| FSlot::FSlotArguments | Slot () |
||
| const FSlateWidgetClassData & |
Overridden from FSlateControlledConstruction
| Type | Name | Description | |
|---|---|---|---|
| const FSlateWidgetClassData & |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments | |||
| FSlot |
Typedefs
| Name | Description |
|---|---|
| FScopedWidgetSlotArguments | |
| PrivateParentType | |
| PrivateThisType | |
| Super | |
| ThisClass |