Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSoundWaveData
Description
Returns true if the zeroth chunk is loaded, or attempts to load it if not already loaded, returning true if the load was successful. Can return false if either an error was encountered in attempting to load the chunk or if stream caching is not enabled for the given sound. (const because this call is used to lazy-init zeroth chunk in GetZerothChunkData())
| Name | LoadZerothChunk |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h |
| Include Path | #include "Sound/SoundWave.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundWave.cpp |
bool LoadZerothChunk() const