Merge remote-tracking branch 'origin/1.10' into sdl_platform

# Conflicts:
#	Source/Editor/GUI/ContextMenu/ContextMenuBase.cs
#	Source/Engine/Platform/Linux/LinuxPlatform.cpp
This commit is contained in:
2025-03-09 13:16:25 +02:00
594 changed files with 19183 additions and 15772 deletions

View File

@@ -586,7 +586,7 @@ bool ScriptsBuilderService::Init()
auto project = Editor::Project;
HashSet<ProjectInfo*> projects;
project->GetAllProjects(projects);
for (auto e : projects)
for (const auto& e : projects)
{
ProjectInfo* project = e.Item;
if (project->Name == TEXT("Flax"))