Navigation
Unreal Engine C++ API Reference > Runtime > Chaos > Chaos
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/AABBTree.h |
Include | #include "Chaos/AABBTree.h" |
Syntax
template<typename TQueryFastData, EAABBQueryType Query>
struct TAABBTreeIntersectionHelper
Specializations
TAABBTreeIntersectionHelper< FQueryFastData, EAABBQueryType::Raycast >
TAABBTreeIntersectionHelper< FQueryFastData, EAABBQueryType::Sweep >
TAABBTreeIntersectionHelper< FQueryFastDataVoid, EAABBQueryType::Overlap >