RealTimeImport.uplugin 707 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "FileVersion": 3,
  3. "Version": 3,
  4. "VersionName": "3.17",
  5. "FriendlyName": "RealTimeImport",
  6. "Description": "",
  7. "Category": "Importers",
  8. "CreatedBy": "Socke",
  9. "CreatedByURL": "",
  10. "DocsURL": "http://virtualbird.de/ue4Doku/RealTimeImport/",
  11. "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/5625d7b404e44200bb2f9cdb7dcf1c6a",
  12. "SupportURL": "mailto:unrealmarketplace@virtualbird.de",
  13. "EngineVersion": "4.27.0",
  14. "CanContainContent": false,
  15. "Installed": true,
  16. "Modules": [
  17. {
  18. "Name": "RealTimeImport",
  19. "Type": "Runtime",
  20. "LoadingPhase": "PreLoadingScreen",
  21. "WhitelistPlatforms": [
  22. "Win64",
  23. "Win32",
  24. "Mac",
  25. "Linux",
  26. "Android",
  27. "IOS"
  28. ]
  29. }
  30. ]
  31. }