Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/SimModule
References
| Module | ChaosVehiclesCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/ThrusterModule.h |
| Include | #include "SimModule/ThrusterModule.h" |
Syntax
struct FThrusterSettings
Remarks
Thruster settings.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | BoostMultiplier | ||
| FVector | ForceAxis | ||
| FVector | ForceOffset | ||
| float | MaxSpeed | ||
| float | MaxSteeringAngle | ||
| float | MaxThrustForce | ||
| FVector | SteeringAxis | ||
| bool | SteeringEnabled | ||
| float | SteeringForceEffect |
Constructors
| Type | Name | Description | |
|---|---|---|---|