How to increase counter value for when you have entered a trigger volume?

Here’s how to make the counter

First, I created a variable in my Player BP that stores the counter number.

Then, in my Trigger Box, I tell it to increase the variable by one every time the player overlaps.

Finally, In my HUD BP, I create an editable text box and bound it to the player counter variable.

Done!