"Project World to Screen" Node is not working as I expected

Hello @wong_sk,

Can you please show us how you Set Info WIdget reference please.
Your variables are at 0,0 because they were never set. Access none means your reference variable (Info Widget) is not set (null). You are trying to set Widget World Position vector 2d variable, but it can’t since the reference isn’t a valid one, resulting both Widget World Position and Actor World to Screen values to default to 0,0.

Fix your reference variable and it should work.