Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UPanelSlot
- UScaleBoxSlot
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/ScaleBoxSlot.h |
| Include | #include "Components/ScaleBoxSlot.h" |
Syntax
class UScaleBoxSlot : public UPanelSlot
Remarks
The Slot for the UScaleBoxSlot, contains the widget displayed in a button's single slot
Constructors
| Type | Name | Description | |
|---|---|---|---|
UScaleBoxSlot
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BuildSlot
(
TSharedRef< SScaleBox > InScaleBox |
Builds the underlying slot for the slate ScaleBox. | |
| EHorizontalAlignment | |||
| EVerticalAlignment | |||
| void | SetHorizontalAlignment
(
EHorizontalAlignment InHorizontalAlignment |
||
| void | SetVerticalAlignment
(
EVerticalAlignment InVerticalAlignment |
Overridden from UPanelSlot
| Type | Name | Description | |
|---|---|---|---|
| void | Applies all properties to the live slot if possible. |
Overridden from UVisual
| Type | Name | Description | |
|---|---|---|---|
| void | ReleaseSlateResources
(
bool bReleaseChildren |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< EHorizontalAlignment > | HorizontalAlignment | Direct access to HorizontalAlignment is deprecated. Please use the getter or setter. | |
| FMargin | Padding_DEPRECATED | Padding is not used. | |
| TEnumAsByte< EVerticalAlignment > | VerticalAlignment | Direct access to VerticalAlignment is deprecated. Please use the getter or setter. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetPadding
(
FMargin InPadding |
SetPadding is deprecated |