Navigation
API > API/Plugins > API/Plugins/AudioMotorSim
Inheritance Hierarchy
- IAudioMotorSim
- UAudioMotorSimComponent
- UBoostMotorSimComponent
- UMotorPhysicsSimComponent
- UResistanceMotorSimComponent
- UReverseMotorSimComponent
- URevLimiterMotorSimComponent
- URpmCurveMotorSimComponent
- UThrottleStateMotorSimComponent
- UVelocitySyncMotorSimComponent
References
| Module | AudioMotorSim |
| Header | /Engine/Plugins/Runtime/AudioMotorSim/Source/AudioMotorSim/Public/IAudioMotorSim.h |
| Include | #include "IAudioMotorSim.h" |
Syntax
class IAudioMotorSim
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |
Use to reset any state that might be desired. Will be called automatically if the entire MotorSim is Reset, or call it manually. | |
| void | Update
(
FAudioMotorSimInputContext& Input, |