UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AudioCompressionSettingsUtils.cpp File Reference

Macros

#define ENABLE_PLATFORM_COMPRESSION_OVERRIDES   0
 

Functions

void CacheAudioCookOverrides (FPlatformAudioCookOverrides &OutOverrides, const TCHAR *InPlatformName=nullptr)
 

Variables

FAutoConsoleVariableRef CVarCookOverrideCachingIntervalCVar (TEXT("au.editor.CookOverrideCachingInterval"), CookOverrideCachingIntervalCvar, TEXT("n: Time between caching intervals, in seconds."), ECVF_Default)
 
FAutoConsoleVariableRef CVarMinimumCacheUsage (TEXT("au.streamcaching.MinimumCacheUsage"), MinimumCacheUsageCvar, TEXT("0.0: limit the number of chunks to our (Cache Size / Max Chunk Size) [0.01-0.99]: Increase our number of chunks to limit disk IO when we have lots of small sounds playing."), ECVF_Default)
 
FAutoConsoleVariableRef CVarChunkSlotNumScalar (TEXT("au.streamcaching.ChunkSlotNumScalar"), ChunkSlotNumScalarCvar, TEXT("1.0: is the lower limit"), ECVF_Default)
 

Macro Definition Documentation

◆ ENABLE_PLATFORM_COMPRESSION_OVERRIDES

#define ENABLE_PLATFORM_COMPRESSION_OVERRIDES   0

Function Documentation

◆ CacheAudioCookOverrides()

void CacheAudioCookOverrides ( FPlatformAudioCookOverrides OutOverrides,
const TCHAR InPlatformName = nullptr 
)

Memory Load On Demand Settings

Variable Documentation

◆ CVarChunkSlotNumScalar

FAutoConsoleVariableRef CVarChunkSlotNumScalar(TEXT("au.streamcaching.ChunkSlotNumScalar"), ChunkSlotNumScalarCvar, TEXT("1.0: is the lower limit"), ECVF_Default) ( TEXT("au.streamcaching.ChunkSlotNumScalar")  ,
ChunkSlotNumScalarCvar  ,
TEXT("1.0: is the lower limit" ,
ECVF_Default   
)

◆ CVarCookOverrideCachingIntervalCVar

FAutoConsoleVariableRef CVarCookOverrideCachingIntervalCVar(TEXT("au.editor.CookOverrideCachingInterval"), CookOverrideCachingIntervalCvar, TEXT("n: Time between caching intervals, in seconds."), ECVF_Default) ( TEXT("au.editor.CookOverrideCachingInterval")  ,
CookOverrideCachingIntervalCvar  ,
TEXT("n: Time between caching intervals, in seconds." ,
ECVF_Default   
)

◆ CVarMinimumCacheUsage

FAutoConsoleVariableRef CVarMinimumCacheUsage(TEXT("au.streamcaching.MinimumCacheUsage"), MinimumCacheUsageCvar, TEXT("0.0: limit the number of chunks to our (Cache Size / Max Chunk Size) [0.01-0.99]: Increase our number of chunks to limit disk IO when we have lots of small sounds playing."), ECVF_Default) ( TEXT("au.streamcaching.MinimumCacheUsage")  ,
MinimumCacheUsageCvar  ,
TEXT("0.0: limit the number of chunks to our (Cache Size / Max Chunk Size) [0.01-0.99]: Increase our number of chunks to limit disk IO when we have lots of small sounds playing." ,
ECVF_Default   
)