FoveHMD.uplugin 509 B

123456789101112131415161718192021222324
  1. {
  2. "FileVersion": 3,
  3. "FriendlyName": "FoveHMD",
  4. "Version": 3,
  5. "VersionName": "0.2",
  6. "CreatedBy": "FOVE, Inc.",
  7. "CreatedByURL": "http://fove-inc.com",
  8. "Description": "FoveHMD is an implementation of the Fove client in UE4",
  9. "Category": "Virtual Reality",
  10. "EnabledByDefault": true,
  11. "CanContainContent": false,
  12. "IsBetaVersion": true,
  13. "Installed": false,
  14. "Modules": [
  15. {
  16. "Name": "FoveHMD",
  17. "Type": "Runtime",
  18. "LoadingPhase": "PostConfigInit",
  19. "WhitelistPlatforms": [ "Win64" ]
  20. }
  21. ]
  22. }