I can't seam to get this to work

I can’t seam to get this to work, I need to share a Int value from my Hud to a blueprint

Have you tried a “cast to” your HUB BP?
How is you HUB variable set?

Hello,
Maybe your trouble is in your reference. check if your hud is registered in your game blueprint and world settings. Then do a get player controller / get hud (no context sensitive) / “cast to” your hud and drag your score.

I think this is what you are looking for :stuck_out_tongue: