Description
This is a blueprint library plugin
Various functions to handle arrays (Int, Float, String, Name, Vector, Object, Actor)
You can sort or filter array very quickly and easily (with predicate functions)
It exposes 60+ functions to handle arrays by value or by reference
Can be used in any blueprint
Documentation can be found here : https://github.com/RLoris/ArrayHelperDoc
If you wish to update the current array, use functions with “ref” for performance
If you wish to keep the current array and receive another array as output, use standard function without “ref” (a copy of the array will be made)
Have fun with it
In UE 5.1, this plugin files were renamed from “SortPlugin” to “ArrayHelper” to match the real name of the plugin, you can remove the plugin and reinstall it if you want a clean install, check your project uproject file to change the plugin name there too, the plugin nodes names have not changed, this renaming was necessary to match with the plugin name.
You can ask question before buying, check the documentation as it may contain the answer you are looking for !
Keep in mind that I don’t do your work for you, I only provide the right tools to help your development process !
If you find a bug, please contact me by filling this form, I will fix it
If you want a new feature, ask a question with the feature description, I will implement it eventually
For any other reason, you can contact me by clicking on my markeplace name (RLoris) and finding my support email
Technical Details
Code Modules:
Number of Blueprints nodes : 60+
Number of C++ Classes: 2
Network Replicated: No
Supported Development Platforms: All
Supported Target Build Platforms: All
Supported Engine Versions
4.25 – 4.27, 5.0 – 5.3