ias.ReportAnalytics
ias.ReportAnalytics
#Overview
name: ias.ReportAnalytics
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enables reporting statics to the analytics system
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Experimental/IoStoreOnDemand/Private/OnDemandIoDispatcherBackend.cpp:182
Scope (from outer to inner):
file
namespace UE::IO::IAS
Source code excerpt:
bool GIasReportAnalyticsEnabled = true;
static FAutoConsoleVariableRef CVar_IoReportAnalytics(
TEXT("ias.ReportAnalytics"),
GIasReportAnalyticsEnabled,
TEXT("Enables reporting statics to the analytics system")
);
int32 GIasTocMode = 0;
static FAutoConsoleVariableRef CVar_IasTocMode(