TAABBTreeIntersectionHelper

DECLARE_CYCLE_STAT(TEXT("AABBTreeGrowPhase"), STAT_AABBTreeGrowPhase, STATGROUP_Chaos); DECLARE_CYCLE_STAT(TEXT("AABBTreeChildrenPhase"), STAT_AABBTreeChildrenPhase, STATGROUP_Chaos);

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/AABBTree.h

Include

#include "Chaos/AABBTree.h"

Syntax

template<typename T, typename TQueryFastData, EAABBQueryType Query>
struct TAABBTreeIntersectionHelper

Remarks

DECLARE_CYCLE_STAT(TEXT("AABBTreeGrowPhase"), STAT_AABBTreeGrowPhase, STATGROUP_Chaos); DECLARE_CYCLE_STAT(TEXT("AABBTreeChildrenPhase"), STAT_AABBTreeChildrenPhase, STATGROUP_Chaos);

Specializations

Functions

Name Description

Public function Static

bool

 

Intersects

(
    const TVector< T, 3 >& Start,
    TQueryFastData& QueryFastData,
    T& TOI,
    TVector< T, 3 >& OutPosition,
    const TAABB< T, 3 >& Bounds,
    const TAABB< T, 3 >& QueryBounds,
    const TVector< T, 3 >& QueryHalfEx...
)

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