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

#include <HttpManager.h>

Public Attributes

int32 HistoryIndex = 0
 
int64 DownloadedBytes [HttpHistoryCount] = { 0 }
 
int64 DurationMs [HttpHistoryCount] = { 0 }
 
int64 TotalDownloadedBytes = 0
 
int64 TotalUploadedBytes = 0
 
int64 TotalDuration = 0
 

Static Public Attributes

static constexpr int32 HttpHistoryCount = 16
 

Member Data Documentation

◆ DownloadedBytes

int64 FHttpManager::FHttpStatsHistory::DownloadedBytes[HttpHistoryCount] = { 0 }

◆ DurationMs

int64 FHttpManager::FHttpStatsHistory::DurationMs[HttpHistoryCount] = { 0 }

◆ HistoryIndex

int32 FHttpManager::FHttpStatsHistory::HistoryIndex = 0

◆ HttpHistoryCount

constexpr int32 FHttpManager::FHttpStatsHistory::HttpHistoryCount = 16
staticconstexpr

◆ TotalDownloadedBytes

int64 FHttpManager::FHttpStatsHistory::TotalDownloadedBytes = 0

◆ TotalDuration

int64 FHttpManager::FHttpStatsHistory::TotalDuration = 0

◆ TotalUploadedBytes

int64 FHttpManager::FHttpStatsHistory::TotalUploadedBytes = 0

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