FlowField2D.uplugin 767 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "FileVersion": 3,
  3. "Version": 1,
  4. "VersionName": "1.0",
  5. "FriendlyName": "FlowField2D",
  6. "Description": "A fully GPU-powered flow field visualization that can render a million particles at 60fps.",
  7. "Category": "Runtime",
  8. "CreatedBy": "Zsttt",
  9. "CreatedByURL": "https://youtube.com/@St0316",
  10. "DocsURL": "https://youtube.com/@St0316",
  11. "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/ab69f29ef8494432af36d36bcc1ccf2c",
  12. "SupportURL": "https://youtube.com/@St0316",
  13. "EngineVersion": "5.3.0",
  14. "CanContainContent": true,
  15. "Installed": true,
  16. "Modules": [
  17. {
  18. "Name": "FlowField2D",
  19. "Type": "Runtime",
  20. "LoadingPhase": "PostConfigInit",
  21. "PlatformAllowList": [
  22. "Android",
  23. "IOS",
  24. "Mac",
  25. "Win64",
  26. "Linux"
  27. ]
  28. }
  29. ]
  30. }