Skip to content
Snippets Groups Projects
Select Git revision
  • 4.22
  • master default protected
  • develop protected
  • 4.22.1 protected
4 results

CAVEOverlay.uplugin

Blame
  • CAVEOverlay.uplugin 631 B
    {
    	"FileVersion": 3,
    	"Version": 1,
    	"VersionName": "1.0",
    	"FriendlyName": "CAVEOverlay",
    	"Description": "Adds the ability to black out the CAVE door and display the magic tape",
    	"Category": "Other",
    	"CreatedBy": "",
    	"CreatedByURL": "",
    	"DocsURL": "",
    	"MarketplaceURL": "",
    	"SupportURL": "",
    	"CanContainContent": true,
    	"IsBetaVersion": false,
    	"Installed": false,
    	"Modules": [
    		{
    			"Name": "CAVEOverlay",
    			"Type": "Runtime",
    			"LoadingPhase": "Default"
    		}
    	],
       "Plugins": [
    		{
    			"Name": "nDisplay",
    			"Enabled": true
    		}
       ],
       "Plugins": [
    		{
    			"Name": "nDisplayExtensions",
    			"Enabled": true
    		}
       ]
    }