What is the event to check when all materials and textures are fully resolved or finished loading on a new spawned Actor?

Finally, I think this is what you are looking for:

You can Async Load assets from Class or Object that you reference. The execution pins on the Async Load Primary Asset, will allow you to execute code when it completes the loading.

Hopefully all of this helped! :slight_smile: