AgentMoveOnWaypoint
Move the Agent along the Waypoint.

Properties
| Property Name | Description | 
|---|---|
| Agent Controller | AgentController you want to control. | 
| Stop On State End | Whether to stop when leaving the state. | 
| Clear Velocity On Stop | Whether to clear velocity when stopping | 
| Speed | Speed to move | 
| Waypoint | Route to move Agent | 
| Radius | Set how far away from the center when passing each point of Waypoint. | 
| Clear Dest Point | Flag to restart from the first position of Waypoint when restarting | 
| Type | Play type. 
 | 
| Stopping Distance | Distance to stop | 
| Done | State transition at the time of movement completion Transition Method : OnStateUpdate | 
| Cant Move | State transition when the destination cannot be found and cannot be moved. Transition method: OnStateUpdate |