fx.Niagara.RenderTarget.IgnoreCookedOut

fx.Niagara.RenderTarget.IgnoreCookedOut

#Overview

name: fx.Niagara.RenderTarget.IgnoreCookedOut

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/Niagara/Private/NiagaraDataInterfaceRenderTargetCommon.cpp:11

Scope (from outer to inner):

file
namespace    NiagaraDataInterfaceRenderTargetCommon

Source code excerpt:

	int32 GIgnoreCookedOut = true;
	static FAutoConsoleVariableRef CVarNiagaraRenderTargetIgnoreCookedOut(
		TEXT("fx.Niagara.RenderTarget.IgnoreCookedOut"),
		GIgnoreCookedOut,
		TEXT("Ignores create render targets for cooked out emitter, i.e. ones that are not used by any GPU emitter."),
		ECVF_Default
	);

	float GResolutionMultiplier = 1.0f;