![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "AudioCompressionSettingsUtils.h"#include "AudioStreamingCache.h"#include "Misc/DataDrivenPlatformInfoRegistry.h"#include "Misc/ConfigCacheIni.h"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) |
| #define ENABLE_PLATFORM_COMPRESSION_OVERRIDES 0 |
| void CacheAudioCookOverrides | ( | FPlatformAudioCookOverrides & | OutOverrides, |
| const TCHAR * | InPlatformName = nullptr |
||
| ) |
Memory Load On Demand Settings
| 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 | |||
| ) |
| 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 | |||
| ) |
| 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 | |||
| ) |