3rd Person ACharacter doesn't move capsule

Hello,

I’m trying to implement the 3rd Person example by myself, however I have a problem with the capsule.

Like the example I created a class derived by ACharacter. Everything works except that the capsule doesn’t move. The Camera moves exactly like in the example (I am also able to jump etc.).

Here I am moving: But the skeleton stays where it is no matter what (also the capsule, as I am able to collide into it).


I also tried using the code 1:1 from the example, but the problem is still the same.

After comparing nearly everything i finally fixed it. You have to set Auto-Posses Player.