For sure! Let’s say I’ve got 3 armchairs that I want to present the client, I place them in the living room and the first option is the one that fits best so it’s visible, but I want the client to be able to swap them pressing a key or with a button via widget.
I’ve done it before where I set the static meshes and also done it via tags and it worked like a charm but I’ve been always limited by the number of available interactions in the BP, so if I needed to present 10 armchairs, I’ll need to create a new BP that allows me to swap 10 static meshes.
What I’m trying to achieve with this BP is to present as many options as I need be either 2,3,4,5,10 and use it throughout the level, whether is a hob, a sofa, an entire bathroom, and each option is differentiated by a tag.
I hope it makes sense.