Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/GeometryCollection > API/Runtime/Chaos/GeometryCollection/FGeometryCollectionProximityUtil-
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionProximityUtility.h |
| Include | #include "GeometryCollection/GeometryCollectionProximityUtility.h" |
Syntax
struct FGeometryContactEdge
Remarks
Stores stats about the contact between two geometries.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | ContactArea | Area estimate for contact region. | |
| int32[2] | GeometryIndices | ||
| float | MaxContactArea | Maximum area for contact for this pair (half the smallest surface area) | |
| float | MaxSharpContact | Estimate of maximum possible 'sharp contact' for this pair. | |
| float | SharpContactWidth | 'Sharp contact' width estimate |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGeometryContactEdge
(
int32 GeoIdxA, |