Does anyone know how to trigger projectile movement -> initial speed on an actor after it has overlapped another actor?

I am trying to execute initial speed after an actor with a projectile movement component after it overlaps another actor. If i use initial speed in the constructor, the object spawns with the initial speed. I need to do this after it has overlapped another actors volume but it will not work. Please help.