Change visibilty Array Item

I have created a Blueprint Actor which includes multiple static meshes.
Every time I press a button I would like to see only the next item from that list.
All other objects should be hide again.

I hope you can help me.

Thank you very much!

Add a StaticMeshComponent to your actor, create an array of *StaticMeshes *and swap them around like so:

That works. Awesome!!!

Thank you very much!!!