Unit Reference FlowToCoroutine - RealityStop/Bolt.Addons.Community GitHub Wiki
The FlowToCoroutine node converts a standard control flow into a coroutine flow, allowing asynchronous execution. If used inside an existing coroutine flow, it logs a warning since the conversion is unnecessary.
Input Ports
- In : The control flow input to convert.
Output Ports
- Converted : Triggered if the flow has been converted into a coroutine.
- normalFlow : Continues the normal flow execution without conversion.