USoundCue::GetSoundWavesWithCookedAnalysisData

Returns whether the sound has cooked analysis data (e.g. FFT or envelope following data) and returns sound waves which have cooked data.

Windows
MacOS
Linux

Override Hierarchy

USoundBase::GetSoundWavesWithCookedAnalysisData()

USoundCue::GetSoundWavesWithCookedAnalysisData()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundCue.h

Include

#include "Sound/SoundCue.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundCue.cpp

Syntax

virtual bool GetSoundWavesWithCookedAnalysisData
(
    TArray< USoundWave * > & OutSoundWaves
)

Remarks

Returns whether the sound has cooked analysis data (e.g. FFT or envelope following data) and returns sound waves which have cooked data.

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