FSlot

A BoxPanel contains one BoxPanel child and describes how that child should be arranged on the screen.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

SlateCore

Header

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

Include

#include "Widgets/SBoxPanel.h"

Syntax

class FSlot : public TSlotBase< FSlot >

Remarks

A BoxPanel contains one BoxPanel child and describes how that child should be arranged on the screen.

Variables

Name Description

Public variable

TEnumAsByte< EH...

 

HAlignment

Horizontal positioning of child within the allocated slot

Public variable

TAttribute< flo...

 

MaxSize

The max size that this slot can be (0 if no max)

Public variable

FSizeParam

 

SizeParam

How much space this slot should occupy along panel's direction.

Public variable

TAttribute< FMa...

 

SlotPadding

The padding to add around the child.

Public variable

TEnumAsByte< EV...

 

VAlignment

Vertical positioning of child within the allocated slot

Constructors

Name Description

Protected function

FSlot()

Default values for a slot.

Destructors

Name Description

Public function Virtual

~FSlot()

Horizontal and Vertical Boxes inherit from 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