Navigation
API > API/Plugins > API/Plugins/ChaosModularVehicleEngine
| Name | UVehicleSimClutchComponent |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Public/ChaosModularVehicle/VehicleSimClutchComponent.h |
| Include Path | #include "ChaosModularVehicle/VehicleSimClutchComponent.h" |
Syntax
UCLASS (MinimalAPI, ClassGroup=(ModularVehicle), Meta=(BlueprintSpawnableComponent),
HideCategories=(Object, Tick, Replication, Cooking, Activation, LOD))
class UVehicleSimClutchComponent : public UVehicleSimBaseComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → USceneComponent → UPrimitiveComponent → UVehicleSimBaseComponent → UVehicleSimClutchComponent
Implements Interfaces
- IAsyncPhysicsStateProcessor
- IInterface_AssetUserData
- IInterface_AsyncCompilation
- INavRelevantInterface
- IPhysicsComponent
- IVehicleSimBaseComponentInterface
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UVehicleSimClutchComponent() |
ChaosModularVehicle/VehicleSimClutchComponent.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~UVehicleSimClutchComponent() |
ChaosModularVehicle/VehicleSimClutchComponent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClutchStrength | float | ChaosModularVehicle/VehicleSimClutchComponent.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/VehicleSimClutchComponent.h | |
virtual ESimModuleType GetModuleType() |
ChaosModularVehicle/VehicleSimClutchComponent.h |