From e05347f2a435de34c643643fe84881c80a1aa829 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Wed, 7 Jun 2023 17:08:13 +0200 Subject: [PATCH] add (not implemented yet) to the blueprint display name for positional tracking hardware that is not implemented yet --- Source/SenseGloveTypes/Public/SGTypes/SGCoreTypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/SenseGloveTypes/Public/SGTypes/SGCoreTypes.h b/Source/SenseGloveTypes/Public/SGTypes/SGCoreTypes.h index a03fe01c..02326cd3 100644 --- a/Source/SenseGloveTypes/Public/SGTypes/SGCoreTypes.h +++ b/Source/SenseGloveTypes/Public/SGTypes/SGCoreTypes.h @@ -257,13 +257,13 @@ enum class ESGPositionalTrackingHardware : uint8 Custom UMETA(DisplayName = "Custom"), /* HTC VIVE Tracker (v1.0 or v2.0). */ - ViveTracker UMETA(DisplayName = "VIVE Tracker"), + ViveTracker UMETA(DisplayName = "VIVE Tracker (not implemented yet)"), /* Touch controller for Oculus Quest 2. */ Quest2Controller UMETA(DisplayName = "Quest 2 Controller"), /* Wrist tracker for the VIVE Focus 3. */ - ViveFocus3WristTracker UMETA(DisplayName = "VIVE Focus 3 Wrist Tracker"), + ViveFocus3WristTracker UMETA(DisplayName = "VIVE Focus 3 Wrist Tracker (not implemented yet)"), /* Oculus Touch Controller that comes with the Meta Quest Pro. */ QuestProController UMETA(DisplayName = "Quest Pro Controller"),