For my melee combat system, I am using an Anim Notify State BP within the montage to detect sphere trace hits via Received_NotifyTick. I noticed however the client FPS and montage speed is affecting the number of sphere traces, and I am wondering if there is a way to tie the traces to the actual game frame and not client FPS.
(I am not using collider on overlap events because it was giving me very inconsistent overlap results. This system just turns on and off the colliders the sphere traces hit, making simpler replication)
Even with the same player count, the number and location of sphere traces can be very inconsistent. In the example below, you can see the game creates a sphere trace much earlier, and as you might imagine this could result in undesirable event timing.