fx.Niagara.LogFoundButNotAllowedAssets

fx.Niagara.LogFoundButNotAllowedAssets

#Overview

name: fx.Niagara.LogFoundButNotAllowedAssets

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/NiagaraEditorSettings.cpp:26

Scope: file

Source code excerpt:

int32 GbLogFoundButNotAllowedAssets = 0;
static FAutoConsoleVariableRef CVarLogFoundButNotAllowedAssets(
	TEXT("fx.Niagara.LogFoundButNotAllowedAssets"),
	GbShowNiagaraDeveloperWindows,
	TEXT("If > 0 assets which are found, but not allowed in the current editor context will be printed to the log."),
	ECVF_Default
);

FNiagaraNamespaceMetadata::FNiagaraNamespaceMetadata()