UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
INotificationWidget Class Referenceabstract

#include <INotificationWidget.h>

+ Inheritance diagram for INotificationWidget:

Public Member Functions

virtual void OnSetCompletionState (SNotificationItem::ECompletionState State)=0
 
virtual TSharedRef< SWidgetAsWidget ()=0
 
virtual bool UseNotificationBackground () const
 

Member Function Documentation

◆ AsWidget()

virtual TSharedRef< SWidget > INotificationWidget::AsWidget ( )
pure virtual

Implemented in STestNotificationWidget.

◆ OnSetCompletionState()

virtual void INotificationWidget::OnSetCompletionState ( SNotificationItem::ECompletionState  State)
pure virtual

Implemented in STestNotificationWidget.

◆ UseNotificationBackground()

virtual bool INotificationWidget::UseNotificationBackground ( ) const
inlinevirtual

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