Gun removed, now I can't move

Hi,

I’ve been using unreal engine for a few weeks now and I just removed my gun from my first person demo map character.
But now I can’t walk anymore and it says: One or more blueprints has an unresolved compiler error, are you sure you want to Play in Editor?

So my question is: how can I fix this?

Any number of things can be wrong. You need to provide more detail.

However, I would guess that the gun was referenced somewhere in the Blueprint of the character, and now that the gun is deleted, that reference is still somewhere in the Blueprint system. So the Blueprint is trying to do something on an object that doesn’t exist, hence the error. And because there is an unresolved error on the BP, it won’t load in at all, and therefore you can’t walk.

Also, in the Blueprint, when you try to compile and get an error, there should be a message in the log at the bottom, called “Compiler Results”. If it still doesn’t work, report what the log says.

Hey I’m sorry, I forgot about this post and I’ve made a new character so I wouldn’t have any problem with the old one (The one where I removed the gun). So can I maybe delete this post?