Navigation
Unreal Engine C++ API Reference > Runtime > Chaos > Chaos > Collision
Inheritance Hierarchy
- ISpatialVisitor
- TSimSweepSQVisitor
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Collision/SimSweep.h |
Include | #include "Chaos/Collision/SimSweep.h" |
Syntax
template<typename TVisitor>
class TSimSweepSQVisitor : public Chaos::ISpatialVisitor< FAccelerationStructureHandle, FReal >
Remarks
A spatial acceleration visitor that forwards callbacks to a functor
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TSimSweepSQVisitor
(
const TVisitor& InVisitor |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | Overlap
(
const FVisitorData& Instance |
|
![]() ![]() |
bool | Raycast
(
const FVisitorData& Instance, |
|
![]() ![]() |
bool | Sweep
(
const FVisitorData& Instance, |
Typedefs
Name | Description |
---|---|
FVisitorData |