Before spawn a character class, I need to change its skeletal mesh
How can I do it with blueprint?
You can set it’s default mesh in the classes BP editor. However you can’t change it to another one at runtime till an actor of the class has been spawned. What you’d want to do is on the classes begin play, set the desired skeletal mesh, along with the animation BP for it.