Testing my understanding of the marching cubes algorithm, I built a rough prototype marching cubes terrain generator BP. It's very slow, due to the number of loop iterations necessary to make it function, so I'm going to convert it to C++ next, but just getting this far is very exciting.