DoesIntersectBox

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function Virtual Const

bool

 

DoesIntersectBox

(
    const FBox& Box,
    uint32 StartingIndex,
    int32* IntersectingSegmentInde...,
    FVector* AgentExtent
)

Checks if given path, starting from StartingIndex, intersects with given AABB box

Public function Virtual Const

bool

 

DoesIntersectBox

(
    const FBox& Box,
    const FVector& AgentLocation,
    uint32 StartingIndex,
    int32* IntersectingSegmentInde...,
    FVector* AgentExtent
)

Checks if given path, starting from StartingIndex, intersects with given AABB box.