Good evening, is that someone knows how to move the thirdcharacter from one point to another automatically at a certain time and then after returning the control to the player?
Thanks
any answer?
Easy:
- Unpossess your character from the playercontroller
- spawn a new ai controller
- possess the pawn with this ai controller
- Use “Move To Location” to move the character (uncheck Use Pathfinding if you’re not using a nav mesh)
- done
To return to player control:
- unpossess the character from the previous ai controller
- possess the character with the playercontroller
Finally in find the solution, I used simple move to location on the player controler , without forgetting to define a NavMesh
Thanks, do you have any blue print exemple to umposses your character from the playercontroller ?
Thanks, do you have any blue print exemple to umposses your character from the playercontroller ?