* Expose SenseGloveTypes as a public dependency in SenseGloveConnect and

SenseGloveCore modules, so that the C++ users of the API don't need to
 explicitly add it as a dependency
* Clean up the redundant headers/modules dependency from SGCore headers
* Fix RunUAT build issues for Epic Store submission
This commit is contained in:
Mamadou Babaei
2022-11-25 15:08:09 +01:00
parent 9d897c7f08
commit 585e8fb9d0
40 changed files with 62 additions and 53 deletions
@@ -40,11 +40,10 @@
#include "UObject/Object.h"
#include "UObject/ObjectMacros.h"
#include "SGCore/SGThumperCommand.h"
#include "SGTimedThumpCommand.generated.h"
class FSGTimedThumpCommandImpl;
class USGThumperCommand;
/**
*