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

#include <Client.h>

Public Attributes

FCertRootsRef VerifyCert = {}
 
uint32 ContentSizeEst = 0
 
uint16 BufferSize = 256
 
bool bAutoRedirect = false
 
bool bAllowChunked = true
 
EHttpVersion HttpVersion = EHttpVersion::Default
 

Member Data Documentation

◆ bAllowChunked

bool UE::IoStore::HTTP::FEventLoop::FRequestParams::bAllowChunked = true

◆ bAutoRedirect

bool UE::IoStore::HTTP::FEventLoop::FRequestParams::bAutoRedirect = false

◆ BufferSize

uint16 UE::IoStore::HTTP::FEventLoop::FRequestParams::BufferSize = 256

◆ ContentSizeEst

uint32 UE::IoStore::HTTP::FEventLoop::FRequestParams::ContentSizeEst = 0

◆ HttpVersion

EHttpVersion UE::IoStore::HTTP::FEventLoop::FRequestParams::HttpVersion = EHttpVersion::Default

◆ VerifyCert

FCertRootsRef UE::IoStore::HTTP::FEventLoop::FRequestParams::VerifyCert = {}

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