重命名UE4项目

Hi!

Thanks for your patience - I wanted to check with an engineer and also run through these steps for renaming a C++ project. There may be some additional steps needed depending on the original project setup and the version you are on, so please let us know if you encounter any issues following these steps (or if you need additional steps for Mac).

This example is for creating a copy of OldName called NewName. I'd recommend doing this as a duplication process if at all possible, in case there are issues during the rename.

  1. Duplicate the OldName project folder. Rename the duplicate folder to NewName.

  2. Open the NewName folder.

  3. Rename OldName.uproject to NewName.uproject.

  4. Open NewName.uproject in a text editor, and replace all instances of OldName with NewName. Save and close the file.

  5. If you have an OldName.png thumbnail, rename it to NewName.png.

  6. Open the Source folder.

  7. Rename OldName.Target.cs to NewName.Target.cs.

  8. Open NewName.Target.cs. Find all instances of OldName in this file with NewName. There may be some partial word matches. Save and close the file.

  9. Repeat step 7 and 8 for OldNameEditor.Target.cs (renaming it to NewNameEditor.Target.cs.

  10. Rename this OldName folder to NewName as well.

  11. Open the NewName folder.

  12. Rename OldName.Build.cs to NewName.Build.cs.

  13. Open NewName.Build.cs. Find all instances of OldName in this file with NewName. Save and close the file.

  14. Go back to the main project folder, and right-click on the NewName.uproject file. Select Generate Visual Studio Project files. (If you don't have this option, run Engine/Binaries/Win64/UnrealVersionSelector-Win64-Shipping.exe once).

  15. Open NewName.sln.

  16. Open OldName.cpp

  17. Change IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, OldName, "OldName" ); to IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, NewName, "NewName" );

  18. Open the Config folder, and check all the configuration files for OldName references to change to NewName. For example, change GlobalDefaultGameMode=/Script/OldName.OldNameGameMode to GlobalDefaultGameMode=/Script/NewName.OldNameGameMode.

  19. Add the following to DefaultEngine.ini (under an existing or new [/Script/Engine.Engine] header):

    +ActiveGameNameRedirects=(OldGameName="/Script/OldName", NewGameName="/Script/NewName")

  20. If you have any OLDNAME_API in your project's header files, change those instances to NEWNAME_API.

  21. Delete Saved and Intermediate folders in your project directory.

  22. Compile, and your project should now open without errors.

Again, please let us know if any issues come up with these renaming steps. Thanks!

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值