It most likely the player bp is corrupted, i suggest to create a new bp character and copy paste it content, node, function…
As a rule of thumb always prototype any implementation on a copy project and only add it to the main when it 100% complete per implementation.
This way it can prevent any residue left like renamimg Structure, modifying interface is often a common causes of these kind of bug.