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