Hi man , here an example,
use the node “Find look at” this will give you the rotation you should have , from a point , to look at another point.
But you cant set it directly , otherwise you istantly turn to that rotation .
So, use the lerpR. This node will use the alpha (0.1) to transform the first rotation in the second.
Note that i used the true location of the player. and then i make a special location for the flower.
Using the X, Y of the flower and adding the Z of the player.
In case your actor are not at the same high in the level, your player will only turn on Z this way.