Skip to content
Snippets Groups Projects
Select Git revision
  • d8b1ac628716b0341f452276eb153e4f1293ae77
  • 5.4 default protected
  • dev/5.6
  • 5.6-fix-android-build-dependencies
  • fix/stuck-in-geometry
  • 5.5
  • dev/5.5
  • dev/5.4
  • dev/5.3_downgrade
  • feature/experimenttime_hack
  • 5.3 protected
  • _IntenSelect5.3
  • IntenSelect5.3
  • 4.27 protected
  • 4.26 protected
  • 5.0 protected
  • 4.22 protected
  • 4.21 protected
  • UE5.4-2024.1
  • UE5.5-1
  • UE5.4-2024.1-rc1
  • UE5.3-2023.1-rc3
  • UE5.3-2023.1-rc2
  • UE5.3-2023.1-rc
24 results

RWTHVRToolkit.uplugin

Blame
  • RWTHVRToolkit.uplugin 744 B
    {
      "FileVersion": 3,
      "Version": 1,
      "VersionName": "1.0",
      "FriendlyName": "RWTH VR Toolkit",
      "Description": "",
      "Category": "Other",
      "CreatedBy": "",
      "CreatedByURL": "",
      "DocsURL": "",
      "MarketplaceURL": "",
      "SupportURL": "",
      "CanContainContent": true,
      "IsBetaVersion": false,
      "Installed": false,
      "EnabledByDefault": true,
      "Modules": [
    	{
          "Name": "Calibratio",
          "Type": "Runtime",
          "LoadingPhase": "Default"
        },
        {
          "Name": "RWTHVRToolkit",
          "Type": "Runtime",
          "LoadingPhase": "Default"
        },
    	{	
    	  "Name": "RWTHVRToolkitEditor",
    	  "Type": "Editor",
    	  "LoadingPhase": "PostEngineInit"
    	}
      ],
      "Plugins": [
        {
          "Name": "nDisplay",
          "Enabled": true
        }
      ]
    }