How to add your company name to UE4 project browser

How to do this

  1. Open your [ProjectDir]/[ProjectName].uproject file with NPP, VS or just plain old notepad
  2. It should look something like this:

{
	"FileVersion": 3,
	"EngineAssociation": "4.8",
	"Category": "Dirt Productions",
	"Description": "Sci-fi first person shooter",
	"Modules": 
		{
			"Name": "DistantHome",
			"Type": "Runtime",
			"LoadingPhase": "Default",
			"AdditionalDependencies": 
				"Engine"
			]
		}
	],
	"TargetPlatforms": 
		"WindowsNoEditor"
	]
}

Set “Category” to whatever you want

  1. Done :DD

This could be used in sample templates to signify it’s existence or whatever else…

Hope y’all enjoyed >.<

Hey
thank you for this simple yet useful tutorial/tip ^^
It makes things clearer :slight_smile:

Thanks, i will have better organized my projects