[SOLVED] How to trigger a trigger box only with specific actor?

Hello I have a problem. I want a trigger box that moves over time and eventually hits my players but it hits other actors first and is triggered from that. Is there a way to make it so that the trigger box will only trigger when a specific actor (or character or something) overlaps with the trigger box?

Use cast to actor or actor has tag or custom collision channels.

2 Likes

Thank you this worked!