Character Select possess loosing animations (resolved)

Hello ! i’m on Win/4.20

Il made a simple character select Widget with 2 BP Character with just different mesh and animations .
I call this widget on the level BP.
When i click one or other button I have a good spawn but I have 2 issues:

  1. I don’t see mouse cursor on widget I have to manualy do Shift+F1
    Dropbox - levelBP.png - Simplify your life

  2. Most important. I loose my character animations. i can move, I have the correct skin/mesh, others BP functions are ok, but when I crouch, jump, or attack I have no animations.

Thx for help :slight_smile:

I found myself the solution for the point 2 :slight_smile:

It was simply a question of Cast in my Animation Blueprints (Event Graph variables).They were Casted to the original ThirstPerson Character BP .I had to simply change the Cast name.

So resolved ! Hope to be useful to others searching here in the future.