I get an error:
Error 1 error C2079: ‘AProceduralTriangleActor’ uses undefined class ‘PROCEDURALMESH_API’
In the proceduralcubeactor.h, proceduraltriangleactor.h, etc classes. Deleting the PROCEDURALMESH_API declaration in the header files fixes this, but I don’t like deleting things that might be important. I was wondering what the PROCEDURALMESH_API does.