How to get the referenced texture from a material in runtime

  1. The inspected material must be MaterialInstanceConstant or MaterialInstanceDynamic with a parent as MaterialInstanceConstant.

  2. You shouldn’t create dynamic material to inspect textures. It doesn’t help if the material is not an instance.

  1. You must enable textures in the Material instance.

It’s working:

image

1 Like