Steps to Reproduce
- Make a bunch of `UCustomizableObject`s with a complex, big hierarchy for different body parts.
- Have a `TSoftObjectPtr` pointing to the root `UCustomizableObject`.
- Load it with `FStreamableManager::RequestAsyncLoad`.
- After loading, the editor will hang for some seconds, because the root object is loading all its chilcren in the main thread.