fx.Niagara.RenderTarget.OverrideFormat
fx.Niagara.RenderTarget.OverrideFormat
#Overview
name: fx.Niagara.RenderTarget.OverrideFormat
This variable is created as a Console Variable (cvar).
- type: Cmd
- help: Optional global format override for all Niagara render targets
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:29
Scope (from outer to inner):
file
namespace    NiagaraDataInterfaceRenderTargetCommon
Source code excerpt:
	static FAutoConsoleCommandWithWorldAndArgs GCommandNiagaraRenderTargetOverrideFormat(
		TEXT("fx.Niagara.RenderTarget.OverrideFormat"),
		TEXT("Optional global format override for all Niagara render targets"),
		FConsoleCommandWithWorldAndArgsDelegate::CreateLambda(
			[](const TArray<FString>& Args, UWorld*)
			{
				static UEnum* TextureRenderTargetFormatEnum = StaticEnum<ETextureRenderTargetFormat>();
				if ( ensure(TextureRenderTargetFormatEnum) )