SodiumUE4.uplugin 581 B

123456789101112131415161718192021222324
  1. {
  2. "FileVersion": 3,
  3. "Version": 2,
  4. "VersionName": "1.1",
  5. "FriendlyName": "SodiumUE4",
  6. "Description": "Easy to use encryption plugin for UE4.",
  7. "Category": "Encryption",
  8. "CreatedBy": "Max Enko",
  9. "CreatedByURL": "https://github.com/maxenko",
  10. "DocsURL": "https://github.com/maxenko/SodiumUE4",
  11. "MarketplaceURL": "",
  12. "SupportURL": "https://github.com/maxenko/SodiumUE4",
  13. "EnabledByDefault": false,
  14. "CanContainContent": false,
  15. "IsBetaVersion": false,
  16. "Installed": false,
  17. "Modules": [
  18. {
  19. "Name": "SodiumUE4",
  20. "Type": "Runtime",
  21. "LoadingPhase": "Default"
  22. }
  23. ]
  24. }