UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::IoStore::FOnDemandContentInstallerStats Class Reference

#include <Statistics.h>

Static Public Member Functions

static void OnRequestEnqueued () IAS_STATISTICS_IMPL() static void OnRequestCompleted(const FResult &Result
 

Public Attributes

static void uint64 RequestedChunkCount
 
static void uint64 uint64 RequestedBytes
 
static void uint64 uint64 uint64 DownloadedChunkCount
 
static void uint64 uint64 uint64 uint64 DownloadedBytes
 
static void uint64 uint64 uint64 uint64 double CacheHitRatio
 

Member Function Documentation

◆ OnRequestEnqueued()

static void UE::IoStore::FOnDemandContentInstallerStats::OnRequestEnqueued ( ) const &
static

Member Data Documentation

◆ CacheHitRatio

void uint64 uint64 uint64 uint64 double UE::IoStore::FOnDemandContentInstallerStats::CacheHitRatio

◆ DownloadedBytes

void uint64 uint64 uint64 uint64 UE::IoStore::FOnDemandContentInstallerStats::DownloadedBytes

◆ DownloadedChunkCount

void uint64 uint64 uint64 UE::IoStore::FOnDemandContentInstallerStats::DownloadedChunkCount

◆ RequestedBytes

void uint64 uint64 UE::IoStore::FOnDemandContentInstallerStats::RequestedBytes

◆ RequestedChunkCount

void uint64 UE::IoStore::FOnDemandContentInstallerStats::RequestedChunkCount

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