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:
You can use Renom either via the binary release or by building from source.
Simply download the latest release and start the program (.exe
).
Renom is written in Rust. To build it from source, you will first need the Rust toolchain. Don't be scared, there is copious documentation every step of the way.
Once you have Rust installed...
shell
git clone https://github.com/UnrealisticDev/Renom.git
shell
cd Renom
shell
cargo run