Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets
Inheritance Hierarchy
- TSharedFromThis
- FPopupLayer
- FOverlayPopupLayer
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include | #include "Widgets/SWidget.h" |
Syntax
class FPopupLayer : public TSharedFromThis< FPopupLayer >
Remarks
An FPopupLayer hosts the pop-up content which could be anything you want to appear on top of a widget. The widget must understand how to host pop-ups to make use of this.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPopupLayer
(
const TSharedRef< SWidget >& InitHostWidget, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FPopupLayer () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSlateRect | |||
| TSharedRef< SWidget > | GetContent () |
||
| TSharedRef< SWidget > | GetHost () |
||
| void | Remove () |