From 1df4e9b848b12c2bcf3df5e26da310524ee61641 Mon Sep 17 00:00:00 2001 From: Lucas Peter Date: Tue, 17 Sep 2024 18:00:25 +0200 Subject: [PATCH] todo --- SkyPortal.uplugin | 2 +- Source/SkyPortal/Private/SkyPortal.cpp | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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"