How can I use BeginCursorOver on multiple triggers?

I’m having multiple triggers in my project and I want to do stuffs whenever I place my mouse on a trigger.

I have actor tags on the triggers but the “actor has tag” doesn’t work with the BeginCursorOver. It works if I do it separately for each trigger without the tag. But I have too many triggers and I don’t want to make my blueprint looks like a mess so I need those tags.

Can someone help me with this case?

95848-

95848-

A Possible solution would be to create an Blueprint Actor Class(with the trigger inside) and put your code inside it,then you can copy your actor wherever and whenever you want