FOverlaySlot

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

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

SlateCore

Header

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

Include

#include "Widgets/SOverlay.h"

Syntax

class FOverlaySlot : public TBasicLayoutWidgetSlot< FOverlaySlot >

Remarks

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

Constructors

Name Description

Public function

FOverlaySlot

(
    int32 InZOrder
)

Functions

Name Description

Public function

void

 

Construct

(
    const FChildren& SlotOwner,
    FSlotArguments&& InArgs
)

Public function Const

int32

 

GetZOrder()

Public function

void

 

SetZOrder

(
    int32 InOrder
)

Classes

Name

Description

Public struct

FSlotArguments

Deprecated Variables

Name Description

Public variable

int32

 

ZOrder

Direct access to ZOrder is now deprecated. Use the getter or setter.