EasyFileDialog.uplugin 614 B

12345678910111213141516171819202122232425
  1. {
  2. "FileVersion": 3,
  3. "Version": 2,
  4. "VersionName": "2.0",
  5. "FriendlyName": "Easy File Dialog",
  6. "Description": "An easy file dialog system",
  7. "Category": "File",
  8. "CreatedBy": "Firefly Studio",
  9. "CreatedByURL": "http://www.fire-fly.studio",
  10. "DocsURL": "",
  11. "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/bcf64fe2e00c48189d8385a9c39b6e61",
  12. "SupportURL": "http://www.fire-fly.studio",
  13. "CanContainContent": true,
  14. "Installed": true,
  15. "Modules": [
  16. {
  17. "Name": "EasyFileDialog",
  18. "Type": "Runtime",
  19. "LoadingPhase": "PreLoadingScreen",
  20. "WhitelistPlatforms": [
  21. "Win64"
  22. ]
  23. }
  24. ]
  25. }