Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SOverlay
Inheritance Hierarchy
- TWidgetSlotWithAttributeSupport
- TPaddingWidgetSlotMixin
- TAlignmentWidgetSlotMixin
- TBasicLayoutWidgetSlot
- SOverlay::FOverlaySlot
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SOverlay.h |
| Include | #include "Widgets/SOverlay.h" |
Syntax
class FOverlaySlot : public TBasicLayoutWidgetSlot< FOverlaySlot >
Remarks
A slot that support alignment of content and padding and z-order
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOverlaySlot
(
int32 InZOrder |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FChildren& SlotOwner, |
||
| int32 | GetZOrder () |
||
| void | SetZOrder
(
int32 InOrder |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSlotArguments |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ZOrder | Direct access to ZOrder is now deprecated. Use the getter or setter. |