Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioChunkCache
Description
This is called in InsertChunk. it determines whether we should add a new chunk at the tail of the linked list or evict the least recent chunk.
| Name | ShouldAddNewChunk |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioStreamingCache.h |
| Include Path | #include "AudioStreamingCache.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioStreamingCache.cpp |
bool ShouldAddNewChunk() const