FPlatformRuntimeAudioCompressionOverrides

Windows
MacOS
Linux

References

Module

AudioPlatformConfiguration

Header

/Engine/Source/Runtime/AudioPlatformConfiguration/Public/AudioCompressionSettings.h

Include

#include "AudioCompressionSettings.h"

Syntax

struct FPlatformRuntimeAudioCompressionOverrides

Variables

Name Description

Public variable

bool

 

bOverrideCompressionTimes

Set this to true to override Sound Groups and use the Duration Threshold value to determine whether a sound should be fully decompressed during initial loading.

Public variable

float

 

DurationThreshold

When Override Compression Times is set to true, any sound under this threshold (in seconds) will be fully decompressed on load.

Public variable

int32

 

MaxNumRandomBranches

On this platform, any random nodes on Sound Cues will automatically only preload this number of branches and dispose of any others on load.

Public variable

int32

 

SoundCueQualityIndex

On this platform, use the specified quality at this index to override the quality used for SoundCues on this platform.

Constructors

Functions

Name Description

Public function Static

FPlatformRun...

 

GetDefaultCompressionOverrides()

Get singleton containing default settings for compression.

Constants

Name

Description

DefaultCompressionOverrides

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