Mesh instancing to lower draw calls - looking for tutorial

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 :slight_smile:

I hope this can help others with similar issues…