Support Unreal 5.5. Fix Multi PIE not working when running under one process.

This commit is contained in:
Arnaud Jamin
2024-12-31 01:11:11 -05:00
parent 3539881135
commit 19d88558cb
21 changed files with 339 additions and 77 deletions
@@ -130,10 +130,6 @@ FLogCategoryBase* FCogDebugLog::FindLogCategory(const FName CategoryName)
{
return LogCategoryInfo->LogCategory;
}
else
{
return nullptr;
}
return nullptr;
}