👋Welcome!

Overview

This plugin was built to be as generic as possible so every developer/designer could use their custom user widget while maintaining important UE features like exposing variables on spawn.

Using a GameInstance Subsystem, you have control over the notifications anywhere in the project. Because the subsystem is based on the game instance lifecycle, this system will only be initiated once per game and will have consistent data when loading levels.

The purpose of this plugin is to be able to have any kind of UI design but keep the functionality the same across the game. So there's NO design with this plugin, you are not restricted to using a specific design, you can expose the parameters you need and have multiple notifications with different designes and logic.

I can create any kind of user widget as a notification widget while exposing the core parameters for that specific UMG. This allows a highly customizable functionality when having multiple notification designs with different purposes so you are not strict to only one UI design.


  • Blueprints visual scripting.

  • C++ (Module EZNotifications)

  • Windows Only

Multiplayer isn't been tested yet, in time, I'll update this plugin to fully support multiplayer projects.


Last updated