I accidentally made an override function for Can Jump in blueprints and then deleted the override, now I can no longer jump. If I search “Can Jump” I find the “Can Jump Internal” function but no functionality is tied to it, only a return true/false node.
Typically deleting all references to it in your code base, compile, save, then deleting the function from the functions list will restore the inherited function to the override list.