Is Path Clear (Capsule)

Callable
IsPathClear

Checks if a capsule-shaped path is clear between two points (character-sized by default).

Type: Callable (has execution pins)
Category: Fortuna|Physics & Collision
Keywords: physics & collision

Inputs

NameTypeDefaultDescription
WorldContextUObject*WorldContext parameter
StartFVectorStart parameter
EndFVectorEnd parameter
Radiusfloat34Radius parameter
HalfHeightfloat88HalfHeight parameter
IgnoreActorsTArray<AActor*>IgnoreActors parameter

Outputs

NameTypeDescription
ReturnValueboolReturnValue output
HitResultFHitResultHitResult output

Example Use Cases

Example 1

AI checking if it can walk to a position without obstacles.

Example 2

Verify a teleport destination is reachable.