Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime > API/Runtime/ChaosVDRuntime/DataWrappers
References
| Module | ChaosVDRuntime |
| Header | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDCollisionDataWrappers.h |
| Include | #include "DataWrappers/ChaosVDCollisionDataWrappers.h" |
Syntax
struct FChaosVDContactPoint
Variables
| Type | Name | Description | |
|---|---|---|---|
| EChaosVDContactPointType | ContactType | Whether this is a vertex-plane contact, edge-edge contact etc. | |
| int32 | FaceIndex | Face index of the shape we hit. Only valid for Heightfield and Trimesh contact points, otherwise INDEX_NONE. | |
| float | Phi | Contact separation (negative for overlap) | |
| FVector | ShapeContactNormal | Shape-space contact normal on the second shape with direction that points away from shape 1. | |
| TArray< FVector > | ShapeContactPoints | Shape-space contact points on the two bodies. |