I'm trying to get a point in World Space and convert it into Viewport space. I know how to do that.
The issue comes when I try to do it on BeginPlay vs when I do it in Event Tick. Take a look at the 2 pictures below. Looks like if the Player Controller isn't loaded on begin play, but is on event tick. Judge yourselves:
And the output is this:

What might be the problem?
The issue comes when I try to do it on BeginPlay vs when I do it in Event Tick. Take a look at the 2 pictures below. Looks like if the Player Controller isn't loaded on begin play, but is on event tick. Judge yourselves:
What might be the problem?
Comment