onclicked on mesh is not working

i created my blueprint player controller and blueprint game mode and after that on world setting i select my blueprint game mode. still the problem i assigned onclicked on the mesh but is not working ,im was stuck on this problem. please help me to list all the checkpoints of possible errors to locate this issue. thank you in advance

Make sure :

1- Your Mesh has collision (Setting Up Collisions With Static Meshes in Unreal Engine | Unreal Engine 5.0 Documentation)
2- Your Mesh is Blocking Visibility
3- ClickEvents/OverEvents are enabled

Test01.png
68999-022.png

MHousse1247 thank you so much for the pointers now it works !