fx.Niagara.DataChannels.BlockAsyncLoadOnUse
fx.Niagara.DataChannels.BlockAsyncLoadOnUse
#Overview
name: fx.Niagara.DataChannels.BlockAsyncLoadOnUse
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
True if we should block on any pending async loads when those assets are used.
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/NiagaraDataChannel_Islands.cpp:20
Scope (from outer to inner):
file
namespace NDCIslands_Local
Source code excerpt:
int32 BlockAsyncLoadOnUse = 1;
static FAutoConsoleVariableRef CVarBlockAsyncLoadOnUse(TEXT("fx.Niagara.DataChannels.BlockAsyncLoadOnUse"), BlockAsyncLoadOnUse, TEXT("True if we should block on any pending async loads when those assets are used."), ECVF_Default);
}
void UNiagaraDataChannel_Islands::PostLoad()
{
Super::PostLoad();