FSlateNotificationManager::GetWindows

Gets all the windows that represent notifications

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 GetWindows
(
    TArray< TSharedRef< SWindow > > & OutWindows
) const

Remarks

Gets all the windows that represent notifications

Returns

an array of windows that contain notifications.

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