Interchange.FeatureFlags.Import.DDS
Interchange.FeatureFlags.Import.DDS
#Overview
name: Interchange.FeatureFlags.Import.DDS
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether DDS support 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/Plugins/Interchange/Runtime/Source/Import/Private/Texture/InterchangeDDSTranslator.cpp:24
Scope: file
Source code excerpt:
static bool GInterchangeEnableDDSImport = true;
static FAutoConsoleVariableRef CCvarInterchangeEnableDDSImport(
TEXT("Interchange.FeatureFlags.Import.DDS"),
GInterchangeEnableDDSImport,
TEXT("Whether DDS support is enabled."),
ECVF_Default);
namespace UE::Interchange::Private::InterchangeDDSTranslator
{