FRawMesh data froma static mesh

So your class run in the editor not in
game ? So I suppose you make you class
in the developer directory am I right
??

No, the module and class I wrote that contain the example function is in a runtime directory. I used the macro WITH_EDITORONLY_DATA to prevent the function from compiling in a packaged build. I’ll update the code here to prevent future confusion. Thanks!