diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 4f291695..ab2ec583 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fix the wrong script name for `USGHMDTrackerKismetLibrary`. - Expanded the clickable area on the handbook index page revision buttons. - Minor documentation fixes. diff --git a/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGHMDTrackerKismetLibrary.h b/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGHMDTrackerKismetLibrary.h index bf164755..f928835c 100644 --- a/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGHMDTrackerKismetLibrary.h +++ b/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGHMDTrackerKismetLibrary.h @@ -42,7 +42,7 @@ #include "SGHMDTrackerKismetLibrary.generated.h" -UCLASS(meta=(ScriptName = "SenseGloveHeadMountDisplayKismetLibrary")) +UCLASS(meta=(ScriptName = "SenseGloveHMDTrackerKismetLibrary")) class SENSEGLOVETRACKINGKISMET_API USGHMDTrackerKismetLibrary final : public USGBlueprintFunctionLibrary { GENERATED_BODY()