Interchange.FeatureFlags.Import.PCX

Interchange.FeatureFlags.Import.PCX

#Overview

name: Interchange.FeatureFlags.Import.PCX

This variable is created as a Console Variable (cvar).

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/InterchangePCXTranslator.cpp:19

Scope: file

Source code excerpt:

static bool GInterchangeEnablePCXImport = true;
static FAutoConsoleVariableRef CCvarInterchangeEnablePCXImport(
	TEXT("Interchange.FeatureFlags.Import.PCX"),
	GInterchangeEnablePCXImport,
	TEXT("Whether PCX support is enabled."),
	ECVF_Default);

//////////////////////////////////////////////////////////////////////////
// PCX helper local function