Navigation
Unreal Engine C++ API Reference > Runtime > AudioPlatformConfiguration
References
Module | AudioPlatformConfiguration |
Header | /Engine/Source/Runtime/AudioPlatformConfiguration/Public/AudioCompressionSettings.h |
Include | #include "AudioCompressionSettings.h" |
Syntax
struct FAudioStreamCachingSettings
Remarks
FAudioStreamCachingSettings Properties used to determine chunk sizes for the two caches used when the experimental Stream Caching feature is used.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bForceLegacyStreamChunking | Bool flag for keeping sounds flagged for streaming chunked in the style of the legacy streaming manager. |
![]() |
int32 | CacheSizeKB | Target memory usage, in kilobytes. |
![]() |
int32 | MaxChunkSizeOverrideKB | Will be ignored if < 0 |
![]() |
int32 | ZerothChunkSizeForLegacyStreamChunkingKB |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Constants
Name | Description |
---|---|
DefaultCacheSize |