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

#include <Client.h>

Public Member Functions

UE_API int32 SetHostFromUrl (FAnsiStringView Url)
 

Public Attributes

FAnsiStringView HostName
 
FCertRootsRef VerifyCert = FCertRoots::NoTls()
 
int32 SendBufSize = -1
 
int32 RecvBufSize = -1
 
uint32 Port = 0
 
uint16 ConnectionCount = 1
 
EHttpVersion HttpVersion = EHttpVersion::One
 
uint8 MaxInflight = 1
 

Member Function Documentation

◆ SetHostFromUrl()

int32 UE::IoStore::HTTP::FConnectionPool::FParams::SetHostFromUrl ( FAnsiStringView  Url)

Member Data Documentation

◆ ConnectionCount

uint16 UE::IoStore::HTTP::FConnectionPool::FParams::ConnectionCount = 1

◆ HostName

FAnsiStringView UE::IoStore::HTTP::FConnectionPool::FParams::HostName

◆ HttpVersion

EHttpVersion UE::IoStore::HTTP::FConnectionPool::FParams::HttpVersion = EHttpVersion::One

◆ MaxInflight

uint8 UE::IoStore::HTTP::FConnectionPool::FParams::MaxInflight = 1

◆ Port

uint32 UE::IoStore::HTTP::FConnectionPool::FParams::Port = 0

◆ RecvBufSize

int32 UE::IoStore::HTTP::FConnectionPool::FParams::RecvBufSize = -1

◆ SendBufSize

int32 UE::IoStore::HTTP::FConnectionPool::FParams::SendBufSize = -1

◆ VerifyCert

FCertRootsRef UE::IoStore::HTTP::FConnectionPool::FParams::VerifyCert = FCertRoots::NoTls()

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