FGlobalNotification::ShouldShowNotification

Used to work out whether the notification should currently be visible (causes BeginNotification, EndNotification, and SetNotificationText to be called at appropriate points)

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/GlobalNotification.h

Include

#include "Widgets/Notifications/GlobalNotification.h"

Syntax

bool ShouldShowNotification
(
    const bool bIsNotificationAlreadyActive
) const

Remarks

Used to work out whether the notification should currently be visible (causes BeginNotification, EndNotification, and SetNotificationText to be called at appropriate points)

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