Interchange.FeatureFlags.Import.Substrate
Interchange.FeatureFlags.Import.Substrate
#Overview
name: Interchange.FeatureFlags.Import.Substrate
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enable or disable support of Substrate with Interchange (only works if Substrate is enabled in the Project Settings). Enabled by default.
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/Interchange/Runtime/Source/Import/Private/InterchangeImportModule.cpp:41
Scope: file
Source code excerpt:
static bool GInterchangeEnableSubstrate = true;
static FAutoConsoleVariableRef CCvarInterchangeEnableSubstrateSupport(
TEXT("Interchange.FeatureFlags.Import.Substrate"),
GInterchangeEnableSubstrate,
TEXT("Enable or disable support of Substrate with Interchange (only works if Substrate is enabled in the Project Settings). Enabled by default."),
ECVF_Default);
class FInterchangeImportModule : public IInterchangeImportModule
{