fix the wrong script name for USGHMDTrackerKismetLibrary

This commit is contained in:
Mamadou Babaei
2024-09-02 18:09:27 +02:00
parent 3db59b0271
commit 9f8d32eca2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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.
@@ -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()