From 932af6d66ef3f07cc2a908ddf0cd85df6f1df5c6 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Sun, 16 Jun 2024 16:29:31 +0200 Subject: [PATCH] Main Menu updates to support pause Widget Component rotations are now computed dynamically, Custom Movement Functions to move Widgets during Pause --- .../Content/MainMenu/BP_GameStart.uasset | 4 ++-- .../Content/MainMenu/BP_MainMenu.uasset | 4 ++-- .../Content/MainMenu/BP_WidgetWithIndex.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap | 2 +- .../Content/VRE/Core/Character/BP_VRCharacter.uasset | 4 ++-- .../Content/VRE/Core/Character/FPS_VRCharacter.uasset | 2 +- .../Content/VRE/ExampleMap/MotionControllerMap1_BlockOut.umap | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_GameStart.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_GameStart.uasset index eae2363..85d0803 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_GameStart.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_GameStart.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:101d5d0074f93efda95e808063903d2bd71015e805b7142f453c77fda3a19106 -size 180301 +oid sha256:94bc4e4bb7637a82e3d2345da4ec4f3cdd142041c4e763971cb52b8ca62e8b0c +size 175807 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset index 113619f..c77603e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc506a301562a5a70c60294513d61a95fcbb6048798c802510d671c60e532cf7 -size 779604 +oid sha256:aaa555fe04b2da3999e566f5dbdb522fecfcc9c745af1c756ae2e2d6662808ec +size 1006817 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset index c129c44..924db5f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:270d79928328b014c52b6c964e56fd68872e685e7aa56a7215973e0c2cb5ef82 -size 93835 +oid sha256:fe95d66b6c8de5f64276d041249b8291a1844e873245bcd05e28e214a19038e8 +size 112738 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap index aaceb03..d88decb 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:094b5a190ba0f7787aa4a195abc13e34689303ef80add50829e574ff2f10e7c3 +oid sha256:7cbe0bc2eacdc5f7abe295f2394a69c46040f83574b1cd1c207f5e7693fb38e7 size 63777 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset index 9c164ea..f1b53fa 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5025875fad83ebdd3f11bbee296f4902e9a7bb82fffd0d540aff40f5095c482b -size 5386157 +oid sha256:88bb193edf9a51f1c5618422749453fb398a473be8a8aa1dba6835c8c753b26e +size 5441089 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/FPS_VRCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/FPS_VRCharacter.uasset index 0327678..f019dc2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/FPS_VRCharacter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/FPS_VRCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d8b3a15b753ed8ef148a32aaacd86ef6f820f9caae4bc926e1c74cfa3951fc12 +oid sha256:cd780e8d625d35b630755f16e8c34f2350a7e17a270f83ed8737ffed75b36f7d size 306455 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap1_BlockOut.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap1_BlockOut.umap index 2e5f8a6..42cf186 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap1_BlockOut.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap1_BlockOut.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81fd52d5f0a9dc6bf7ef19f0dd0a8cf24dcf2d13c1e57c66c179456e7fa9a933 -size 876664 +oid sha256:1bce17cd410f69493d54a62521a8bf0aec668508d069a74a2ce196d5938859e4 +size 871270