Interface Message from HUD to another ActorClass (Target)

I have a a work around… ifs pity funny so please someone tell me another way.

Turns out you cant even set the target of a interface to the HUD from a random BP. but you can set target to the player controller.

So I setup 2 new interfaces.

1 Goes from the random BP top the Controller BP.
2 Goes from the Controller BP to the HUD BP.

The Variable in both cases is the Self on the random BP (Eg. The self is going from the random BP to the Controller BP then to the HUD BP as a never set Variable). Then you can plug that Variable into the original interface’s target on the HUD BP and any other Variable you want to go from the HUD to the random BP will go… And it works … so crazy…

I feel dirty right now…