make the sgsettings constructor private
This commit is contained in:
@@ -64,6 +64,7 @@ This is a bugfix release addressing mostly RunUAT build issues on Unreal Engine
|
||||
|
||||
### Changed
|
||||
|
||||
- The SGSettings constructor visibility has been changed from public to private.
|
||||
- The SenseGlove libraries have been updated to v2.103.0-4a8bd81d.
|
||||
- Updated the Directory Structure section of the main README file to reflect the latest toolchain support status.
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ private:
|
||||
UPROPERTY(Config, EditDefaultsOnly, Category = "SenseGlove")
|
||||
FSGWristTrackingSettings WristTrackingSettings;
|
||||
|
||||
public:
|
||||
private:
|
||||
USGSettings();
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user