how to get variable from Level Blueprint into HUD blueprint

Have you tried using blueprint interfaces to have your level bp talk to your HUD? When the cars on your level bp are update, you could have a BPI at the end send a message to your HUD with the value of your var. it’s basically the reverse of what you asked for, but it is at least getting info from the level blueprint to your HUD.