i made a structure, because i was thinking of using it. after i realised, that i dont really needed it, i just deleted it. the structure just had 2 variables.
i declared the structure in 2 BP, but didnt really used them there. now i cant compile and also cannot delete the variable i made before. any idea how to fix that?
I’m not completely confident what you mean by
but I will assume you mean it crashes when you attempt to.
If deleting the variable crashes, there are two things that have fixed that in the past for me.
Either create a structure with the same name and try to delete the variables and then the struct, or move your project. I’m not sure why, but that often fixes it for me- just moving my project to my desktop or something and then deleting the variable while it’s there.
the structure variable i made, wasnt shown in the variable, as you can see in the picture. but it was still there hidden. i searched for it, doesnt found it. tried to create a new var with the same name, but couldnt, because the name was taken.
after all i created a duplicate, whcih deleted the var for me.