FSlateNotificationManager::QueueNotification

Thread safe method of queuing a notification for presentation on the next tick

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Notifications/NotificationManager.h

Include

#include "Framework/Notifications/NotificationManager.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Notifications/NotificationManager.cpp

Syntax

void QueueNotification
(
    FNotificationInfo * Info
)

Remarks

Thread safe method of queuing a notification for presentation on the next tick

Parameters

Parameter

Description

Info

Pointer to heap allocated notification info. Released by FSlateNotificationManager once the notification is displayed;

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