Skip to content

Commit 48bb98c

Browse files
author
rdeioris
authored
Update Material_API.md
1 parent b591e05 commit 48bb98c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/Material_API.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ material_instance = ue.create_material_instance(new_material)
5858
Creating a Material Instance Dynamic
5959
------------------------------------
6060

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+
6167

6268
Listing, getting and chaning available material properties
6369
----------------------------------------------------------

0 commit comments

Comments
 (0)