Navigation
API > API/Plugins > API/Plugins/ElectraPlayerRuntime > API/Plugins/ElectraPlayerRuntime/IElectraPlayerDataCache
Description
Asks to get an item from the cache. The item to get is described by InItemToGetFromCache_, with the exception of the .Range.TotalSize_ member which is not known ahead of time. If the cache fulfills the request the OutCachedItemInfo_ is expected to be set up, including the .Range.TotalSize_ member.
| Name | GetElementFromCache |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraPlayer/Source/ElectraPlayerRuntime/Public/IElectraPlayerDataCache.h |
| Include Path | #include "IElectraPlayerDataCache.h" |
void GetElementFromCache
(
const FItemInfo & ItemToGetFromCache,
FCachedDataReadCompleted CompletionDelegate
)