Onclicked problem

Hi,

I’m new to UE4 and I’m working on a game like RISK. At the moment, I have a variable that holds the country that’s currently being hovered over and I want to make it so that it sets the attacking or defending country to be that country that is being hovered depending on whether or not an attacker and defender has already been chosen. I’ve set up an onclicked event for the hovered country to set the attacking and defending country but it doesn’t seem to be working. I’ve set up a player controller that enables click and mouse over events but I get no response whenever I click on a country. Does anyone know what the problem might be or any solution to this?

Thanks