fx.Niagara.CompileDDCWaitTimeout
fx.Niagara.CompileDDCWaitTimeout
#Overview
name: fx.Niagara.CompileDDCWaitTimeout
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
During script compilation, how long do we wait for the ddc to answer in seconds before starting shader compilation?
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/NiagaraAsyncCompile.cpp:29
Scope: file
Source code excerpt:
static float GNiagaraCompileDDCWaitTimeout = 10.0f;
static FAutoConsoleVariableRef CVarNiagaraCompileDDCWaitTimeout(
TEXT("fx.Niagara.CompileDDCWaitTimeout"),
GNiagaraCompileDDCWaitTimeout,
TEXT("During script compilation, how long do we wait for the ddc to answer in seconds before starting shader compilation?"),
ECVF_Default
);
//////////////////////////////////////////////////////////////////////////