|
| CHAOS_API | FHeightField (TArray< FReal > &&Height, TArray< uint8 > &&InMaterialIndices, int32 InNumRows, int32 InNumCols, const FVec3 &InScale) |
| |
| CHAOS_API | FHeightField (TArrayView< const uint16 > InHeights, TArrayView< const uint8 > InMaterialIndices, int32 InNumRows, int32 InNumCols, const FVec3 &InScale) |
| |
| | FHeightField (const FHeightField &Other)=delete |
| |
| virtual | ~FHeightField () |
| |
| CHAOS_API void | EditHeights (TArrayView< FReal > InHeights, int32 InBeginRow, int32 InBeginCol, int32 InNumRows, int32 InNumCols) |
| |
| CHAOS_API void | EditHeights (TArrayView< const uint16 > InHeights, int32 InBeginRow, int32 InBeginCol, int32 InNumRows, int32 InNumCols) |
| |
| CHAOS_API FReal | GetHeight (int32 InIndex) const |
| |
| CHAOS_API FVec3 | GetPointScaled (int32 InIndex) const |
| |
| CHAOS_API FReal | GetHeight (int32 InX, int32 InY) const |
| |
| CHAOS_API uint8 | GetMaterialIndex (int32 InIndex) const |
| |
| CHAOS_API uint8 | GetMaterialIndex (int32 InX, int32 InY) const |
| |
| CHAOS_API bool | IsHole (int32 InIndex) const |
| |
| CHAOS_API bool | IsHole (int32 InCellX, int32 InCellY) const |
| |
| CHAOS_API FVec3 | GetNormalAt (const FVec2 &InGridLocationLocal) const |
| |
| CHAOS_API FReal | GetHeightAt (const FVec2 &InGridLocationLocal) const |
| |
| CHAOS_API uint8 | GetMaterialIndexAt (const FVec2 &InGridLocationLocal) const |
| |
| int32 | GetNumRows () const |
| |
| int32 | GetNumCols () const |
| |
| virtual CHAOS_API FReal | PhiWithNormal (const FVec3 &x, FVec3 &Normal) const |
| |
| virtual CHAOS_API bool | Raycast (const FVec3 &StartPoint, const FVec3 &Dir, const FReal Length, const FReal Thickness, FReal &OutTime, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex) const override |
| |
| virtual CHAOS_API bool | Overlap (const FVec3 &Point, const FReal Thickness) const override |
| |
| CHAOS_API bool | OverlapGeom (const FSphere &QueryGeom, const FRigidTransform3 &QueryTM, const FReal Thickness, FMTDInfo *OutMTD=nullptr) const |
| |
| CHAOS_API bool | OverlapGeom (const TBox< FReal, 3 > &QueryGeom, const FRigidTransform3 &QueryTM, const FReal Thickness, FMTDInfo *OutMTD=nullptr) const |
| |
| CHAOS_API bool | OverlapGeom (const FCapsule &QueryGeom, const FRigidTransform3 &QueryTM, const FReal Thickness, FMTDInfo *OutMTD=nullptr) const |
| |
| CHAOS_API bool | OverlapGeom (const FConvex &QueryGeom, const FRigidTransform3 &QueryTM, const FReal Thickness, FMTDInfo *OutMTD=nullptr) const |
| |
| CHAOS_API bool | OverlapGeom (const TImplicitObjectScaled< FSphere > &QueryGeom, const FRigidTransform3 &QueryTM, const FReal Thickness, FMTDInfo *OutMTD=nullptr) const |
| |
| CHAOS_API bool | OverlapGeom (const TImplicitObjectScaled< TBox< FReal, 3 > > &QueryGeom, const FRigidTransform3 &QueryTM, const FReal Thickness, FMTDInfo *OutMTD=nullptr) const |
| |
| CHAOS_API bool | OverlapGeom (const TImplicitObjectScaled< FCapsule > &QueryGeom, const FRigidTransform3 &QueryTM, const FReal Thickness, FMTDInfo *OutMTD=nullptr) const |
| |
| CHAOS_API bool | OverlapGeom (const TImplicitObjectScaled< FConvex > &QueryGeom, const FRigidTransform3 &QueryTM, const FReal Thickness, FMTDInfo *OutMTD=nullptr) const |
| |
| CHAOS_API bool | SweepGeom (const FSphere &QueryGeom, const FRigidTransform3 &StartTM, const FVec3 &Dir, const FReal Length, FReal &OutTime, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex, FVec3 &OutFaceNormal, const FReal Thickness=0, bool bComputeMTD=false) const |
| |
| CHAOS_API bool | SweepGeom (const TBox< FReal, 3 > &QueryGeom, const FRigidTransform3 &StartTM, const FVec3 &Dir, const FReal Length, FReal &OutTime, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex, FVec3 &OutFaceNormal, const FReal Thickness=0, bool bComputeMTD=false) const |
| |
| CHAOS_API bool | SweepGeom (const FCapsule &QueryGeom, const FRigidTransform3 &StartTM, const FVec3 &Dir, const FReal Length, FReal &OutTime, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex, FVec3 &OutFaceNormal, const FReal Thickness=0, bool bComputeMTD=false) const |
| |
| CHAOS_API bool | SweepGeom (const FConvex &QueryGeom, const FRigidTransform3 &StartTM, const FVec3 &Dir, const FReal Length, FReal &OutTime, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex, FVec3 &OutFaceNormal, const FReal Thickness=0, bool bComputeMTD=false) const |
| |
| CHAOS_API bool | SweepGeom (const TImplicitObjectScaled< FSphere > &QueryGeom, const FRigidTransform3 &StartTM, const FVec3 &Dir, const FReal Length, FReal &OutTime, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex, FVec3 &OutFaceNormal, const FReal Thickness=0, bool bComputeMTD=false) const |
| |
| CHAOS_API bool | SweepGeom (const TImplicitObjectScaled< TBox< FReal, 3 > > &QueryGeom, const FRigidTransform3 &StartTM, const FVec3 &Dir, const FReal Length, FReal &OutTime, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex, FVec3 &OutFaceNormal, const FReal Thickness=0, bool bComputeMTD=false) const |
| |
| CHAOS_API bool | SweepGeom (const TImplicitObjectScaled< FCapsule > &QueryGeom, const FRigidTransform3 &StartTM, const FVec3 &Dir, const FReal Length, FReal &OutTime, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex, FVec3 &OutFaceNormal, const FReal Thickness=0, bool bComputeMTD=false) const |
| |
| CHAOS_API bool | SweepGeom (const TImplicitObjectScaled< FConvex > &QueryGeom, const FRigidTransform3 &StartTM, const FVec3 &Dir, const FReal Length, FReal &OutTime, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex, FVec3 &OutFaceNormal, const FReal Thickness=0, bool bComputeMTD=false) const |
| |
| CHAOS_API bool | SweepGeomCCD (const FSphere &QueryGeom, const FRigidTransform3 &StartTM, const FVec3 &Dir, const FReal Length, const FReal IgnorePenetration, const FReal TargetPenetration, FReal &OutTOI, FReal &OutPhi, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex, FVec3 &OutFaceNormal) const |
| |
| CHAOS_API bool | SweepGeomCCD (const TBox< FReal, 3 > &QueryGeom, const FRigidTransform3 &StartTM, const FVec3 &Dir, const FReal Length, const FReal IgnorePenetration, const FReal TargetPenetration, FReal &OutTOI, FReal &OutPhi, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex, FVec3 &OutFaceNormal) const |
| |
| CHAOS_API bool | SweepGeomCCD (const FCapsule &QueryGeom, const FRigidTransform3 &StartTM, const FVec3 &Dir, const FReal Length, const FReal IgnorePenetration, const FReal TargetPenetration, FReal &OutTOI, FReal &OutPhi, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex, FVec3 &OutFaceNormal) const |
| |
| CHAOS_API bool | SweepGeomCCD (const FConvex &QueryGeom, const FRigidTransform3 &StartTM, const FVec3 &Dir, const FReal Length, const FReal IgnorePenetration, const FReal TargetPenetration, FReal &OutTOI, FReal &OutPhi, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex, FVec3 &OutFaceNormal) const |
| |
| CHAOS_API bool | SweepGeomCCD (const TImplicitObjectScaled< FSphere > &QueryGeom, const FRigidTransform3 &StartTM, const FVec3 &Dir, const FReal Length, const FReal IgnorePenetration, const FReal TargetPenetration, FReal &OutTOI, FReal &OutPhi, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex, FVec3 &OutFaceNormal) const |
| |
| CHAOS_API bool | SweepGeomCCD (const TImplicitObjectScaled< TBox< FReal, 3 > > &QueryGeom, const FRigidTransform3 &StartTM, const FVec3 &Dir, const FReal Length, const FReal IgnorePenetration, const FReal TargetPenetration, FReal &OutTOI, FReal &OutPhi, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex, FVec3 &OutFaceNormal) const |
| |
| CHAOS_API bool | SweepGeomCCD (const TImplicitObjectScaled< FCapsule > &QueryGeom, const FRigidTransform3 &StartTM, const FVec3 &Dir, const FReal Length, const FReal IgnorePenetration, const FReal TargetPenetration, FReal &OutTOI, FReal &OutPhi, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex, FVec3 &OutFaceNormal) const |
| |
| CHAOS_API bool | SweepGeomCCD (const TImplicitObjectScaled< FConvex > &QueryGeom, const FRigidTransform3 &StartTM, const FVec3 &Dir, const FReal Length, const FReal IgnorePenetration, const FReal TargetPenetration, FReal &OutTOI, FReal &OutPhi, FVec3 &OutPosition, FVec3 &OutNormal, int32 &OutFaceIndex, FVec3 &OutFaceNormal) const |
| |
| CHAOS_API bool | GJKContactPoint (const TBox< FReal, 3 > &QueryGeom, const FRigidTransform3 &QueryTM, const FReal Thickness, FVec3 &ContactLocation, FVec3 &ContactNormal, FReal &ContactPhi, int32 &ContactFaceIndex) const |
| |
| CHAOS_API bool | GJKContactPoint (const FSphere &QueryGeom, const FRigidTransform3 &QueryTM, const FReal Thickness, FVec3 &ContactLocation, FVec3 &ContactNormal, FReal &ContactPhi, int32 &ContactFaceIndex) const |
| |
| CHAOS_API bool | GJKContactPoint (const FCapsule &QueryGeom, const FRigidTransform3 &QueryTM, const FReal Thickness, FVec3 &ContactLocation, FVec3 &ContactNormal, FReal &ContactPhi, int32 &ContactFaceIndex) const |
| |
| CHAOS_API bool | GJKContactPoint (const FConvex &QueryGeom, const FRigidTransform3 &QueryTM, const FReal Thickness, FVec3 &ContactLocation, FVec3 &ContactNormal, FReal &ContactPhi, int32 &ContactFaceIndex) const |
| |
| CHAOS_API bool | GJKContactPoint (const TImplicitObjectScaled< TBox< FReal, 3 > > &QueryGeom, const FRigidTransform3 &QueryTM, const FReal Thickness, FVec3 &ContactLocation, FVec3 &ContactNormal, FReal &ContactPhi, int32 &ContactFaceIndex) const |
| |
| CHAOS_API bool | GJKContactPoint (const TImplicitObjectScaled< FSphere > &QueryGeom, const FRigidTransform3 &QueryTM, const FReal Thickness, FVec3 &ContactLocation, FVec3 &ContactNormal, FReal &ContactPhi, int32 &ContactFaceIndex) const |
| |
| CHAOS_API bool | GJKContactPoint (const TImplicitObjectScaled< FCapsule > &QueryGeom, const FRigidTransform3 &QueryTM, const FReal Thickness, FVec3 &ContactLocation, FVec3 &ContactNormal, FReal &ContactPhi, int32 &ContactFaceIndex) const |
| |
| CHAOS_API bool | GJKContactPoint (const TImplicitObjectScaled< FConvex > &QueryGeom, const FRigidTransform3 &QueryTM, const FReal Thickness, FVec3 &ContactLocation, FVec3 &ContactNormal, FReal &ContactPhi, int32 &ContactFaceIndex) const |
| |
| virtual CHAOS_API int32 | FindMostOpposingFace (const FVec3 &Position, const FVec3 &UnitDir, int32 HintFaceIndex, FReal SearchDist) const override |
| |
| virtual CHAOS_API FVec3 | FindGeometryOpposingNormal (const FVec3 &DenormDir, int32 FaceIndex, const FVec3 &OriginalNormal) const override |
| |
| void | GetTransformedTriangle (const int32 TriangleIndex, const FRigidTransform3 &Transform, FTriangle &OutTriangle, int32 &OutVertexIndex0, int32 &OutVertexIndex1, int32 &OutVertexIndex2) const |
| | Generate the triangle at the specified index with the specified transform (including scale)
|
| |
| template<typename TriangleVisitor > |
| void | VisitTriangles (const FAABB3 &QueryBounds, const FRigidTransform3 &QueryTransform, const TriangleVisitor &Visitor) const |
| |
| void | CollectTriangles (const FAABB3 &QueryBounds, const FRigidTransform3 &QueryTransform, const FAABB3 &ObjectBounds, Private::FMeshContactGenerator &Collector) const |
| |
| virtual void | VisitOverlappingLeafObjectsImpl (const FAABB3 &QueryBounds, const FRigidTransform3 &ObjectTransform, const int32 RootObjectIndex, int32 &ObjectIndex, int32 &LeafObjectIndex, const FImplicitHierarchyVisitor &VisitorFunc) const override final |
| |
| virtual bool | IsOverlappingBoundsImpl (const FAABB3 &QueryBounds) const override final |
| |
| bool | IsOverlappingAnyCells (const FAABB3 &QueryBounds) const |
| |
| CHAOS_API FClosestFaceData | FindClosestFace (const FVec3 &Position, FReal SearchDist) const |
| |
| virtual uint16 | GetMaterialIndex (uint32 HintIndex) const override |
| |
| virtual const FAABB3 | BoundingBox () const |
| |
| virtual uint32 | GetTypeHash () const override |
| |
| virtual void | Serialize (FChaosArchive &Ar) override |
| |
| void | SetScale (const FVec3 &InScale) |
| |
| virtual FName | GetTypeName () const |
| |
| CHAOS_API | FImplicitObject (int32 Flags, EImplicitObjectType InType=ImplicitObjectType::Unknown) |
| |
| | FImplicitObject (const FImplicitObject &)=delete |
| |
| | FImplicitObject (FImplicitObject &&)=delete |
| |
| virtual CHAOS_API | ~FImplicitObject () override |
| |
| template<typename TargetType > |
| bool | IsA () const |
| |
| template<typename TargetType > |
| const TargetType * | AsA () const |
| |
| template<typename TargetType > |
| TargetType * | AsA () |
| |
| template<typename TargetType > |
| const TargetType * | AsAChecked () const |
| |
| template<typename TargetType > |
| TargetType * | AsAChecked () |
| |
| template<class T_DERIVED > |
| T_DERIVED * | GetObject () |
| |
| template<class T_DERIVED > |
| const T_DERIVED * | GetObject () const |
| |
| template<class T_DERIVED > |
| const T_DERIVED & | GetObjectChecked () const |
| |
| template<class T_DERIVED > |
| T_DERIVED & | GetObjectChecked () |
| |
| virtual EImplicitObjectType | GetNestedType () const |
| |
| CHAOS_API EImplicitObjectType | GetType () const |
| |
| CHAOS_API EImplicitObjectType | GetCollisionType () const |
| |
| void | SetCollisionType (EImplicitObjectType InCollisionType) |
| |
| virtual FReal | GetRadius () const |
| |
| virtual FRealSingle | GetRadiusf () const |
| |
| virtual FReal | GetMargin () const |
| |
| virtual FRealSingle | GetMarginf () const |
| |
| virtual CHAOS_API bool | IsValidGeometry () const |
| |
| virtual CHAOS_API Chaos::FImplicitObjectPtr | CopyGeometry () const |
| |
| virtual CHAOS_API Chaos::FImplicitObjectPtr | CopyGeometryWithScale (const FVec3 &Scale) const |
| |
| virtual Chaos::FImplicitObjectPtr | DeepCopyGeometry () const |
| |
| virtual Chaos::FImplicitObjectPtr | DeepCopyGeometryWithScale (const FVec3 &Scale) const |
| |
| virtual FImplicitObject * | Duplicate () const |
| |
| virtual TUniquePtr< FImplicitObject > | Copy () const |
| |
| virtual TUniquePtr< FImplicitObject > | CopyWithScale (const FVec3 &Scale) const |
| |
| virtual TUniquePtr< FImplicitObject > | DeepCopy () const |
| |
| virtual TUniquePtr< FImplicitObject > | DeepCopyWithScale (const FVec3 &Scale) const |
| |
| CHAOS_API bool | IsUnderlyingUnion () const |
| |
| CHAOS_API bool | IsUnderlyingMesh () const |
| |
| CHAOS_API FReal | SignedDistance (const FVec3 &x) const |
| |
| CHAOS_API FVec3 | Normal (const FVec3 &x) const |
| |
| virtual FReal | PhiWithNormalScaled (const FVec3 &Pos, const FVec3 &Scale, FVec3 &Normal) const |
| |
| virtual FAABB3 | CalculateTransformedBounds (const FRigidTransform3 &Transform) const |
| |
| bool | HasBoundingBox () const |
| |
| bool | IsConvex () const |
| |
| void | SetConvex (const bool Convex=true) |
| |
| void | SetDoCollide (const bool Collide) |
| |
| bool | GetDoCollide () const |
| |
| CHAOS_API void | Track (TSerializablePtr< FImplicitObject > This, const FString &DebugInfo) |
| |
| virtual bool | IsPerformanceWarning () const |
| |
| virtual FString | PerformanceWarningAndSimplifaction () |
| |
| CHAOS_API Pair< FVec3, bool > | FindDeepestIntersection (const FImplicitObject *Other, const FBVHParticles *Particles, const FMatrix33 &OtherToLocalTransform, const FReal Thickness) const |
| |
| CHAOS_API Pair< FVec3, bool > | FindDeepestIntersection (const FImplicitObject *Other, const FParticles *Particles, const FMatrix33 &OtherToLocalTransform, const FReal Thickness) const |
| |
| CHAOS_API Pair< FVec3, bool > | FindClosestIntersection (const FVec3 &StartPoint, const FVec3 &EndPoint, const FReal Thickness) const |
| |
| virtual int32 | FindMostOpposingFaceScaled (const FVec3 &Position, const FVec3 &UnitDir, int32 HintFaceIndex, FReal SearchDist, const FVec3 &Scale) const |
| |
| virtual int32 | FindClosestFaceAndVertices (const FVec3 &Position, TArray< FVec3 > &FaceVertices, FReal SearchDist=0.01f) const |
| |
| virtual void | AccumulateAllImplicitObjects (TArray< Pair< const FImplicitObject *, FRigidTransform3 > > &Out, const FRigidTransform3 &ParentTM) const |
| |
| virtual void | AccumulateAllSerializableImplicitObjects (TArray< Pair< TSerializablePtr< FImplicitObject >, FRigidTransform3 > > &Out, const FRigidTransform3 &ParentTM, TSerializablePtr< FImplicitObject > This) const |
| |
| virtual CHAOS_API void | FindAllIntersectingObjects (TArray< Pair< const FImplicitObject *, FRigidTransform3 > > &Out, const FAABB3 &LocalBounds) const |
| |
| virtual FString | ToString () const |
| |
| CHAOS_API void | SerializeImp (FArchive &Ar) |
| |
| virtual void | Serialize (FArchive &Ar) |
| |
| int32 | CountObjectsInHierarchy () const |
| |
| int32 | CountLeafObjectsInHierarchy () const |
| |
| void | VisitOverlappingLeafObjects (const FAABB3 &LocalBounds, const FImplicitHierarchyVisitor &Visitor) const |
| |
| void | VisitLeafObjects (const FImplicitHierarchyVisitor &Visitor) const |
| |
| void | VisitObjects (const FImplicitHierarchyVisitorBool &Visitor) const |
| |
| bool | IsOverlappingBounds (const FAABB3 &LocalBounds) const |
| |
| virtual int32 | CountObjectsInHierarchyImpl () const |
| |
| virtual int32 | CountLeafObjectsInHierarchyImpl () const |
| |
| virtual void | VisitLeafObjectsImpl (const FRigidTransform3 &ObjectTransform, const int32 RootObjectIndex, int32 &ObjectIndex, int32 &LeafObjectIndex, const FImplicitHierarchyVisitor &VisitorFunc) const |
| |
| virtual bool | VisitObjectsImpl (const FRigidTransform3 &ObjectTransform, const int32 RootObjectIndex, int32 &ObjectIndex, int32 &LeafObjectIndex, const FImplicitHierarchyVisitorBool &VisitorFunc) const |
| |
| | FChaosRefCountedObject () |
| |
| virtual | ~FChaosRefCountedObject () |
| |
| | FChaosRefCountedObject (const FChaosRefCountedObject &Rhs)=delete |
| |
| FChaosRefCountedObject & | operator= (const FChaosRefCountedObject &Rhs)=delete |
| |
| uint32 | AddRef () const |
| |
| uint32 | Release () const |
| |
| uint32 | GetRefCount () const |
| |
| void | MakePersistent () const |
| |