Change Skeletal mesh by name

You could try adding a Map of skeletal meshes to your character so that you have a reference to the meshes (you might look into lazy loading also).

Here is an example from my mechanics library.

In my solution, I created a struct to represent my characters. And then used a datatable to fill in the properties such as the meshes that can be used for each actor variation.

1 Like