Changing HUD variables from another blueprint

Hi

i am currently developing FPS game and have a problem with updating the HUD

i have a blueprint for the HUD and a blueprint for the character.

i want to update the HUD text from the character blueprint.

what is the best way to implement this?

thanks

Get Player Controller then Get HUD, and change the variable that saves the text that you want to be displayed.