Interchange.FeatureFlags.Import.HDR

Interchange.FeatureFlags.Import.HDR

#Overview

name: Interchange.FeatureFlags.Import.HDR

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/InterchangeImageWrapperTranslator.cpp:45

Scope: file

Source code excerpt:

static bool GInterchangeEnableHDRImport = true;
static FAutoConsoleVariableRef CCvarInterchangeEnableHDRImport(
	TEXT("Interchange.FeatureFlags.Import.HDR"),
	GInterchangeEnableHDRImport,
	TEXT("Whether HDR support is enabled."),
	ECVF_Default);

#if WITH_LIBTIFF
static bool GInterchangeEnableTIFFImport = true;