Change in click count

Hi. I am learning how to create a static camera point and click puzzle game on Unreal Engine. And just recently I learned how to make a pause menu. But when I press The Resume button the Click count changes from double click to 4 clicks.


This is how I make the game; 360 sphere with trigger boxes when double clicked changes the sphere material, thus changes the scene.


The pause menu


This is the Blueprint for the resume button.

Thanks.

Are you counting clicks? Don’t count menu clicks.

This looks like an interesting game / concept :slight_smile:

Glad you like it. I forgot to mention that the double clicks are for the trigger cubes to change material of the sphere, giving an illusion that the character moves, the camera is stationary. But the menu clicks are single clicks. When I press resume, the double clicks in the game changes to 4 clicks for some reason… weird :upside_down_face: