Copying //UE4/Dev-Editor to Dev-Main (//UE4/Dev-Main) for 4.24

#rb none

[CL 9325047 by Chris Gagnon in Main branch]
This commit is contained in:
Chris Gagnon
2019-10-01 20:41:42 -04:00
parent 66df02819a
commit 8ab0638182
1080 changed files with 72505 additions and 10556 deletions

View File

@@ -73,7 +73,9 @@ enum class ETemplateSetting
HardwareTarget,
GraphicsPreset,
StarterContent,
VR
XR,
Raytracing,
All
};
UCLASS(abstract,config=TemplateDefs,MinimalAPI)
@@ -115,14 +117,10 @@ public:
UPROPERTY(config)
FString AssetTypes;
/* Should we allow creation of a project from this template */
/* Should we allow creation of a project from this template. If this is false, the template is treated as a feature pack. */
UPROPERTY(config)
bool bAllowProjectCreation;
/* Should we skip the project settings page when creating a project from this template */
UPROPERTY(config)
bool bSkipProjectSettings;
/** Is this an enterprise template? */
UPROPERTY(config)
bool bIsEnterprise;