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