diff options
| author | ivey <[email protected]> | 2020-06-15 15:54:16 -0400 |
|---|---|---|
| committer | ivey <[email protected]> | 2020-06-15 15:54:16 -0400 |
| commit | d5310c3455f9849243b7b950deb4e910aa1f24dd (patch) | |
| tree | 994a81eec10538d2a1efd9ed78469a249ff086f2 /Config/DefaultGame.ini | |
| parent | Updated image paths. (diff) | |
| download | ugcexample-d5310c3455f9849243b7b950deb4e910aa1f24dd.tar.xz ugcexample-d5310c3455f9849243b7b950deb4e910aa1f24dd.zip | |
Initial commit of the UGCExample Project
Diffstat (limited to 'Config/DefaultGame.ini')
| -rw-r--r-- | Config/DefaultGame.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini new file mode 100644 index 0000000..0584b44 --- /dev/null +++ b/Config/DefaultGame.ini @@ -0,0 +1,12 @@ + +[/Script/EngineSettings.GeneralProjectSettings] +ProjectID=1573F6A744CE2F82F161BA9F844A9214 + +[StartupActions] +bAddPacks=True +InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent") + +[/Script/UnrealEd.ProjectPackagingSettings] +BuildConfiguration=PPBC_Development +IncludePrerequisites=False + |