add vive xr elite hmd auto-detection checkes and other vive headset detection bug fixes and improvements
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#include "CoreTypes.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
|
||||
/* The Head Mount Display device enum to determine the device type. */
|
||||
/* The Head Mount Display device enum to determine the HMD device type. */
|
||||
UENUM(BlueprintType)
|
||||
enum class ESGHeadMountDisplayDevice : uint8
|
||||
{
|
||||
@@ -59,4 +59,7 @@ enum class ESGHeadMountDisplayDevice : uint8
|
||||
|
||||
/* The HTC VIVE Focus 3 HMD. */
|
||||
HtcViveFocus3 UMETA(DisplayName = "HTC VIVE Focus 3"),
|
||||
|
||||
/* The HTC VIVE XR Elite HMD. */
|
||||
HtcViveXRElite UMETA(DisplayName = "HTC VIVE XR Elite"),
|
||||
};
|
||||
Reference in New Issue
Block a user