A modded EditSaber for making beat saber maps.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
675 B

  1. {
  2. "FileVersion" : 3,
  3. "Version" : 1,
  4. "VersionName" : "1.0",
  5. "FriendlyName" : "Victory UMG",
  6. "Description" : "Rama's UMG Widgets for You!",
  7. "Category" : "Victory Plugin",
  8. "CreatedBy" : "Rama",
  9. "CreatedByURL" : "https://forums.unrealengine.com/showthread.php?299-Wiki-Code-Tutorials",
  10. "DocsURL" : "",
  11. "MarketplaceURL" : "",
  12. "SupportURL" : "",
  13. "EnabledByDefault" : true,
  14. "CanContainContent" : false,
  15. "IsBetaVersion" : false,
  16. "Installed" : true,
  17. "RequiresBuildPlatform" : false,
  18. "Modules" :
  19. [
  20. {
  21. "Name" : "VictoryUMG",
  22. "Type" : "Runtime",
  23. "LoadingPhase" : "PreDefault",
  24. "WhitelistPlatforms" :
  25. [
  26. "Win64",
  27. "Win32",
  28. "HTML5"
  29. ]
  30. }
  31. ]
  32. }