Im trying to send the result, of a combo box selection, from one blueprint to another.
Ive done similar (sent a variable) before from the Character Blueprint, to my Main_HUD BP, without trouble, i just cant seem to send between two UW Blueprints.
I sent it to the Custom event in ‘W_MainHUD’, from ‘Standard Selection’ and, i would think it would print screen when it was fired, or selected from the drop down box. Instead i get nothing.
I cant select Main HUD as an option as it is just a Widget BluePrint. Which i kind of want as i have a HUD which changes with a key press (two HUD versions, which draw information from the Character), so my HUD Class is blank:
and i Construct a HUD and add to Viewport like so: