01-21-2021, 11:36 AM
RenderAsyncEnable doesn't have any influence on this, so you can ignore its setting.
What happens if you create a new blank project, put a timer on it, double-click on the OnAsyncTimer event, put a breakpoint in it, and run the application?
I just tested here and it works as expected (in 1 second it will hit the breakpoint)
What happens if you create a new blank project, put a timer on it, double-click on the OnAsyncTimer event, put a breakpoint in it, and run the application?
I just tested here and it works as expected (in 1 second it will hit the breakpoint)

