UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EHitFlags
Definition PhysicsInterfaceWrapperShared.h:65
bool LowLevelOverlapImp(const FTransform &GeomPose, const FPhysicsGeometry &OverlapGeom, const Chaos::FImplicitObject &Shape, const FTransform ActorTM, FHitOverlap &Overlap)
Definition SceneQueryChaosImp.h:22
bool LowLevelSweepImp(const FTransform &StartTM, const FVector &Dir, float DeltaMag, const FPhysicsGeometry &SweepGeom, const Chaos::FImplicitObject &Shape, const FTransform ActorTM, EHitFlags OutputFlags, FHitSweep &Hit)
Definition SceneQueryChaosImp.h:16
bool LowLevelRaycastImp(const FVector &Start, const FVector &Dir, float DeltaMag, const Chaos::FImplicitObject &Shape, const FTransform ActorTM, EHitFlags OutputFlags, FHitRaycast &Hit)
Definition SceneQueryChaosImp.h:10
Definition ImplicitObject.h:111