FAudioStreamCachingSettings

[FAudioStreamCachingSettings](API\Runtime\AudioPlatformConfiguration\FAudioStreamCachingSettings) Properties used to determine chunk sizes for the two caches used when the experimental Stream Caching feature is used.

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bForceLegacyStreamChunking

Bool flag for keeping sounds flagged for streaming chunked in the style of the legacy streaming manager.

Public variable

int32

 

CacheSizeKB

Target memory usage, in kilobytes.

Public variable

int32

 

ZerothChunkSizeForLegacyStreamChunkingKB

Constructors

Constants

Name

Description

DefaultCacheSize

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