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

The Yield node allows you to wait for any IEnumerator, YieldInstruction or Coroutine during a Coroutine Event. This helps to expose the C# yield function to graphs.

Switching the yield type in the header, will switch the name and type of the only available input port.

THIS ENTRY IS UNDER CONSTRUCTION