diff --git a/SkyPortal.uplugin b/SkyPortal.uplugin index 03b10d3..00ac1d6 100644 --- a/SkyPortal.uplugin +++ b/SkyPortal.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "1.0", + "VersionName": "0.1", "FriendlyName": "Skylanders Portal", "Description": "Enable skylanders portal input.", "Category": "Input Devices", diff --git a/Source/SkyPortal/Private/SkyPortal.cpp b/Source/SkyPortal/Private/SkyPortal.cpp index 4aadb3e..21631a2 100644 --- a/Source/SkyPortal/Private/SkyPortal.cpp +++ b/Source/SkyPortal/Private/SkyPortal.cpp @@ -9,7 +9,9 @@ #include "Widgets/Text/STextBlock.h" #include "ToolMenus.h" -static const FName SkyPortalTabName("SkyPortal"); +//TODO: Need to make a raw input viewer +//maybe even a view of the different objects detected +static const FName SkyPortalTabName("Portal Input Viewer"); #define LOCTEXT_NAMESPACE "FSkyPortalModule"