UE4 – Programmatically create a new material and inner nodes
isaratech2019-02-28T09:05:50+01:00In this post, we will learn how to create a new material from Cpp code, create nodes and make links. You can add this code into a custom plugin in [...]
In this post, we will learn how to create a new material from Cpp code, create nodes and make links. You can add this code into a custom plugin in [...]
Creating the UTexture2D object. Let's say we have generated a UTexture2D from C++ within the editor. It could be interesting to save it in order to use later. Let's have [...]