Navigation
API > API/Plugins > API/Plugins/ElectraPlayerRuntime > API/Plugins/ElectraPlayerRuntime/IElectraPlayerDataCache > API/Plugins/ElectraPlayerRuntime/IElectraPlayerDataCache/FItemInfo
References
| Module | ElectraPlayerRuntime |
| Header | /Engine/Plugins/Media/ElectraPlayer/Source/ElectraPlayerRuntime/Public/IElectraPlayerDataCache.h |
| Include | #include "IElectraPlayerDataCache.h" |
Syntax
struct FRange
Variables
| Type | Name | Description | |
|---|---|---|---|
| int64 | EndIncluding | Offset to the last byte, including. | |
| int64 | Start | Offset to the first byte in the resource. | |
| int64 | TotalSize | The total size of the resource. |