![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
All the contacts on a body, held in sets where all contacts in each set are in the same plane. More...
Public Member Functions | |
| FContactGroupContainer (const FVec3 &InUpVector) | |
| void | Add (FPBDCollisionConstraint &Collision, const int32 ManifoldPointIndex, const FVec3 &ContactPos, const FVec3 &ContactNormal) |
| FContactGroup * | FindContactGroup (const FVec3 &ContactPos, const FVec3 &ContactNormal) |
| void | SortContactGroups () |
Public Attributes | |
| TArray< FContactGroup, TInlineAllocator< 4 > > | ContactGroups |
| FVec3 | UpVector |
All the contacts on a body, held in sets where all contacts in each set are in the same plane.
|
inline |
|
inline |
|
inline |
|
inline |
| TArray<FContactGroup, TInlineAllocator<4> > Chaos::FContactGroupContainer::ContactGroups |
| FVec3 Chaos::FContactGroupContainer::UpVector |