I have been going through the UE5 tutorial on the freecodecamp youtube channel. I got through the section where we made a struct inside an interface. But now my level blueprint is not compiling. I am getting an error that says, the variable Struct declared in BeginnerCourseLevel has an invalid type Structure. Screenshot attached.
this doesn’t sound right to me.
Yeah I’m going to go through the section of the tutorial again but I was able to compile it. There was a message when I restarted the engine that asked me if I wanted to delete the struct variable, I just hit ok and it worked fine from there. If you have any idea as to more detail on what could have happened let me know.
I don’t think there’s anything here involving the interface. It sounds like you didn’t save the struct, so there was nothing for it to refer to.
Awesome thanks, before that my code would build but the engine wouldn’t run. It was telling me to rebuild from source and that a module was missing or didn’t match the engine version.