[C++]How can i get The Physics Material with my FHitResult ?

If you use the TraceParams the Hit Result will have the physics material

It’s a smart pointer so you can check if it is valid and then use .Get() to get the actual material pointer.

greetings,
FTC