Object/Actor that heals the player when he is in close range gets interrupted when the player do any attack. How can i make it to be uninterruptible ?

Put your heal code in a function, then use SetTimerByFunctionName on begin
overlap and then ClearTimerByFunctionName on endoverlap. Should work.

1 Like