add missing forward declarations and headers to the core kismet module header files

This commit is contained in:
Mamadou Babaei
2022-11-04 17:04:26 +01:00
parent a8bf446977
commit 8a42917f31
13 changed files with 27 additions and 2 deletions
@@ -37,6 +37,7 @@
#include "SGKismet/SGBlueprintFunctionLibrary.h"
#include "SGCore/SGFloatArray.h"
#include "SGTypes/SGCoreTypes.h"
#include "SGBasicHandModelKismetLibrary.generated.h"
@@ -38,6 +38,7 @@
#include "SGCore/SGInterpolationSetArray.h"
#include "SGCore/SGVectorArray.h"
#include "SGKismet/SGBlueprintFunctionLibrary.h"
#include "SGTypes/SGCoreTypes.h"
#include "SGHandInterpolatorKismetLibrary.generated.h"
@@ -38,6 +38,7 @@
#include "SGCore/SGQuatArray.h"
#include "SGCore/SGVectorArray.h"
#include "SGKismet/SGBlueprintFunctionLibrary.h"
#include "SGTypes/SGCoreTypes.h"
#include "SGHandPoseKismetLibrary.generated.h"
@@ -40,6 +40,8 @@
#include "SGHandProfileKismetLibrary.generated.h"
class USGHandProfile;
class USGNovaGloveHandProfile;
class USGSenseGloveHandProfile;
UCLASS(meta=(ScriptName = "SesneGloveHandProfileKismetLibrary"))
class SENSEGLOVECOREKISMET_API USGHandProfileKismetLibrary final : public USGBlueprintFunctionLibrary
@@ -40,7 +40,12 @@
#include "SGHapticGloveCalibrationSequenceKismetLibrary.generated.h"
class USGCalibrationDataPoint;
class USGHandPose;
class USGHandProfile;
class USGHapticGlove;
class USGHapticGloveCalibrationSequence;
class USGSensorRange;
UCLASS(meta=(ScriptName = "SesneGloveHapticGloveCalibrationSequenceKismetLibrary"))
class SENSEGLOVECOREKISMET_API USGHapticGloveCalibrationSequenceKismetLibrary final : public USGBlueprintFunctionLibrary
@@ -39,11 +39,13 @@
#include "SGHapticGloveCommandBufferKismetLibrary.generated.h"
class USGBuzzCommand;
class USGForceFeedbackCommand;
class USGHapticGlove;
class USGHapticGloveCommandBuffer;
class USGThumperCommand;
class USGTimedBuzzCommand;
class USGTimedBuzzCommand;
class USGTimedThumpCommand;
UCLASS(meta=(ScriptName = "SesneGloveHapticGloveCommandBufferKismetLibrary"))
class SENSEGLOVECOREKISMET_API USGHapticGloveCommandBufferKismetLibrary final : public USGBlueprintFunctionLibrary
@@ -36,14 +36,18 @@
#pragma once
#include "SGKismet/SGBlueprintFunctionLibrary.h"
#include "SGTypes/SGCoreTypes.h"
#include "SGNovaGloveKismetLibrary.generated.h"
class USGBasicHandModel;
class USGBuzzCommand;
class USGDevice;
class USGForceFeedbackCommand;
class USGHandPose;
class USGHandProfile;
class USGNovaGlove;
class USGNovaGloveHandProfile;
class USGNovaGloveSensorData;
class USGThumperCommand;
@@ -39,6 +39,7 @@
#include "SGNovaGloveSensorDataKismetLibrary.generated.h"
class USGNovaGloveInfo;
class USGNovaGloveSensorData;
UCLASS(meta=(ScriptName = "SesneGloveNovaGloveSensorDataKismetLibrary"))
@@ -36,9 +36,11 @@
#pragma once
#include "SGKismet/SGBlueprintFunctionLibrary.h"
#include "SGTypes/SGCoreTypes.h"
#include "SGSenseGloveHandProfileKismetLibrary.generated.h"
class USGHandInterpolator;
class USGSenseGloveHandProfile;
UCLASS(meta=(ScriptName = "SesneGloveSenseGloveHandProfileKismetLibrary"))
@@ -38,6 +38,7 @@
#include "SGCore/SGFloatArray.h"
#include "SGCore/SGVectorArray.h"
#include "SGKismet/SGBlueprintFunctionLibrary.h"
#include "SGTypes/SGCoreTypes.h"
#include "SGSenseGloveInfoKismetLibrary.generated.h"
@@ -41,7 +41,9 @@
#include "SGSenseGlovePoseKismetLibrary.generated.h"
class USGNovaGlovePose;
class USGSenseGloveHandProfile;
class USGSenseGloveInfo;
class USGSenseGlovePose;
UCLASS(meta=(ScriptName = "SesneGloveSenseGlovePoseKismetLibrary"))
class SENSEGLOVECOREKISMET_API USGSenseGlovePoseKismetLibrary final : public USGBlueprintFunctionLibrary
@@ -37,9 +37,11 @@
#include "SGCore/SGFloatArray.h"
#include "SGKismet/SGBlueprintFunctionLibrary.h"
#include "SGTypes/SGCoreTypes.h"
#include "SGSenseGloveSensorDataKismetLibrary.generated.h"
class USGSenseGloveInfo;
class USGSenseGloveSensorData;
UCLASS(meta=(ScriptName = "SesneGloveSenseGloveSensorDataKismetLibrary"))
@@ -39,6 +39,7 @@
#include "SGTimedThumpCommandKismetLibrary.generated.h"
class USGThumperCommand;
class USGTimedThumpCommand;
UCLASS(meta=(ScriptName = "SesneGloveTimedThumpCommandKismetLibrary"))