USoundWave::GetSoundWavesWithCookedAnalysisData

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

USoundBase::GetSoundWavesWithCookedAnalysisData()

USoundWave::GetSoundWavesWithCookedAnalysisData()

References

Module

Engine

Header

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

Include

#include "Sound/SoundWave.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundWave.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.