I recommend you to move Is Pushing collision volume check from apple to character. It will make easier to work with. And also will boost performance a bit, because overlap event is getting checks every frame, more apples - more checks, more checks - more hit on fps.
Or do it using Sphere Trace.