Navigation
API > API/Plugins > API/Plugins/AudioMotorSim > API/Plugins/AudioMotorSim/UAudioMotorSimComponent
Description
Called every tick that this component is being updated. Use "Set Members in Struct" to update values for future components in the chain. The return value does nothing.
| Name | BP_Update |
| Type | function |
| Header File | /Engine/Plugins/Runtime/AudioMotorSim/Source/AudioMotorSim/Public/IAudioMotorSim.h |
| Include Path | #include "IAudioMotorSim.h" |
UFUNCTION (BlueprintImplementableEvent, Category="AudioMotorSim", DisplayName="OnUpdate")
bool BP_Update
(
FAudioMotorSimInputContext & Input,
FAudioMotorSimRuntimeContext & RuntimeInfo
)
Vestigial, does nothing.
Parameters
| Name | Remarks |
|---|---|
| Input | Holds values which are not saved between update frames which represent input to the simulation |
| RuntimeInfo | Holds values which are saved between update frames to represent the output or state of the simulation |