FPopupLayer

An [FPopupLayer](API\Runtime\SlateCore\Widgets\FPopupLayer) hosts the pop-up content which could be anything you want to appear on top of a widget.

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function

FPopupLayer

(
    const TSharedRef< SWidget >& InitH...,
    const TSharedRef< SWidget >& InitP...
)

Destructors

Name Description

Public function Virtual

~FPopupLayer()

Functions

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss