How to sort an array alphabetically?

I know this post is from years ago but… recently I was wanting to put together a function like this and here’s a tip for those who doubt whether it’s possible to create a lot of things using just blueprints:

But as always, this function can be always better.

Someone once told me: “Never listen to people telling you that it’s not possible or that it’s too complicated to do something in blueprints.” There is ALWAYS another alternative, a WORKAROUND and sometimes even easier. Whether you like it or not, blueprints are C++, however, there is this misunderstanding among people. But yes… if you are going to do something more astronomical like RED DEAD REDEMPTION or GTA, C++ is the best alternative.

I used this study by @Supremative as a basis to create my alphabetical sort function: Sorting algorithms in Blueprints

I’ll leave it open here with one of my solutions.

2 Likes