diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 4e1c5a1..d9e8cc6 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -385,4 +385,6 @@ bEnableSpecificColorGamut=True [/Script/Slate.SlateSettings] bExplicitCanvasChildZOrder=True +[/Script/NavigationSystem.NavigationSystemV1] +bAutoCreateNavigationData=True diff --git a/Config/SteamVRBindings/gamepad.json b/Config/SteamVRBindings/gamepad.json index 2b28faa..9696026 100644 --- a/Config/SteamVRBindings/gamepad.json +++ b/Config/SteamVRBindings/gamepad.json @@ -9,5 +9,5 @@ "sources": [] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/holographic_controller.json b/Config/SteamVRBindings/holographic_controller.json index 3de7b61..71fa64e 100644 --- a/Config/SteamVRBindings/holographic_controller.json +++ b/Config/SteamVRBindings/holographic_controller.json @@ -195,5 +195,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/hpmotioncontroller.json b/Config/SteamVRBindings/hpmotioncontroller.json index 1b57dad..e36890d 100644 --- a/Config/SteamVRBindings/hpmotioncontroller.json +++ b/Config/SteamVRBindings/hpmotioncontroller.json @@ -195,5 +195,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/indexhmd.json b/Config/SteamVRBindings/indexhmd.json index b55dce4..b47c656 100644 --- a/Config/SteamVRBindings/indexhmd.json +++ b/Config/SteamVRBindings/indexhmd.json @@ -21,5 +21,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/knuckles.json b/Config/SteamVRBindings/knuckles.json index 4c81415..b68e011 100644 --- a/Config/SteamVRBindings/knuckles.json +++ b/Config/SteamVRBindings/knuckles.json @@ -30,22 +30,22 @@ } }, { - "mode": "trigger", + "mode": "button", "path": "/user/hand/left/input/grip", "inputs": { - "click": + "touch": { "output": "/actions/main/in/MotionControllerGripLeft" } } }, { - "mode": "trigger", + "mode": "button", "path": "/user/hand/right/input/grip", "inputs": { - "click": + "touch": { "output": "/actions/main/in/MotionControllerGripRight" } @@ -117,6 +117,225 @@ } } }, + { + "mode": "button", + "path": "/user/hand/left/input/a", + "inputs": + { + "click": + { + "output": "/actions/main/in/VREditor_Left_Modifier" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/left/input/thumbstick", + "parameters": + { + "sub_mode": "touch" + }, + "inputs": + { + "south": + { + "output": "/actions/main/in/VREditor_Left_TrackpadDown" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/left/input/thumbstick", + "parameters": + { + "sub_mode": "touch" + }, + "inputs": + { + "west": + { + "output": "/actions/main/in/VREditor_Left_TrackpadLeft" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/left/input/thumbstick", + "parameters": + { + "sub_mode": "touch" + }, + "inputs": + { + "east": + { + "output": "/actions/main/in/VREditor_Left_TrackpadRight" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/left/input/thumbstick", + "parameters": + { + "sub_mode": "touch" + }, + "inputs": + { + "north": + { + "output": "/actions/main/in/VREditor_Left_TrackpadUp" + } + } + }, + { + "mode": "joystick", + "path": "/user/hand/left/input/thumbstick", + "inputs": + { + "click": + { + "output": "/actions/main/in/VREditor_Left_ConfirmRadialSelection" + } + } + }, + { + "mode": "joystick", + "path": "/user/hand/left/input/thumbstick", + "inputs": + { + "touch": + { + "output": "/actions/main/in/VREditor_Left_Touch" + } + } + }, + { + "mode": "button", + "path": "/user/hand/left/input/b", + "inputs": + { + "click": + { + "output": "/actions/main/in/VREditor_Left_Modifier2" + } + } + }, + { + "mode": "trackpad", + "path": "/user/hand/right/input/trackpad", + "inputs": + { + "touch": + { + "output": "/actions/main/in/VREditor_Right_WorldMovement" + } + } + }, + { + "mode": "button", + "path": "/user/hand/right/input/a", + "inputs": + { + "click": + { + "output": "/actions/main/in/VREditor_Right_Modifier" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/right/input/thumbstick", + "parameters": + { + "sub_mode": "touch" + }, + "inputs": + { + "south": + { + "output": "/actions/main/in/VREditor_Right_TrackpadDown" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/right/input/thumbstick", + "parameters": + { + "sub_mode": "touch" + }, + "inputs": + { + "west": + { + "output": "/actions/main/in/VREditor_Right_TrackpadLeft" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/right/input/thumbstick", + "parameters": + { + "sub_mode": "touch" + }, + "inputs": + { + "east": + { + "output": "/actions/main/in/VREditor_Right_TrackpadRight" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/right/input/thumbstick", + "parameters": + { + "sub_mode": "touch" + }, + "inputs": + { + "north": + { + "output": "/actions/main/in/VREditor_Right_TrackpadUp" + } + } + }, + { + "mode": "joystick", + "path": "/user/hand/right/input/thumbstick", + "inputs": + { + "click": + { + "output": "/actions/main/in/VREditor_Right_ConfirmRadialSelection" + } + } + }, + { + "mode": "joystick", + "path": "/user/hand/right/input/thumbstick", + "inputs": + { + "touch": + { + "output": "/actions/main/in/VREditor_Right_Touch" + } + } + }, + { + "mode": "button", + "path": "/user/hand/right/input/b", + "inputs": + { + "click": + { + "output": "/actions/main/in/VREditor_Right_Modifier2" + } + } + }, { "mode": "trigger", "path": "/user/hand/left/input/trigger", @@ -226,6 +445,39 @@ "output": "/actions/main/in/SteamVRBindings axis" } } + }, + { + "mode": "trigger", + "path": "/user/hand/left/input/trigger", + "inputs": + { + "pull": + { + "output": "/actions/main/in/VREditor_Left_TriggerAxis axis" + } + } + }, + { + "mode": "trackpad", + "path": "/user/hand/left/input/trackpad", + "inputs": + { + "touch": + { + "output": "/actions/main/in/VREditor_Left_WorldMovement axis" + } + } + }, + { + "mode": "trigger", + "path": "/user/hand/right/input/trigger", + "inputs": + { + "pull": + { + "output": "/actions/main/in/VREditor_Right_TriggerAxis axis" + } + } } ], "poses": [ @@ -261,5 +513,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/oculus_touch.json b/Config/SteamVRBindings/oculus_touch.json index 0ecaf52..711233f 100644 --- a/Config/SteamVRBindings/oculus_touch.json +++ b/Config/SteamVRBindings/oculus_touch.json @@ -128,6 +128,17 @@ } } }, + { + "mode": "button", + "path": "/user/hand/left/input/application_menu", + "inputs": + { + "click": + { + "output": "/actions/main/in/MotionControllerMenu" + } + } + }, { "mode": "trigger", "path": "/user/hand/left/input/grip", @@ -250,5 +261,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/rift.json b/Config/SteamVRBindings/rift.json index 3f9e49c..3955cbd 100644 --- a/Config/SteamVRBindings/rift.json +++ b/Config/SteamVRBindings/rift.json @@ -21,5 +21,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/steamvr_manifest.json b/Config/SteamVRBindings/steamvr_manifest.json index 8026f33..01baab5 100644 --- a/Config/SteamVRBindings/steamvr_manifest.json +++ b/Config/SteamVRBindings/steamvr_manifest.json @@ -418,106 +418,6 @@ { "controller_type": "vive_tracker_waist", "binding_url": "vive_tracker_waist.json" - }, - { - "controller_type": "knuckles", - "binding_url": "knuckles.json" - }, - { - "controller_type": "vive_controller", - "binding_url": "vive_controller.json" - }, - { - "controller_type": "vive_cosmos_controller", - "binding_url": "vive_cosmos_controller.json" - }, - { - "controller_type": "oculus_touch", - "binding_url": "oculus_touch.json" - }, - { - "controller_type": "holographic_controller", - "binding_url": "holographic_controller.json" - }, - { - "controller_type": "hpmotioncontroller", - "binding_url": "hpmotioncontroller.json" - }, - { - "controller_type": "indexhmd", - "binding_url": "indexhmd.json" - }, - { - "controller_type": "vive", - "binding_url": "vive.json" - }, - { - "controller_type": "vive_pro", - "binding_url": "vive_pro.json" - }, - { - "controller_type": "rift", - "binding_url": "rift.json" - }, - { - "controller_type": "vive_tracker", - "binding_url": "vive_tracker.json" - }, - { - "controller_type": "vive_tracker_camera", - "binding_url": "vive_tracker_camera.json" - }, - { - "controller_type": "vive_tracker_waist", - "binding_url": "vive_tracker_waist.json" - }, - { - "controller_type": "vive_tracker_left_foot", - "binding_url": "vive_tracker_left_foot.json" - }, - { - "controller_type": "vive_tracker_right_foot", - "binding_url": "vive_tracker_right_foot.json" - }, - { - "controller_type": "vive_tracker_left_shoulder", - "binding_url": "vive_tracker_left_shoulder.json" - }, - { - "controller_type": "vive_tracker_right_shoulder", - "binding_url": "vive_tracker_right_shoulder.json" - }, - { - "controller_type": "vive_tracker_left_elbow", - "binding_url": "vive_tracker_left_elbow.json" - }, - { - "controller_type": "vive_tracker_right_elbow", - "binding_url": "vive_tracker_right_elbow.json" - }, - { - "controller_type": "vive_tracker_left_knee", - "binding_url": "vive_tracker_left_knee.json" - }, - { - "controller_type": "vive_tracker_right_knee", - "binding_url": "vive_tracker_right_knee.json" - }, - { - "controller_type": "vive_tracker_chest", - "binding_url": "vive_tracker_chest.json" - }, - { - "controller_type": "vive_tracker_keyboard", - "binding_url": "vive_tracker_keyboard.json" - }, - { - "controller_type": "vive_tracker_handed", - "binding_url": "vive_tracker_handed.json" - }, - { - "controller_type": "gamepad", - "binding_url": "gamepad.json" } ], "localization": [ diff --git a/Config/SteamVRBindings/vive.json b/Config/SteamVRBindings/vive.json index 6fe69fe..e1efcdc 100644 --- a/Config/SteamVRBindings/vive.json +++ b/Config/SteamVRBindings/vive.json @@ -21,5 +21,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_controller.json b/Config/SteamVRBindings/vive_controller.json index 1566922..3a50daa 100644 --- a/Config/SteamVRBindings/vive_controller.json +++ b/Config/SteamVRBindings/vive_controller.json @@ -193,6 +193,214 @@ } } }, + { + "mode": "button", + "path": "/user/hand/left/input/grip", + "inputs": + { + "click": + { + "output": "/actions/main/in/VREditor_Left_WorldMovement" + } + } + }, + { + "mode": "button", + "path": "/user/hand/left/input/application_menu", + "inputs": + { + "click": + { + "output": "/actions/main/in/VREditor_Left_Modifier" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/left/input/trackpad", + "parameters": + { + "sub_mode": "click" + }, + "inputs": + { + "south": + { + "output": "/actions/main/in/VREditor_Left_TrackpadDown" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/left/input/trackpad", + "parameters": + { + "sub_mode": "click" + }, + "inputs": + { + "west": + { + "output": "/actions/main/in/VREditor_Left_TrackpadLeft" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/left/input/trackpad", + "parameters": + { + "sub_mode": "click" + }, + "inputs": + { + "east": + { + "output": "/actions/main/in/VREditor_Left_TrackpadRight" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/left/input/trackpad", + "parameters": + { + "sub_mode": "click" + }, + "inputs": + { + "north": + { + "output": "/actions/main/in/VREditor_Left_TrackpadUp" + } + } + }, + { + "mode": "trackpad", + "path": "/user/hand/left/input/trackpad", + "inputs": + { + "click": + { + "output": "/actions/main/in/VREditor_Left_ConfirmRadialSelection" + } + } + }, + { + "mode": "trackpad", + "path": "/user/hand/left/input/trackpad", + "inputs": + { + "touch": + { + "output": "/actions/main/in/VREditor_Left_Touch" + } + } + }, + { + "mode": "button", + "path": "/user/hand/right/input/grip", + "inputs": + { + "click": + { + "output": "/actions/main/in/VREditor_Right_WorldMovement" + } + } + }, + { + "mode": "button", + "path": "/user/hand/right/input/application_menu", + "inputs": + { + "click": + { + "output": "/actions/main/in/VREditor_Right_Modifier" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/right/input/trackpad", + "parameters": + { + "sub_mode": "click" + }, + "inputs": + { + "south": + { + "output": "/actions/main/in/VREditor_Right_TrackpadDown" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/right/input/trackpad", + "parameters": + { + "sub_mode": "click" + }, + "inputs": + { + "west": + { + "output": "/actions/main/in/VREditor_Right_TrackpadLeft" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/right/input/trackpad", + "parameters": + { + "sub_mode": "click" + }, + "inputs": + { + "east": + { + "output": "/actions/main/in/VREditor_Right_TrackpadRight" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/right/input/trackpad", + "parameters": + { + "sub_mode": "click" + }, + "inputs": + { + "north": + { + "output": "/actions/main/in/VREditor_Right_TrackpadUp" + } + } + }, + { + "mode": "trackpad", + "path": "/user/hand/right/input/trackpad", + "inputs": + { + "click": + { + "output": "/actions/main/in/VREditor_Right_ConfirmRadialSelection" + } + } + }, + { + "mode": "trackpad", + "path": "/user/hand/right/input/trackpad", + "inputs": + { + "touch": + { + "output": "/actions/main/in/VREditor_Right_Touch" + } + } + }, { "mode": "scalar_constant", "path": "/user/hand/left/input/grip", @@ -280,6 +488,28 @@ "output": "/actions/main/in/SteamVRBindings axis" } } + }, + { + "mode": "trigger", + "path": "/user/hand/left/input/trigger", + "inputs": + { + "pull": + { + "output": "/actions/main/in/VREditor_Left_TriggerAxis axis" + } + } + }, + { + "mode": "trigger", + "path": "/user/hand/right/input/trigger", + "inputs": + { + "pull": + { + "output": "/actions/main/in/VREditor_Right_TriggerAxis axis" + } + } } ], "poses": [ @@ -315,5 +545,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_cosmos_controller.json b/Config/SteamVRBindings/vive_cosmos_controller.json index a823e0e..9faee6a 100644 --- a/Config/SteamVRBindings/vive_cosmos_controller.json +++ b/Config/SteamVRBindings/vive_cosmos_controller.json @@ -151,5 +151,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_pro.json b/Config/SteamVRBindings/vive_pro.json index 74b240d..473be00 100644 --- a/Config/SteamVRBindings/vive_pro.json +++ b/Config/SteamVRBindings/vive_pro.json @@ -21,5 +21,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_tracker.json b/Config/SteamVRBindings/vive_tracker.json index e01ec5f..d171e54 100644 --- a/Config/SteamVRBindings/vive_tracker.json +++ b/Config/SteamVRBindings/vive_tracker.json @@ -60,5 +60,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_tracker_camera.json b/Config/SteamVRBindings/vive_tracker_camera.json index 3818f6d..0ad9a17 100644 --- a/Config/SteamVRBindings/vive_tracker_camera.json +++ b/Config/SteamVRBindings/vive_tracker_camera.json @@ -15,5 +15,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_tracker_chest.json b/Config/SteamVRBindings/vive_tracker_chest.json index 14b7432..9fd1a9b 100644 --- a/Config/SteamVRBindings/vive_tracker_chest.json +++ b/Config/SteamVRBindings/vive_tracker_chest.json @@ -15,5 +15,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_tracker_handed.json b/Config/SteamVRBindings/vive_tracker_handed.json index ee32d4f..5ff2609 100644 --- a/Config/SteamVRBindings/vive_tracker_handed.json +++ b/Config/SteamVRBindings/vive_tracker_handed.json @@ -60,5 +60,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_tracker_keyboard.json b/Config/SteamVRBindings/vive_tracker_keyboard.json index 1a48d05..b24c104 100644 --- a/Config/SteamVRBindings/vive_tracker_keyboard.json +++ b/Config/SteamVRBindings/vive_tracker_keyboard.json @@ -15,5 +15,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_tracker_left_elbow.json b/Config/SteamVRBindings/vive_tracker_left_elbow.json index 155cfaa..f83c6be 100644 --- a/Config/SteamVRBindings/vive_tracker_left_elbow.json +++ b/Config/SteamVRBindings/vive_tracker_left_elbow.json @@ -15,5 +15,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_tracker_left_foot.json b/Config/SteamVRBindings/vive_tracker_left_foot.json index 00b3dee..8c09d88 100644 --- a/Config/SteamVRBindings/vive_tracker_left_foot.json +++ b/Config/SteamVRBindings/vive_tracker_left_foot.json @@ -15,5 +15,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_tracker_left_knee.json b/Config/SteamVRBindings/vive_tracker_left_knee.json index 88a6025..6dccd18 100644 --- a/Config/SteamVRBindings/vive_tracker_left_knee.json +++ b/Config/SteamVRBindings/vive_tracker_left_knee.json @@ -15,5 +15,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_tracker_left_shoulder.json b/Config/SteamVRBindings/vive_tracker_left_shoulder.json index 09551fc..0e953ea 100644 --- a/Config/SteamVRBindings/vive_tracker_left_shoulder.json +++ b/Config/SteamVRBindings/vive_tracker_left_shoulder.json @@ -15,5 +15,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_tracker_right_elbow.json b/Config/SteamVRBindings/vive_tracker_right_elbow.json index c1bb0ff..28fddd8 100644 --- a/Config/SteamVRBindings/vive_tracker_right_elbow.json +++ b/Config/SteamVRBindings/vive_tracker_right_elbow.json @@ -15,5 +15,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_tracker_right_foot.json b/Config/SteamVRBindings/vive_tracker_right_foot.json index 7fcdd9a..2e3b6c6 100644 --- a/Config/SteamVRBindings/vive_tracker_right_foot.json +++ b/Config/SteamVRBindings/vive_tracker_right_foot.json @@ -15,5 +15,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_tracker_right_knee.json b/Config/SteamVRBindings/vive_tracker_right_knee.json index d9c4698..8e36bc8 100644 --- a/Config/SteamVRBindings/vive_tracker_right_knee.json +++ b/Config/SteamVRBindings/vive_tracker_right_knee.json @@ -15,5 +15,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_tracker_right_shoulder.json b/Config/SteamVRBindings/vive_tracker_right_shoulder.json index 6c72aae..1a15e58 100644 --- a/Config/SteamVRBindings/vive_tracker_right_shoulder.json +++ b/Config/SteamVRBindings/vive_tracker_right_shoulder.json @@ -15,5 +15,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_tracker_waist.json b/Config/SteamVRBindings/vive_tracker_waist.json index 5ce7be7..46f1f58 100644 --- a/Config/SteamVRBindings/vive_tracker_waist.json +++ b/Config/SteamVRBindings/vive_tracker_waist.json @@ -15,5 +15,5 @@ ] } }, - "description": "AF-14685802" + "description": "AF-17735300" } \ No newline at end of file diff --git a/Config/steamvr_ue_editor_app.json b/Config/steamvr_ue_editor_app.json index 2ad9b97..20b8a4b 100644 --- a/Config/steamvr_ue_editor_app.json +++ b/Config/steamvr_ue_editor_app.json @@ -2,15 +2,15 @@ "source": "UE", "applications": [ { - "app_key": "application.generated.ue.af-14830424.ue4editor.exe", + "app_key": "application.generated.ue.af-17735300.ue4editor.exe", "launch_type": "url", "url": "steam://launch/", - "action_manifest_path": "D:/Projekte/AdvancedFrameworkRepos/Config/SteamVRBindings/steamvr_manifest.json", + "action_manifest_path": "F:/Projects/CZU/lidarforest 4.27/Config/SteamVRBindings/steamvr_manifest.json", "strings": { "en_us": { - "name": "AF-14830424 [UE Editor]" + "name": "AF-17735300 [UE Editor]" } } } diff --git a/Content/AFCore/Blueprints/Game/BP_GameMode_Main.uasset b/Content/AFCore/Blueprints/Game/BP_GameMode_Main.uasset index b9372d0..1a843c6 100644 --- a/Content/AFCore/Blueprints/Game/BP_GameMode_Main.uasset +++ b/Content/AFCore/Blueprints/Game/BP_GameMode_Main.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a4ab8fe8712d138606992436b10357b98133c1f710940265bfacdebddab2f43 -size 103167 +oid sha256:e2005654cd79714a4877963335ac248e62ca77cade9b2fd40e0a81bf2fda73a6 +size 103688 diff --git a/Content/AFCore/Blueprints/Level/Menu/BP_LevelMenu_Large.uasset b/Content/AFCore/Blueprints/Level/Menu/BP_LevelMenu_Large.uasset index c893abb..5fa2aef 100644 --- a/Content/AFCore/Blueprints/Level/Menu/BP_LevelMenu_Large.uasset +++ b/Content/AFCore/Blueprints/Level/Menu/BP_LevelMenu_Large.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b093ad03d78b0c979d2c733fdcbdd90d3a33a1ec478d8afb1a9f13b1c048d5c -size 43685 +oid sha256:ebe92368b8ba71e268288342f9708bda8bab839d8d098cc131f8675f41ef2c50 +size 44303 diff --git a/Content/AFCore/Blueprints/Level/PlayerPosition/BP_PlayerPosition.uasset b/Content/AFCore/Blueprints/Level/PlayerPosition/BP_PlayerPosition.uasset index f0f8281..577dd5a 100644 --- a/Content/AFCore/Blueprints/Level/PlayerPosition/BP_PlayerPosition.uasset +++ b/Content/AFCore/Blueprints/Level/PlayerPosition/BP_PlayerPosition.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c10aeabe7122a2db8a784a70b14ae950b3c65527c6b7ec4e953f7a33d26a8ab -size 164673 +oid sha256:3323bef0dd98721c0c472f7d67bea6dc602dd9c5513f99c86408204dc25151bb +size 164123 diff --git a/Content/AFCore/Blueprints/Pawn/BP_Pawn_Base.uasset b/Content/AFCore/Blueprints/Pawn/BP_Pawn_Base.uasset index 9c18b7b..50b292d 100644 --- a/Content/AFCore/Blueprints/Pawn/BP_Pawn_Base.uasset +++ b/Content/AFCore/Blueprints/Pawn/BP_Pawn_Base.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df785afd21e5e07eef139f46dad6e11f36ebe8939b1d6770ed2cf7bd503f98c9 -size 1224894 +oid sha256:a0f974e4714fc0efb257e862a0f97253a1501097e476b4ba0c0d8736aa91ce04 +size 1201596 diff --git a/Content/AFCore/Blueprints/Pawn/Desktops/BP_Pawn_Desktop.uasset b/Content/AFCore/Blueprints/Pawn/Desktops/BP_Pawn_Desktop.uasset index 1dd7cca..667ba44 100644 --- a/Content/AFCore/Blueprints/Pawn/Desktops/BP_Pawn_Desktop.uasset +++ b/Content/AFCore/Blueprints/Pawn/Desktops/BP_Pawn_Desktop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4e54d7c035b5528fbfbf8dcb30e6db4fe5f90f71281ade7c70ba71121fc97d0 -size 260747 +oid sha256:b9cef9a41815ad49fe9634d2554e22dd7f72ffcb16c5346a39d43b85eb9c5ebd +size 269464 diff --git a/Content/AFCore/Blueprints/VR/MotionComponents/BP_MComp.uasset b/Content/AFCore/Blueprints/VR/MotionComponents/BP_MComp.uasset index 2be6032..a5235b1 100644 --- a/Content/AFCore/Blueprints/VR/MotionComponents/BP_MComp.uasset +++ b/Content/AFCore/Blueprints/VR/MotionComponents/BP_MComp.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c6d484100a819c62674351f5bf1da85b7c1d2cf955fb048519157fd3d816d50 -size 147216 +oid sha256:1acfd4c477a74c375baf81d4a1329f94af89ce4c23eb491015db6f4fccc3c80e +size 146092 diff --git a/Content/AFCore/Blueprints/VR/MotionComponents/BP_MComp_Movement.uasset b/Content/AFCore/Blueprints/VR/MotionComponents/BP_MComp_Movement.uasset index 116da14..b608961 100644 --- a/Content/AFCore/Blueprints/VR/MotionComponents/BP_MComp_Movement.uasset +++ b/Content/AFCore/Blueprints/VR/MotionComponents/BP_MComp_Movement.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8cb8ad5d029c0bcf070d63d3f6449fc9e79f97ea77134811db8e4af2e8ec3df7 -size 755346 +oid sha256:e38a9fc02308291c3b7a3da5a258059688fab27e4cf2a8ef33fb66b95f30ffc1 +size 757062 diff --git a/Content/AFCore/Blueprints/VR/MotionControllers/BP_MotionController_Hands_Right.uasset b/Content/AFCore/Blueprints/VR/MotionControllers/BP_MotionController_Hands_Right.uasset index 214ba81..dd667ff 100644 --- a/Content/AFCore/Blueprints/VR/MotionControllers/BP_MotionController_Hands_Right.uasset +++ b/Content/AFCore/Blueprints/VR/MotionControllers/BP_MotionController_Hands_Right.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb2fe19be01e9acc650149866cc598be037381ea39c0d6372b6bd2bcfdd5bd44 -size 43514 +oid sha256:e693b828e87b7f2f54c95f5d04a0ca188420ff516d2d83c1025ae269a29300a7 +size 122444 diff --git a/Content/AFCore/Examples/Maps/Map_Demo_UI.umap b/Content/AFCore/Examples/Maps/Map_Demo_UI.umap index fcf6e0d..3d34235 100644 --- a/Content/AFCore/Examples/Maps/Map_Demo_UI.umap +++ b/Content/AFCore/Examples/Maps/Map_Demo_UI.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a166446603df9b9ae6352de0a7ef175c7eae8a7266a47dde1731a61bc52233e7 -size 299429 +oid sha256:786115a80ac800d0f727827f8f62b5761b84917aad3c859a9a7322748821e439 +size 299731 diff --git a/Content/AFCore/Examples/Materials/Metal/T_Wood_Cherry_Floor_roughness_Mat.uasset b/Content/AFCore/Examples/Materials/Metal/T_Wood_Cherry_Floor_roughness_Mat.uasset new file mode 100644 index 0000000..d667ab1 --- /dev/null +++ b/Content/AFCore/Examples/Materials/Metal/T_Wood_Cherry_Floor_roughness_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f9c56d7bb0fbbab3591e005184835f5635e85a201d3fabefb4dbdd5ddb276a +size 92751