Prevent line trace from hitting capsule

you could try to make an array for the ‘actors to ignore’ and add a reference to self.
If that doesn’t work I guess you could do a multi line trace and get the first hit that isn’t your capsule.

probably should do a print string to print out the hit component to confirm whether it’s hitting the gun mesh or capsule or what.