Wait the end of Simple Move to Location

Hello Everyone,

I need to wait the end of the movement of the player controller to do a task. But the task is perform directly after the command of moving (I think it affects an other thread).

So I want to know if we can wait the end of Simple Move to Location.

Thanks in advance !

If you want something to happen when the character reaches the goal position, there are a few ways to go about that. For example, see Character simple move to location Completed - Character & Animation - Epic Developer Community Forums and Character simple move to location Completed event - Blueprint - Epic Developer Community Forums

Thanks you very much, it works :smiley: