What would be the easiest/most efficient way to Broadcast a Multicast Delegate on the Server and have it reach a Client-side UI?
In my project, I perform calculations on the Server and send a Broadcast to other components and UI that are listening. Problem is, I want the UI, which exists on Client only, to listen to these broadcasts so that they can pop up a notification to the player.