UE4: Landscape Painting 2

UE4: Landscape Painting 2

With this addition to the Landscape painting material system, I’m adding a layer that will change texture/color depending on how steep the terrain is. Credits go to CodeLikeMe for teaching me this. Starting from the previous tutorial… Open M_Landscape Find...
UE4: Landscape painting 1

UE4: Landscape painting 1

How to paint landscapes with multiple textures/materials. Credits go to CodeLikeMe for teaching me this. Firstly, create a new Landscape. For this tutorial, it doesn’t matter how large it is. Now in your content browser. Create a new folder and call it...

UE4 Interfaces

Here’s how you can make interfaces. In you C++ Classes folder, right click and create a new C++ class deriving from the Unreal Interface parent class. As of Ue4 4.22 it is on the bottom of the list. In the public section of the interface header, you’ll put...