WebBrowserWidget.uplugin 671 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "FileVersion" : 3,
  3. "Version" : 1,
  4. "VersionName" : "1.0",
  5. "FriendlyName" : "Web Browser",
  6. "Description" : "Allows the user to create a Web Browser Widget",
  7. "Category" : "Widgets",
  8. "CreatedBy" : "Epic Games, Inc.",
  9. "CreatedByURL" : "http://epicgames.com",
  10. "DocsURL" : "",
  11. "MarketplaceURL" : "",
  12. "SupportURL" : "",
  13. "EnabledByDefault" : false,
  14. "CanContainContent" : true,
  15. "IsBetaVersion" : false,
  16. "Installed" : false,
  17. "Modules" :
  18. [
  19. {
  20. "Name" : "WebBrowserWidget",
  21. "Type" : "Runtime",
  22. "LoadingPhase" : "PreDefault",
  23. "WhitelistPlatforms" :
  24. [
  25. "Win64",
  26. "Win32",
  27. "Mac",
  28. "Linux",
  29. "Android",
  30. "IOS",
  31. "PS4"
  32. ]
  33. }
  34. ]
  35. }