-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overhauled World interaction adding * Pressable Button * Lever * Drawer * Cartridge * Slider Also modularised the Trace Interaction to make it easy to use in an existing project
- Loading branch information
Showing
74 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
|
||
[/Script/Engine.InputSettings] | ||
-AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) | ||
-AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) | ||
-AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) | ||
-AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) | ||
-AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) | ||
-AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) | ||
+AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MouseWheelAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="Gamepad_LeftTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="Gamepad_RightTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Left_TriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Left_Grip1Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Left_Grip2Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Right_TriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Right_Grip1Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Right_Grip2Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="Gamepad_Special_Left_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="Gamepad_Special_Left_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
bAltEnterTogglesFullscreen=True | ||
bUseMouseForTouch=False | ||
bEnableMouseSmoothing=True | ||
bEnableFOVScaling=True | ||
FOVScale=0.011110 | ||
DoubleClickTime=0.200000 | ||
bCaptureMouseOnLaunch=True | ||
DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown | ||
bDefaultViewportMouseLock=True | ||
+ActionMappings=(ActionName="PickupLeft",Key=MotionController_Left_Grip1,bShift=False,bCtrl=False,bAlt=False,bCmd=False) | ||
+ActionMappings=(ActionName="PickupRight",Key=MotionController_Right_Grip1,bShift=False,bCtrl=False,bAlt=False,bCmd=False) | ||
bAlwaysShowTouchInterface=False | ||
bShowConsoleOnFourFingerTap=True | ||
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks | ||
ConsoleKey=None | ||
-ConsoleKeys=Tilde | ||
+ConsoleKeys=Tilde | ||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-65.3 KB
(76%)
Content/ExampleContent/VR_Head_IK/AnimBlueprint/HeadIKAnimBlueprint.uasset
Binary file not shown.
Binary file modified
BIN
-21.9 KB
(86%)
Content/ExampleContent/VR_Head_IK/Blueprints/HeadIKPawn.uasset
Binary file not shown.
Binary file modified
BIN
-227 KB
(46%)
Content/ExampleContent/VR_Simple_Teleportation/Blueprints/SimpleTelePawn.uasset
Binary file not shown.
Binary file added
BIN
+744 KB
Content/ExampleContent/VR_Trace_Interaction/Blueprints/Components/TraceInteractor.uasset
Binary file not shown.
Binary file modified
BIN
-94.7 KB
(53%)
Content/ExampleContent/VR_Trace_Interaction/Blueprints/ExampleMenu_BP.uasset
Binary file not shown.
Binary file modified
BIN
-37.1 KB
(49%)
...xampleContent/VR_Trace_Interaction/Blueprints/Interfaces/TraceInteractionInterface.uasset
Binary file not shown.
Binary file modified
BIN
-29.5 KB
(47%)
...mpleContent/VR_Trace_Interaction/Blueprints/Interfaces/TraceMenuClickableInterface.uasset
Binary file not shown.
Binary file modified
BIN
-15.4 KB
(60%)
...leContent/VR_Trace_Interaction/Blueprints/Interfaces/TraceMenuInteractionInterface.uasset
Binary file not shown.
Binary file modified
BIN
-11.5 KB
(94%)
Content/ExampleContent/VR_Trace_Interaction/Blueprints/Menus/Trace3DKeyboard.uasset
Binary file not shown.
Binary file modified
BIN
-6.63 KB
(96%)
Content/ExampleContent/VR_Trace_Interaction/Blueprints/Menus/Trace3DMenu.uasset
Binary file not shown.
Binary file modified
BIN
-1.73 MB
(44%)
Content/ExampleContent/VR_Trace_Interaction/Blueprints/TeleportArea.uasset
Binary file not shown.
Binary file modified
BIN
-62.3 KB
(73%)
Content/ExampleContent/VR_Trace_Interaction/Blueprints/TeleportVolume.uasset
Binary file not shown.
Binary file modified
BIN
+9.99 KB
(100%)
Content/ExampleContent/VR_Trace_Interaction/Blueprints/TraceInteractionActor.uasset
Binary file not shown.
Binary file modified
BIN
-1.6 MB
(13%)
Content/ExampleContent/VR_Trace_Interaction/Blueprints/TraceInteractionPawn.uasset
Binary file not shown.
Binary file modified
BIN
-372 KB
(48%)
Content/ExampleContent/VR_Trace_Interaction/Blueprints/TraceVisualiser.uasset
Binary file not shown.
Binary file modified
BIN
-94.2 KB
(71%)
Content/ExampleContent/VR_Trace_Interaction/Blueprints/WebBrowser.uasset
Binary file not shown.
Binary file modified
BIN
-1000 KB
(54%)
...mpleContent/VR_Trace_Interaction/Blueprints/Widgets/BaseTraceWidgets/BasicKeyboard.uasset
Binary file not shown.
Binary file modified
BIN
-552 KB
(44%)
...mpleContent/VR_Trace_Interaction/Blueprints/Widgets/BaseTraceWidgets/TraceBaseMenu.uasset
Binary file not shown.
Binary file modified
BIN
-467 KB
(49%)
...xampleContent/VR_Trace_Interaction/Blueprints/Widgets/BaseTraceWidgets/TraceButton.uasset
Binary file not shown.
Binary file modified
BIN
-803 KB
(42%)
...ExampleContent/VR_Trace_Interaction/Blueprints/Widgets/BaseTraceWidgets/TraceTable.uasset
Binary file not shown.
Binary file modified
BIN
-532 KB
(46%)
...pleContent/VR_Trace_Interaction/Blueprints/Widgets/BaseTraceWidgets/TraceTableItem.uasset
Binary file not shown.
Binary file modified
BIN
-19.7 KB
(68%)
Content/ExampleContent/VR_Trace_Interaction/Blueprints/Widgets/CircleWidget.uasset
Binary file not shown.
Binary file modified
BIN
-13.8 KB
(82%)
Content/ExampleContent/VR_Trace_Interaction/Blueprints/Widgets/MenuExample.uasset
Binary file not shown.
Binary file modified
BIN
-198 KB
(52%)
Content/ExampleContent/VR_Trace_Interaction/Blueprints/Widgets/WebBrowser.uasset
Binary file not shown.
Binary file added
BIN
+2.03 KB
Content/ExampleContent/VR_World_Interaction/Blueprints/Components/Interactor.uasset
Binary file not shown.
Binary file modified
BIN
-593 KB
(0.33%)
Content/ExampleContent/VR_World_Interaction/Blueprints/Components/Pickuper.uasset
Binary file not shown.
Binary file added
BIN
+705 KB
Content/ExampleContent/VR_World_Interaction/Blueprints/Components/WorldInteractor.uasset
Binary file not shown.
Binary file added
BIN
+1.89 KB
...t/ExampleContent/VR_World_Interaction/Blueprints/FeedbackEffects/FeedbackIntensity.uasset
Binary file not shown.
Binary file added
BIN
+1.84 KB
Content/ExampleContent/VR_World_Interaction/Blueprints/FeedbackEffects/FeedbackType.uasset
Binary file not shown.
Binary file added
BIN
+2.15 KB
...mpleContent/VR_World_Interaction/Blueprints/FeedbackEffects/LeftHighIntensityBurst.uasset
Binary file not shown.
Binary file added
BIN
+591 Bytes
...leContent/VR_World_Interaction/Blueprints/FeedbackEffects/LeftHighIntensityBurst_2.uasset
Binary file not shown.
Binary file added
BIN
+2.01 KB
...mpleContent/VR_World_Interaction/Blueprints/FeedbackEffects/LeftHighIntensityShake.uasset
Binary file not shown.
Binary file added
BIN
+591 Bytes
...leContent/VR_World_Interaction/Blueprints/FeedbackEffects/LeftHighIntensityShake_2.uasset
Binary file not shown.
Binary file added
BIN
+1.96 KB
...ampleContent/VR_World_Interaction/Blueprints/FeedbackEffects/LeftLowIntensityBurst.uasset
Binary file not shown.
Binary file added
BIN
+590 Bytes
...pleContent/VR_World_Interaction/Blueprints/FeedbackEffects/LeftLowIntensityBurst_2.uasset
Binary file not shown.
Binary file added
BIN
+2.01 KB
...ampleContent/VR_World_Interaction/Blueprints/FeedbackEffects/LeftLowIntensityShake.uasset
Binary file not shown.
Binary file added
BIN
+590 Bytes
...pleContent/VR_World_Interaction/Blueprints/FeedbackEffects/LeftLowIntensityShake_2.uasset
Binary file not shown.
Binary file added
BIN
+591 Bytes
...mpleContent/VR_World_Interaction/Blueprints/FeedbackEffects/NewForceFeedbackEffect.uasset
Binary file not shown.
Binary file added
BIN
+2.15 KB
...pleContent/VR_World_Interaction/Blueprints/FeedbackEffects/RightHighIntensityBurst.uasset
Binary file not shown.
Binary file added
BIN
+2.2 KB
...pleContent/VR_World_Interaction/Blueprints/FeedbackEffects/RightHighIntensityShake.uasset
Binary file not shown.
Binary file added
BIN
+2.15 KB
...mpleContent/VR_World_Interaction/Blueprints/FeedbackEffects/RightLowIntensityBurst.uasset
Binary file not shown.
Binary file added
BIN
+2.2 KB
...mpleContent/VR_World_Interaction/Blueprints/FeedbackEffects/RightLowIntensityShake.uasset
Binary file not shown.
Binary file added
BIN
+88.8 KB
...eContent/VR_World_Interaction/Blueprints/FunctionLibraries/FeedbackFunctionLibrary.uasset
Binary file not shown.
Binary file added
BIN
+191 KB
...leContent/VR_World_Interaction/Blueprints/FunctionLibraries/SegmentFunctionLibrary.uasset
Binary file not shown.
Binary file added
BIN
+38.5 KB
Content/ExampleContent/VR_World_Interaction/Blueprints/HelperObjects/InputConsumer.uasset
Binary file not shown.
Binary file added
BIN
+24 KB
...ampleContent/VR_World_Interaction/Blueprints/HelperObjects/LeftPickupInputConsumer.uasset
Binary file not shown.
Binary file added
BIN
+20.6 KB
...mpleContent/VR_World_Interaction/Blueprints/HelperObjects/RightPickupInputConsumer.uasset
Binary file not shown.
Binary file added
BIN
+2.06 KB
Content/ExampleContent/VR_World_Interaction/Blueprints/InteractableLever.uasset
Binary file not shown.
Binary file added
BIN
+121 KB
...ExampleContent/VR_World_Interaction/Blueprints/InteractableObjects/CartridgeHolder.uasset
Binary file not shown.
Binary file added
BIN
+327 KB
...mpleContent/VR_World_Interaction/Blueprints/InteractableObjects/InteractableButton.uasset
Binary file not shown.
Binary file added
BIN
+266 KB
...eContent/VR_World_Interaction/Blueprints/InteractableObjects/InteractableCartridge.uasset
Binary file not shown.
Binary file added
BIN
+218 KB
...mpleContent/VR_World_Interaction/Blueprints/InteractableObjects/InteractableDrawer.uasset
Binary file not shown.
Binary file added
BIN
+292 KB
...ampleContent/VR_World_Interaction/Blueprints/InteractableObjects/InteractableLever.uasset
Binary file not shown.
Binary file added
BIN
+430 KB
...mpleContent/VR_World_Interaction/Blueprints/InteractableObjects/InteractableSlider.uasset
Binary file not shown.
Binary file added
BIN
+2.2 KB
...pleContent/VR_World_Interaction/Blueprints/InteractableObjects/InteractableTrigger.uasset
Binary file not shown.
Binary file modified
BIN
-214 KB
(0.97%)
Content/ExampleContent/VR_World_Interaction/Blueprints/InteractableTrigger.uasset
Binary file not shown.
Binary file modified
BIN
-3.75 KB
(81%)
Content/ExampleContent/VR_World_Interaction/Blueprints/Interfaces/PickupableInterface.uasset
Binary file not shown.
Binary file modified
BIN
+2.92 KB
(120%)
...ampleContent/VR_World_Interaction/Blueprints/Interfaces/WorldInteractableInterface.uasset
Binary file not shown.
Binary file added
BIN
+93.9 KB
Content/ExampleContent/VR_World_Interaction/Blueprints/PhysicsStaticMeshActor.uasset
Binary file not shown.
Binary file modified
BIN
+47.7 KB
(120%)
Content/ExampleContent/VR_World_Interaction/Blueprints/PickupableCube.uasset
Binary file not shown.
Binary file added
BIN
+3.44 KB
Content/ExampleContent/VR_World_Interaction/Blueprints/Structs/SegmentStruct.uasset
Binary file not shown.
Binary file modified
BIN
+47.2 KB
(130%)
Content/ExampleContent/VR_World_Interaction/Blueprints/WorldInteractionPawn.uasset
Binary file not shown.
Binary file modified
BIN
+2.26 KB
(100%)
Content/ExampleContent/VR_World_Interaction/Materials/BasicCubeMaterial.uasset
Binary file not shown.
Binary file modified
BIN
+187 Bytes
(100%)
Content/ExampleContent/VR_World_Interaction/Materials/BasicHighlightMaterial.uasset
Binary file not shown.
Binary file added
BIN
+98.7 KB
Content/ExampleContent/VR_World_Interaction/Sequences/DoorMatineeLevelSequence.uasset
Binary file not shown.
Binary file added
BIN
+7.57 KB
Content/ExampleContent/VR_World_Interaction/Sequences/LeverPlatformLevelSequence.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.