
[Blueprint] Array Helper – Unreal Engine
With this plugin, you can :
Access easy to use blueprint functions available anywhere
Handle arrays by value (copy) or reference
Operate on generic and typed arrays (Int, Float, Double, Byte, String, Name, Vector, Vector2D, Object, Actor)
Sort or sort arrays by predicate (custom function)
Filter arrays by predicate (custom function)
Match / Matches using Regular expression (RegEx) for string arrays
Split strings to array using separator
Convert arrays to sets (removes duplicate)
Normalize numeric arrays
Clamp numeric arrays
Create random numeric arrays
Extract subarray from array
Find closest or farthest item from vector arrays or actor arrays
Copy reverse arrays
Perform math operations on numeric arrays
Technical details:
Code Modules:
ArrayHelper (Runtime)
Number of Blueprints nodes : 70+
Number of C++ Classes: 3
Network Replicated: No
Supported Development Platforms: All
Supported Target Build Platforms: All
Supported Unreal Engine Versions: 4.25 – 4.27 and 5.0 – 5.7
Recent Comments