fix wrong kismet script names and class exports
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
class USGDebug;
|
||||
|
||||
UCLASS(meta=(ScriptName = "SesneGloveDebugGizmoKismetLibrary"))
|
||||
UCLASS(meta=(ScriptName = "SenseGloveDebugGizmoKismetLibrary"))
|
||||
class SENSEGLOVEDEBUGKISMET_API USGDebugGizmoKismetLibrary final : public USGBlueprintFunctionLibrary
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
class USGDebug;
|
||||
|
||||
UCLASS(meta=(ScriptName = "SesneGloveDebugVirtualHandKismetLibrary"))
|
||||
UCLASS(meta=(ScriptName = "SenseGloveDebugVirtualHandKismetLibrary"))
|
||||
class SENSEGLOVEDEBUGKISMET_API USGDebugVirtualHandKismetLibrary final : public USGBlueprintFunctionLibrary
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
Reference in New Issue
Block a user