Skip to content
Snippets Groups Projects
Select Git revision
  • 5.3
  • 5.6 default
  • 5.5 protected
  • 5.4 protected
  • 4.26 protected
  • 4.27 protected
  • 5.1 protected
  • 5.2 protected
  • before-invasion
  • 4.22 protected
  • 4.21 protected
  • 4.22.1 protected
  • 4.22.0 protected
13 results

DefaultGame.ini

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
        }
      ]
    }