Hello!
I’m trying to replicate my movements with a actor and my actor doens’t replicate it when i start my game.
I’m saving my locations and rotations and speed in a file, then I’m putting in the blueprint of the actor so he can do the same movements I did last time I played, like a ghost character, when you’re triyng to beat your own time, or your best score, record, etc… The main problem I’m facing is, the actor doens’t make the animation of walk(when I’m walking), animation of run( when I’m running) or jump(when I’m jumping) and I need help with that.
If anyone who already tried to do aomething like that and it worked, i would really appreciate your help, I’ll put some prints of the blueprints I have !!
Thanks !!
Here I’m get the speed of my own character (BP_ThirdPersonCharacter) so I can save into an array so i can put it in my file !!
Here I’m adding to the array “line by line” the locations, rotations and speed !!
Here I’m geting the values that i inserted into the file and making the actor replicate the movements, he can jump, walk or run, but the animation it self, like moving his arms or legs, isn’t working.
Insert into a variable so i can put in the (ABP_Manny2(in this case the animation I’ll use in the actor)) !!
And finally, here’s ABP_Manny2.
So if anyone as any clue how can i solve my problem, lemme know !!