Navigation
API > API/Plugins > API/Plugins/ChaosVehicles
| Name | ESweepShape |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/ChaosVehiclesPlugin/Source/ChaosVehicles/Public/ChaosVehicleWheel.h |
| Include Path | #include "ChaosVehicleWheel.h" |
Syntax
enum ESweepShape
{
Raycast,
Spherecast,
Shapecast,
}
Values
| Name | Remarks |
|---|---|
| Raycast | Use ray to determine suspension length to ground - fastest |
| Spherecast | Use sphere to determine suspension length to ground |
| Shapecast | Use wheel collision shape to determine suspension length to ground - Slowest |