Get material from raycast
-
To do this, first start the ray using WORLDPROBE::_START_SHAPE_TEST_RAY, then get the result using WORLDPROBE::_GET_SHAPE_TEST_RESULT_EX, which has a parameter for the material.
List of all materials (C#).
Example code (C#).Thanks to CamxxCore for the code to get all of the materials.
-
Thank you for these list.