Skip to main content
The xRLive Alert System lets you display a notification in the operator window from any Blueprint in your project — without needing a reference to the viewport widget.

Alert types

TypeColorUse for
InfoBlueGeneral information, status updates
WarningYellowNon-critical issues, things to be aware of
SuccessGreenCompleted actions, confirmations
ErrorRedFailures, things that need attention

How it works

Calling Show xRLive Alert broadcasts an event on the xRLive Window Sync Subsystem. The xRLive_Viewport widget is bound to that event and handles creating and displaying the WBP_Alert widget inside its AlertContent slot. Alerts auto-dismiss after 5 seconds, or the operator can close them manually.
The xRLive_Viewport widget must be running (i.e., a visual must be open) for alerts to display.