This commit is contained in:
Lucas Peter 2024-09-17 18:00:25 +02:00
parent 35ea4db981
commit 1df4e9b848
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -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",

View file

@ -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"