UVerticalBox

A vertical box widget is a layout panel allowing child widgets to be automatically laid out vertically.

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Protected variable

TSharedPtr< cla...

 

MyVerticalBox

Constructors

Name Description

Public function

UVerticalBox

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

UVerticalBox...

 

AddChildToVerticalBox

(
    UWidget* Content
)

Overridden from UPanelWidget

Name Description

Protected function Virtual Const

UClass *

 

GetSlotClass()

UPanelWidget.

Protected function Virtual

void

 

OnSlotAdded

(
    UPanelSlot* Slot
)

Protected function Virtual

void

 

OnSlotRemoved

(
    UPanelSlot* Slot
)

Overridden from UWidget

Name Description

Public function Virtual

const FText

 

GetPaletteCategory()

Gets the palette category of the widget

Protected function Virtual

TSharedRef< ...

 

RebuildWidget()

Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed.

Overridden from UVisual

Name Description

Protected function Virtual

void

 

ReleaseSlateResources

(
    bool bReleaseChildren
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss