BlueprintUtility.uplugin 604 B

12345678910111213141516171819202122232425
  1. {
  2. "FileVersion": 3,
  3. "Version": 1,
  4. "VersionName": "1.0",
  5. "FriendlyName": "BlueprintUtility",
  6. "Description": "",
  7. "Category": "Other",
  8. "CreatedBy": "ECG",
  9. "CreatedByURL": "https://github.com/ecg82465/BluePrintTools",
  10. "DocsURL": "https://github.com/ecg82465/BluePrintTools",
  11. "MarketplaceURL": "",
  12. "SupportURL": "",
  13. "CanContainContent": true,
  14. "IsBetaVersion": false,
  15. "Installed": false,
  16. "EnabledByDefault": true,
  17. "SupportedTargetPlatforms": [ "Win64" ],
  18. "Modules": [
  19. {
  20. "Name": "BlueprintUtility",
  21. "Type": "Runtime",
  22. "LoadingPhase": "Default"
  23. }
  24. ]
  25. }