Get Strategic Position
CallableGetStrategicPositionEvaluates multiple candidate positions and returns the best one based on distance preference, cover, and line of sight.
Type: Callable (has execution pins)
Category: Fortuna|AI & Navigation
Keywords: ai & navigation
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| WorldContext | UObject* | — | WorldContext parameter |
| AgentPosition | FVector | — | AgentPosition parameter |
| TargetPosition | FVector | — | TargetPosition parameter |
| PreferredDistance | float | 500 | PreferredDistance parameter |
| NumCandidates | int | 8 | NumCandidates parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| BestPosition | FVector | BestPosition output |
| bSuccess | bool | bSuccess output |
Example Use Cases
Example 1
AI finding an ideal attack position at mid-range.
Example 2
Sniper finding a vantage point with line of sight to target.