Oodle Texture TEMP force use of jobify system to avoid Task IsCompleted bug

#preflight 61d371595b6f9bf2e693dea6
#jira UE-138044, UE-138048, UE-138051, UE-138071
#rb trivial

#ROBOMERGE-AUTHOR: charles.bloom
#ROBOMERGE-SOURCE: CL 18504167 in //UE5/Release-5.0/... via CL 18504198
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v899-18417669)

[CL 18504219 by charles bloom in ue5-release-engine-test branch]
This commit is contained in:
charles bloom
2022-01-03 17:39:53 -05:00
parent 0319985b4b
commit 30499227a9

View File

@@ -1432,6 +1432,10 @@ static void TFO_Plugins_Init()
// plugins to Core/Tex/Net are independent
GConfig->GetBool(TEXT("TextureFormatOodleSettings"), TEXT("UseOodleExampleJobify"), OodleJobifyUseExampleJobify, GEngineIni);
// @todo Oodle Texture TEMP force use of jobify system to avoid Task IsCompleted bug
OodleJobifyUseExampleJobify = true;
// end TEMP
if (OodleJobifyUseExampleJobify)
{
UE_LOG(LogTextureFormatOodle, Display, TEXT("Using Oodle Example Jobify"));