EDIT: Nevermind, I guess this is an issue with 4.7 Preview 7.
I have a construction script on an Actor that allows me to change the mesh for a Static Mesh Component in editor.
Construction Script > Set Static Mesh (Static Mesh Component > Input && Static Mesh Editable Variable > New Mesh )
I’ve read so many posts saying this is all you need to make the mesh editable right in the editor. Yet after the first change of the mesh (which works) I can’t change it into anything else. The blueprint debug shows the change taking place, but nothing happens.
This occurs in other engine versions and projects. This happens in the Example Maps with constructor scripts and I delete everything but the “Set Static Mesh” nodes.
Is there something else I have to do which isn’t documented at all anywhere on the internet? Yes, the construction script runs on drag. Everything is set exactly the same as any other construction script based BP. Its so frustrating.
Note: The bool here is irrelevant. Issue occurs with or without it or the use of a Struct.