Line Of Sight Batch Check

Callable
LineOfSightBatchCheck

Performs line-of-sight checks from one point to multiple targets in a single call.

Type: Callable (has execution pins)
Category: Fortuna|AI & Navigation
Keywords: ai & navigation

Inputs

NameTypeDefaultDescription
WorldContextUObject*WorldContext parameter
OriginFVectorOrigin parameter
TargetLocationsTArray<FVector>TargetLocations parameter
TraceChannelECollisionChannelVisibilityTraceChannel parameter

Outputs

NameTypeDescription
ResultsTArray<bool>Results output

Example Use Cases

Example 1

AI checking visibility to all known enemies at once.

Example 2

Determine which waypoints are visible from a guard position.