I am editing inside the default hanheld AR demo in unreal. I am trying to display different 3d model by taking input from combox, I made a new variable bp_placeable and use that as input in assign product asset function , but the value of new mesh is not updating, see image below for the changes I made.
I am an absolute beginner so I have no I have no idea what is going wrong, the default mesh for new mesh variable is displayed always when the app is run. I added the combobox in bp_start menu so the dropdown menu shows up at start and when the reset button is pressed, i can see the value of switch pin is changing with print string. please help.