Set visibility group mesh

Hi, i have question,
How i can set visibility group meshes ?, catalog ?

Now i set visibility step by step mesh.

put them together in a blueprint and hide the BP, or use “get all actors of class” and use a “for each loop” to hide them. You can tag them if you don’t want ALL of the same type to turn off and get the tag in your for each loop and run that through a branch (if tag == you tag, then hide).