HeatMap.uplugin 728 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "FileVersion": 3,
  3. "Version": 1,
  4. "VersionName": "1.0",
  5. "FriendlyName": "HeatMap",
  6. "Description": "",
  7. "Category": "",
  8. "CreatedBy": "namidame",
  9. "CreatedByURL": "",
  10. "DocsURL": "",
  11. "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/ca8e9375ecb947899d61bdca5b629952",
  12. "SupportURL": "",
  13. "EngineVersion": "5.1.0",
  14. "CanContainContent": true,
  15. "Installed": true,
  16. "Modules": [
  17. {
  18. "Name": "HeatMap",
  19. "Type": "Runtime",
  20. "LoadingPhase": "Default",
  21. "PlatformAllowList": [
  22. "Win64"
  23. ]
  24. }
  25. ],
  26. "Plugins": [
  27. {
  28. "Name": "GeometryProcessing",
  29. "Enabled": true
  30. },
  31. {
  32. "Name": "GeoReferencing",
  33. "Enabled": true
  34. },
  35. {
  36. "Name": "ProceduralMeshComponent",
  37. "Enabled": true
  38. }
  39. ]
  40. }