> ## Documentation Index
> Fetch the complete documentation index at: https://xrlive.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Show xRLive Alert

> Display a styled alert in the operator window

## Blueprint node

**Category:** `XRLIVE | ALERT`

| Pin          | Type                | Description                                 |
| ------------ | ------------------- | ------------------------------------------- |
| `Alert Type` | `EXRLive_AlertType` | Info / Warning / Success / Error            |
| `Title`      | `Text`              | Short heading shown at the top of the alert |
| `Body Text`  | `Text`              | Description or detail message               |

## Example

```
Event BeginPlay
    ↓
Show xRLive Alert
    Alert Type: Success
    Title: "Visual Ready"
    Body Text: "All assets loaded successfully."
```

## Notes

* Callable from **any Blueprint** — actors, widgets, components, game mode, anywhere.
* The alert auto-dismisses after **5 seconds**. The operator can also close it manually.
* Only one alert is shown at a time. A new alert replaces the previous one.
