Hello, I’ve been trying to figure out a way so that the pawn sensing is attach to the head socket or the movement of the head. I have a raptor, that occasionally turns its head around, but the pawn sensing remains looking forward.
Here the raptors performs the animation of looking around. The raptor turns the head right, the pawn sensing is still looking forward. This is inaccurate because the player could be standing at the right side of the raptor, but the raptor will not see the player. How can I fix this? Any answer is appreciated. Thank You.
Right I forgot to add, I’m using the default pawn blueprint cause it has the movement character function. I’m guessing there is no way to do this on the default pawn blueprint right?
You must still setup the communication between the sensing Pawn X and the character accoding to your needs (in this case it just print hello when other pawn is detected).
PS: the Visual Debugger doesn’t work for this method.