Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioChunkCache
Description
Returns cached element if it exists in our cache, nullptr otherwise. If the index of the element is already known, it can be used here to avoid searching the cache.
| Name | FindElementForKey |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioStreamingCache.h |
| Include Path | #include "AudioStreamingCache.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioStreamingCache.cpp |
FCacheElement * FindElementForKey
(
const FChunkKey & InKey
)