Kinect4Unreal.uplugin 657 B

1234567891011121314151617181920212223242526
  1. {
  2. "FileVersion": 3,
  3. "Version": 1,
  4. "VersionName": "1.1",
  5. "FriendlyName": "Kinect 4 Unreal",
  6. "Description": "Kinect 4 Unreal enables the use of Kinect 2 for Windows in Unreal 4",
  7. "Category": "Kinect",
  8. "CreatedBy": "Opaque Multimedia",
  9. "CreatedByURL": "http://www.opaquemultimedia.com/kinect-4-unreal/",
  10. "DocsURL": "http://www.opaquemultimedia.com/documentation-overview",
  11. "MarketplaceURL": "",
  12. "Modules": [
  13. {
  14. "Name": "Kinect4Unreal",
  15. "Type": "Runtime",
  16. "LoadingPhase": "PreDefault",
  17. "WhitelistPlatforms": [
  18. "Win64"
  19. ]
  20. }
  21. ],
  22. "EnabledByDefault": true,
  23. "CanContainContent": false,
  24. "IsBetaVersion": false,
  25. "Installed": false
  26. }