Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions setup/config.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:: *************************** !! IMPORTANT !! ***************************
::
:: Required vars to set: EnginePath, ProjectPureName, VersionSelector
:: Required vars to set: EnginePath, VersionSelector
::
:: *************************** !! IMPORTANT !! ***************************

Expand All @@ -16,8 +16,7 @@ set RunUATPath=%EnginePath%\Engine\Build\BatchFiles\RunUAT.bat

rem Project params
set ProjectRoot=%~dp0..
:: Pure name of your project. Example: name of you project file is TPS.uproject, then ProjectPureName=TPS
set ProjectPureName=<ProjectName>
for %%I in ("%ProjectRoot%\*.uproject") do set "ProjectPureName=%%~nI"
set ProjectName=%ProjectPureName%.uproject
set ProjectPath=%ProjectRoot%\%ProjectName%
set SourceCodePath=%ProjectRoot%\Source
Expand Down