Minimal [Add Hitbox] setup?

How do you implement a simple Add hitbox?

I have seen the Content Examples HUD_example setup but copying that example’s setup does not work as is.

There is obviously something missing from my setup.

Can anyone explain what is missing?
I was expected to click on the pink square and see the name of the hitbox printed to screen.
Thanks.

Ehm, this looks ok so far.

You could enable your Console and type “showdebug hitbox” to check if your hitbox as at the right spot.

It could be that you need to enable “Enable mouse over events” and “Enable click events”. You would also need to enable “Show Mouse cursor”. All 3 bools can be found inside your Player Controller Class.

Let me know if this helped you.

Nice one eXi !

It was Enable click events that was missing.

Thanks very much.