UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::IoStore::FMultiEndpointHttpClientResponse Struct Reference

#include <OnDemandHttpClient.h>

Public Member Functions

bool IsOk () const
 
bool IsCanceled () const
 

Public Attributes

FIoBuffer Body
 
TArray< FAnsiStringHeaders
 
FString Reason
 
HTTP::FTicketPerf::FSample Sample
 
uint64 DurationMilliseconds = 0
 
uint32 StatusCode = 0
 
uint32 RetryCount = 0
 
int32 HostIndex = INDEX_NONE
 
bool bCanceled = false
 
int8 CDNCacheStatus = -1
 

Member Function Documentation

◆ IsCanceled()

bool UE::IoStore::FMultiEndpointHttpClientResponse::IsCanceled ( ) const
inline

◆ IsOk()

bool UE::IoStore::FMultiEndpointHttpClientResponse::IsOk ( ) const
inline

Member Data Documentation

◆ bCanceled

bool UE::IoStore::FMultiEndpointHttpClientResponse::bCanceled = false

◆ Body

FIoBuffer UE::IoStore::FMultiEndpointHttpClientResponse::Body

◆ CDNCacheStatus

int8 UE::IoStore::FMultiEndpointHttpClientResponse::CDNCacheStatus = -1

◆ DurationMilliseconds

uint64 UE::IoStore::FMultiEndpointHttpClientResponse::DurationMilliseconds = 0

◆ Headers

TArray<FAnsiString> UE::IoStore::FMultiEndpointHttpClientResponse::Headers

◆ HostIndex

int32 UE::IoStore::FMultiEndpointHttpClientResponse::HostIndex = INDEX_NONE

◆ Reason

FString UE::IoStore::FMultiEndpointHttpClientResponse::Reason

◆ RetryCount

uint32 UE::IoStore::FMultiEndpointHttpClientResponse::RetryCount = 0

◆ Sample

HTTP::FTicketPerf::FSample UE::IoStore::FMultiEndpointHttpClientResponse::Sample

◆ StatusCode

uint32 UE::IoStore::FMultiEndpointHttpClientResponse::StatusCode = 0

The documentation for this struct was generated from the following file: