Hello.
I've created a tool for creating new C++ modules. The plug-in adds a new entry to the File menu and opens the window you can see below.
The tool automatically generates all needed files, updates your .uproject files, and regenerates your Visual Studio solution. I found myself doing all these steps so often in my own projects that I got fed up and wrote a tool to automate it. I share it here in hopes it will be useful to you. I also intend on releasing this on the Marketplace for free to facilitate installation.
The tool can be cloned / downloaded from this Git repository. Feel free to make pull requests.
You can get the tool on the Unreal Marketplace for free.
For those left wondering what a C++ module is: here's a documentation link
.
I believe in making tools like this free for everybody. If you'd like support with a donation, here's my PayPal.

I've created a tool for creating new C++ modules. The plug-in adds a new entry to the File menu and opens the window you can see below.
The tool automatically generates all needed files, updates your .uproject files, and regenerates your Visual Studio solution. I found myself doing all these steps so often in my own projects that I got fed up and wrote a tool to automate it. I share it here in hopes it will be useful to you. I also intend on releasing this on the Marketplace for free to facilitate installation.
The tool can be cloned / downloaded from this Git repository. Feel free to make pull requests.
You can get the tool on the Unreal Marketplace for free.
For those left wondering what a C++ module is: here's a documentation link

I believe in making tools like this free for everybody. If you'd like support with a donation, here's my PayPal.
Comment