Visual Effect Powerup does not work properly

Reference ID

962a3c73-4f6c-765c-6488-31be360393a3

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Devices

Summary

Visual Effect Powerup does not work properly, I apply the effect to the player that has been damaged, but the instigating player is also taking the effect.

In the other hand, when a player with the visual effect teleports, loses the Visual Effect. This is not my main problem but it is strange that I did not find anybody with this issue.

This device has been always a completly mess for me for months. I thought It would have been fixed now.

Steps to Reproduce

Video bellow

Expected Result

The victim agent gets a purple visual effect every 0.2 seconds, but the instigator agent NOT

Observed Result

The victim agent gets a purple visual effect every 0.2 seconds, but the instigator is getting also the effect without reason

Platform(s)

windows

Additional Notes

Code, images and video bellow

I can not upload videoattachments…
Here you can watch the video: rgeger.mp4 - Google Drive

Here is the options of the Visual Effect Powerup:

Code, very simple:

PlayDamageEffect(Agent : agent) : void =
        DamageTimer := MakeDamageTimer(Agent, DamageEffect_MaxTime, 
            DamageEffect_HalfTickTime, DamageEffect_VisualEffect, DamageEffect_ItemRemover,
            DamageEffect_ItemGranter, DamageEffect_HUDEffect, DamageEffect_HUDMessage)
        DamageTimer.RunTimer()
        if(set AllDamageTimers[Agent] = DamageTimer):
1 Like