Renom is a simple program that allows you to rename your Unreal Engine 4 projects. It handles both Blueprint-only and C++ projects, in accordance with the guidelines set forth here. Among other things, Renom:
- Automatically detects original project name
- Updates target, build, config, and source files
- Creates backups of all affected files to prevent data loss
- Accommodates consecutive renames
- Optionally cleans up outdated directories (e.g. /Intermediate)
Written in Rust.