Alert types
| Type | Color | Use for |
|---|---|---|
Info | Blue | General information, status updates |
Warning | Yellow | Non-critical issues, things to be aware of |
Success | Green | Completed actions, confirmations |
Error | Red | Failures, things that need attention |
How it works
CallingShow 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.
