Hello guys , Im only recently started messing around with ue4, I started a simple project and was able to find solutions on this forums to most issues I encountered this far. But I have one problem I haven’t yet been able to solve.
I have in my project few static mesh actors that change material when i put mouse over them. I also have semi transparent object that stand in front of those actors. The problem is that because actors are occluded by this object the mouse over functionality doesn’t work.
Im curious if there is anyway i can make this object not affect mouse over events. Or any other solution you can think of that can resolve this problem.