F1nik
(F1nik)
August 22, 2016, 11:18am
1
Hi there!
I want to introduce you the MORT (Multi Objects Renaming Tool)
MARKETPLACE link
Simple and awesome editor improvement that helps you to rename and rearrange your structure in the World Outliner and Content Browser. Just watch the video and you will see how it is cool and easy.
Features:
Find and replace
Find RegEx and replace
Numerate
Rename and Numerate
Prefix
Suffix
Remove from Start
Remove from End
To Lower Case
To Upper Case
Supported Engine Versions: 5 and 4.12 - 4.27
Platforms Tested: Windows, OSX
Youtube Video
Documentation:
Thanks!
F1nik
(F1nik)
August 22, 2016, 4:01pm
2
Current version of MORT doesnât support the Content Browser, but MORT v2 will work with it and will have the âRename and Numerateâ function. So, stay turned (itâs waiting for review)
YOUTUBE PREVIEW OF MORT2
F1nik
(F1nik)
August 22, 2016, 9:59pm
3
Now MORT v2 is live ! Enjoy! I will appreciate for your rates!
Thanks!
F1nik
(F1nik)
August 28, 2016, 9:44am
4
Hi there,
If you have some issues, proposals, questions, etc. use this email: qhq.sup@gmail.com
Feel free to contact regarding MORT!
Thanks.
F1nik
(F1nik)
September 7, 2016, 7:50am
5
F1nik
(F1nik)
September 15, 2016, 4:29pm
6
Hi There! Now MORT supports UE 4.13! Enjoy!!
F1nik
(F1nik)
September 20, 2016, 11:22am
7
F1nik
(F1nik)
October 19, 2016, 6:25am
8
Hi there!
Guys who downloaded my plugin, hope you are enjoying this plugin. Also I will really appreciate if you rate it at the marketplace https://www.unrealengine.com/marketplace/multi-objects-renaming-tool
Btw, you can send your proposals\feature requests for the next version to this email: qhq.sup@gmail.com
And who did not download this plugin - now it is on sale again! 20% off!
Thanks!
macoll
(macoll)
October 19, 2016, 8:28am
9
Great tool ! (even if the word âMORTâ in french means dead )
F1nik
(F1nik)
October 23, 2016, 11:59am
10
Haha, I didnât know about it!
F1nik
(F1nik)
November 17, 2016, 4:56pm
11
Hi there! MORT is now supporting UE v4.14! Enjoy!
F1nik
(F1nik)
December 19, 2016, 11:30pm
12
Hello all. Hurry up to grab the MORT with 20% off! New wave of sale begun!
F1nik
(F1nik)
January 6, 2017, 12:39am
13
Hi there and Happy New Year!
If someone closed MORT details panel (accidentally) you can get it back by reseting the layout.
In the main editor window:
Window > "Reset layoutâŚ"
More info:
https://www.epicgames.com/unrealtournament/forums/showthread.php?19110-Hidden-Blutility-Details-panel-Solution
F1nik
(F1nik)
February 23, 2017, 5:07pm
14
Hi there! MORT is now supporting UE v4.15! Hurry up to get it with some % off =)
https://www.unrealengine.com/marketplace/multi-objects-renaming-tool
F1nik
(F1nik)
June 6, 2017, 8:24am
17
Hi there! New Update! MORT is now supporting UE v4.16!
BenVlodgi
(BenVlodgi)
July 11, 2017, 6:28pm
18
Additional Parameters
This tool is fantastic I needed this so badly!
@F1nik I have a suggested update for the plugin.
This would help me, since I keep accidentally renaming assets in my content browser when I primarily just use this tool for renaming level actors.
In my example, swapping the two bools for a custom enum might also be a good idea.
// .h
protected:
UPROPERTY(EditAnywhere, Category = Values) bool renameWorldActors;
UPROPERTY(EditAnywhere, Category = Values) bool renameProjectAssets;
private:
UMORTBlutility();
// .cpp
UMORTBlutility::UMORTBlutility()
{
renameWorldActors = true;
renameProjectAssets = false;
}
void UMORTBlutility::Setup(EMORTAction action)
{
if(renameProjectAssets) OnEachSelectedAsset.AddDynamic(this, &UMORTBlutility::OnEachSelectedAssetDelegate);
if(renameWorldActors) OnEachSelectedActor.AddDynamic(this, &UMORTBlutility::OnEachSelectedActorDelegate);
m_action = action;
}
F1nik
(F1nik)
July 12, 2017, 9:03am
19
Hi,
Got it, will try to make something for next version. Thanks for the feedback and solution!
F1nik
(F1nik)
July 19, 2017, 11:22am
20
F1nik
(F1nik)
September 19, 2017, 7:24pm
21
Hi there!
I have added feature that BenVlodgi proposed and added other new features asked by other customers
Remove from Start
Remove from End
To Lower Case
To Upper Case
MORT is now supporting UE v4.17
Enjoy!