fix the wrong script name for USXRTrackerKismetLibrary
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user