A powerful mesh importing solution for Unreal Engine that uses the Open Asset Import Library (Assimp) to support over 57 different file formats.
![]() | ![]() |
For detailed usage examples and implementation guides, visit our documentation.
| Mesh Type | Performance | Memory Usage | Dynamic Modification | Supported UE Version |
|---|---|---|---|---|
| Static Mesh | High | Medium | Limited | All |
| Procedural Mesh | Medium | High | Yes | All |
| Dynamic Mesh | Very High | Low | Yes | UE 5.0+ |
Available in UE 5.0+, Dynamic Meshes offer significant performance improvements over both Static and Procedural Meshes.
Use AssimpImporter for non-blocking, asynchronous imports:
Contributions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.
C++
98.4%
A powerful mesh importing solution for Unreal Engine that uses the Open Asset Import Library (Assimp) to support over 57 different file formats.
![]() | ![]() |
For detailed usage examples and implementation guides, visit our documentation.
| Mesh Type | Performance | Memory Usage | Dynamic Modification | Supported UE Version |
|---|---|---|---|---|
| Static Mesh | High | Medium | Limited | All |
| Procedural Mesh | Medium | High | Yes | All |
| Dynamic Mesh | Very High | Low | Yes | UE 5.0+ |
Available in UE 5.0+, Dynamic Meshes offer significant performance improvements over both Static and Procedural Meshes.
Use AssimpImporter for non-blocking, asynchronous imports:
Contributions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.
C++
98.4%