Communication between blueprints

In the HUD Blueprint, I connect to a MySQL server. In the login widget, the entered data should be matched with the database and you should be logged in. I want to establish the connection between the login widget and the HUD blueprint. Database connection from HUD (Open Exec)-> Login Widget-> Login done // Database connection from HUD (Open Exec) → Loading the User Stats in the overview Widget.