Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TAABBTree
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Overlap
(
const FAABB3& QueryBounds, |
Chaos/AABBTree.h | ||
void Overlap
(
const FAABB3& QueryBounds, |
Chaos/AABBTree.h |
Overlap(const FAABB3 &, ISpatialVisitor< TPayloadType, FReal > &)
| Name | Overlap |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/AABBTree.h |
| Include Path | #include "Chaos/AABBTree.h" |
virtual void Overlap
(
const FAABB3 & QueryBounds,
ISpatialVisitor < TPayloadType, FReal > & Visitor
) const
Overlap(const FAABB3 &, SQVisitor &)
| Name | Overlap |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/AABBTree.h |
| Include Path | #include "Chaos/AABBTree.h" |
template<typename SQVisitor>
void Overlap
(
const FAABB3 & QueryBounds,
SQVisitor & Visitor
) const