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

Public Attributes

const ANSICHARHostName
 
uint32 Port = 0
 
uint16 MaxConnections = 1
 
bool bPooled = false
 
uint8 MaxInflight = 1
 
EHttpVersion HttpVersion = EHttpVersion::One
 
FCertRootsRef VerifyCert = {}
 

Member Data Documentation

◆ bPooled

bool UE::IoStore::HTTP::FHost::FParams::bPooled = false

◆ HostName

const ANSICHAR* UE::IoStore::HTTP::FHost::FParams::HostName

◆ HttpVersion

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

◆ MaxConnections

uint16 UE::IoStore::HTTP::FHost::FParams::MaxConnections = 1

◆ MaxInflight

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

◆ Port

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

◆ VerifyCert

FCertRootsRef UE::IoStore::HTTP::FHost::FParams::VerifyCert = {}

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