remove remnants of the long-removed Unreal Engine 5.2 from various *.Build.cs files
This commit is contained in:
@@ -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",
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user