fx.InvalidateCachedScripts
fx.InvalidateCachedScripts
#Overview
name: fx.InvalidateCachedScripts
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Invalidate Niagara script cache by making a unique change to NiagaraShaderVersion.ush which is included in common.usf.To initiate actual the recompile of all shaders use \
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/NiagaraEditor/Private/NiagaraEditorModule.cpp:949
Scope: file
Source code excerpt:
FAutoConsoleCommand InvalidateCachedNiagaraScripts(
TEXT("fx.InvalidateCachedScripts"),
TEXT("Invalidate Niagara script cache by making a unique change to NiagaraShaderVersion.ush which is included in common.usf.")
TEXT("To initiate actual the recompile of all shaders use \"recompileshaders changed\" or press \"Ctrl Shift .\".\n")
TEXT("The NiagaraShaderVersion.ush file should be automatically checked out but it needs to be checked in to have effect on other machines."),
FConsoleCommandWithArgsDelegate::CreateStatic(ExecuteInvalidateNiagaraCachedScripts)
);