UE4 Tools (Open Source Tool)
A downloadable tool for Windows
UE4 tools is a set of tools created to perform several tedious tasks related to UE4 development.
Features
- Fully Rename a C++ Project
- Rename a C++ class and all references
- Generate new C++ module
- Generate custom Assets with factory classes
- Backup project files from inside the application
- Generate editor code for custom assets e.g. categories, tooltips, custom context actions(right-click actions) and colours.
Source Code: https://github.com/SamCarey99/UE4-Tools
Change Log
- Version 1.0
- Basic project renaming tool
- Version 2.0
- Added C++ class renaming tool
- Added In application project backup
- Added a main menu
- New UI design
- Version 2.1 (Bug Fixes)
- Fixed a bug where blueprints(which have user-defined C++ parents) become unlinked upon renaming a project or class
- Version 3.0
- Added a tool for creating new c++ code modules
- Version 4.0
- Added a tool which generates new blueprint asset types with an accompanying factory class.
- Added the groundwork for custom editor code within generated assets e.g. custom icons, colours, right-click actions, categories etc.
- Fixed crash while creating modules.
- Fixed an issue where generated editor modules would prevent a game from building successfully.
- "UnrealEd" is now automatically included in generated editor modules.
- Version 5.0
- Added options for generating FAssetTypeActions_Base classes.
- Fixed a crash when generating custom assets.
- Minor UI size and layout tweaks.
- Version 5.1
- Fixed the include path of the module manager for newer versions of UE4.
- Deprecated the module creation tool in favour of my module generator plugin. Link.
- Added support for public/private file structures when renaming classes.
This tool was developed using information provided here: https://answers.unrealengine.com/questions/242407/renaming-a-c-project.html
Status | In development |
Category | Tool |
Platforms | Windows |
Rating | Rated 5.0 out of 5 stars (2 total ratings) |
Author | Sam Carey |
Tags | c, cpp, module, project, rename, rename-c-project-ue4, tool, Unreal Engine |
Download
Development log
- 5.0 - Editor code generationJul 03, 2020
- Version 1.3 ReleasedJan 28, 2020
- Version 1.2 ReleasedDec 17, 2019
- Version 1.1 ReleasedNov 26, 2019
- Name Change / FutureNov 17, 2019
Comments
Log in with itch.io to leave a comment.
Nice! Works perfect for me