Notifications on Windows?

Hello!
Is is possible to add notifications and run them while game is minimized? How?

I mean Windows default notifications that would appear outside of game window.

ahh, ok thanks…

UE4 don’t have API wrapped for platfrom notification systems as far as i know, you would need to do this via C++ and use Windows Win32 API to make those notifications. So if oyu up yto the task start by learning how to do those notifications in C++ (without UE4), then add it to the code in UE4.

Or see if someone made a plugin already but I think nobody has yet. Maybe you can make one for everyone to enjoy :slight_smile: