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

#include <OnDemandHttpClient.h>

Public Attributes

int32 MaxConnectionCount = 4
 
int32 ReceiveBufferSize = -1
 
int32 SendBufferSize = -1
 
int32 MaxRetryCount = -1
 
int32 TimeoutMs = 0
 
EHttpRedirects Redirects = EHttpRedirects::Follow
 
bool bEnableThreadSafetyChecks = false
 
bool bAllowChunkedTransfer = true
 
bool bResponseBodyOnError = false
 
const UE_LOG_CATEGORY_TYPELogCategory = nullptr
 
ELogVerbosity::Type LogVerbosity = ELogVerbosity::Log
 

Member Data Documentation

◆ bAllowChunkedTransfer

bool UE::IoStore::FMultiEndpointHttpClientConfig::bAllowChunkedTransfer = true

◆ bEnableThreadSafetyChecks

bool UE::IoStore::FMultiEndpointHttpClientConfig::bEnableThreadSafetyChecks = false

◆ bResponseBodyOnError

bool UE::IoStore::FMultiEndpointHttpClientConfig::bResponseBodyOnError = false

When true the client will return the response body for requests outside of the 2XX range. When false only requests within the 2XX range will return the response body

◆ LogCategory

const UE_LOG_CATEGORY_TYPE* UE::IoStore::FMultiEndpointHttpClientConfig::LogCategory = nullptr

Logging will be disabled if this is set to a nullptr, it is up to the calling system to assign a LogCategory

◆ LogVerbosity

ELogVerbosity::Type UE::IoStore::FMultiEndpointHttpClientConfig::LogVerbosity = ELogVerbosity::Log

◆ MaxConnectionCount

int32 UE::IoStore::FMultiEndpointHttpClientConfig::MaxConnectionCount = 4

◆ MaxRetryCount

int32 UE::IoStore::FMultiEndpointHttpClientConfig::MaxRetryCount = -1

◆ ReceiveBufferSize

int32 UE::IoStore::FMultiEndpointHttpClientConfig::ReceiveBufferSize = -1

◆ Redirects

EHttpRedirects UE::IoStore::FMultiEndpointHttpClientConfig::Redirects = EHttpRedirects::Follow

◆ SendBufferSize

int32 UE::IoStore::FMultiEndpointHttpClientConfig::SendBufferSize = -1

◆ TimeoutMs

int32 UE::IoStore::FMultiEndpointHttpClientConfig::TimeoutMs = 0

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