UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Statistics.h File Reference

Go to the source code of this file.

Classes

class  UE::IoStore::FOnDemandIoBackendStats
 
class  UE::IoStore::FOnDemandContentInstallerStats
 
class  UE::IoStore::FOnDemandInstallCacheStats
 

Namespaces

namespace  UE
 
namespace  UE::IoStore
 NO_LOGGING.
 

Macros

#define IAS_WITH_STATISTICS   0
 
#define UE_TRACK_CDN_HIT_STATUS   1
 
#define UE_ENABLE_ONSCREEN_STATISTICS   !UE_BUILD_SHIPPING
 
#define IAS_STATISTICS_IMPL(...)   { return __VA_ARGS__; }
 

Functions

 LLM_DECLARE_TAG (Ias)
 
void UE::IoStore::OnDemandSetImmediateAnalyticHandler (FOnDemandImmediateAnalyticHandler &&EventHandler)
 

Macro Definition Documentation

◆ IAS_STATISTICS_IMPL

#define IAS_STATISTICS_IMPL (   ...)    { return __VA_ARGS__; }

◆ IAS_WITH_STATISTICS

#define IAS_WITH_STATISTICS   0

◆ UE_ENABLE_ONSCREEN_STATISTICS

#define UE_ENABLE_ONSCREEN_STATISTICS   !UE_BUILD_SHIPPING

◆ UE_TRACK_CDN_HIT_STATUS

#define UE_TRACK_CDN_HIT_STATUS   1

Function Documentation

◆ LLM_DECLARE_TAG()

LLM_DECLARE_TAG ( Ias  )