USoundWave::GetCompressedData

Gets the compressed data from derived data cache for the specified platform Warning, the returned pointer isn't valid after we add new formats

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual FByteBulkData * GetCompressedData
(
    FName Format,
    const FPlatformAudioCookOverrides * CompressionOverrides
)

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

Returns

compressed data, if it could be obtained

Parameters

Parameter

Description

Format

format of compressed data

PlatformName

optional name of platform we are getting compressed data for.

CompressionOverrides

optional platform compression overrides

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss