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

#include <HttpIoDispatcher.h>

Public Types

using ElementType = ANSICHAR
 

Public Member Functions

 FIoRelativeUrl ()=default
 
bool IsEmpty () const
 
int32 Len () const
 
const ANSICHARToString () const
 
FAnsiStringView GetView () const
 
const ANSICHARoperator* () const
 

Static Public Member Functions

static UE_API FIoRelativeUrl From (FAnsiStringView Url)
 

Friends

bool operator== (const FIoRelativeUrl &Lhs, const FIoRelativeUrl &Rhs)
 
bool operator!= (const FIoRelativeUrl &Lhs, const FIoRelativeUrl &Rhs)
 
bool operator< (const FIoRelativeUrl &Lhs, const FIoRelativeUrl &Rhs)
 
uint32 GetTypeHash (const FIoRelativeUrl &RelativeUrl)
 

Detailed Description

A relative URL from the host.

Member Typedef Documentation

◆ ElementType

Constructor & Destructor Documentation

◆ FIoRelativeUrl()

UE::FIoRelativeUrl::FIoRelativeUrl ( )
default

Member Function Documentation

◆ From()

FIoRelativeUrl UE::FIoRelativeUrl::From ( FAnsiStringView  Url)
static

◆ GetView()

FAnsiStringView UE::FIoRelativeUrl::GetView ( ) const
inline

◆ IsEmpty()

bool UE::FIoRelativeUrl::IsEmpty ( ) const
inline

◆ Len()

int32 UE::FIoRelativeUrl::Len ( ) const
inline

◆ operator*()

const ANSICHAR * UE::FIoRelativeUrl::operator* ( ) const
inline

◆ ToString()

const ANSICHAR * UE::FIoRelativeUrl::ToString ( ) const
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FIoRelativeUrl RelativeUrl)
friend

◆ operator!=

bool operator!= ( const FIoRelativeUrl Lhs,
const FIoRelativeUrl Rhs 
)
friend

◆ operator<

bool operator< ( const FIoRelativeUrl Lhs,
const FIoRelativeUrl Rhs 
)
friend

◆ operator==

bool operator== ( const FIoRelativeUrl Lhs,
const FIoRelativeUrl Rhs 
)
friend

The documentation for this class was generated from the following files: