Line trace bug

Hey -

Based on the code provided, you’re using the depreciated version of the LineTraceSingle() function. Try using UKismetSystemLibrary::LineTraceSingle_NEW(); instead to see if that helps.

Cheers