Been away from the RMC for a while. Just trying to hook it up to start something, and can’t even get the basics done.
Can’t I just fire an array of vertex positions and triangle indices at the CreateMeshSection method now and tell it to calculate the normals and tangents?
Severity Code Description Project File Line Suppression State
Error C2039 ‘TypeInfo’: is not a member of ‘FVector’ DemoProject g:\repos\demoproject\plugins\ue4runtimemeshcomponent\source\runtimemeshcomponent\public\RuntimeMeshSection.h 542
EDIT: Nm got it working using FRuntimeMeshVertexSimple. Excuse head-induced lack of patience