Interchange.FeatureFlags.Translator.UseWorker.FBX
Interchange.FeatureFlags.Translator.UseWorker.FBX
#Overview
name: Interchange.FeatureFlags.Translator.UseWorker.FBX
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether FBX translator can be execute in parallel using the InterchangeWorker process.
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/Fbx/InterchangeFbxTranslator.cpp:42
Scope: file
Source code excerpt:
static bool GInterchangeFBXTranslatorUseWorker = false;
static FAutoConsoleVariableRef CCvarInterchangeFBXTranslatorUseWorker(
TEXT("Interchange.FeatureFlags.Translator.UseWorker.FBX"),
GInterchangeFBXTranslatorUseWorker,
TEXT("Whether FBX translator can be execute in parallel using the InterchangeWorker process."),
ECVF_Default);
namespace UE::Interchange::Private
{