To create procedural terrain (landscape) in Unreal Engine firstly we need to learn how to generate mesh. So in this tutorial I will show how to create mesh in Unreal Engine using procedural mesh component and C++. Enjoy the video)
Next episode: • Terrain generation in C++ for Beginne...
Source code: / fetis
Full C++ procedural landscape generation tutorial: • Unreal Engine C++ Procedural Landscap...
для Россиян: https://boosty.to/fetiska
My most recent videos: / @fetiska
Social
Discord: / discord
Twitter: / fetis_chirper
Reddit: / fetis_reddit
TIMESTAMPS
0:00 - What is Mesh?
0:15 - Creating new project
0:27 - Project setup
1:05 - CPP class setup
2:02 - Mesh generation CPP
4:58 - Creating a triangle
5:43 - Really important point
6:21 - Creating a square
6:46 - Material CPP
7:59 - Adding material
9:10 - Next actions
#gamedev
#unrealengine
#procedural