fx.Niagara.Analytics.ReportOnCook
fx.Niagara.Analytics.ReportOnCook
#Overview
name: fx.Niagara.Analytics.ReportOnCook
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If true then basic system info will be gathered and reported as part of the editor analytics for every cooked 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/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraSystem.cpp:140
Scope: file
Source code excerpt:
static int GNiagaraReportOnCook = 1;
static FAutoConsoleVariableRef CVarNiagaraReportOnCook(
TEXT("fx.Niagara.Analytics.ReportOnCook"),
GNiagaraReportOnCook,
TEXT("If true then basic system info will be gathered and reported as part of the editor analytics for every cooked system."),
ECVF_Default
);
#endif