Like the title, I changed a single variable in a structure to an array, the engine crashed, and now there is a mess of invisible variables in every BP that references that structure.
I tried replacing all the variables in every single BP in my project that referenced that structure with a new identical struct, as “replace references” did absolutely nothing, however the BP’s wont compile as the old variables are somehow still “declared” in the blueprints despite not showing up anywhere.
Is there a way to remedy this or am I SOL and have to start over from scratch?