Blueprints messed up?

Hello,

Im using unreal engine 4 now for a bit, Im having trouble right now with the programm, My movement blueprint dosnt work anymore, and im getting errors, if i press “play” im spawning in a freecam instead of a character, any help would be appreciated

You have to give some more information on that. It might be just a reference error so that the BP doesn’t compile correctly anymore.
Maybe start with posting the actual errors you are getting.

Yep its a reference error i just saw, any how do i fix it? (im pretty new in UN4)

you go into the BP that throws the error and fix it. Try hit the compile error and it most likely won’t compile.
Then at the bottom of the BP window you should see the error and you can double-click it.
Then you just have to remove the node that throws the error or put it a reference that is valid.

In the Compiler Results it still says "InputAction Event references unknown Action ‘Interact’ for InputAction Interact

Edit: My Character is Getting Errors too
Input Axis Event references unknown axis ‘MoveForward’ for InputAxis MoveForward and that is for every movement

Did you copy over Blueprints from another project?

It is missing the input events, you have to create them under ProjectSettings->Input - See here

Simply name those events like the ones that are missing.

More on input events here and here

Hello,

Thanks For the Help So far! Helpd alot, but i have still the Problems with the Freecam,
Little Video How it is for me:

*Edit Found it Already out, Forgot to Compile it :smiley: