problem solved…
I was adding an add instanced static mesh component to each instance i created. That was my issue.
solution:
create a single ‘add static mesh component’ to the first object in my array, then add ALL instances to this component
I hope this can help others with similar issues…