[Feature] - String comparison, array sort

It sure would be nice is there was a string compare set of functions such as greater than etc. for FString in blueprints.

Even cooler would be Sort where you can specify a struct field to sort on. But that is fairly complex to implement.

Oh well, into C++ to sort the Sessions from FindSession in blueprints.

A sort of session find info would be easy to do in C++ and quite useful. (Maybe I’ll post the code when I have it working.)

I would love that, too… trying to make sorting functions for my session browser at the moment.

I have created a string comparison function inside a Blueprint. I did this for an asset I was developing. You can download the Blueprint here for free: Comparing strings in Unreal Blueprint – Blog @ Future of Mankind

1 Like