FNiagaraDataInterfaceProxySpectrum::UpdateCQT

Updates the minimum and maximum frequency of the CQT on the render thread.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceAudioSpectrum.h

Include

#include "NiagaraDataInterfaceAudioSpectrum.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraDataInterfaceAudioSpectrum.cpp

Syntax

void UpdateCQT
(
    float InMinimumFrequency,
    float InMaximumFrequency,
    int32 InNumBands
)

Remarks

Updates the minimum and maximum frequency of the CQT on the render thread.

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