Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCachedAudioStreamingManagerPara-
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/AudioStreamingCache.h |
Include | #include "AudioStreamingCache.h" |
Syntax
struct FCacheDimensions
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | MaxChunkSize | The max size, in bytes, of a single chunk of compressed audio. |
![]() |
uint64 | MaxMemoryInBytes | The maximum number of elements stored in a single cache before it is evicted. |
![]() |
int32 | NumElements | The maximum number of elements stored in a single cache before it is evicted. |