Hi everyone, I’m not sure if my titles makes sense so ill try and explain a bit.
I have an OnComponentBeginoverlap event where when one actor(A), overlaps the other actor(B), im changing the material color of the actor(B)…
This happens instantly, however, I want to set it so that Actor(A) has to be overlapping Actor(B) for 3 seconds before the material change occurs to actor(B). And if Actor(A) doesn’t stay overlapped for 3 seconds nothing will happen to actor(B).
Does that make sense or was that very confusing.
Any push in the right direction would be great thanks!