diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveVarsKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveVarsKismetLibrary.h index a41d566d..d499dfe7 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveVarsKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveVarsKismetLibrary.h @@ -92,7 +92,7 @@ public: static TArray GetStartRotations_TArrayFRotator(const FString& HardwareVersion, bool bRightHanded); /** - * Retrieve the glove finger lengths of a particular Sense Glove. + * Retrieve the glove finger lengths of a particular Sense Glove. */ UFUNCTION(BlueprintCallable, Category="SenseGlove | Core | SG | Sense Glove Vars") static TArray GetGloveLengths(const FString& HardwareVersion);