Choose your operating system:
Windows
macOS
Linux
| USoundWave::GetCompressedData()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h |
Include |
#include "Sound/SoundWave.h" |
Source |
/Engine/Source/Runtime/Engine/Private/SoundWave.cpp |
virtual FByteBulkData * GetCompressedData
(
FName Format,
const FPlatformAudioCookOverrides * CompressionOverrides
)
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
Parameter |
Description |
---|---|
Format |
format of compressed data |
PlatformName |
optional name of platform we are getting compressed data for. |
CompressionOverrides |
optional platform compression overrides |