Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h |
Include |
#include "Sound/SoundWave.h" |
struct FStreamedAudioChunk
A chunk of streamed audio.
Name | Description | ||
---|---|---|---|
|
AudioDataSize |
Size of the audio data. |
|
|
bLoadedFromCookedPackage |
True if this chunk was loaded from a cooked package. |
|
|
BulkData |
Bulk data if stored in the package. |
|
|
DataSize |
Size of the chunk of data in bytes including zero padding |
|
|
DerivedDataKey |
Key if stored in the derived data cache. |
Name | Description | ||
---|---|---|---|
|
GetCopy ( |
Returns false if data retrieval failed |
|
|
Serialize |
Serialization. |
|
|
StoreInDerivedDataCache ( |
Place chunk data in the derived data cache associated with the provided key. |