Get Path Length
CallableGetPathLengthReturns the navigation path length between two points.
Type: Callable (has execution pins)
Category: Fortuna|AI & Navigation
Keywords: ai & navigation
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| WorldContext | UObject* | — | WorldContext parameter |
| Start | FVector | — | Start parameter |
| End | FVector | — | End parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| PathLength | float | PathLength output |
| bPathFound | bool | bPathFound output |
Example Use Cases
Example 1
AI choosing the nearest reachable target by path distance (not straight-line).
Example 2
Displaying objective distance that accounts for walls.