Get Best Flee Position
CallableGetBestFleePositionFinds the best navigable position to flee away from a threat.
Type: Callable (has execution pins)
Category: Fortuna|AI & Navigation
Keywords: ai & navigation
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| WorldContext | UObject* | — | WorldContext parameter |
| CurrentPosition | FVector | — | CurrentPosition parameter |
| ThreatPosition | FVector | — | ThreatPosition parameter |
| FleeDistance | float | 1000 | FleeDistance parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| FleePosition | FVector | FleePosition output |
| bSuccess | bool | bSuccess output |
Example Use Cases
Example 1
Civilian NPCs running from danger.
Example 2
AI retreating when low on health.