Skip to content

Commit

Permalink
Correct widget interaction system created into BP_MotionController / …
Browse files Browse the repository at this point in the history
…New VR headsets added to Grab input

https://www.youtube.com/watch?v=jC91FFkxgh4
  • Loading branch information
DryreL committed Jun 25, 2022
1 parent b65eda2 commit 973fb9a
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions Config/DefaultInput.ini
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ DoubleClickTime=0.200000
+ActionMappings=(ActionName="TeleportRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=ValveIndex_Right_A_Click)
+ActionMappings=(ActionName="TeleportLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=ValveIndex_Left_A_Click)
+ActionMappings=(ActionName="GrabLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Daydream_Left_Select_Click)
+ActionMappings=(ActionName="GrabRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftMouseButton)
+ActionMappings=(ActionName="GrabRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Right_Trigger_Click)
+ActionMappings=(ActionName="TeleportRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MagicLeap_Right_Bumper)
+ActionMappings=(ActionName="TeleportLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MagicLeap_Left_Bumper)
+ActionMappings=(ActionName="ShootWebLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftMouseButton)
Expand All @@ -175,10 +175,22 @@ DoubleClickTime=0.200000
+ActionMappings=(ActionName="ShootWebRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Daydream_Right_Trackpad_Click)
+ActionMappings=(ActionName="ShootWebLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MixedReality_Left_Grip_Click)
+ActionMappings=(ActionName="ShootWebRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MixedReality_Right_Grip_Click)
+ActionMappings=(ActionName="ShootWebRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MagicLeap_Right_Trigger)
+ActionMappings=(ActionName="ShootWebLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MagicLeap_Left_Trigger)
+ActionMappings=(ActionName="ShootWebRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MagicLeap_Right_Bumper)
+ActionMappings=(ActionName="ShootWebLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MagicLeap_Left_Bumper)
+ActionMappings=(ActionName="ShootWebLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusHand_Left_MiddlePinch)
+ActionMappings=(ActionName="ShootWebRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusHand_Right_MiddlePinch)
+ActionMappings=(ActionName="GrabLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Left_Trigger_Click)
+ActionMappings=(ActionName="GrabRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Daydream_Right_Select_Click)
+ActionMappings=(ActionName="GrabLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=HPMixedRealityController_Left_Trigger_Click)
+ActionMappings=(ActionName="GrabRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=HPMixedRealityController_Right_Trigger_Click)
+ActionMappings=(ActionName="GrabLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=ValveIndex_Left_Trigger_Click)
+ActionMappings=(ActionName="GrabRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=ValveIndex_Right_Trigger_Click)
+ActionMappings=(ActionName="GrabLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MagicLeap_Left_Trigger)
+ActionMappings=(ActionName="GrabRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MagicLeap_Right_Trigger)
+ActionMappings=(ActionName="GrabLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusHand_Left_IndexPinch)
+ActionMappings=(ActionName="GrabRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusHand_Right_IndexPinchStrength)
+ActionMappings=(ActionName="GrabRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Two)
+ActionMappings=(ActionName="GrabLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=One)
+AxisMappings=(AxisName="TeleportDirectionUp",Scale=1.000000,Key=Gamepad_LeftY)
+AxisMappings=(AxisName="TeleportDirectionRight",Scale=1.000000,Key=Gamepad_LeftX)
+AxisMappings=(AxisName="MotionControllerThumbLeft_Y",Scale=1.000000,Key=Vive_Left_Trackpad_Y)
Expand Down
Binary file modified Content/Blueprint/BP_Train.uasset
Binary file not shown.
Binary file removed Content/Maps/HLOD/Level1_1_HLOD.uasset
Binary file not shown.
Binary file removed Content/Maps/HLOD/Level1_2_HLOD.uasset
Binary file not shown.
Binary file modified Content/Maps/Level1.umap
Binary file not shown.
Binary file modified Content/Maps/MainMenu3D.umap
Binary file not shown.
Binary file modified Content/VirtualRealityBP/Blueprints/BP_MotionController.uasset
Binary file not shown.
Binary file not shown.
Binary file removed Content/Widgets/BP_Ending.uasset
Binary file not shown.
Binary file added Content/Widgets/BP_SpawnEndingWidget.uasset
Binary file not shown.

0 comments on commit 973fb9a

Please sign in to comment.