SVerticalBox

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

Choose your operating system:

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

FScopedWidge...

 

AddSlot()

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Construct this widget

Public function

FSlot &

 

GetSlot

(
    int32 SlotIndex
)

Public function Const

const FSlot ...

 

GetSlot

(
    int32 SlotIndex
)

Public function

FScopedWidge...

 

InsertSlot

(
    int32 Index
)

Public function Static

FSlot::FSlot...

 

Slot()

Public function Static

const FSlate...

 

StaticWidgetClass()

Overridden from FSlateControlledConstruction

Name Description

Public function Virtual Const

const FSlate...

 

GetWidgetClass()

Classes

Name

Description

Public struct

FArguments

Public class

FSlot

Typedefs