Look at Player "Y" Axis Rotation problem ?[Solved]

Hello guys im working with Unreal engine 4.9.2
Im make a hack and slash game.Everything normal in here… but my enemies “Look at Player” thing dont work correctly :confused: When im jump or on high place my enemies’s body turn 45-90 degree for look at player thing.
Im normally not a coder or another thing therefore i cant find solution :frowning: Sometimes my enemies be a “Michael Jackson” :smiley:
Here im adding some screen shot and blueprint ss :confused: I think my english not enough for this problem sorry guys :frowning: and already thanks ^^

If you’re happy with everything else in this setup then the easiest thing might be to “just pretend” both actors are at the same height when using the “find look at rotation” node.

To do this simply multiply each of your “get actor location” outputs with a <1,1,0> vector before plugging them into the “find look at rotation” node.

Thanks for reply sportbil ^^ Today im solve my problem myself with " Break rotator and Make rotator" i dont know its normal way or wrong way but now its working good ^^