Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore
References
| Module | ChaosVehiclesCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/EngineSystem.h |
| Include | #include "EngineSystem.h" |
Syntax
struct FSimpleEngineConfig
Remarks
Simple Normally Aspirated Engine Output defined by a single torque curve over the rev range No turbo/ turbo lag
todo: proper default values #todo: replace hardcoded graph with curve data
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | EngineBrakeEffect | ||
| uint16 | EngineIdleRPM | ||
| float | EngineRevDownRate | ||
| float | EngineRevUpMOI | ||
| uint16 | MaxRPM | ||
| float | MaxTorque | ||
| FNormalisedGraph | TorqueCurve | #todo: want something like UCurveFloat / FRuntimeFloatCurve / FTorqueCurveEditor |
Constructors
| Type | Name | Description | |
|---|---|---|---|