[Verse] showing errors for my race statement where I Await() exit from the chair and makes me add sleep though it is not needed, but it compiles and works correctly without sleep

Summary

Verse error is displayed for my race statement where I Await() exit from the chair and makes me add sleep when it is not needed, but it compiles and works correctly despite warnings/errors, the error should not be displayed in this case

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Verse

Steps to Reproduce

  1. Use in a race block:


            race:
                ...
                block:
                    Chair.ExitedEvent.Await()
                    #Print("Exit event received")
                    #Sleep(0.0)

  1. Note error. Now Build Verse.
  2. Note code builds ok (Green)
  3. Uncomment the Sleep statement. Note error is gone.

Expected Result

No error messages in editor

Observed Result

Shows error saying that my code is not async,
Makes me add Sleep(), though it is not needed

Platform(s)

Windows

Additional Notes

Note that code compiles and works correctly even without sleep as it should