todo
This commit is contained in:
parent
35ea4db981
commit
1df4e9b848
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"FileVersion": 3,
|
"FileVersion": 3,
|
||||||
"Version": 1,
|
"Version": 1,
|
||||||
"VersionName": "1.0",
|
"VersionName": "0.1",
|
||||||
"FriendlyName": "Skylanders Portal",
|
"FriendlyName": "Skylanders Portal",
|
||||||
"Description": "Enable skylanders portal input.",
|
"Description": "Enable skylanders portal input.",
|
||||||
"Category": "Input Devices",
|
"Category": "Input Devices",
|
||||||
|
|
|
@ -9,7 +9,9 @@
|
||||||
#include "Widgets/Text/STextBlock.h"
|
#include "Widgets/Text/STextBlock.h"
|
||||||
#include "ToolMenus.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"
|
#define LOCTEXT_NAMESPACE "FSkyPortalModule"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue