Navigation
API > API/Plugins > API/Plugins/ChaosModularVehicleEngine > API/Plugins/ChaosModularVehicleEngine/ChaosModularVehicle
Inheritance Hierarchy
- UPrimitiveComponent
- IVehicleSimBaseComponentInterface
- UVehicleSimBaseComponent
- UVehicleSimTransmissionComponent
References
| Module | ChaosModularVehicleEngine |
| Header | /Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Public/ChaosModularVehicle/VehicleSimTransmissionComponent.h |
| Include | #include "ChaosModularVehicle/VehicleSimTransmissionComponent.h" |
Syntax
UCLASS (ClassGroup=(ModularVehicle), Meta=(BlueprintSpawnableComponent),
HideCategories=(Object, Tick, Replication, Cooking, Activation, LOD))
class UVehicleSimTransmissionComponent : public UVehicleSimBaseComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | AutoReverse | ||
| int | ChangeDownRPM | ||
| int | ChangeUpRPM | ||
| float | FinalDriveRatio | ||
| TArray< float > | ForwardRatios | ||
| float | GearChangeTime | ||
| float | GearHysteresisTime | ||
| TArray< float > | ReverseRatios | ||
| float | TransmissionEfficiency | ||
| EModuleTransType | TransmissionType |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IVehicleSimBaseComponentInterface
| Type | Name | Description | |
|---|---|---|---|
| Chaos::ISimulationModuleBase * | Caller takes ownership of pointer to new Sim Module. | ||
| ESimModuleType |