Navigation
API > API/Plugins > API/Plugins/ChaosModularVehicleEngine > API/Plugins/ChaosModularVehicleEngine/ChaosModularVehicle
References
| Module | ChaosModularVehicleEngine |
| Header | /Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Public/ChaosModularVehicle/ModularVehicleInputRate.h |
| Include | #include "ChaosModularVehicle/ModularVehicleInputRate.h" |
Syntax
USTRUCT ()
struct FModularVehicleInputRate
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | FallRate | ||
| EModularVehicleInputFunctionType | InputCurveFunction | ||
| FString | Name | ||
| float | RiseRate | ||
| FRuntimeFloatCurve | UserCurve |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FModularVehicleInputRate
(
const FString& InName |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | CalcControlFunction
(
float InputValue |
||
| float | InterpInputValue
(
float DeltaTime, |