USoundWave::GetNumChunks

Returns the amount of chunks this soundwave contains if it's streaming, or zero if it is not a streaming source.

Choose your operating system:

Windows

macOS

Linux

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

uint32 GetNumChunks() const

Remarks

Returns the amount of chunks this soundwave contains if it's streaming, or zero if it is not a streaming source.