minor fixes in the settings module
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ USGSettings::USGSettings(const FObjectInitializer& ObjectInitializer)
|
||||
: Super(ObjectInitializer),
|
||||
Pimpl(TUniquePtr<FImpl, FImplDeleter>(new FImpl{this}, PimplDeleter))
|
||||
{
|
||||
PositionalTrackingHardware = ESGPositionalTrackingHardware::None;
|
||||
HardwareOffset = ESGPositionalTrackingHardware::None;
|
||||
}
|
||||
|
||||
USGSettings::FImpl::FImpl(USGSettings* InOwner)
|
||||
@@ -37,4 +37,4 @@
|
||||
#include "Modules/ModuleManager.h"
|
||||
#include "SenseGloveSettingsModule.h"
|
||||
|
||||
IMPLEMENT_MODULE(FSenseGloveSettingsModule, SenseGloveSettings)
|
||||
IMPLEMENT_MODULE(FSenseGloveSettingsModule, SenseGloveSettings)
|
||||
@@ -35,4 +35,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "CoreMinimal.h"
|
||||
@@ -48,4 +48,4 @@ public:
|
||||
virtual void ShutdownModule() override;
|
||||
};
|
||||
|
||||
#undef LOCTEXT_NAMESPACE
|
||||
#undef LOCTEXT_NAMESPACE
|
||||
@@ -60,6 +60,6 @@ private:
|
||||
FImplDeleter PimplDeleter;
|
||||
|
||||
private:
|
||||
UPROPERTY(Config, EditDefaultsOnly, Category = "Tracker")
|
||||
ESGPositionalTrackingHardware PositionalTrackingHardware;
|
||||
UPROPERTY(Config, EditDefaultsOnly, Category = "Wrist Tracking")
|
||||
ESGPositionalTrackingHardware HardwareOffset;
|
||||
};
|
||||
Reference in New Issue
Block a user