FSlateNotificationManager::ForceNotificationsInFront

Called back from the SlateApplication when a window is activated/resized We need to keep notifications topmost in the z-order so we manage it here directly as there isn't a cross-platform OS-level way of making a 'topmost child'.

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 ForceNotificationsInFront
(
    const TSharedRef< SWindow > InWindow
)

Remarks

Called back from the SlateApplication when a window is activated/resized We need to keep notifications topmost in the z-order so we manage it here directly as there isn't a cross-platform OS-level way of making a 'topmost child'.

Parameters

Parameter

Description

ActivateEvent

Information about the activation event

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