Select Vector does not work properly

Hello
I’ am using “select” node with 2 vectors. But i am always getting the retrun value X:0 Y:0 Z:0, like the screenshot attached.

Is there any way to fix this?

Thanks…

Hi Qukla,

The Select node is working correctly, however; I believe the issue is with how you are comparing the Player Pawn. It is comparing a reference of the actor in the level directly to the actor, which will always return false.

You could either change that part completely or Get All Actors of Class and compare to that instead.

Let me know if that works for you.

Cheers,

TJ