Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Options for controlling the behavior of an HTTP request.
| Name | FIoHttpOptions |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/HttpIoDispatcher.h |
| Include Path | #include "IO/HttpIoDispatcher.h" |
Syntax
struct FIoHttpOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IO/HttpIoDispatcher.h | |||
FIoHttpOptions
(
int32 InPriority |
IO/HttpIoDispatcher.h | ||
FIoHttpOptions
(
int32 InPriority, |
IO/HttpIoDispatcher.h | ||
FIoHttpOptions
(
int32 InPriority, |
IO/HttpIoDispatcher.h | ||
FIoHttpOptions
(
int32 InPriority, |
IO/HttpIoDispatcher.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Default | const FIoHttpOptions | IO/HttpIoDispatcher.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Category | uint8 | IO/HttpIoDispatcher.h | ||
| Flags | EIoHttpFlags | IO/HttpIoDispatcher.h | ||
| Priority | int32 | IO/HttpIoDispatcher.h | ||
| Range | FIoHttpRange | IO/HttpIoDispatcher.h | ||
| RetryCount | int32 | IO/HttpIoDispatcher.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint8 GetCategory() |
IO/HttpIoDispatcher.h | ||
EIoHttpFlags GetFlags() |
IO/HttpIoDispatcher.h | ||
int32 GetPriority() |
IO/HttpIoDispatcher.h | ||
const FIoHttpRange & GetRange() |
IO/HttpIoDispatcher.h | ||
int32 GetRetryCount() |
IO/HttpIoDispatcher.h | ||
void SetCategory
(
uint8 InCategory |
IO/HttpIoDispatcher.h | ||
void SetPriority
(
int32 InPriority |
IO/HttpIoDispatcher.h | ||
void SetRange
(
const FIoHttpRange InRange |
IO/HttpIoDispatcher.h | ||
void SetRetryCount
(
int32 InRetryCount |
IO/HttpIoDispatcher.h |