Event OnActorClick doesn't work

Hi.

I am trying to bind mouse OnActorClick event to my StaticMeshActor, but when I clicking on that StaticMeshActor, event not fired. Event ActorBeginCursorOver also not working.

http://s6.postimg.org/weeoh54z5/screenshot_240.png

Project sources: [link text][2]

What’s goes wrong?

You need to enable Click Events on the PlayerController. Drag from the GetPlayerController node to get the SetEnableClickEvents node.

Thank you very much!