Navigation
API > API/Plugins > API/Plugins/UIFramework > API/Plugins/UIFramework/Widgets
Inheritance Hierarchy
- FFastArraySerializerItem
- FUIFrameworkSlotBase
- FUIFrameworkStackBoxSlot
References
| Module | UIFramework |
| Header | /Engine/Plugins/Experimental/UIFramework/Source/Public/Widgets/UIFStackBox.h |
| Include | #include "Widgets/UIFStackBox.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FUIFrameworkStackBoxSlot : public FUIFrameworkSlotBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| friend | FUIFrameworkStackBoxSlotList | ||
| TEnumAsByte< EHorizontalAlignment > | HorizontalAlignment | Horizontal alignment of the widget inside the slot. | |
| FMargin | Padding | Distance between that surrounds the widget inside the slot. | |
| FSlateChildSize | Size | How much space this slot should occupy in the direction of the panel. | |
| friend | UUIFrameworkStackBox | ||
| TEnumAsByte< EVerticalAlignment > | VerticalAlignment | Vertical alignment of the widget inside the slot. |