Look into Blueprint Utility actors, if you want to do this with Blueprints. You could also do C++ code that auto-executes on loading. But presumably, you have a way to automatically assign each SM to each SM_Actor (an algorithm basically). Otherwise, how does each actor know which SM to select?