GPMeshExporter.uplugin 410 B

123456789101112131415161718
  1. {
  2. "FileVersion": 3,
  3. "FriendlyName": "Game Programming in C++ Mesh Exporter",
  4. "Version": 1,
  5. "VersionName": "1.0",
  6. "CreatedBy": "",
  7. "CreatedByURL": "",
  8. "Category": "Other",
  9. "Description": "Exports meshes, skeletons, and animations to Game Programming in C++ Formats",
  10. "EnabledByDefault": false,
  11. "Modules": [
  12. {
  13. "Name": "GPMeshExporter",
  14. "Type": "Developer",
  15. "LoadingPhase": "Default"
  16. }
  17. ]
  18. }