12 class IDownloadServiceStatistics;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EBuildPatchDownloadHealth
Definition IBuildInstaller.h:88
Definition DownloadConnectionCount.h:83
Definition DownloadConnectionCount.h:17
virtual ~IDownloadConnectionCount()
Definition DownloadConnectionCount.h:26
virtual uint32 GetAdjustedCount(uint32 NumProcessing, EBuildPatchDownloadHealth CurrentHealth)=0
Definition DownloadServiceStatistics.h:21
Definition BuildPatchFileConstructor.h:28
@ false
Definition radaudio_common.h:23
Definition DownloadConnectionCount.h:31
uint32 PositiveHysteresis
Definition DownloadConnectionCount.h:41
uint32 NegativeHysteresis
Definition DownloadConnectionCount.h:37
uint32 MinLimit
Definition DownloadConnectionCount.h:35
uint32 FallbackCount
Definition DownloadConnectionCount.h:49
double LowBandwidthFactor
Definition DownloadConnectionCount.h:45
double HighBandwidthFactor
Definition DownloadConnectionCount.h:43
uint32 MaxLimit
Definition DownloadConnectionCount.h:33
FDownloadConnectionCountConfig()
Definition DownloadConnectionCount.h:53
uint32 AverageSpeedMinCount
Definition DownloadConnectionCount.h:39
uint32 HealthHysteresis
Definition DownloadConnectionCount.h:51
bool bDisableConnectionScaling
Definition DownloadConnectionCount.h:47
FDownloadConnectionCountConfig(const FDownloadConnectionCountConfig &CopyThis)
Definition DownloadConnectionCount.h:66