add (not implemented yet) to the blueprint display name for positional tracking hardware that is not implemented yet

This commit is contained in:
Mamadou Babaei
2023-06-16 02:02:48 +02:00
parent d85428a30f
commit e05347f2a4
@@ -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"),