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
Tags
2 merge requests!13Draft: Improve walking implementation,!9Draft: LiveLink capabilities and 4.27 config assets.
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
......@@ -33,10 +33,12 @@ public class RWTHVRToolkit : ModuleRules
);
PrivateDependencyModuleNames.AddRange(
new string[]{
"UnrealEd"
}
new string[]{}
);
if (Target.bBuildEditor == true)
{
PrivateDependencyModuleNames.Add("UnrealEd");
}
DynamicallyLoadedModuleNames.AddRange(
new string[]{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment