Unit Reference TriggerReturnEvent - RealityStop/Bolt.Addons.Community GitHub Wiki
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
countproperty).
Output Ports
- exit : The Control Output executed immediately after triggering the event.
- value : Outputs the value returned by the triggered Return Event.