Navigation
API > API/Plugins > API/Plugins/UIFramework > API/Plugins/UIFramework/Widgets
Inheritance Hierarchy
- FFastArraySerializerItem
- FUIFrameworkSlotBase
- FUIFrameworkOverlaySlot
References
| Module | UIFramework |
| Header | /Engine/Plugins/Experimental/UIFramework/Source/Public/Widgets/UIFOverlay.h |
| Include | #include "Widgets/UIFOverlay.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FUIFrameworkOverlaySlot : public FUIFrameworkSlotBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| friend | FUIFrameworkOverlaySlotList | ||
| TEnumAsByte< EHorizontalAlignment > | HorizontalAlignment | Horizontal alignment of the widget inside the slot. | |
| FMargin | Padding | Distance between that surrounds the widget inside the slot. | |
| friend | UUIFrameworkOverlay | ||
| TEnumAsByte< EVerticalAlignment > | VerticalAlignment | Vertical alignment of the widget inside the slot. |