1.2 KiB
1.2 KiB
Rename Tool
Rename Tool Editor Plugin. Batch rename Assets and Actors easily. Change prefix, suffix, replace substring, modify letter case, add numbering and more.
Features
Main features
- Rename assets in the Content Browser
- Rename Actors in the Level (World)
- Batch rename by selection
- Helper function library
Rename features
- Add/remove Prefix
- Add/remove Suffix
- Replace substring
- Change letter case
- Add numbering
How to use
- In Project Settings/Plugins enable "Rename Tool" plugin
- In the Content Browser navigate to Plugins/Rename Tool Content/Blueprints and, right click Run Editor Utility Widget
- Right-click EUW_RenameTool and select "Run Editor Utility Widget"
- Select assets in Content Browser and/or Actors in the Level
- Set up Rename Details
- (Optionally) Use the "Update Preview" button to see the rename result before executing
- Click "Execute Rename on Selection" to rename the selected objects
Contents
Code Modules:
- RenameTool (Editor)
Number of Blueprints: 2
Number of C++ Classes: 2
Supported Development Platforms: Windows, MacOS
Supported Target Build Platforms: All (Editor plugin)
Important/Additional Notes
- Full C++ source code included