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