Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore > API/Runtime/IoStoreOnDemandCore/FIoHttpResponse
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
IO/HttpIoDispatcher.h |
|
|
|
IO/HttpIoDispatcher.h |
|
|
|
IO/HttpIoDispatcher.h |
|
|
|
IO/HttpIoDispatcher.h |
|
FIoHttpResponse()
| |
|
| Name |
FIoHttpResponse |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/HttpIoDispatcher.h |
| Include Path |
#include "IO/HttpIoDispatcher.h" |
FIoHttpResponse()
FIoHttpResponse(EIoErrorCode, uint32)
| |
|
| Name |
FIoHttpResponse |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/HttpIoDispatcher.h |
| Include Path |
#include "IO/HttpIoDispatcher.h" |
FIoHttpResponse
(
EIoErrorCode InErrorCode,
uint32 InStatusCode
)
FIoHttpResponse(const FIoHash &, const FIoBuffer &, EIoErrorCode, uint32, EIoHttpResponseFlags)
| |
|
| Name |
FIoHttpResponse |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/HttpIoDispatcher.h |
| Include Path |
#include "IO/HttpIoDispatcher.h" |
FIoHttpResponse
(
const FIoHash & InCacheKey,
const FIoBuffer & InBody,
EIoErrorCode InErrorCode,
uint32 InStatusCode,
EIoHttpResponseFlags InFlags
)
| |
|
| Name |
FIoHttpResponse |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/HttpIoDispatcher.h |
| Include Path |
#include "IO/HttpIoDispatcher.h" |
FIoHttpResponse
(
const FIoHash & InCacheKey,
FIoHttpHeaders && InHeaders,
const FIoBuffer & InBody,
EIoErrorCode InErrorCode,
uint32 InStatusCode,
EIoHttpResponseFlags InFlags
)