We can use:
AsyncTask(ENamedThreads::GameThread, Delegate {
Delegate.ExecuteIfBound();
});
It will execute the function in the GameThread.
We can use:
AsyncTask(ENamedThreads::GameThread, Delegate {
Delegate.ExecuteIfBound();
});
It will execute the function in the GameThread.