Navigation
API > API/Plugins > API/Plugins/ChaosModularVehicleEngine
| Name | UVehicleSimAerofoilComponent |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Public/ChaosModularVehicle/VehicleSimAerofoilComponent.h |
| Include Path | #include "ChaosModularVehicle/VehicleSimAerofoilComponent.h" |
Syntax
UCLASS (MinimalAPI, ClassGroup=(ModularVehicle), Meta=(BlueprintSpawnableComponent),
HideCategories=(Object, Tick, Replication, Cooking, Activation, LOD))
class UVehicleSimAerofoilComponent : public UVehicleSimBaseComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → USceneComponent → UPrimitiveComponent → UVehicleSimBaseComponent → UVehicleSimAerofoilComponent
Implements Interfaces
- IAsyncPhysicsStateProcessor
- IInterface_AssetUserData
- IInterface_AsyncCompilation
- INavRelevantInterface
- IPhysicsComponent
- IVehicleSimBaseComponentInterface
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UVehicleSimAerofoilComponent() |
ChaosModularVehicle/VehicleSimAerofoilComponent.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~UVehicleSimAerofoilComponent() |
ChaosModularVehicle/VehicleSimAerofoilComponent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnimationMagnitudeMultiplier | float | ChaosModularVehicle/VehicleSimAerofoilComponent.h |
|
|
| Area | float | ChaosModularVehicle/VehicleSimAerofoilComponent.h |
|
|
| Camber | float | ChaosModularVehicle/VehicleSimAerofoilComponent.h |
|
|
| ControlRotationAxis | FVector | ChaosModularVehicle/VehicleSimAerofoilComponent.h |
|
|
| DragMultiplier | float | ChaosModularVehicle/VehicleSimAerofoilComponent.h |
|
|
| ForceAxis | FVector | ChaosModularVehicle/VehicleSimAerofoilComponent.h |
|
|
| LiftMultiplier | float | ChaosModularVehicle/VehicleSimAerofoilComponent.h |
|
|
| MaxControlAngle | float | ChaosModularVehicle/VehicleSimAerofoilComponent.h |
|
|
| Offset | FVector | ChaosModularVehicle/VehicleSimAerofoilComponent.h |
|
|
| StallAngle | float | ChaosModularVehicle/VehicleSimAerofoilComponent.h |
|
|
| Type | EModuleAerofoilType | ChaosModularVehicle/VehicleSimAerofoilComponent.h |
|
Functions
Public
Overridden from IVehicleSimBaseComponentInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual Chaos::ISimulationModuleBase * CreateNewCoreModule() |
Caller takes ownership of pointer to new Sim Module. | ChaosModularVehicle/VehicleSimAerofoilComponent.h | |
virtual ESimModuleType GetModuleType() |
ChaosModularVehicle/VehicleSimAerofoilComponent.h |