Alt. BP to improve tedium using the SetArrayElem node?

A lot of time repeatedly setting this Get array > Length > Index with bSizeToFit=true
makes me wonder if this can be stream-lined into a single step.
A node like ‘SetArrayElemByLengthEasily’ but maybe shorter name.

“Given an array, add Item as a new entry based on the array length, enlarging by default”

It can be macro’d but the macro has to take in a set type per array. So you can just plug in a string array or integer array and let it figure out the type.

To add to the end?

image

1 Like