How to get the surface type, and physical material with a projectile in C++?(No Linetraces)

Maybe you didn’t actually hit any surface?

You should be able to stop in the debugger right before you call the line trace function, and step through it, to see what it’s finding.

1 Like