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
- Use in a race block:
race:
...
block:
Chair.ExitedEvent.Await()
#Print("Exit event received")
#Sleep(0.0)
- Note error. Now Build Verse.
- Note code builds ok (Green)
- 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