Category: Blueprint
-
Comparing strings in Unreal Blueprint
When submitting a new asset to the Unreal Engine marketplace the Marketplace Support Team asked me to remove the C++ string comparison class so I created a Blueprint equivalent. This is useful for sorting strings in an array to alphabetical order. I have provided a Blueprint Function Library containing the function for string comparison. Copy…