IStreamedCompressedInfo::ExpandFile

Decompress an entire data file to a [TArray](API\Runtime\Core\Containers\TArray)

Windows
MacOS
Linux

Override Hierarchy

ICompressedAudioInfo::ExpandFile()

IStreamedCompressedInfo::ExpandFile()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioDecompress.h

Include

#include "AudioDecompress.h"

Source

/Engine/Source/Runtime/Engine/Private/AudioDecompress.cpp

Syntax

virtual void ExpandFile
(
    uint8 * DstBuffer,
    struct FSoundQualityInfo * QualityInfo
)

Remarks

Decompress an entire data file to a TArray

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