RuntimeMeshImportExport.uplugin 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "FileVersion": 3,
  3. "Version": 1,
  4. "VersionName": "1.11",
  5. "FriendlyName": "RuntimeMeshImportExport",
  6. "Description": "Allows to import and export at runtime created meshes with help of Assimp library.",
  7. "Category": "Other",
  8. "CreatedBy": "Lucid Layers",
  9. "CreatedByURL": "www.lucidlayers.de",
  10. "DocsURL": "https://forums.unrealengine.com/unreal-engine/marketplace/1653161-runtimemeshimportexport-import-and-export-runtime-created-static-meshes-using-assimp-library",
  11. "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/4a300859ba06426494dbaf22349273ba",
  12. "SupportURL": "https://forums.unrealengine.com/unreal-engine/marketplace/1653161-runtimemeshimportexport-import-and-export-runtime-created-static-meshes-using-assimp-library",
  13. "EngineVersion": "4.25.0",
  14. "CanContainContent": false,
  15. "Installed": true,
  16. "Modules": [
  17. {
  18. "Name": "RuntimeMeshImportExport",
  19. "Type": "Runtime",
  20. "LoadingPhase": "Default",
  21. "WhitelistPlatforms": [
  22. "Win64",
  23. "Win32"
  24. ]
  25. }
  26. ],
  27. "Plugins": [
  28. {
  29. "Name": "ProceduralMeshComponent",
  30. "Enabled": true
  31. }
  32. ]
  33. }