/ examples / unrealstatus / unrealstatus.uproject
unrealstatus.uproject
 1  {
 2  	"FileVersion": 3,
 3  	"EngineAssociation": "4.18",
 4  	"Category": "",
 5  	"Description": "",
 6  	"Modules": [
 7  		{
 8  			"Name": "unrealstatus",
 9  			"Type": "Runtime",
10  			"LoadingPhase": "Default"
11  		}
12  	],
13  	"TargetPlatforms": [
14  		"LinuxNoEditor",
15  		"MacNoEditor",
16  		"WindowsNoEditor",
17  		"AllDesktop"
18  	]
19  }