fx.TestCompileNiagaraScript

fx.TestCompileNiagaraScript

#Overview

name: fx.TestCompileNiagaraScript

This variable is created as a Console Variable (cvar).

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:1454

Scope (from outer to inner):

file
function     void FNiagaraEditorModule::StartupModule

Source code excerpt:


	TestCompileScriptCommand = IConsoleManager::Get().RegisterConsoleCommand(
		TEXT("fx.TestCompileNiagaraScript"),
		TEXT("Compiles the specified script on disk for the niagara vector vm"),
		FConsoleCommandWithArgsDelegate::CreateRaw(this, &FNiagaraEditorModule::TestCompileScriptFromConsole));

	ValidateScriptVariableGuidsCommand = IConsoleManager::Get().RegisterConsoleCommand(
		TEXT("fx.Niagara.ValidateDuplicateVariableGuids"),
		TEXT("Validate the script guids of a given script."),
		FConsoleCommandWithArgsDelegate::CreateRaw(this, &FNiagaraEditorModule::ValidateScriptVariableIds, false));
		
	ValidateAndFixScriptVariableGuidsCommand = IConsoleManager::Get().RegisterConsoleCommand(