Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound > API/Runtime/Engine/Sound/USoundWave
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 |
void GetChunkSizeStats
(
uint32 & OutTotalBytesOfAudioData,
uint32 & OutMaxChunkBytesOfAudioData
) const
Remarks
Calculates audio streaming cache usage for this sound wave.
Parameters
| Name | Description |
|---|---|
| OutTotalBytesOfAudioData | The accumulated number of bytes of all audio data of all chunks for this sound wave. |
| OutMaxChunkBytesOfAudioData | The maximum number of bytes of audio data for all audio chunks for this sound wave. |