Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/FSoundWaveScrubber
Description
Sets the grain duration range in seconds (clamped in range of of 0.01 to 0.5 seconds) The grain duration used during grain spawn is based the scrubbing speed. Sloweer the speed, the longer the grain.
| Name | SetGrainDurationRange |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioMixer/Classes/Generators/SoundWaveScrubber.h |
| Include Path | #include "Generators/SoundWaveScrubber.h" |
| Source | /Engine/Source/Runtime/AudioMixer/Private/Generators/SoundWaveScrubber.cpp |
void SetGrainDurationRange
(
const FVector2D & InGrainDurationRange
)