drop support for unreal engine 5.4

This commit is contained in:
Mamadou Babaei
2026-02-24 10:42:42 +01:00
parent 169147ecd1
commit 326b8c1ecc
16 changed files with 28 additions and 545 deletions
@@ -44,7 +44,6 @@
#include "SGDebug/SGDebugCube.h"
#include "SGDebug/SGDebugGizmo.h"
#if ENGINE_MAJOR_VERSION >= 5 && ENGINE_MINOR_VERSION >= 5
void FSGDebugVirtualHand::Draw(
const UWorld* World,
const FXRHandTrackingState& HandTrackingState,
@@ -115,5 +114,4 @@ void FSGDebugVirtualHand::Draw(
FSGDebugGizmo::Draw(World, HandKeyLocation, HandKeyRotation, Settings);
}
}
#endif /* ENGINE_MAJOR_VERSION >= 5 && ENGINE_MINOR_VERSION >= 5 */
}