Why can't my line trace get the Physics Material?

You need to request the physical material when performing the trace.

Add this where needed:

FCollisionQueryParams Params;
Params.bReturnPhysicalMaterial = true;
3 Likes