USoundWave::GetCompressedDataSize

Gets the compressed data size from derived data cache for the specified format

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h

Include

#include "Sound/SoundWave.h"

Syntax

int32 GetCompressedDataSize
(
    FName Format,
    const FPlatformAudioCookOverrides * CompressionOverrides
)

Remarks

Gets the compressed data size from derived data cache for the specified format

Returns

compressed data size, or zero if it could not be obtained

Parameters

Parameter

Description

Format

format of compressed data

CompressionOverrides

Optional argument for 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