From 0b30940ee70735b1f6a0bab0df08c960b6864577 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Mon, 2 Sep 2024 18:10:41 +0200 Subject: [PATCH] fix the wrong script name for USXRTrackerKismetLibrary --- Handbook/src/appendix/changelog.md | 1 + .../Public/SGTrackingKismet/SGXRTrackerKismetLibrary.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index ab2ec583..14ebacd6 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix the wrong script name for `USGHMDTrackerKismetLibrary`. +- Fix the wrong script name for `USGXRTrackerKismetLibrary `. - Expanded the clickable area on the handbook index page revision buttons. - Minor documentation fixes. diff --git a/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGXRTrackerKismetLibrary.h b/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGXRTrackerKismetLibrary.h index ee133692..32a0b0e8 100644 --- a/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGXRTrackerKismetLibrary.h +++ b/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGXRTrackerKismetLibrary.h @@ -45,7 +45,7 @@ class UObject; -UCLASS(meta=(ScriptName = "SenseGloveHeadMountDisplayKismetLibrary")) +UCLASS(meta=(ScriptName = "SenseGloveXRTrackerKismetLibrary")) class SENSEGLOVETRACKINGKISMET_API USGXRTrackerKismetLibrary final : public USGBlueprintFunctionLibrary { GENERATED_BODY()