Hi! Can you explain me, what does Reset Array input in this node do? Cant find any information about this.
This simply means it clears the array before filling it with results.
It only matters for C++, because it is an argument passed by reference.
For blueprints it doesnβt matter as it always work with a clean array, unless it is specifically a βby-refβ (in-out) parameter which is would be on the left side and with a diamond pin.
2 Likes