FSlot

A slot that support alignment of content and padding

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SWrapBox.h"

Syntax

Remarks

A slot that support alignment of content and padding

Variables

Name Description

Public variable

bool

 

bSlotFillEmptySpace

Public variable

TOptional< floa...

 

SlotFillLineWhenSizeLessThan

Constructors

Name Description

Public function

FSlot()

Functions

Name Description

Public function

FSlot &

 

FillEmptySpace

(
    bool bInFillEmptySpace
)

Should this slot fill the remaining space on the line?

Public function

FSlot &

 

FillLineWhenSizeLessThan

(
    TOptional< float > InFillLineWhenSi...
)

Dependently of the Orientation, if the total available horizontal or vertical space in the wrap panel drops below this threshold, this slot will attempt to fill an entire line.

Deprecated Variables

Name Description

Public variable

TOptional< floa...

 

SlotFillLineWhenWidthLessThan

Deprecated, please use SlotFillLineWhenSizeLessThan instead

Deprecated Functions

Name Description

Public function

FSlot &

 

FillLineWhenWidthLessThan

(
    TOptional< float > InFillLineWhenWi...
)

Deprecated, please use FillLineWhenSizeLessThan() instead

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