RuntimeMeshImportExport - Import and Export runtime created static meshes using Assimp library

Then you would just multiply the vertex with a scale factor (float) or scale vector .


for each vertex: vertex *= scale

OR

you can just set a different transform (“meshToWorld”) for the exported mesh data.