drop support for unreal engine 5.4
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
Reference in New Issue
Block a user