Unit Reference TriggerReturnEvent - RealityStop/Bolt.Addons.Community GitHub Wiki

TriggerReturnEvent

Screenshot 2025-09-30 141503

The unit for triggering a Return Event, allowing logic to send data and optionally receive a return value.

Input Ports

  • enter : The Control Input to execute when triggering the event.
  • target : The GameObject that contains the Return Event unit.
  • name : The name of the Return Event.
  • arguments : Optional Value Inputs for each argument to pass to the Return Event (dynamically created based on the count property).

Output Ports

  • exit : The Control Output executed immediately after triggering the event.
  • value : Outputs the value returned by the triggered Return Event.
⚠️ **GitHub.com Fallback** ⚠️