UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
INotificationWidget.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreMinimal.h
"
6
#include "
Widgets/SWidget.h
"
7
#include "
Widgets/Notifications/SNotificationList.h
"
8
9
class
INotificationWidget
10
{
11
public
:
12
virtual
void
OnSetCompletionState
(
SNotificationItem::ECompletionState
State) = 0;
13
virtual
TSharedRef< SWidget >
AsWidget
() = 0;
14
virtual
bool
UseNotificationBackground
()
const
{
return
true
; }
15
};
CoreMinimal.h
SNotificationList.h
SWidget.h
INotificationWidget
Definition
INotificationWidget.h:10
INotificationWidget::UseNotificationBackground
virtual bool UseNotificationBackground() const
Definition
INotificationWidget.h:14
INotificationWidget::AsWidget
virtual TSharedRef< SWidget > AsWidget()=0
INotificationWidget::OnSetCompletionState
virtual void OnSetCompletionState(SNotificationItem::ECompletionState State)=0
SNotificationItem::ECompletionState
ECompletionState
Definition
SNotificationList.h:28
TSharedRef< SWidget >
Engine
Source
Runtime
Slate
Public
Widgets
Notifications
INotificationWidget.h
Generated by
1.9.8