Navigation
API > API/Plugins > API/Plugins/ChaosVehicles
There is too much information for one screen full of debug data, so sub-pages of information are available Advance through pages using p.Vehicles.NextDebugPage | p.Vehicles.PrevDebugPage which can be hooked up to the keyboard or a controller in blueprint using execCommand
| Name | EDebugPages |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/ChaosVehiclesPlugin/Source/ChaosVehicles/Public/ChaosWheeledVehicleMovementComponent.h |
| Include Path | #include "ChaosWheeledVehicleMovementComponent.h" |
Syntax
enum EDebugPages
{
BasicPage = 0,
PerformancePage,
SteeringPage,
FrictionPage,
SuspensionPage,
TransmissionPage,
MaxDebugPages,
}
Values
| Name | Remarks |
|---|---|
| BasicPage | |
| PerformancePage | |
| SteeringPage | |
| FrictionPage | |
| SuspensionPage | |
| TransmissionPage | |
| MaxDebugPages |