FileHelper.uplugin 780 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "FileVersion": 3,
  3. "Version": 5,
  4. "VersionName": "2.1",
  5. "FriendlyName": "FileHelper",
  6. "Description": "Various functions to handle files format on the file system",
  7. "Category": "File",
  8. "CreatedBy": "RLoris",
  9. "CreatedByURL": "https://rloris.github.io",
  10. "DocsURL": "https://github.com/RLoris/FileHelperDoc/",
  11. "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/bec5be3d587f4ff49a61d45d0e81e4c0",
  12. "SupportURL": "https://forms.gle/CpekZfTewGZrUVen7",
  13. "EngineVersion": "5.1.0",
  14. "CanContainContent": true,
  15. "Installed": true,
  16. "Modules": [
  17. {
  18. "Name": "FileHelper",
  19. "Type": "Runtime",
  20. "LoadingPhase": "PreLoadingScreen",
  21. "PlatformAllowList": [
  22. "Win64",
  23. "HoloLens",
  24. "Mac",
  25. "IOS",
  26. "Android",
  27. "Linux",
  28. "TVOS"
  29. ]
  30. }
  31. ]
  32. }