Hi all!
Is it possible to control the color for procedural mesh vertices from C++ code without using a texture? I tried using the module ProceduralMeshComponent, but the color of the vertices is not displayed in it, since they are all covered by the default texture.
Maybe there is another, more suitable module for creating a procedural mesh from C++ code than module ProceduralMeshComponent?