
Export Unreal Engine Static Meshes to FBX files during runtime using Blueprint. Works in both editor and packaged builds. Completely written in C++ with a Blueprint-exposed single function. Just call one Blueprint function to export any mesh to an FBX file.
Features optional UV export support, LOD export support, collision export option, and custom export transform support. Fast and lightweight implementation with simple setup and easy integration.