migrate the static getworld to sgengineutils

This commit is contained in:
Mamadou Babaei
2024-08-16 16:37:24 +02:00
parent 77f6d9be90
commit 2691f32492
7 changed files with 191 additions and 193 deletions
@@ -67,20 +67,11 @@ public class SenseGloveTracking : ModuleRules
"SenseGloveCore",
"SenseGloveLog",
"SenseGloveSettings",
"SenseGloveUtils",
"SenseGloveTypes",
}
);
if (Target.bBuildEditor)
{
PrivateDependencyModuleNames.AddRange(
new string[]
{
"UnrealEd",
}
);
}
PrivateIncludePathModuleNames.AddRange(
new string[]
{