Navigation
API > API/Plugins > API/Plugins/AudioMotorSim
References
| Module | AudioMotorSim |
| Header | /Engine/Plugins/Runtime/AudioMotorSim/Source/AudioMotorSim/Public/AudioMotorSimTypes.h |
| Include | #include "AudioMotorSimTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FAudioMotorSimRuntimeContext
Remarks
Properties that represent the current state of the motor sim, and persist between updates
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bShifting | True while the motor is performing a gear shift | |
| int32 | Gear | Which gear the motor is in, if it uses gears | |
| float | Pitch | Pitch to set on the output component | |
| float | Rpm | Normalized RPM [0-1] of the motor | |
| float | Volume | Volume to set on the output component |