Navigation
BlueprintAPI > BlueprintAPI/AI > BlueprintAPI/AI/Tasks
Move to a location or an actor
Target is AITask Move To
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Controller | |
| vector | Goal Location | |
| object | Goal Actor | |
| real | Acceptance Radius | |
| enum | Stop on Overlap | |
| enum | Accept Partial Path | |
| boolean | Use Pathfinding | |
| boolean | Lock AILogic | |
| boolean | Use Continuous Goal Tracking | |
| enum | Project Goal on Navigation | Try to move the goal to the navigation surface before requesting the move, fails if it can't. |
| enum | Require Navigable End Location | Set to No to allow pursuing the request even if no navigation surface is found at the goal location. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Async Task | |
| exec | On Request Failed | |
| exec | On Move Finished |