UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
BuildPatchServices::FDownloadConnectionCountConfig Struct Reference

#include <DownloadConnectionCount.h>

Public Member Functions

 FDownloadConnectionCountConfig ()
 
 FDownloadConnectionCountConfig (const FDownloadConnectionCountConfig &CopyThis)
 

Public Attributes

uint32 MaxLimit
 
uint32 MinLimit
 
uint32 NegativeHysteresis
 
uint32 AverageSpeedMinCount
 
uint32 PositiveHysteresis
 
double HighBandwidthFactor
 
double LowBandwidthFactor
 
bool bDisableConnectionScaling
 
uint32 FallbackCount
 
uint32 HealthHysteresis
 

Constructor & Destructor Documentation

◆ FDownloadConnectionCountConfig() [1/2]

BuildPatchServices::FDownloadConnectionCountConfig::FDownloadConnectionCountConfig ( )
inline

◆ FDownloadConnectionCountConfig() [2/2]

BuildPatchServices::FDownloadConnectionCountConfig::FDownloadConnectionCountConfig ( const FDownloadConnectionCountConfig CopyThis)
inline

Member Data Documentation

◆ AverageSpeedMinCount

uint32 BuildPatchServices::FDownloadConnectionCountConfig::AverageSpeedMinCount

◆ bDisableConnectionScaling

bool BuildPatchServices::FDownloadConnectionCountConfig::bDisableConnectionScaling

◆ FallbackCount

uint32 BuildPatchServices::FDownloadConnectionCountConfig::FallbackCount

◆ HealthHysteresis

uint32 BuildPatchServices::FDownloadConnectionCountConfig::HealthHysteresis

◆ HighBandwidthFactor

double BuildPatchServices::FDownloadConnectionCountConfig::HighBandwidthFactor

◆ LowBandwidthFactor

double BuildPatchServices::FDownloadConnectionCountConfig::LowBandwidthFactor

◆ MaxLimit

uint32 BuildPatchServices::FDownloadConnectionCountConfig::MaxLimit

◆ MinLimit

uint32 BuildPatchServices::FDownloadConnectionCountConfig::MinLimit

◆ NegativeHysteresis

uint32 BuildPatchServices::FDownloadConnectionCountConfig::NegativeHysteresis

◆ PositiveHysteresis

uint32 BuildPatchServices::FDownloadConnectionCountConfig::PositiveHysteresis

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