fix the wrong script name for USXRTrackerKismetLibrary

This commit is contained in:
Mamadou Babaei
2024-09-02 19:38:34 +02:00
parent 92c066bb05
commit cd2297d695
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- Fix the wrong script name for `USGHMDTrackerKismetLibrary`. - 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. - Expanded the clickable area on the handbook index page revision buttons.
- Minor documentation fixes. - Minor documentation fixes.
@@ -45,7 +45,7 @@
class UObject; class UObject;
UCLASS(meta=(ScriptName = "SenseGloveHeadMountDisplayKismetLibrary")) UCLASS(meta=(ScriptName = "SenseGloveXRTrackerKismetLibrary"))
class SENSEGLOVETRACKINGKISMET_API USGXRTrackerKismetLibrary final : public USGBlueprintFunctionLibrary class SENSEGLOVETRACKINGKISMET_API USGXRTrackerKismetLibrary final : public USGBlueprintFunctionLibrary
{ {
GENERATED_BODY() GENERATED_BODY()