Widget Blueprint OnMouseOver event

Hello all

I am trying to play an animation when mouse is over the button. I have a border and a child button and a child text. What i want is to play the animation i made for that button when mouse is over. I searched but failed to find the exact thing i want.

Is there an event for the Border especially, like Event OnMouseOver or something.

Thanks in advance.

Is it not possible to make a widget play anim when mouse is on it?

So, here is the result i reached. I think to prevent people from doing things the wrong way, Epic restricted using some functionalities directly from a child widget. If you want such functionalities, you have to create a new Widget class and implement whatever feature you want there, which makes sense.