UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::Private::FSimSweepShapeFilterNarrowPhase Class Reference

#include <SimSweep.h>

Public Member Functions

bool operator() (const FPerShapeData *SweptShape, const FImplicitObject *SweptImplicit, const FPerShapeData *OtherShape, const FImplicitObject *OtherImplicit)
 

Detailed Description

The default shape pair filter for sim sweeps that uses the same test as in the narrowphase. I.e., sweep will be stopped by any object that the swept particle can collide with.

Member Function Documentation

◆ operator()()

bool Chaos::Private::FSimSweepShapeFilterNarrowPhase::operator() ( const FPerShapeData SweptShape,
const FImplicitObject SweptImplicit,
const FPerShapeData OtherShape,
const FImplicitObject OtherImplicit 
)
inline

The documentation for this class was generated from the following file: