Project won't open.

Apparently the class DisplayClusterEditorEngine is related to the nDisplay plugin. You might want to try adding (or removing if it’s already there) the following code to your uproject file:

		{
			"Name": "nDisplay",
			"Enabled": true,
			"SupportedTargetPlatforms": [
				"Win64",
				"Linux"
			]
		}
6 Likes