Navigation
API > API/Runtime > API/Runtime/SlateCore
Simple overlay layer to allow content to be laid out on a Window or similar widget.
| Name | FOverlayPopupLayer |
| Type | class |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
| Include Path | #include "Widgets/SWindow.h" |
Syntax
class FOverlayPopupLayer : public FPopupLayer
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FPopupLayer → FOverlayPopupLayer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOverlayPopupLayer
(
const TSharedRef< SWindow >& InitHostWindow, |
Widgets/SWindow.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HostWindow | TSharedPtr< SWindow > | Widgets/SWindow.h | ||
| Overlay | TSharedPtr< SOverlay > | Widgets/SWindow.h |
Functions
Public
Overridden from FPopupLayer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FSlateRect GetAbsoluteClientRect() |
Widgets/SWindow.h | ||
virtual void Remove() |
Widgets/SWindow.h |