I changed a variables name on a parent class blueprint that was Instance Editable and Exposed on Spawn
This causes compile errors, as any blueprint spawning and had connection to the variable exposed on spawn, is no longer valid and creates compile error.
I have a complex project, and now many things are broken as I have several child classes based on parent class that this value is set when created.
Is there a way to find all blueprints that have a compile error and esily click a link to the bluprint to open it to edit and fix?
This has created a bit of a nightmare for me