Unit Reference EventReturn - RealityStop/Bolt.Addons.Community GitHub Wiki
The unit that returns your flow and value back to the Complete port of the initial trigger unit.
Input Ports
- enter : Control Input triggered when returning back to the original event or method.
- value : The value to return to the initial trigger unit.
-
data : The data output from the
ReturnEventUnit. Required for the unit to know which unit to return to, unless this unit is used as a method return in the C# Generator.