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