You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user