FOverlaySlot

A slot that support alignment of content and padding and z-order

Windows
MacOS
Linux

Inheritance Hierarchy

FSlotBase

TSlotBase

SOverlay::FOverlaySlot

References

Module

SlateCore

Header

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

Include

#include "Widgets/SOverlay.h"

Syntax

class FOverlaySlot : public TSlotBase< FOverlaySlot >

Remarks

A slot that support alignment of content and padding and z-order

Variables

Name Description

Public variable

TEnumAsByte< EH...

 

HAlignment

Public variable

TAttribute< FMa...

 

SlotPadding

Public variable

TEnumAsByte< EV...

 

VAlignment

Public variable

int32

 

ZOrder

Slots with larger ZOrder values will draw above slots with smaller ZOrder values.

Constructors

Name Description

Public function

FOverlaySlot()

Functions

Name Description

Public function

FOverlaySlot...

 

HAlign

(
    EHorizontalAlignment InHAlignment
)

Public function

FOverlaySlot...

 

Padding

(
    float Uniform
)

Public function

FOverlaySlot...

 

Padding

(
    const TAttribute< FMargin > InPaddi...
)

Public function

FOverlaySlot...

 

Padding

(
    float Horizontal,
    float Vertical
)

Public function

FOverlaySlot...

 

Padding

(
    float Left,
    float Top,
    float Right,
    float Bottom
)

Public function

FOverlaySlot...

 

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