remove remnants of the long-removed Unreal Engine 5.2 from various *.Build.cs files

This commit is contained in:
Mamadou Babaei
2025-11-18 03:23:14 +01:00
parent 5c903fe0dd
commit 6b05868cbc
4 changed files with 2 additions and 17 deletions
@@ -55,15 +55,9 @@ public class SenseGloveTracking : ModuleRules
"InputDevice",
"OpenXRHMD",
"OpenXRInput",
// NOTE
// Only UE 5.3+ provides the XRBase plugin.
#if UE_5_3_OR_LATER
"XRBase",
#else
"OpenXR",
#endif
"Slate",
"SlateCore",
"XRBase",
}
);