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