I made a FPS Mode from blank but I get this error when I`m trying to bind the Health and Energy variables to a progress bar.What does it means and how can I solve it?
It says FPS controller is not of type player controller so the casting always fails. Try to get player controller n cast it to the controller ur using in the game n make sure that the health value is normalised between 0 to 1 before you feed it to the rerun value. You can check the class type by going to Fps_controller and click on the class settings n verify the parent Actor. Also ensure that the player controller ur using is the correct one.