Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore
Classes
| Type | Name | Description | |
|---|---|---|---|
| FAerofoilSettings | |||
| FAerofoilSimModule | |||
| FAllInputs | |||
| FAxleSettings | Axle settings. | ||
| FAxleSimModule | A vehicle component that transmits torque from one source to another, i.e. from an engine or differential to wheels. | ||
| FChassisSettings | Chassis settings. | ||
| FChassisSimModule | A vehicle component that transmits torque from one source to another, i.e. from an engine or differential to wheels. | ||
| FClutchSettings | |||
| FClutchSimModule | A vehicle component that transmits torque from one source to another through a clutch system, i.e. connect an engine to a transmission | ||
| FClutchSimModuleDatas | |||
| FControlInputs | |||
| FCoreModularVehicleDebugParams | |||
| FDeferredForcesModular | |||
| FEngineOutputData | |||
| FEngineSettings | |||
| FEngineSimModule | |||
| FEngineSimModuleDatas | |||
| FModuleHitResults | |||
| FModuleNetData | Interface base class for all module network serialization | ||
| FMotorSettings | Motor settings. | ||
| FMotorSimModule | A vehicle component that provides torque output based on a torque control input The output torque is based on a square function style curve, zero at 0.0 and MaxRPM, and 1.0 at mid RPM. | ||
| FPendingModuleAdds | |||
| FPendingModuleDeletions | |||
| FSimModuleTree | |||
| FSimOutputData | |||
| FSimTreeUpdates | Each update tree has it's own local tree hierarchy, this will be translated into the actual tree hierarchy. | ||
| FSpringTrace | Suspension world ray/shape trace start and end positions | ||
| FSuspensionOutputData | |||
| FSuspensionSettings | |||
| FSuspensionSimModule | |||
| FSuspensionSimModuleDatas | |||
| FThrusterSettings | Thruster settings. | ||
| FThrusterSimModule | A vehicle component that transmits torque from one source to another, i.e. from an engine or differential to wheels. | ||
| FTorqueSimModule | |||
| FTorqueSimModuleDatas | |||
| FTransmissionOutputData | |||
| FTransmissionSettings | |||
| FTransmissionSimModule | |||
| FTransmissionSimModuleDatas | |||
| FVehicleState | |||
| FWheelOutputData | |||
| FWheelSettings | |||
| FWheelSimModule | |||
| FWheelSimModuleDatas | |||
| ISimulationModuleBase | Interface base class for all simulation module building blocks | ||
| TSimModuleSettings | Code common between all simulation building blocks settings |
Typedefs
| Name | Description |
|---|---|
| FModuleNetDataArray |
Enums
| Type | Name | Description | |
|---|---|---|---|
| Chaos::EAerofoil | #todo: -proper suspension setup for resting position - decide on parameters i.e. use SuspensionMaxRaise/SuspensionMaxDrop?? -natural frequency stuff -defaults | ||
| Chaos::eSimModuleState | #todo: -proper suspension setup for resting position - decide on parameters i.e. use SuspensionMaxRaise/SuspensionMaxDrop?? -natural frequency stuff -defaults | ||
| Chaos::eSimModuleTypeFlags | #todo: -proper suspension setup for resting position - decide on parameters i.e. use SuspensionMaxRaise/SuspensionMaxDrop?? -natural frequency stuff -defaults | ||
| Chaos::eSimType | #todo: -proper suspension setup for resting position - decide on parameters i.e. use SuspensionMaxRaise/SuspensionMaxDrop?? -natural frequency stuff -defaults | ||
| Chaos::EWheelAxis | #todo: -proper suspension setup for resting position - decide on parameters i.e. use SuspensionMaxRaise/SuspensionMaxDrop?? -natural frequency stuff -defaults | ||
| EForceFlags |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!
(
EForceFlags E |
||
| EForceFlags | operator&
(
EForceFlags Lhs, |
||
| EForceFlags & | operator&=
(
EForceFlags& Lhs, |
||
| EForceFlags | operator^
(
EForceFlags Lhs, |
||
| EForceFlags & | operator^=
(
EForceFlags& Lhs, |
||
| EForceFlags | operator|
(
EForceFlags Lhs, |
||
| EForceFlags & | operator|=
(
EForceFlags& Lhs, |
||
| EForceFlags | operator~
(
EForceFlags E |
Variables
| Type | Name | Description | |
|---|---|---|---|
| STATGROUP_Advanced |