How to move an actor with an animation in C++?

Hi, could you explain a bit more what you want? So do you want to move the player or an AI? And is it a character that you want to move or a pawn or an actor? If its not an character do you have capsule collision as root? And do you have a build in movement component on the actor and if so which?

For animations you could inherit from UAnimInstance.