Missing or bugged content?

I recently built a game using the Endless Runner tutorial provided on Youtube. After succeeding in developing the game I closed out of Unreal and returned later to find the project had entirely broken. The map no longer loads and the counter has broken. I am also provided with an error message:

One or more blueprints has an unresolved compiler error, are you sure you want to Play in Editor?
BP_Blocker
BP_Item
BP_FloorTile
RunHUD

Any information would be greatly appreciated, thank you!

Hi, the error you get is when you open the project? or when try to Play it? Is the project too heavy for upload so we can check?

Regards.

If you created the variable in RunCharacter make sure you check the “Editable” checkbox in details so it is exposed to other Blueprints… is easy to miss that when following tutorials.

Hope that helps.

Regards.

I opened up the blueprints to see what was wrong and some of the scripting says there is a missing variable that is not found in the RunCharacter. The error posted above is only displayed once when I go to play the project.

You were correct, somewhere a variable went wrong and was easily corrected. Works perfectly fine now. Thank you!

Glad to hear that, please mark the Question as answered so it is closed.

Regards.