diff --git a/RwthVrTemplate.uproject b/RwthVrTemplate.uproject index 855ae9ec867b4f42178b8fa84bdf1b6d30d0e932..6614b458a265230584dd8079294a5356ee30b2cf 100644 --- a/RwthVrTemplate.uproject +++ b/RwthVrTemplate.uproject @@ -17,10 +17,6 @@ { "Name": "nDisplay", "Enabled": true - }, - { - "Name": "nDisplayExtensions", - "Enabled": true } ], "TargetPlatforms": [ diff --git a/Source/RwthVrTemplate/RwthVrTemplate.Build.cs b/Source/RwthVrTemplate/RwthVrTemplate.Build.cs index 833e3eba3bba41f0b20c747d3fc72e7f5629fd5c..1dae871ef02f683f69853ad4ddb46b241975b708 100644 --- a/Source/RwthVrTemplate/RwthVrTemplate.Build.cs +++ b/Source/RwthVrTemplate/RwthVrTemplate.Build.cs @@ -8,7 +8,7 @@ public class RwthVrTemplate : ModuleRules { PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; - PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "DisplayClusterExtensions", "DisplayCluster", "Engine", "InputCore" }); + PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "DisplayCluster", "Engine", "InputCore" }); PrivateDependencyModuleNames.AddRange(new string[] { });