PC VR
Prerequisite:
-
For the project using before UE5.1, please upgrade project and plugin to the following versions:
- UE5.1 with PC ViveOpenXR Plugin (v1.6.0)
- Before upgrading the project to UE5.2, we suggest upgrading ViveOpenXR plugin to v2.0.0 first in UE5.1 then upgrading the project to UE5.2.
Upgrage ViveOpenXR Plugin (v1.6.0) to ViveOpenXR Plugin (v2.0.0):
Please replace the ViveOpenXR plugin in the Plugins folder with the new ViveOpenXR plugin (v2.0.0).
Most of APIs remain unchanged, please check “Output Log” to update the blueprints if needed.
Example:
- Hand Interaction:
New function / blueprint node (v2.0.0) |
Old function / blueprint node (deprecated) |
GetHandInteractionSqueezeValue
|
HandInteractionRightSqueezeValue
|
GetHandInteractionSqueezeValue
|
HandInteractionLeftSqueezeValue
|
GetHandInteractionSelectValue
|
HandInteractionRightSelectValue
|
GetHandInteractionSelectValue
|
HandInteractionLeftSelectValue
|
GetHandInteractionAimPose
|
HandInteractionRightAimPose
|
GetHandInteractionAimPose
|
HandInteractionLeftAimPose
|
GetHandInteractionGripPose
|
HandInteractionRightGripPose
|
GetHandInteractionGripPose
|
HandInteractionLefttGripPose
|