FSlot

A Slot that provides layout options for the contents of a scrollable box.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h

Include

#include "Widgets/Layout/SScrollBox.h"

Syntax

class FSlot :
    public TSlotBase< FSlot >,
    public TSupportsContentPaddingMixin< FSlot >

Remarks

A Slot that provides layout options for the contents of a scrollable box.

Variables

Constructors

Name Description

Public function

FSlot()

Set both vertical and horizontal alignment to fill by default.

Functions

Name Description

Public function

FSlot &

 

HAlign

(
    EHorizontalAlignment InHAlignment
)

Public function

FSlot &

 

VAlign

(
    EVerticalAlignment InVAlignment
)

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