Navigation
API > API/Plugins > API/Plugins/UIFramework
| Name | FUIFrameworkOverlaySlot |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/Widgets/UIFOverlay.h |
| Include Path | #include "Widgets/UIFOverlay.h" |
Syntax
USTRUCT (BlueprintType )
struct FUIFrameworkOverlaySlot : public FUIFrameworkSlotBase
Inheritance Hierarchy
- FFastArraySerializerItem → FUIFrameworkSlotBase → FUIFrameworkOverlaySlot
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FUIFrameworkOverlaySlotList | friend | Widgets/UIFOverlay.h | ||
| HorizontalAlignment | TEnumAsByte< EHorizontalAlignment > | Horizontal alignment of the widget inside the slot. | Widgets/UIFOverlay.h |
|
| Padding | FMargin | Distance between that surrounds the widget inside the slot. | Widgets/UIFOverlay.h |
|
| UUIFrameworkOverlay | friend | Widgets/UIFOverlay.h | ||
| VerticalAlignment | TEnumAsByte< EVerticalAlignment > | Vertical alignment of the widget inside the slot. | Widgets/UIFOverlay.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | int32 | Index in the array the Slot is. The position in the array can change when replicated. | Widgets/UIFOverlay.h |