Skip to main content

Blueprint node

Category: XRLIVE | ALERT
PinTypeDescription
Alert TypeEXRLive_AlertTypeInfo / Warning / Success / Error
TitleTextShort heading shown at the top of the alert
Body TextTextDescription 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.