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