Create Notification (Queued)

Callable
CreateNotificationQueued

Adds a notification to a managed queue that displays them sequentially, preventing overlap.

Type: Callable (has execution pins)
Category: Fortuna|UMG/UI Helpers
Keywords: umg/ui helpers

Inputs

NameTypeDefaultDescription
WorldContextUObject*WorldContext parameter
MessageFStringMessage parameter
Durationfloat3.0Duration parameter
NotificationTypeEFBT_NotificationTypeInfoNotificationType parameter

Example Use Cases

Example 1

Show achievement unlock notifications one at a time.

Example 2

Display sequential gameplay tips.