Skip to content
Snippets Groups Projects
Commit bacad0a7 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 8ba88b56
Branches
No related tags found
2 merge requests!13Draft: Improve walking implementation,!9Draft: LiveLink capabilities and 4.27 config assets.
...@@ -33,10 +33,12 @@ public class RWTHVRToolkit : ModuleRules ...@@ -33,10 +33,12 @@ public class RWTHVRToolkit : ModuleRules
); );
PrivateDependencyModuleNames.AddRange( PrivateDependencyModuleNames.AddRange(
new string[]{ new string[]{}
"UnrealEd"
}
); );
if (Target.bBuildEditor == true)
{
PrivateDependencyModuleNames.Add("UnrealEd");
}
DynamicallyLoadedModuleNames.AddRange( DynamicallyLoadedModuleNames.AddRange(
new string[]{} new string[]{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment