#rb none
#jira UE-83297
#ROBOMERGE-SOURCE: CL 10070233 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v573-10069714)
[CL 10070234 by ben marsh in Main branch]
#jira UE-79842
#rb paul.chipchase
#ROBOMERGE-SOURCE: CL 9756309 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v545-9751379)
[CL 9756418 by sebastian nordgren in Main branch]
Also create an empty Content folder always on project creation - this is to support template-based blank projects, which otherwise would not populate the Content folder at all, causing the Content folder directory watcher to not initialize on startup.
#rb paul.chipchase
#fyi chris.gagnon
[CL 9755310 by sebastian nordgren in Dev-Editor branch]
Added bIsBlank to TemplateDefs.ini, because it is impossible to differentiate between a "blank" project where we want to use the Starter Content map and one where we don't without the added context.
#jira UE-81054
#rb paul.chipchase
[CL 9389719 by sebastian nordgren in Dev-Editor branch]
Replicated from CL# 7924370.
#rb none
#ROBOMERGE-OWNER: steve.robb
#ROBOMERGE-AUTHOR: steve.robb
#ROBOMERGE-SOURCE: CL 9279060 via CL 9279063
#ROBOMERGE-BOT: (v443-9013191)
[CL 9279836 by steve robb in Main branch]
Hooked up XR and Raytracing into the project creation phase.
Changed to use GameProjectDialog.* placeholder icons that are currently just some random AssetIcons.
Removed bSkipProjectSettings INI option, in favour of just having an enum value (ETemplateSetting::All) to control it.
#rb chris.gagnon
[CL 8672009 by sebastian nordgren in Dev-Editor branch]
Also rework logic for determining whether a project needs to be compiled, to more closely match equivalent code in UAT. ITargetPlatform::NeedsTempTarget() now allows querying whether a project needs a temporary target to be generated.
#rb none
#jira UE-79833
[CL 8623682 by Ben Marsh in Dev-Build branch]
New Project dialog no longer displays the Languages Available field in the preview window if the selected category contains no templates.
Added warning for cases when a template is referring to a category that doesn't exist.
#jira UE-79758
#rb paul.chipchase
#lockdown chris.gagnon
[CL 8570377 by sebastian nordgren in Dev-Editor branch]