How to change the name of target build?

I have done these works:

  1. Delete intermediate, binary and .vs folders and *.sdf file in root directory of project.
  2. Change the name of the Project folder to Foo
  3. Change of every file that have named "MyProject2" to Foo
  4. Substitute everything that has name “MyProject2” to Foo in Source directory
  5. Change ProjectName in DefaultGame.ini Note: if you change the name of the game under Description > About > Project Name in editor, that doesn’t need to do this step.
  6. Open Foo.uproject with a text editor and substitute MyProject2 with Foo in modules section.
  7. Right click on the Foo.uproject and click generate visual studio project.
  8. Run Visual studio project and compile it.
  9. That’s done.

everything now smells with Foo! :slight_smile:

1 Like