fx.Niagara.AllowVisibilityCullingForDynamicBounds
fx.Niagara.AllowVisibilityCullingForDynamicBounds
#Overview
name: fx.Niagara.AllowVisibilityCullingForDynamicBounds
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Allow async work to continue until the end of the frame, if false it will complete within the tick group it\'s started in.
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/NiagaraWorldManager.cpp:92
Scope: file
Source code excerpt:
static int32 GbAllowVisibilityCullingForDynamicBounds = 1;
static FAutoConsoleVariableRef CVarAllowVisibilityCullingForDynamicBounds(
TEXT("fx.Niagara.AllowVisibilityCullingForDynamicBounds"),
GbAllowVisibilityCullingForDynamicBounds,
TEXT("Allow async work to continue until the end of the frame, if false it will complete within the tick group it's started in."),
ECVF_Default
);
FAutoConsoleCommandWithWorld DumpNiagaraWorldManagerCommand(