Tutorial on click to change asset not material

Hi Guys,

I need a clear tutorial on how to change assets in real time for arch viz. So clients can go to a living space and change the style of a sofa, chair, coffee table etc. I see click to change material tutorials but no click to change asset tutorials. Any help will be greatly appreciated. Cheers.

Its the same as change material or any other property.

First create actor that contains static mesh component. Then on click you can change its mesh by StaticMeshComponent → SetMesh.

The big question here is how to select mesh to change to. It requires some UI with list of meshes with preview thumbnails, list of materials, and so on…

Thanks heaps. I’ll keep it simple for now but thanks mate!