UAudioComponent::SetLowPassFilterFrequency

Sets a cutoff frequency, in Hz, for the targeted Audio Component's sound's Low Pass Filter calculation.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/AudioComponent.h

Include

#include "Components/AudioComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/AudioComponent.cpp

Syntax

void SetLowPassFilterFrequency
(
    float InLowPassFilterFrequency
)

Remarks

Sets a cutoff frequency, in Hz, for the targeted Audio Component's sound's Low Pass Filter calculation. The lowest cutoff frequency from all of the sound instance's possible LPF calculations wins.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss