Interchange.FeatureFlags.Import.Enable
Interchange.FeatureFlags.Import.Enable
#Overview
name: Interchange.FeatureFlags.Import.Enable
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether Interchange import is enabled.
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/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp:52
Scope: file
Source code excerpt:
static bool GInterchangeImportEnable = false;
static FAutoConsoleVariableRef CCvarInterchangeImportEnable(
TEXT("Interchange.FeatureFlags.Import.Enable"),
GInterchangeImportEnable,
TEXT("Whether Interchange import is enabled."),
ECVF_Default);
bool UInterchangeManager::bIsCreatingSingleton = false;