Navigation
API > API/Plugins > API/Plugins/ChaosModularVehicleEngine > API/Plugins/ChaosModularVehicleEngine/ChaosModularVehicle
Inheritance Hierarchy
- UPrimitiveComponent
- IVehicleSimBaseComponentInterface
- UVehicleSimBaseComponent
- UVehicleSimAerofoilComponent
References
| Module | ChaosModularVehicleEngine |
| Header | /Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Public/ChaosModularVehicle/VehicleSimAerofoilComponent.h |
| Include | #include "ChaosModularVehicle/VehicleSimAerofoilComponent.h" |
Syntax
UCLASS (ClassGroup=(ModularVehicle), Meta=(BlueprintSpawnableComponent),
HideCategories=(Object, Tick, Replication, Cooking, Activation, LOD))
class UVehicleSimAerofoilComponent : public UVehicleSimBaseComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AnimationMagnitudeMultiplier | ||
| float | Area | ||
| float | Camber | ||
| FVector | ControlRotationAxis | ||
| float | DragMultiplier | ||
| FVector | ForceAxis | ||
| float | LiftMultiplier | ||
| float | MaxControlAngle | ||
| FVector | Offset | ||
| float | StallAngle | ||
| EModuleAerofoilType | Type |
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 |