Hello !
For the AI characters of my infiltration game, I would like to make them follow a predefined path of waypoints from time to time. I could code it from scratch, but I saw that there is a UPathFollowingComponent available for characters…
Is there any documentation or example project I can use to understand the logic of this component, and how to use it in a game?