Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UPanelWidget
- UVerticalBox
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Components/VerticalBox.h |
Include | #include "Components/VerticalBox.h" |
Syntax
class UVerticalBox : public UPanelWidget
Remarks
A vertical box widget is a layout panel allowing child widgets to be automatically laid out vertically.
- Many Children
- Flows Vertical
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TSharedPtr< class SVerticalBox > | MyVerticalBox |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UVerticalBox
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
UVerticalBoxSlot * | AddChildToVerticalBox
(
UWidget* Content |
Overridden from UPanelWidget
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
UClass * | GetSlotClass () |
UPanelWidget. |
![]() ![]() |
void | OnSlotAdded
(
UPanelSlot* Slot |
|
![]() ![]() |
void | OnSlotRemoved
(
UPanelSlot* Slot |
Overridden from UWidget
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const FText | Gets the palette category of the widget | |
![]() ![]() |
TSharedRef< SWidget > | Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
Overridden from UVisual
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | ReleaseSlateResources
(
bool bReleaseChildren |