Merge remote-tracking branch 'origin/master' into 1.12

# Conflicts:
#	Source/Engine/Platform/Windows/WindowsPlatform.h
This commit is contained in:
2026-04-08 13:24:29 +02:00
15 changed files with 186 additions and 80 deletions
+1 -1
View File
@@ -608,7 +608,7 @@ void EngineImpl::InitLog()
// Log product info
LOG(Info, "Product: {0}, Company: {1}", Globals::ProductName, Globals::CompanyName);
LOG(Info, "Current culture: {0}", Platform::GetUserLocaleName());
LOG(Info, "Current language: {}, culture: {}", Platform::GetUserLanguage(), Platform::GetUserLocaleName());
LOG(Info, "Command line: {0}", CommandLine);
LOG(Info, "Base folder: {0}", Globals::StartupFolder);
LOG(Info, "Binaries folder: {0}", Globals::BinariesFolder);