This is the 8th episode of unreal engine runtime terrain generation system. Today, we are going to start converting the landscape generation system into C++. Here, we will setup a C++ class as the base class for the world generation blueprint and migrate all the variables and components into the C++ class so that we can write the terrain generation function in C++.
Project Files