You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user