Event Recieve Redraw HUD Not Working Properly

Hello. A simple question. I am attempting to draw an rectangle as a cross hair for a shooter I am making. However, when I create the Redraw HUD Event in my HUD, it doesn’t draw the rectangle. However, if I attach a Print String node to the event, Hello appears on the side just fine.

Thank you for your time

From your picture i would say it is firing but you need to set screen W and screen H to a value higher than 0

Oh, well that was simple. Thank you.