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!
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.
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.