Create Notification (Queued)
CallableCreateNotificationQueuedAdds 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
| Name | Type | Default | Description |
|---|---|---|---|
| WorldContext | UObject* | — | WorldContext parameter |
| Message | FString | — | Message parameter |
| Duration | float | 3.0 | Duration parameter |
| NotificationType | EFBT_NotificationType | Info | NotificationType parameter |
Example Use Cases
Example 1
Show achievement unlock notifications one at a time.
Example 2
Display sequential gameplay tips.