DoesIntersectBox

Overload list

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss