I’m not sure what I’m doing wrong here. I thought I had this challenge nailed (and from the solution it looks like I did), but I can’t get my HUD to show the score.
I made sure the game mode is using BP_HUD.
My BP_HUD looks like this:
I checked with print that my score increments properly.
My binding for the text in my scoring widget is the same as Sam’s:
Anyone have any ideas why my text isn’t showing up in my HUD? Not even the 0 is showing up, which makes me think that the BP_HUD isn’t being called properly.