Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCachedAudioStreamingManagerPara-
| |
|
| Name |
FCacheDimensions |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Public/AudioStreamingCache.h |
| Include Path |
#include "AudioStreamingCache.h" |
Syntax
struct FCacheDimensions
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| MaxChunkSize |
int32 |
The max size, in bytes, of a single chunk of compressed audio. |
AudioStreamingCache.h |
|
| MaxMemoryInBytes |
uint64 |
The maximum number of elements stored in a single cache before it is evicted. |
AudioStreamingCache.h |
|
| NumElements |
int32 |
The maximum number of elements stored in a single cache before it is evicted. |
AudioStreamingCache.h |
|