fx.Niagara.FixDuplicateVariableGuids
fx.Niagara.FixDuplicateVariableGuids
#Overview
name: fx.Niagara.FixDuplicateVariableGuids
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Validates and fixes the script guids of a given script, if duplicates exist.
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:1464
Scope (from outer to inner):
file
function void FNiagaraEditorModule::StartupModule
Source code excerpt:
ValidateAndFixScriptVariableGuidsCommand = IConsoleManager::Get().RegisterConsoleCommand(
TEXT("fx.Niagara.FixDuplicateVariableGuids"),
TEXT("Validates and fixes the script guids of a given script, if duplicates exist."),
FConsoleCommandWithArgsDelegate::CreateRaw(this, &FNiagaraEditorModule::ValidateScriptVariableIds, true));
DumpRapidIterationParametersForAsset = IConsoleManager::Get().RegisterConsoleCommand(
TEXT("fx.DumpRapidIterationParametersForAsset"),
TEXT("Dumps the values of the rapid iteration parameters for the specified asset by path."),
FConsoleCommandWithArgsDelegate::CreateStatic(&DumpRapidIterationParamersForAsset));
PreventSystemRecompileCommand = IConsoleManager::Get().RegisterConsoleCommand(