We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b591e05 commit 48bb98cCopy full SHA for 48bb98c
docs/Material_API.md
@@ -58,6 +58,12 @@ material_instance = ue.create_material_instance(new_material)
58
Creating a Material Instance Dynamic
59
------------------------------------
60
61
+You can create a MID (Material Instance Dynamic) from a ,aterial instance:
62
+
63
+```py
64
+mid = self.uobject.create_material_instance_dynamic(material_instance)
65
+```
66
67
68
Listing, getting and chaning available material properties
69
----------------------------------------------------------
0 commit comments