![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <HttpIoDispatcher.h>
Public Member Functions | |
| FIoHttpRange ()=default | |
| FIoHttpRange (uint32 InMin, uint32 InMax) | |
| bool | IsValid () const |
| uint32 | GetMin () const |
| uint32 | GetMax () const |
| uint32 | GetSize () const |
| FIoHttpRange & | Expand (const FIoHttpRange &Other) |
| FIoOffsetAndLength | ToOffsetAndLength () const |
| bool | operator== (const FIoHttpRange &Other) |
| bool | operator!= (const FIoHttpRange &Other) |
| FIoHttpRange & | operator+ (const FIoHttpRange &Other) |
| FIoHttpRange & | operator+= (const FIoHttpRange &Other) |
Static Public Member Functions | |
| static FIoHttpRange | FromOffsetAndLength (const FIoOffsetAndLength &OffsetAndLength) |
Represents a range within a resource.
|
default |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |