You need to request the physical material when performing the trace.
Add this where needed:
FCollisionQueryParams Params;
Params.bReturnPhysicalMaterial = true;
You need to request the physical material when performing the trace.
Add this where needed:
FCollisionQueryParams Params;
Params.bReturnPhysicalMaterial = true;