Height in pixels of an object in the world

Problem Solved
Added the height of the object to it’s position, converted to screen coordinates.

Hi, I want to get the height of an object on screen, not it’s actual height.

I don’t know if there’s already functionality to get that value in the engine or not, I just wanted to check.

What I want is.
The distance the actor is away from the camera factored into the actual height of the object gives me the height in screen space.

Am I going to have to calculate this myself?