I figured it out. The variable I was trying to get in the Widget was from a HUD BP so i instead changed the hud to another widget and moved the variable that was in the HUD to an external bp which allowed me to get the variable through get all actors from class in both Widgets. Thanks for the help.