New Core Feature: Async Framework (Master Branch and 4.8)

Not sure, I don’t know enough about the C++ classes to be able to say whether there’s something like that. There is a method to check if work is finished on the FAsyncTask, but then you do have to either wrap it in a ticked object or check it in certain intervals.

I’d actually like to know if there’s a way to set up an event for FAsyncTask myself as that would be a lot cleaner for some things I’m doing as well.