FileHelper.uplugin 767 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "FileVersion": 3,
  3. "Version": 5,
  4. "VersionName": "3.1",
  5. "FriendlyName": "FileHelper",
  6. "Description": "Helper functions to access and handle files 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.3.0",
  14. "CanContainContent": true,
  15. "Installed": true,
  16. "Modules": [
  17. {
  18. "Name": "FileHelper",
  19. "Type": "Runtime",
  20. "LoadingPhase": "PreLoadingScreen",
  21. "PlatformAllowList": [
  22. "Win64",
  23. "Mac",
  24. "IOS",
  25. "Android",
  26. "Linux",
  27. "TVOS"
  28. ]
  29. }
  30. ]
  31. }