SVerticalBox

A Vertical Box Panel. See [SBoxPanel](API\Runtime\SlateCore\Widgets\SBoxPanel) for more info.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h

Include

#include "Widgets/SBoxPanel.h"

Syntax

class SVerticalBox : public SBoxPanel

Remarks

A Vertical Box Panel. See SBoxPanel for more info.

Constructors

Name Description

Public function

SVerticalBox()

Functions

Name Description

Public function

FSlot &

 

AddSlot()

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Construct this widget

Public function

FSlot &

 

InsertSlot

(
    int32 Index
)

Public function Const

int32

 

NumSlots()

Public function Static

FSlot &

 

Slot()

Classes

Name

Description

Public struct

FArguments

Public class

FSlot

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