fx.NiagaraEditorWidgets.ReinitializeStyle

fx.NiagaraEditorWidgets.ReinitializeStyle

#Overview

name: fx.NiagaraEditorWidgets.ReinitializeStyle

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/NiagaraEditorWidgets/Private/NiagaraEditorWidgetsModule.cpp:152

Scope (from outer to inner):

file
function     void FNiagaraEditorWidgetsModule::StartupModule

Source code excerpt:


	ReinitializeStyleCommand = IConsoleManager::Get().RegisterConsoleCommand(
		TEXT("fx.NiagaraEditorWidgets.ReinitializeStyle"),
		TEXT("Reinitializes the style for the niagara editor widgets module.  Used in conjuction with live coding for UI tweaks.  May crash the editor if style objects are in use."),
		FConsoleCommandDelegate::CreateRaw(this, &FNiagaraEditorWidgetsModule::ReinitializeStyle));

	FGraphEditorCommands::Register();
	FNiagaraEditorCommands::Register();
}

void FNiagaraEditorWidgetsModule::ShutdownModule()
{