Can I use std::thread?

,Actually I tried once. But finally I found it will cause a crash when using std::thread to make multi-thread program.

I’m not sure but I think UE4 using a thread pool instead of creating a new thread directly.Maybe people of Epic can tell me more about how the multi-thread system work in UE4

So I think you should not using std::thread :slight_smile: