bell-ringShowing notifications

To show a notification, simply get the notification subsystem and call Show Notification with the correct properties. To check what all the properties do in the system refer to Notification properties.

Blueprint Code:

C++ Code:

You can also bind events to when the notification is accepted or declined, if auto dismissed neither of the events will fire.

Last updated