Material info is pretty standard, but generally it’s pretty unusual to get UV coordinate info from a line-trace in a game engine. Usually the kind of code that’s writing line checks doesn’t really need to care about UV coords, so you may have to write some custom code to figure that out based on the results of your line trace.