fix various runuat buiild issues

This commit is contained in:
Mamadou Babaei
2024-08-16 16:37:27 +02:00
parent 131658c734
commit a876c08ff6
2 changed files with 4 additions and 2 deletions
@@ -345,7 +345,7 @@ void ASGPlayerController::FImpl::UpdateHapticsFeedback(const FSGTouchState& Touc
return;
}
const bool bGloveConnected = Glove->IsConnected()
const bool bGloveConnected = Glove->IsConnected();
if (!bGloveConnected)
{
return;
@@ -36,9 +36,11 @@
#include "SGSettings/SGSettings.h"
#include "Engine/Engine.h"
#include "UObject/Object.h"
#include "UObject/Package.h"
#include "UObject/UObjectGlobals.h"
#include "SGLog/SGLog.h"
#include "SGCore/SGTracking.h"
struct USGSettings::FImpl
{