UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FOverlayPopupLayer Class Reference

#include <SWindow.h>

+ Inheritance diagram for FOverlayPopupLayer:

Public Member Functions

 FOverlayPopupLayer (const TSharedRef< SWindow > &InitHostWindow, const TSharedRef< SWidget > &InitPopupContent, TSharedPtr< SOverlay > InitOverlay)
 
virtual void Remove () override
 
virtual FSlateRect GetAbsoluteClientRect () override
 
- Public Member Functions inherited from FPopupLayer
 FPopupLayer (const TSharedRef< SWidget > &InitHostWidget, const TSharedRef< SWidget > &InitPopupContent)
 
virtual ~FPopupLayer ()
 
virtual TSharedRef< SWidgetGetHost ()
 
virtual TSharedRef< SWidgetGetContent ()
 
- Public Member Functions inherited from TSharedFromThis< FPopupLayer >
TSharedRef< FPopupLayer, Mode > AsShared ()
 
TSharedRef< FPopupLayer const, Mode > AsShared () const
 
TSharedRef< SubobjectType, Mode > AsSharedSubobject (SubobjectType *SubobjectPtr) const
 
TWeakPtr< FPopupLayer, Mode > AsWeak ()
 
TWeakPtr< FPopupLayer const, Mode > AsWeak () const
 
TWeakPtr< SubobjectType, Mode > AsWeakSubobject (SubobjectType *SubobjectPtr) const
 
void UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const
 
void UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const
 
UE_FORCEINLINE_HINT bool DoesSharedInstanceExist () const
 

Additional Inherited Members

- Protected Member Functions inherited from TSharedFromThis< FPopupLayer >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
UE_FORCEINLINE_HINT TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 
- Static Protected Member Functions inherited from TSharedFromThis< FPopupLayer >
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis (OtherType *ThisPtr)
 
static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > SharedThis (const OtherType *ThisPtr)
 

Detailed Description

Simple overlay layer to allow content to be laid out on a Window or similar widget.

Constructor & Destructor Documentation

◆ FOverlayPopupLayer()

FOverlayPopupLayer::FOverlayPopupLayer ( const TSharedRef< SWindow > &  InitHostWindow,
const TSharedRef< SWidget > &  InitPopupContent,
TSharedPtr< SOverlay InitOverlay 
)

Member Function Documentation

◆ GetAbsoluteClientRect()

FSlateRect FOverlayPopupLayer::GetAbsoluteClientRect ( )
overridevirtual

Implements FPopupLayer.

◆ Remove()

void FOverlayPopupLayer::Remove ( )
overridevirtual

Implements FPopupLayer.


The documentation for this class was generated from the following files: