Array of static meshes

Add a StaticMesh variable to your BP (not a StaticMeshComponent variable!), and make it editable (click the little eye icon next to the variable). Then in your Construction Script add a ‘Set Mesh’ node on the component that is returned from the ‘Add Static Mesh’ node, passing in the value of the StaticMesh variable.