The_Train.uproject 500 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "FileVersion": 3,
  3. "EngineAssociation": "5.0",
  4. "Category": "",
  5. "Description": "",
  6. "Plugins": [
  7. {
  8. "Name": "ModelingToolsEditorMode",
  9. "Enabled": true,
  10. "TargetAllowList": [
  11. "Editor"
  12. ]
  13. },
  14. {
  15. "Name": "RigLogic",
  16. "Enabled": true
  17. },
  18. {
  19. "Name": "LiveLink",
  20. "Enabled": true
  21. },
  22. {
  23. "Name": "LiveLinkControlRig",
  24. "Enabled": true
  25. },
  26. {
  27. "Name": "Bridge",
  28. "Enabled": true,
  29. "SupportedTargetPlatforms": [
  30. "Win64",
  31. "Mac",
  32. "Linux"
  33. ]
  34. }
  35. ]
  36. }