UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TAlignmentWidgetSlotMixin< MixedIntoType > Class Template Reference

#include <BasicLayoutWidgetSlot.h>

+ Inheritance diagram for TAlignmentWidgetSlotMixin< MixedIntoType >:

Classes

struct  FSlotArgumentsMixin
 

Public Member Functions

 TAlignmentWidgetSlotMixin ()
 
 TAlignmentWidgetSlotMixin (const EHorizontalAlignment InHAlign, const EVerticalAlignment InVAlign)
 
void SetHorizontalAlignment (EHorizontalAlignment Alignment)
 
EHorizontalAlignment GetHorizontalAlignment () const
 
void SetVerticalAlignment (EVerticalAlignment Alignment)
 
EVerticalAlignment GetVerticalAlignment () const
 

Protected Member Functions

void ConstructMixin (const FChildren &SlotOwner, FSlotArgumentsMixin &&InArgs)
 

Detailed Description

template<typename MixedIntoType>
class TAlignmentWidgetSlotMixin< MixedIntoType >

Mixin to add the alignment functionality to a base slot.

Constructor & Destructor Documentation

◆ TAlignmentWidgetSlotMixin() [1/2]

◆ TAlignmentWidgetSlotMixin() [2/2]

Member Function Documentation

◆ ConstructMixin()

template<typename MixedIntoType >
void TAlignmentWidgetSlotMixin< MixedIntoType >::ConstructMixin ( const FChildren SlotOwner,
FSlotArgumentsMixin &&  InArgs 
)
inlineprotected

◆ GetHorizontalAlignment()

template<typename MixedIntoType >
EHorizontalAlignment TAlignmentWidgetSlotMixin< MixedIntoType >::GetHorizontalAlignment ( ) const
inline

◆ GetVerticalAlignment()

template<typename MixedIntoType >
EVerticalAlignment TAlignmentWidgetSlotMixin< MixedIntoType >::GetVerticalAlignment ( ) const
inline

◆ SetHorizontalAlignment()

template<typename MixedIntoType >
void TAlignmentWidgetSlotMixin< MixedIntoType >::SetHorizontalAlignment ( EHorizontalAlignment  Alignment)
inline

◆ SetVerticalAlignment()

template<typename MixedIntoType >
void TAlignmentWidgetSlotMixin< MixedIntoType >::SetVerticalAlignment ( EVerticalAlignment  Alignment)
inline

The documentation for this class was generated from the following file: