Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Represents a range within a resource.
| Name | FIoHttpRange |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/HttpIoDispatcher.h |
| Include Path | #include "IO/HttpIoDispatcher.h" |
Syntax
struct FIoHttpRange
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIoHttpRange () |
IO/HttpIoDispatcher.h | ||
FIoHttpRange
(
uint32 InMin, |
IO/HttpIoDispatcher.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Max | uint32 | IO/HttpIoDispatcher.h | ||
| Min | uint32 | IO/HttpIoDispatcher.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIoHttpRange & Expand
(
const FIoHttpRange& Other |
IO/HttpIoDispatcher.h | ||
uint32 GetMax() |
IO/HttpIoDispatcher.h | ||
uint32 GetMin() |
IO/HttpIoDispatcher.h | ||
uint32 GetSize() |
IO/HttpIoDispatcher.h | ||
bool IsValid() |
IO/HttpIoDispatcher.h | ||
FIoOffsetAndLength ToOffsetAndLength() |
IO/HttpIoDispatcher.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FIoHttpRange FromOffsetAndLength
(
const FIoOffsetAndLength& OffsetAndLength |
IO/HttpIoDispatcher.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FIoHttpRange& Other |
IO/HttpIoDispatcher.h | ||
FIoHttpRange & operator+
(
const FIoHttpRange& Other |
IO/HttpIoDispatcher.h | ||
FIoHttpRange & operator+=
(
const FIoHttpRange& Other |
IO/HttpIoDispatcher.h | ||
bool operator==
(
const FIoHttpRange& Other |
IO/HttpIoDispatcher.h |