hello
in “SimpleShooter” Game in Unreal c++ course i try to get EndLine From Gun Class . but it come as zero values
1- here we spawn the gun class
2- after that when player press fire event ,it call pulltTrigger in gun class and take damage so
3- and here the problem the EndLine variable come zeros value
any body have idea why it happen