World Space to Screen Location

Hey, I want to get the screen space location of an object in the game so I can render a crosshair over it, how would I go about doing this with Blueprints? Thanks in advance.

Project is what I think you are looking for.

Just as DarkHorror says, there should be a Project function available in your HUD blueprint. This will project a given vector into its 2D screen coordinates.