UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::FIoHttpRange Struct Reference

#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
 
FIoHttpRangeExpand (const FIoHttpRange &Other)
 
FIoOffsetAndLength ToOffsetAndLength () const
 
bool operator== (const FIoHttpRange &Other)
 
bool operator!= (const FIoHttpRange &Other)
 
FIoHttpRangeoperator+ (const FIoHttpRange &Other)
 
FIoHttpRangeoperator+= (const FIoHttpRange &Other)
 

Static Public Member Functions

static FIoHttpRange FromOffsetAndLength (const FIoOffsetAndLength &OffsetAndLength)
 

Detailed Description

Represents a range within a resource.

Constructor & Destructor Documentation

◆ FIoHttpRange() [1/2]

UE::FIoHttpRange::FIoHttpRange ( )
default

◆ FIoHttpRange() [2/2]

UE::FIoHttpRange::FIoHttpRange ( uint32  InMin,
uint32  InMax 
)
inlineexplicit

Member Function Documentation

◆ Expand()

FIoHttpRange & UE::FIoHttpRange::Expand ( const FIoHttpRange Other)
inline

◆ FromOffsetAndLength()

FIoHttpRange UE::FIoHttpRange::FromOffsetAndLength ( const FIoOffsetAndLength OffsetAndLength)
inlinestatic

◆ GetMax()

uint32 UE::FIoHttpRange::GetMax ( ) const
inline

◆ GetMin()

uint32 UE::FIoHttpRange::GetMin ( ) const
inline

◆ GetSize()

uint32 UE::FIoHttpRange::GetSize ( ) const
inline

◆ IsValid()

bool UE::FIoHttpRange::IsValid ( ) const
inline

◆ operator!=()

bool UE::FIoHttpRange::operator!= ( const FIoHttpRange Other)
inline

◆ operator+()

FIoHttpRange & UE::FIoHttpRange::operator+ ( const FIoHttpRange Other)
inline

◆ operator+=()

FIoHttpRange & UE::FIoHttpRange::operator+= ( const FIoHttpRange Other)
inline

◆ operator==()

bool UE::FIoHttpRange::operator== ( const FIoHttpRange Other)
inline

◆ ToOffsetAndLength()

FIoOffsetAndLength UE::FIoHttpRange::ToOffsetAndLength ( ) const
inline

The documentation for this struct was generated from the following file: