TAlignmentWidgetSlotMixin

Mixin to add the alignment functionality to a base slot.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Layout/BasicLayoutWidgetSlot.h

Include

#include "Layout/BasicLayoutWidgetSlot.h"

Syntax

template<typename MixedIntoType>
class TAlignmentWidgetSlotMixin

Remarks

Mixin to add the alignment functionality to a base slot.

Constructors

Name Description

Public function

TAlignmentWidgetSlotMixin()

Public function

TAlignmentWidgetSlotMixin

(
    const EHorizontalAlignment InHAlign,
    const EVerticalAlignment InVAlign
)

Functions

Classes

Name

Description

Public struct

FSlotArgumentsMixin

Deprecated Variables

Name Description

Public variable

EHorizontalAlig...

 

HAlignment

Direct access to HAlignment is now deprecated. Use the getter.

Public variable

EVerticalAlignm...

 

VAlignment

Direct access to VAlignment is now deprecated. Use the getter.

Deprecated Functions

Name Description

Public function

MixedIntoTyp...

 

HAlign

(
    EHorizontalAlignment InHAlignment
)

HAlign is now deprecated. Use the FSlotArgument or the SetHorizontalAlignment function.

Public function

MixedIntoTyp...

 

VAlign

(
    EVerticalAlignment InVAlignment
)

VAlign is now deprecated. Use the FSlotArgument or the SetVerticalAlignment function.