fx.Niagara.GpuEmitterCheckFloat16Support
fx.Niagara.GpuEmitterCheckFloat16Support
#Overview
name: fx.Niagara.GpuEmitterCheckFloat16Support
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When enabled we check to see if the RHI has support for Float16 UAV read / write, if it doesn\'t GPU emitters that use Float16 are banned from running.
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/NiagaraComponentSettings.cpp:185
Scope (from outer to inner):
file
namespace FNiagaraComponentSettings
Source code excerpt:
static bool GGpuEmitterCheckFloat16Support = true;
static FAutoConsoleVariableRef CVarNiagaraGpuEmitterCheckFloat16Support(
TEXT("fx.Niagara.GpuEmitterCheckFloat16Support"),
GGpuEmitterCheckFloat16Support,
TEXT("When enabled we check to see if the RHI has support for Float16 UAV read / write, if it doesn't GPU emitters that use Float16 are banned from running."),
FConsoleVariableDelegate::CreateStatic(RequestUpdateSettings),
ECVF_Scalability | ECVF_Default
);