How to make logic of cursor over?

how to make logic of cursor over?
i tried blueprint like this image.
but it not work,Even the cursor to the object.
what is wrong?

Hi!

Create two blueprints - Controller class and Game Mode class.

In Controller activate Show Mouse Cursor and Enable Mouse Over Event.

In Game Mode for Player Controller Class set MyNewController.

In World Setting set GameMode Override to MyNewGameMode.

It is works for me.

PS: after create Game Mode and Controller blueprints. Open, close and open its again. Because, in first time BPs will be open in extended mode and will look not like in my picture.

thank you answer!!it work as desired.
i was understand.
it should add blueprint class.

thanks!!