I’m trying to create a challenge where the player has to push a sphere into a trigger box. When the sphere overlaps with the trigger box, a matinee should be played. My problem is that when the sphere is in the trigger box, the matinee does not play. I looked for a solution online, but I did not find an answer that helped me. The picture below shows how I tried to do it.
Could be many issues. First and simplest is you don’t have overlap events enabled for the sphere and or the trigger box doesn’t recognize the collision type of your sphere. Check out this tutorial on overlap events you may find it useful. Also, you should really be casting to your sphere actor on overlap otherwise many non-sphere actors could potentially trigger this matinee.