Skip to content
Snippets Groups Projects
Commit 034dd260 authored by Marius Schmeling's avatar Marius Schmeling
Browse files

Added InputCore to .cs and uplugin

parent 77bc2aa0
No related branches found
No related tags found
1 merge request!4Release
...@@ -32,8 +32,8 @@ public class VAPlugin : ModuleRules ...@@ -32,8 +32,8 @@ public class VAPlugin : ModuleRules
"Projects", "Projects",
"CoreUObject", "CoreUObject",
"Engine", "Engine",
"DisplayClusterExtensions" "DisplayClusterExtensions",
// "InputCore" "InputCore"
//, //,
//"VALibrary" //"VALibrary"
......
...@@ -22,7 +22,11 @@ ...@@ -22,7 +22,11 @@
], ],
"Plugins": [ "Plugins": [
{ {
"Name": "nDisplayExtensions", "Name": "nDisplay",
"Enabled": true
},
{
"Name": "nDisplayInput",
"Enabled": true "Enabled": true
} }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment