Where is the CharacterMovement Component?

Hello,

I want to make some changes to the blueprints of the dino’s, they have one component named CharacterMovement (I assume this takes care of the movement) that I want to modify, but I can’t find it in the game folder. Does some-one know where this file is located?

Thank you in advance.

Hi, you can find the CharacterMovement component in the blueprint of dinos.

Example :

6629eeace662370afa4e9b3616f456bbff2b6d45.jpeg

Thank you, but I alreay noticed that. My question was actually where the blueprint of the movement component is located inthe game folders, because I can’t find it.

It’s not a blueprint, charactermovement is a C++ class that you cannot modify.