Multiple meshes on/off

Ok so first thing to do is to select all your static mesh components using shift+Click

276813-selectall.jpg

Then in the details panel, assign them a tag

276814-tag.jpg

Then make a “Get components by tag” node, this will return an array of components. Be sure to select static mesh component as the compnent class

276815-getcomponentsbytag.jpg

Then add them to your input action instead of the initial array

This will affect all components with the given tag. I believe this is the functionality you are looking for