Navigation
API > API/Plugins > API/Plugins/ChaosVehicles
| Name | ESweepType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/ChaosVehiclesPlugin/Source/ChaosVehicles/Public/ChaosVehicleWheel.h |
| Include Path | #include "ChaosVehicleWheel.h" |
Syntax
enum ESweepType
{
SimpleSweep,
ComplexSweep,
}
Values
| Name | Remarks |
|---|---|
| SimpleSweep | Sweeps against simple geometry only |
| ComplexSweep | Sweeps against complex geometry only |