UMG: Updating score counter each frame

Ah there we go. You need to set that variable first.

Right now you only have a variable of the type scoreHolder_C but not actually the object scoreHolder_C.

You have to get an instance of it and put that inside your variable in order to get this work :wink: