TestIntersection

Overload list

Windows
MacOS
Linux
Name Description

Public function Virtual Const

bool

 

TestIntersection

(
    const FTriangle3d& Triangle,
    const FQueryOptions& Options
)

Returns true if triangle intersects any triangle of our mesh

Public function Virtual Const

bool

 

TestIntersection

(
    const TriangleMeshType* TestMe...,
    FAxisAlignedBox3d TestMeshBounds,
    const TFunction< FVector3d...,
    const FQueryOptions& Options
)

Return true if any triangle of TestMesh intersects with our tree.

Public function Virtual Const

bool

 

TestIntersection

(
    const TMeshAABBTree3& OtherTree,
    const TFunction< FVector3d...,
    const FQueryOptions& Options,
    const FQueryOptions& OtherTreeOpti...
)

Returns true if there is any intersection between our mesh and 'other' mesh.

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