Hello everyone, I’m trying to generate a landscape, following this tutorial playlist “Terrain generation for Beginners - Unreal Engine tutorial”, but I’m having a little problem and i just can’t find the solution. My blueprint is suposed to generate vertices and then triangles with between those vertices. The vertices are being generated properly, but the terain isn’t whenever the scale is above 1. The texture also doesen’t work.
This is my code:
This is what it does when i play the level
And this is what it should look like
So, if anyone has any idea of what might be the problem please help me solve it.