Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound > API/Runtime/Engine/Sound/USoundWave
- USoundWave::GetCompressedData()
- USoundWaveProcedural::GetCompressedData()
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 |
virtual FByteBulkData &42; GetCompressedData
&40;
FName Format,
const FPlatformAudioCookOverrides &42; CompressionOverrides
&41;
Remarks
Gets the compressed data from derived data cache for the specified platform Warning, the returned pointer isn't valid after we add new formats compressed data, if it could be obtained
Parameters
| Name | Description |
|---|---|
| Format | format of compressed data |
| PlatformName | optional name of platform we are getting compressed data for. |
| CompressionOverrides | optional platform compression overrides |