Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/Chaos > API/Runtime/Chaos/Chaos/Chaos__SweepQuery
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/GeometryQueries.h |
Include | #include "Chaos/GeometryQueries.h" |
namespace Chaos
{
bool Chaos&58;&58;SweepQuery
&40;
const FImplicitObject & A,
const FRigidTransform3 & ATM,
const FImplicitObject & B,
const FRigidTransform3 & BTM,
const FVec3 & Dir,
const FReal Length,
FReal & OutTime,
FVec3 & OutPosition,
FVec3 & OutNormal,
int32 & OutFaceIndex,
FVec3 & OutFaceNormal,
const FReal Thickness,
const bool bComputeMTD
&41;
}