EZNotifications UE Plugin
  • Overview
    • 👋Welcome!
    • 🔗Links
  • Getting Started
    • 📺Getting Started Tutorial
    • Setup UMG
    • Add Animations
    • Show Notification
    • Show Alert
    • Concurrent Notifications
    • Duration timeline
  • Info
    • Logging
    • NotificationSubsystem
    • NotificationSettings struct
    • ⚙️Plugin Settings
Powered by GitBook
On this page
  1. Info

Plugin Settings

PreviousNotificationSettings struct

Last updated 1 year ago

  • Max Queue Stack - This is the maximum amount of notifications that the queue can hold.

  • Ignore Priority - An option to ignore completely any priority of the notifications, which will result in displaying them by the order they have been added.

  • Use Persistent as Priority - This will cause any notification/alert that is marked as Persistent, to be the highest priority. As a result, persistent widgets will have an advantage over other high-priority widgets.

  • ZOrder - The ZOrder determines which widget is on top of the others. So, if one widget has a higher ZOrder value than another, it will be drawn on top of the other widget.

  • Auto Pause Game Alert - This is only valid for alerts. If you want to pause the game and wait for the player to click on the alert you can tick this checkbox and the game will automatically be paused and resume.

⚙️