Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Layout/BasicLayoutWidgetSlot.h |
Include |
#include "Layout/BasicLayoutWidgetSlot.h" |
template<typename MixedIntoType>
class TAlignmentWidgetSlotMixin
Mixin to add the alignment functionality to a base slot.
Name | Description | |
---|---|---|
|
TAlignmentWidgetSlotMixin() |
|
|
TAlignmentWidgetSlotMixin ( |
Name | Description | ||
---|---|---|---|
|
ConstructMixin ( |
||
|
EHorizontalA... |
GetHorizontalAlignment() |
|
|
EVerticalAli... |
GetVerticalAlignment() |
|
|
SetHorizontalAlignment ( |
||
|
SetVerticalAlignment ( |
Name |
Description |
|
---|---|---|
|
FSlotArgumentsMixin |
Name | Description | ||
---|---|---|---|
|
HAlignment |
Direct access to HAlignment is now deprecated. Use the getter. |
|
|
VAlignment |
Direct access to VAlignment is now deprecated. Use the getter. |
Name | Description | ||
---|---|---|---|
|
MixedIntoTyp... |
HAlign ( |
HAlign is now deprecated. Use the FSlotArgument or the SetHorizontalAlignment function. |
|
MixedIntoTyp... |
VAlign ( |
VAlign is now deprecated. Use the FSlotArgument or the SetVerticalAlignment function. |