Procedural Mesh Component Collision Baking/Custom Collision

Cooking can be done on a different thread afaik, there is a mutex guarding the triangle mesh insertion into meshes hash map which should be the only part that can cause trouble. So it should be safe to call it from a different thread.