You could create an array variable of InstanceStaticMeshComponentObjectReferences in your actor and when you create these in the construction script you could add each instance to the array variable. Then you would have an index into a variable for each created static mesh.
Maybe???