Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
A relative URL from the host.
| Name | FIoRelativeUrl |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/HttpIoDispatcher.h |
| Include Path | #include "IO/HttpIoDispatcher.h" |
Syntax
class FIoRelativeUrl
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IO/HttpIoDispatcher.h | |||
FIoRelativeUrl
(
FAnsiStringView InUrl |
IO/HttpIoDispatcher.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ElementType | ANSICHAR | IO/HttpIoDispatcher.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Url | TSharedString< ElementType > | IO/HttpIoDispatcher.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnsiStringView GetView() |
IO/HttpIoDispatcher.h | ||
bool IsEmpty() |
IO/HttpIoDispatcher.h | ||
int32 Len() |
IO/HttpIoDispatcher.h | ||
const ANSICHAR * ToString() |
IO/HttpIoDispatcher.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FIoRelativeUrl From
(
FAnsiStringView Url |
IO/HttpIoDispatcher.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ANSICHAR * operator*() |
IO/HttpIoDispatcher.h |