FlatNodes.uplugin 772 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "FileVersion": 3,
  3. "Version": 1,
  4. "VersionName": "1.0",
  5. "FriendlyName": "Flat Nodes",
  6. "Description": "A minimalist style for nodes, flatter, that makes graphs clearer and more readable.",
  7. "Category": "Editor",
  8. "CreatedBy": "Nicolas Castelli",
  9. "CreatedByURL": "https://github.com/brumenn",
  10. "DocsURL": "https://github.com/brumenn/FlatNodes",
  11. "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/b719437f3fb54c259b34227363df8cab",
  12. "SupportURL": "https://github.com/brumenn/FlatNodes/issues",
  13. "EngineVersion": "4.27.0",
  14. "CanContainContent": true,
  15. "Installed": true,
  16. "Modules": [
  17. {
  18. "Name": "FlatNodes",
  19. "Type": "Editor",
  20. "LoadingPhase": "Default",
  21. "WhitelistPlatforms": [
  22. "Win64",
  23. "Win32",
  24. "Mac",
  25. "Linux"
  26. ]
  27. }
  28. ]
  29. }