tranek / GASShooter

Advanced FPS/TPS Sample Project for Unreal Engine 4's GameplayAbilitySystem plugin
MIT License
953 stars 265 forks source link

BeamEnd wrong location in GC Rifle #4

Closed elvince closed 4 years ago

elvince commented 4 years ago

On gameplayCue Rifle, you are using the Trace End for the BeamEnd location and not the impact location. As a consequence, the trailing is going way behind the impact location.

It is not so visible with the current particles but if you tweak hit to be like a laser and change the camera in 3rd you will see it clearer.

thanks!