![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <HttpIoDispatcher.h>
Public Types | |
| using | ElementType = ANSICHAR |
Public Member Functions | |
| FIoRelativeUrl ()=default | |
| bool | IsEmpty () const |
| int32 | Len () const |
| const ANSICHAR * | ToString () const |
| FAnsiStringView | GetView () const |
| const ANSICHAR * | operator* () 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) |
A relative URL from the host.
|
default |
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |