I have some code that needs to be run at the very start of each gameplay tick.
I want the code to be run from a separate thread so that it doesn’t take up time on the gamethread.
I’ve tried setting up an FTicker, but this runs way too late in the gamethread, and is not on a separate thread.