From ba92e4313d11fe96abf42689e46b54d39c466d31 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Mon, 2 Sep 2024 18:09:27 +0200 Subject: [PATCH] fix the wrong script name for USGHMDTrackerKismetLibrary --- Handbook/src/appendix/changelog.md | 1 + .../Public/SGTrackingKismet/SGHMDTrackerKismetLibrary.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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()