Navigation
API > API/Plugins > API/Plugins/AudioMotorSimStandardComponents
| Name | FMotorSimGearCurve |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioMotorSim/Source/AudioMotorSimStandardComponents/Public/RpmCurveMotorSimComponent.h |
| Include Path | #include "RpmCurveMotorSimComponent.h" |
Syntax
USTRUCT (BlueprintType )
struct FMotorSimGearCurve
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RpmCurve | FRuntimeFloatCurve | Normalized curve, 0-1, of the output RPM from the last gear's top speed to this one's | RpmCurveMotorSimComponent.h |
|
| SpeedTopThreshold | float | Speed at which the next gear starts. | RpmCurveMotorSimComponent.h |
|