From c6e2c203aae1d551de65803b107eeb7b05792a11 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 9 May 2025 14:52:47 +0200 Subject: [PATCH 01/28] Rewrote Slice/Midi System as Midi per Note Data is limited --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/DT_MidiEvents.uasset | 3 +++ .../Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset | 4 ++-- .../Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset | 4 ++-- .../Content/Audio/MIdi_HarmonixPlugin/TestSong/asd.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/DT_MidiEvents.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/asd.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index edf2536..894a99f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:afdd12d1f567393244b604e9432ca80013ba0bf96ed6665341d71a14a66acb7b -size 894513 +oid sha256:62427d97267c700beb332ebe7b8f414548481f805879a6036ed2d0eb892cb808 +size 885198 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index c46e0ea..b21c6c2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f18a620176b563a705a21e7ebf18364a4075689a9a3f8469876f2c01c92e6167 -size 365979 +oid sha256:f4dc3e964a6247d9f693c8b00aa002f5f602fd5fe642c8efd32310dc47be0fb1 +size 371259 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/DT_MidiEvents.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/DT_MidiEvents.uasset new file mode 100644 index 0000000..a91bdfd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/DT_MidiEvents.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a4442aca5b146da95af3b2d48caeb4e32b5f4f8bcd1666992c921a97e6e376 +size 8321 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset index 33b5eea..0e5c3ce 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17df7eb98167ee247a9988e7833059254aff8207ac7547a390e1cfd085d791e7 -size 386877 +oid sha256:aa08e1f21177fc6a71f25a61eaeb44c046b553a97408c9d803ce406d1ee2117d +size 295679 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset index daf1897..2957b53 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a177b427b765d8823ed923f020062ed3bb389e7c5db73adbd81ec1218089cfc -size 4563 +oid sha256:1b0b8b90cb067b8d16e8a87d329d0c61a92fb569ff863111b511390e6cbf84bc +size 4635 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/asd.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/asd.uasset deleted file mode 100644 index 5f4b68f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/asd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d7196dc1680abb7d7f9cf412d06c2882aec4be1961f403119b0115c9f028960 -size 3765 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index cb5e86d..7257891 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d1e8cea61949721884e83f8535599a7b50f1576c1a419eb1104397a7f137ac0 +oid sha256:7f8c5b9475e644df04446d59289dd45d9e1c05a5a1a581e7d0490aa8ffdabb95 size 54438 From 21bddafc63f1f273be8ccb219db6429d3a495f51 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 12 May 2025 15:56:05 +0200 Subject: [PATCH 02/28] Misc Fixes on Slicegame, Building a Gamestart System --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/UI/MainMenu/WB_Button.uasset | 4 ++-- .../Content/UI/MainMenu/WB_Button_StyleMain.uasset | 4 ++-- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- 8 files changed, 17 insertions(+), 14 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 894a99f..4a5ab8c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62427d97267c700beb332ebe7b8f414548481f805879a6036ed2d0eb892cb808 -size 885198 +oid sha256:1bff60b6e6ae602268ac8108ea1f9fbde2b2fafbcc14be6717eb90c5c72f5700 +size 846062 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index b21c6c2..4062b8c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4dc3e964a6247d9f693c8b00aa002f5f602fd5fe642c8efd32310dc47be0fb1 -size 371259 +oid sha256:01194e0a7b59e59b27ff46b4d3d6d7464b82ec8c86667b722df6a34162e4bc07 +size 541808 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index cd5fc06..90b4cb3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:146c7577731c4dc389ec00272e7ff9debcd2ae2ba4e263df5a40348a834d3e45 -size 33395 +oid sha256:a00d37df1f938ac0b73772a3d1d06ff799d534ba58fd8ad9578932f2ca3e0988 +size 33508 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset new file mode 100644 index 0000000..cc0b57c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bfa30e1c265857e497e8d47715eb41a877f4c88036ebe16bfdb3ba813c05330 +size 34016 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 7257891..c9a6718 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7f8c5b9475e644df04446d59289dd45d9e1c05a5a1a581e7d0490aa8ffdabb95 -size 54438 +oid sha256:fb3daa9541026317d557c7472be0a48f2c7692e9f516589c3c3b3f8734319431 +size 54940 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button.uasset index 7e3eae3..7f0d698 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b0bed14d35353a4cdf20593203c625269eeafc7292d8e67da78a487d3835a25 -size 232603 +oid sha256:0d03547abf62d1335cc3ae29f048e5e6d8dfd8356e2e32121d9daa474d25b711 +size 232202 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button_StyleMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button_StyleMain.uasset index 5e86ad5..9eb83ec 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button_StyleMain.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button_StyleMain.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6b805315a87ffd836fc557ea285c3009e8995f1816d4f419315014e080ffbfd -size 29685 +oid sha256:35904a1f2a58610d993b6c22af90955d6b6c8bfce3cd1ad3307d895454743daf +size 30781 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset index bedd486..3b53cc6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d3254d603cc25fd6a8a17513f21e8cf7a9e11bc19b3ed7b376a99848988a104 -size 1811554 +oid sha256:d2fab41fdd6aaa6ac125962b23aad63fc9aca94a100757a7e7c5452f23a93979 +size 1821983 From 7fd7a5d2ad533640d943e4de5fb327ea95e0d265 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 13 May 2025 15:34:03 +0200 Subject: [PATCH 03/28] Work SliceGame, Startmechanics workjs now, Usability fixes --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 4a5ab8c..baf2646 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1bff60b6e6ae602268ac8108ea1f9fbde2b2fafbcc14be6717eb90c5c72f5700 -size 846062 +oid sha256:d84ffa0a9223d1176934119386cf312fc7426d7cfb5c6cfaa3b5d60dc6be9cc0 +size 850550 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 4062b8c..3cf2d98 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01194e0a7b59e59b27ff46b4d3d6d7464b82ec8c86667b722df6a34162e4bc07 -size 541808 +oid sha256:ec4ca671f565ff613429d91bf13f737b856c3a3999f3b31f688c37d0b868cf66 +size 833592 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset new file mode 100644 index 0000000..bc55652 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a5fde8317f882b4be75a66804b0de4f9bea6372a689fb17ee04597f7386044 +size 45846 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset deleted file mode 100644 index cc0b57c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bfa30e1c265857e497e8d47715eb41a877f4c88036ebe16bfdb3ba813c05330 -size 34016 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index c9a6718..a6b2c40 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb3daa9541026317d557c7472be0a48f2c7692e9f516589c3c3b3f8734319431 -size 54940 +oid sha256:9305b10493709d5a25d33e2d8538329bbb019e7d3ca5e3ad04c2c8b3743a571d +size 55377 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 9dfc5e1..3bd973b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5eab2a9b4100759cd86c10c196e495bb75f6c988867fc600bde368d1e8e269d -size 1616181 +oid sha256:a31e9dd5961ff050dce827a9a90322cdec5b9ab4f093141c996e9b44d8870cf8 +size 1616327 From a47d7a9cf9ba045a3a78931c212cbba56469d32c Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 14 May 2025 15:40:42 +0200 Subject: [PATCH 04/28] Some work on the SliceGame (Health) and correcting Grips on the Recorder (mirror Axis) --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Animations/A_MannequinXR_GrabAnimationFist.uasset | 3 +++ .../VRHandMeshes/Animations/GrabAnimation.uasset | 4 ++-- .../VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset | 3 +++ .../Interactibles/Electrical/Recorder/BP_Cassette.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/BP_Recorder.uasset | 4 ++-- .../Furniture/Doors/MetalDoor/BP_SliderDoor.uasset | 4 ++-- 12 files changed, 26 insertions(+), 20 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinXR_GrabAnimationFist.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index baf2646..74b45d2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d84ffa0a9223d1176934119386cf312fc7426d7cfb5c6cfaa3b5d60dc6be9cc0 -size 850550 +oid sha256:8cd85da102196e77d3f44e3bd95db1e88cc28ebc32d16ffb08e877d025a822b9 +size 819673 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 3cf2d98..5b559f4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec4ca671f565ff613429d91bf13f737b856c3a3999f3b31f688c37d0b868cf66 -size 833592 +oid sha256:1049b575cfc6a855cfb80e8f3993948db91d298499984b9d954821c744fc1b48 +size 766369 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset index bc55652..6bcc300 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:35a5fde8317f882b4be75a66804b0de4f9bea6372a689fb17ee04597f7386044 -size 45846 +oid sha256:abe639e7137c49e4f86bcdc7ee5794f2f63ac25ab887fa4a4443b73231a381d2 +size 42730 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 27bcfc9..bf9649e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c263e95ff8aa91a11032b6bdd5384188c27a09c040e55b1a4a76e1896e27b8e5 -size 606007 +oid sha256:c4087c0ab319fc51e8690dd45a6d48e8239753b19cb316f7ebcbf5dbb3e8efa1 +size 637296 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index a6b2c40..e920d15 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9305b10493709d5a25d33e2d8538329bbb019e7d3ca5e3ad04c2c8b3743a571d -size 55377 +oid sha256:cd00e479629d658175886941dfce4c4532b0f6dc63577e0e5029ffaca7b956c5 +size 55678 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 3bd973b..d299a45 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a31e9dd5961ff050dce827a9a90322cdec5b9ab4f093141c996e9b44d8870cf8 -size 1616327 +oid sha256:e1de712400a0c00c42202fab9196f89937980bfe8e1589039c2065311d67837f +size 1617854 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinXR_GrabAnimationFist.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinXR_GrabAnimationFist.uasset new file mode 100644 index 0000000..970c890 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinXR_GrabAnimationFist.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ae94cb50ac541aaae78ca7ffa323af87883429e6b7809b6eb351bb7bf86b24 +size 54389 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/GrabAnimation.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/GrabAnimation.uasset index 7b5b519..b8068ef 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/GrabAnimation.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/GrabAnimation.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:29d60663acdcf836b1f18af8160e55605eed835f7860998f77bf8c5c64b935e7 -size 18098 +oid sha256:6a7146154aac6ba15f90376e90d5776676e592cd6b9a6bc8c3eb9f983206da26 +size 1733 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset new file mode 100644 index 0000000..2e2f8f5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ebff62229729b127a38117492f4220f524366642c5401e484ae55d14945da5 +size 69996 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset index 690fc74..3b0da13 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be5374bdc0c866347ff1065558c16f82aa627ee3310ec81812e475a4f2e325a2 -size 50891 +oid sha256:a4bf7c04c4cc959ef75b7fed0762e2319453487d837130a8740020880c80fee0 +size 51650 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset index d3da03a..6c274f7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:817d63d7f4fb2bbe7530b2df0107cc16c8358ab83ca38b5a977ae8c1a245f567 -size 260751 +oid sha256:3b1d1fc65b1a67d26e02e7d08538c84465deabc434d8676541dd519c729dc7cf +size 347233 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/BP_SliderDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/BP_SliderDoor.uasset index 7e1b998..eaea6ac 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/BP_SliderDoor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/BP_SliderDoor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6551f28d6cacb11857b3223733f99216655c6b0a0e848fef3ff5a0da4f53f557 -size 280020 +oid sha256:4d50a4544e17bf874bd915acaa3bd26a37884dee9766fa8ff7230177eaa10f5e +size 281424 From eca83406f10865a1c0362aa1f5fb850d2b46f4b0 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 3 Jun 2025 17:49:42 +0200 Subject: [PATCH 05/28] Misc Changes to SliceGame, Added Gloabal Audio Component to Gamestate --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor.uasset | 4 ++-- .../MIdi_HarmonixPlugin/TestSong/M_CrossFloor_Inst.uasset | 2 +- .../Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset | 4 ++-- .../Content/Core/BP_GlobalMusicManager.uasset | 3 +++ .../Content/Core/BP_VRGameState.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/Map_TestInstancedMolecules.umap | 3 +++ .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/UI/MainMenu/Logo/BP_Logo.uasset | 3 --- .../UI/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset | 3 --- .../Content/UI/MainMenu/UI_Materials/TestWidget.uasset | 3 --- .../Content/UI/MainMenu/UI_Sound/MenuHover.uasset | 3 --- .../Content/VRE/Core/VRGameMode.uasset | 4 ++-- .../Content/World/VFX/Projector/MI_Projector.uasset | 3 +++ .../Content/World/VFX/Projector/MI_SliceTest.uasset | 3 +++ .../Content/World/VFX/Projector/M_Projector.uasset | 4 ++-- .../Content/World/VFX/Projector/M_Projector_Inst.uasset | 4 ++-- 20 files changed, 36 insertions(+), 33 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/BP_GlobalMusicManager.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/BP_VRGameState.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Map_TestInstancedMolecules.umap delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/BP_Logo.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/TestWidget.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MenuHover.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_Projector.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_SliceTest.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 74b45d2..3203098 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8cd85da102196e77d3f44e3bd95db1e88cc28ebc32d16ffb08e877d025a822b9 -size 819673 +oid sha256:75a33bd81d9345924d571ecc5d83fa85c77e30503c96d72abf415fe75f5baeb4 +size 810597 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 5b559f4..f98c207 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1049b575cfc6a855cfb80e8f3993948db91d298499984b9d954821c744fc1b48 -size 766369 +oid sha256:12b52567efcfe9d3d4254c7cf7b0abb3ccd437f650734fad7c61ff60e298daf8 +size 767573 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset index 0e5c3ce..9f5953d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa08e1f21177fc6a71f25a61eaeb44c046b553a97408c9d803ce406d1ee2117d -size 295679 +oid sha256:26f929f3d1bf8b7e22b237a7785bf0d12a7102d7dbffbd03b2ac09e4d7d0026d +size 283448 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor.uasset index f8bc964..514e477 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7fc87ec476ffe0b5886e9440c7da6ccd466df67bebe74ec2a00d8411b2d8e0a7 -size 26784 +oid sha256:4af4b7087ace72c117adf04ac0ded847d346ce1aa8587d1d560ec6e2b95cad62 +size 27186 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor_Inst.uasset index 863ff01..a95f6fa 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2b3207052e7b0000d7a68e07979bedd979bdce9a204e68126693c0806629f3c +oid sha256:5912cef7e08ed0334b484da583ff979c3b24e9f2da3b86cb1ef4b39d8e79e7cd size 13876 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset index 2957b53..fe4c06d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b0b8b90cb067b8d16e8a87d329d0c61a92fb569ff863111b511390e6cbf84bc -size 4635 +oid sha256:db70615acbe34c61ecf1cde789816f8beca70d2faca56ea1720ba3471a8532cf +size 5326 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/BP_GlobalMusicManager.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_GlobalMusicManager.uasset new file mode 100644 index 0000000..6e4c273 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_GlobalMusicManager.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e908d6676237abe6178c6bf8cb520774f7d6f70df56c5becc41b1ec00a3b2a4e +size 30793 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/BP_VRGameState.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_VRGameState.uasset new file mode 100644 index 0000000..4face57 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_VRGameState.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9a8e03eb9b18713b3a7769b581ae00c945d2312764710f73f6389fa0922ad7 +size 21638 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index e920d15..48885e6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd00e479629d658175886941dfce4c4532b0f6dc63577e0e5029ffaca7b956c5 -size 55678 +oid sha256:60ba7a72fb2d19f03ccd3516f854b42d3f35daae52bf8a081c5d75f6becc75ae +size 59439 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_TestInstancedMolecules.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_TestInstancedMolecules.umap new file mode 100644 index 0000000..d24fc74 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_TestInstancedMolecules.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f8f88f076bb7a9be683e8c4ff85ac7be4c1075f4d38c2a17595786c0e78987 +size 6767 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index d299a45..cf599e8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1de712400a0c00c42202fab9196f89937980bfe8e1589039c2065311d67837f -size 1617854 +oid sha256:963604a268a0deb1779918f039a8d5f4c9ce593bb3261da88b58aac8ef1494a7 +size 1617846 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/BP_Logo.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/BP_Logo.uasset deleted file mode 100644 index 7c8f253..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/BP_Logo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28df46f41ee60f8492cadbe5f42cb1ebc5f4e52690b0cbb31abafe5e093d3377 -size 66489 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset deleted file mode 100644 index 425a302..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbc57da2e7613e3e4ee9852114fdc230ba2dd1826b742f6405faf393e18cd107 -size 29401 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/TestWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/TestWidget.uasset deleted file mode 100644 index d320c20..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/TestWidget.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ba18f91e28a6c9a91c8c2d457bb9f5f405ec8a5e37de7bdf0540f582d72e6e3 -size 25782 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MenuHover.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MenuHover.uasset deleted file mode 100644 index 617ea5c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MenuHover.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf51cf13105bf2ec527e1bfca6045373f1e9e8251e79f4c5248597d580b97736 -size 45510 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameMode.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameMode.uasset index ed10686..f48e7db 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameMode.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameMode.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff2a09974e04b0cb5e29b828479eab8d9eeb50a464db264533519340783ebcf1 -size 26008 +oid sha256:52d6e590826d51c2da4979e456de3c0750a041fdfbb4f583c6580f336275bbf8 +size 28295 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_Projector.uasset new file mode 100644 index 0000000..82c2c83 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_Projector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5655dd1097508875fe3a5a4df5bb81404370e541607ed468f2b5637868671e18 +size 22811 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_SliceTest.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_SliceTest.uasset new file mode 100644 index 0000000..0eef19d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_SliceTest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff56836b7eb36e8d8ea038cde4280acad96e5b46dc38d739c7530fe741cd3809 +size 10837 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset index 07b7144..1de70f1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8874d7f21769e477686a3bd76cf4b90ce6d86d0a06aff641f0a14829c5f450eb -size 33871 +oid sha256:f12167d851cd437f102830b31fd5edb94a0e41c0210e42f5e3fb4db20e29d25a +size 33947 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset index b7b265c..b0e1fd8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b03a3969df24f55ee3188d7578d34a43279ab4a4d2c562a7fed60a6023d2dd7f -size 16695 +oid sha256:3f148f5628344cd928aaa44d9a63f96742e89a51a1b87c9abfaa5a8b1de8fd18 +size 1588 From db31b30ad85688c540a2d0a535ed87400f070d61 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 6 Jun 2025 13:13:02 +0200 Subject: [PATCH 06/28] Computer was down for broken Graphics Card, so late update (misc) --- VIRTUOS_ExpansionPluginTests/Content/Maps/EMpty/NewWorld.umap | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Outside_Default.umap | 4 ++-- .../Content/Maps/Map_Room_Kitchen.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../VRHandMeshes/Meshes/A_MannequinXR_TwoFingerGrab.uasset | 3 +++ .../VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset | 3 --- .../Misc/Examples/DrawerBase/Locker/Cabinet1.uasset | 4 ++-- .../Misc/Examples/DrawerBase/Locker/LockerBody.uasset | 4 ++-- .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../Interactibles/FreezingChamber/BP_FreezingChamber.uasset | 4 ++-- .../World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset | 4 ++-- .../World/Static/Furniture/BookShelfLarge/BOoksshlef.uasset | 3 +++ .../World/Static/Furniture/StorageShelf/Furniture7.uasset | 3 +++ .../StorageShelf/MergedBake_StorageShelf_PBR_Diffuse.uasset | 3 --- .../StorageShelf/MergedBake_StorageShelf_PBR_Mat.uasset | 4 ++-- .../StorageShelf/MergedBake_StorageShelf_PBR_Normal.uasset | 3 --- .../Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset | 4 ++-- 19 files changed, 37 insertions(+), 31 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/EMpty/NewWorld.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinXR_TwoFingerGrab.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/BookShelfLarge/BOoksshlef.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/Furniture7.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Diffuse.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Normal.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/EMpty/NewWorld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/EMpty/NewWorld.umap new file mode 100644 index 0000000..387a8d8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/EMpty/NewWorld.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2384ab119ba0b9620ef9f2d4a6de2af08b0c4ecb190b7d5617f1483e6a73b62d +size 6677 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index bf9649e..c36c74c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c4087c0ab319fc51e8690dd45a6d48e8239753b19cb316f7ebcbf5dbb3e8efa1 -size 637296 +oid sha256:e797116219b10c6e3067d8c111bbe0324dfe89e2b4d637938614f20d37f1ed0a +size 477774 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap index 65f30b4..6edfdbf 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90ba846d38a56cf8b77ca644997c5741dd83456bf08920b357ee5f75c96a636e -size 18449 +oid sha256:3b66fe408cc6b34d099059b3e7af07793340f93b9d8d8594f3d59ec5a8c58eaa +size 20981 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap index c093fd5..fc47554 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4de2b31057968ab2b690cacac28f5da172c4a7d2c46a2d2c254d16b4685cd439 -size 9257 +oid sha256:182347fdfb12785e2ea2841b5b18c0df7dcc7e3829e3131dbf7a96a29778bdef +size 135935 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap new file mode 100644 index 0000000..fcf7d97 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98449a5e585ea635e85461c01fab7dcac92719700fe1d53649e25ad87cf8f222 +size 55509 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 5af439a..1ca25dd 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7940d7ba3df039310e9a1ded0a08a7de2da0ba67acb281e1439f0cc7228d53fa -size 132180 +oid sha256:92c964949d1a9dd00187645697bb4579957263a71445c85522dd27304b624074 +size 132626 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinXR_TwoFingerGrab.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinXR_TwoFingerGrab.uasset new file mode 100644 index 0000000..57494e4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinXR_TwoFingerGrab.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e55e048a557609dc32545aa3ef0bb22e1e19f3e8e5d8b46f1ade2fa4932a77 +size 84615 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset deleted file mode 100644 index 2e2f8f5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2ebff62229729b127a38117492f4220f524366642c5401e484ae55d14945da5 -size 69996 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/Cabinet1.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/Cabinet1.uasset index 5bc9b50..042730f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/Cabinet1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/Cabinet1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f0087acf45130e43f64ef709573a736d8101152923d61809bb452a7d0798fd1 -size 84647 +oid sha256:6bec3bdc8d9d73f11ffb56cc09a66e92d53ff23ba8df94ee82af7f032eeaa3da +size 85039 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerBody.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerBody.uasset index f1ff7d2..7cee4f0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerBody.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerBody.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1822d084f6b0f74c9c5db0df0863385829651c6a02a7ee0288687c65b379309c -size 109886 +oid sha256:4a542106e66b321d29bbf627540746bc72fff8da5c386c46e9c4fec6bf942336 +size 114220 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset index d1dcb35..75966ca 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9be1536edac86f8f17aa87ec4ffd1c68bf203c782e0831a5020e0d53867e2fb -size 5624872 +oid sha256:efb47ee87d1b5e90642646e19936a1481e02b276b3f0794547af6abff4c49c43 +size 5635331 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/BP_FreezingChamber.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/BP_FreezingChamber.uasset index fe1c876..4deb4c5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/BP_FreezingChamber.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/BP_FreezingChamber.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:142e0b4e2b87118cc699d12f63ba6e9c9a6193959397a03a0b6259bb302b191e -size 40870 +oid sha256:755ddbc7d903257846d3b1c6ef574af7b8212fd3b46540d1791328ede60ee1e4 +size 68891 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset index a965466..067eb1d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b37894731dbfcea4290ae3e6a224a268b37f800ebcdcd1649a081b51209ba702 -size 229879 +oid sha256:358a278ad3d9245e25997dfb27b32e83d508ff72e4a65a14ae62c163e5792d5f +size 229854 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/BookShelfLarge/BOoksshlef.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/BookShelfLarge/BOoksshlef.uasset new file mode 100644 index 0000000..9978cb0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/BookShelfLarge/BOoksshlef.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e8c86104abf639af39684268873dd945ca7189c4890e2c1905266629db6a70 +size 89963 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/Furniture7.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/Furniture7.uasset new file mode 100644 index 0000000..e5b955c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/Furniture7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201583dc9d05118c8a45af0c10c4ebc44c78c01d220bae79003969c2e2acb2e0 +size 203684 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Diffuse.uasset deleted file mode 100644 index 75f5e8a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Diffuse.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2870e9d71d7a1191c0feac3b552a773b003eeabc4bc6518b3b15fd1d541cbd53 -size 29683621 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Mat.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Mat.uasset index 98cf9b0..da5e6d1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Mat.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Mat.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f89f8a6050b9aac4cc37fab98bc70c753c7a9c81a45e4e28fbf2ea4cb7c0a34 -size 13513 +oid sha256:3ebc10b3483a0e37e944e26a3f2cc338199a19455207d3e9b09ad28c00dae521 +size 18051 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Normal.uasset deleted file mode 100644 index b940e80..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bc10b86fa5b38daf99d60307da5fef65d72b22e6f4bccab73506c8edf1a0cda -size 77890804 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset index 7ae1e05..55efa3f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00b8295b5a4ea8aa61d8c68b9ff42c6528f8f28801a69e00444e92cfd8619c45 -size 12801 +oid sha256:e239bf899fdabb214b4d072136e49807600d9e94b8ab9652e26a33d75ebd0d6e +size 13472 From 732c20e958ef76d480d0ab87fc8e6f4529327f42 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 13 Jun 2025 14:35:18 +0200 Subject: [PATCH 07/28] Changed Sword, Work on Weapon Trail --- VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini | 2 +- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/Map_Stream_MachineRoom.umap | 3 +++ .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Weapons/SciFiKatana/Corp_Bake1_PBR_Diffuse.uasset | 3 +++ .../SciFiKatana/Corp_Bake1_PBR_Emission_Strength.uasset | 3 +++ .../Weapons/SciFiKatana/Corp_Bake1_PBR_Metalness.uasset | 3 +++ .../Weapons/SciFiKatana/Corp_Bake1_PBR_Roughness.uasset | 3 +++ .../Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset | 3 +++ .../Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset | 3 +++ 13 files changed, 33 insertions(+), 9 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Emission_Strength.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Metalness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini b/VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini index 67cc6e4..4f9fc16 100644 --- a/VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini +++ b/VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini @@ -7,7 +7,7 @@ +Profiles=(ProfileName="Default",DirectionalLightIntensity=2.620000,DirectionalLightColor=(R=0.990000,G=0.839850,B=0.732600,A=1.000000),SkyLightIntensity=0.880000,bRotateLightingRig=False,bShowEnvironment=True,bShowFloor=True,EnvironmentCubeMapPath="",PostProcessingSettings=(bOverride_WhiteTemp=True,bOverride_WhiteTint=False,bOverride_ColorSaturation=True,bOverride_ColorContrast=True,bOverride_ColorGamma=True,bOverride_ColorGain=True,bOverride_ColorOffset=True,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_FilmWhitePoint=False,bOverride_FilmSaturation=False,bOverride_FilmChannelMixerRed=False,bOverride_FilmChannelMixerGreen=False,bOverride_FilmChannelMixerBlue=False,bOverride_FilmContrast=False,bOverride_FilmDynamicRange=False,bOverride_FilmHealAmount=False,bOverride_FilmToeAmount=False,bOverride_FilmShadowTint=False,bOverride_FilmShadowTintBlend=False,bOverride_FilmShadowTintAmount=False,bOverride_FilmSlope=True,bOverride_FilmToe=True,bOverride_FilmShoulder=True,bOverride_FilmBlackClip=True,bOverride_FilmWhiteClip=True,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomIntensity=True,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_AutoExposureMethod=True,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=True,bOverride_AutoExposureMaxBrightness=True,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=True,bOverride_HistogramLogMin=True,bOverride_HistogramLogMax=True,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=True,bOverride_GrainIntensity=False,bOverride_GrainJitter=False,bOverride_AmbientOcclusionIntensity=True,bOverride_AmbientOcclusionStaticFraction=True,bOverride_AmbientOcclusionRadius=True,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionDistance=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=True,bOverride_AmbientOcclusionBias=True,bOverride_AmbientOcclusionQuality=True,bOverride_AmbientOcclusionMipBlend=True,bOverride_AmbientOcclusionMipScale=True,bOverride_AmbientOcclusionMipThreshold=True,bOverride_LPVIntensity=False,bOverride_LPVDirectionalOcclusionIntensity=False,bOverride_LPVDirectionalOcclusionRadius=False,bOverride_LPVDiffuseOcclusionExponent=False,bOverride_LPVSpecularOcclusionExponent=False,bOverride_LPVDiffuseOcclusionIntensity=False,bOverride_LPVSpecularOcclusionIntensity=False,bOverride_LPVSize=False,bOverride_LPVSecondaryOcclusionIntensity=False,bOverride_LPVSecondaryBounceIntensity=False,bOverride_LPVGeometryVolumeBias=False,bOverride_LPVVplInjectionBias=False,bOverride_LPVEmissiveInjectionIntensity=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=True,bOverride_ColorGradingLUT=True,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=True,bOverride_DepthOfFieldMaxBokehSize=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_DepthOfFieldMethod=True,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldBokehShape=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldColorThreshold=False,bOverride_DepthOfFieldSizeThreshold=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ScreenPercentage=False,bOverride_ScreenSpaceReflectionIntensity=True,bOverride_ScreenSpaceReflectionQuality=True,bOverride_ScreenSpaceReflectionMaxRoughness=True,bOverride_ScreenSpaceReflectionRoughnessScale=False,WhiteTemp=6700.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.005000,Y=0.005000,Z=0.005000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionShadowsMax=0.090000,ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,FilmWhitePoint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),FilmShadowTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),FilmShadowTintBlend=0.500000,FilmShadowTintAmount=0.000000,FilmSaturation=1.000000,FilmChannelMixerRed=(R=1.000000,G=0.000000,B=0.000000,A=1.000000),FilmChannelMixerGreen=(R=0.000000,G=1.000000,B=0.000000,A=1.000000),FilmChannelMixerBlue=(R=0.000000,G=0.000000,B=1.000000,A=1.000000),FilmContrast=0.030000,FilmToeAmount=1.000000,FilmHealAmount=0.180000,FilmDynamicRange=4.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,BloomIntensity=1.000000,BloomThreshold=1.000000,BloomSizeScale=4.000000,Bloom1Size=1.000000,Bloom2Size=4.000000,Bloom3Size=16.000000,Bloom4Size=32.000000,Bloom5Size=64.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),Bloom2Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),Bloom3Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),Bloom4Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),Bloom5Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),Bloom6Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),BloomDirtMaskIntensity=1.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),BloomDirtMask=None,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,AutoExposureMethod=AEM_Histogram,AutoExposureLowPercent=80.000000,AutoExposureHighPercent=98.300003,AutoExposureMinBrightness=1.000000,AutoExposureMaxBrightness=1.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,AutoExposureBias=0.330000,HistogramLogMin=-8.000000,HistogramLogMax=4.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.161468,GrainJitter=0.000000,GrainIntensity=0.000000,AmbientOcclusionIntensity=1.000000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=73.477997,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionDistance=80.000000,AmbientOcclusionPower=1.200000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=100.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,ColorGradingIntensity=0.000000,ColorGradingLUT=Texture2D'/Engine/EditorResources/RGBTable16x1_AssetViewer.RGBTable16x1_AssetViewer',DepthOfFieldMethod=DOFM_BokehDOF,bMobileHQGaussian=False,DepthOfFieldFstop=4.000000,DepthOfFieldSensorWidth=24.576000,DepthOfFieldFocalDistance=1000.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldMaxBokehSize=15.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldBokehShape=None,DepthOfFieldOcclusion=0.400000,DepthOfFieldColorThreshold=1.000000,DepthOfFieldSizeThreshold=0.080000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurPerObjectSize=0.500000,LPVIntensity=1.000000,LPVVplInjectionBias=0.640000,LPVSize=5312.000000,LPVSecondaryOcclusionIntensity=0.000000,LPVSecondaryBounceIntensity=0.000000,LPVGeometryVolumeBias=0.384000,LPVEmissiveInjectionIntensity=1.000000,LPVDirectionalOcclusionIntensity=0.000000,LPVDirectionalOcclusionRadius=8.000000,LPVDiffuseOcclusionExponent=1.000000,LPVSpecularOcclusionExponent=7.000000,LPVDiffuseOcclusionIntensity=1.000000,LPVSpecularOcclusionIntensity=1.000000,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=100.000000,ScreenSpaceReflectionMaxRoughness=1.000000,ScreenPercentage=100.000000,WeightedBlendables=(Array=),Blendables=),bPostProcessingEnabled=True,LightingRigRotation=109.389069,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-39.999985,Yaw=-67.500015,Roll=0.000000)) [/Script/AdvancedPreviewScene.SharedProfiles] -+Profiles=(ProfileName="Epic Headquarters",bSharedProfile=True,bIsEngineDefaultProfile=True,bUseSkyLighting=True,DirectionalLightIntensity=1.000000,DirectionalLightColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SkyLightIntensity=1.000000,bRotateLightingRig=False,bShowEnvironment=True,bShowFloor=True,bShowGrid=False,EnvironmentColor=(R=0.200000,G=0.200000,B=0.200000,A=1.000000),EnvironmentIntensity=1.000000,EnvironmentCubeMapPath="/Engine/EditorMaterials/AssetViewer/EpicQuadPanorama_CC+EV1.EpicQuadPanorama_CC+EV1",bPostProcessingEnabled=True,PostProcessingSettings=(bOverride_TemperatureType=False,bOverride_WhiteTemp=False,bOverride_WhiteTint=False,bOverride_ColorSaturation=False,bOverride_ColorContrast=False,bOverride_ColorGamma=False,bOverride_ColorGain=False,bOverride_ColorOffset=False,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_ColorCorrectionHighlightsMax=False,bOverride_BlueCorrection=False,bOverride_ExpandGamut=False,bOverride_ToneCurveAmount=False,bOverride_FilmSlope=False,bOverride_FilmToe=False,bOverride_FilmShoulder=False,bOverride_FilmBlackClip=False,bOverride_FilmWhiteClip=False,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_ChromaticAberrationStartOffset=False,bOverride_bMegaLights=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomMethod=False,bOverride_BloomIntensity=False,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomConvolutionTexture=False,bOverride_BloomConvolutionScatterDispersion=False,bOverride_BloomConvolutionSize=False,bOverride_BloomConvolutionCenterUV=False,bOverride_BloomConvolutionPreFilterMin=False,bOverride_BloomConvolutionPreFilterMax=False,bOverride_BloomConvolutionPreFilterMult=False,bOverride_BloomConvolutionBufferScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_CameraShutterSpeed=False,bOverride_CameraISO=False,bOverride_AutoExposureMethod=False,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=False,bOverride_AutoExposureMaxBrightness=False,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=False,bOverride_AutoExposureBiasCurve=False,bOverride_AutoExposureMeterMask=False,bOverride_AutoExposureApplyPhysicalCameraExposure=False,bOverride_HistogramLogMin=False,bOverride_HistogramLogMax=False,bOverride_LocalExposureMethod=False,bOverride_LocalExposureHighlightContrastScale=False,bOverride_LocalExposureShadowContrastScale=False,bOverride_LocalExposureHighlightContrastCurve=False,bOverride_LocalExposureShadowContrastCurve=False,bOverride_LocalExposureHighlightThreshold=False,bOverride_LocalExposureShadowThreshold=False,bOverride_LocalExposureDetailStrength=False,bOverride_LocalExposureBlurredLuminanceBlend=False,bOverride_LocalExposureBlurredLuminanceKernelSizePercent=False,bOverride_LocalExposureMiddleGreyBias=False,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=False,bOverride_Sharpen=False,bOverride_FilmGrainIntensity=False,bOverride_FilmGrainIntensityShadows=False,bOverride_FilmGrainIntensityMidtones=False,bOverride_FilmGrainIntensityHighlights=False,bOverride_FilmGrainShadowsMax=False,bOverride_FilmGrainHighlightsMin=False,bOverride_FilmGrainHighlightsMax=False,bOverride_FilmGrainTexelSize=False,bOverride_FilmGrainTexture=False,bOverride_AmbientOcclusionIntensity=False,bOverride_AmbientOcclusionStaticFraction=False,bOverride_AmbientOcclusionRadius=False,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=False,bOverride_AmbientOcclusionBias=False,bOverride_AmbientOcclusionQuality=False,bOverride_AmbientOcclusionMipBlend=False,bOverride_AmbientOcclusionMipScale=False,bOverride_AmbientOcclusionMipThreshold=False,bOverride_AmbientOcclusionTemporalBlendWeight=False,bOverride_RayTracingAO=False,bOverride_RayTracingAOSamplesPerPixel=False,bOverride_RayTracingAOIntensity=False,bOverride_RayTracingAORadius=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=False,bOverride_ColorGradingLUT=False,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldMinFstop=False,bOverride_DepthOfFieldBladeCount=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldSqueezeFactor=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldUseHairDepth=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurTargetFPS=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ReflectionMethod=False,bOverride_LumenReflectionQuality=False,bOverride_ScreenSpaceReflectionIntensity=False,bOverride_ScreenSpaceReflectionQuality=False,bOverride_ScreenSpaceReflectionMaxRoughness=False,bOverride_ScreenSpaceReflectionRoughnessScale=False,bOverride_UserFlags=False,bOverride_RayTracingReflectionsMaxRoughness=False,bOverride_RayTracingReflectionsMaxBounces=False,bOverride_RayTracingReflectionsSamplesPerPixel=False,bOverride_RayTracingReflectionsShadows=False,bOverride_RayTracingReflectionsTranslucency=False,bOverride_TranslucencyType=False,bOverride_RayTracingTranslucencyMaxRoughness=False,bOverride_RayTracingTranslucencyRefractionRays=False,bOverride_RayTracingTranslucencySamplesPerPixel=False,bOverride_RayTracingTranslucencyShadows=False,bOverride_RayTracingTranslucencyRefraction=False,bOverride_DynamicGlobalIlluminationMethod=False,bOverride_LumenSceneLightingQuality=False,bOverride_LumenSceneDetail=False,bOverride_LumenSceneViewDistance=False,bOverride_LumenSceneLightingUpdateSpeed=False,bOverride_LumenFinalGatherQuality=False,bOverride_LumenFinalGatherLightingUpdateSpeed=False,bOverride_LumenFinalGatherScreenTraces=False,bOverride_LumenMaxTraceDistance=False,bOverride_LumenDiffuseColorBoost=False,bOverride_LumenSkylightLeaking=False,bOverride_LumenFullSkylightLeakingDistance=False,bOverride_LumenRayLightingMode=False,bOverride_LumenReflectionsScreenTraces=False,bOverride_LumenFrontLayerTranslucencyReflections=False,bOverride_LumenMaxRoughnessToTraceReflections=False,bOverride_LumenMaxReflectionBounces=False,bOverride_LumenMaxRefractionBounces=False,bOverride_LumenSurfaceCacheResolution=False,bOverride_RayTracingGI=False,bOverride_RayTracingGIMaxBounces=False,bOverride_RayTracingGISamplesPerPixel=False,bOverride_PathTracingMaxBounces=False,bOverride_PathTracingSamplesPerPixel=False,bOverride_PathTracingMaxPathIntensity=False,bOverride_PathTracingEnableEmissiveMaterials=False,bOverride_PathTracingEnableReferenceDOF=False,bOverride_PathTracingEnableReferenceAtmosphere=False,bOverride_PathTracingEnableDenoiser=False,bOverride_PathTracingIncludeEmissive=False,bOverride_PathTracingIncludeDiffuse=False,bOverride_PathTracingIncludeIndirectDiffuse=False,bOverride_PathTracingIncludeSpecular=False,bOverride_PathTracingIncludeIndirectSpecular=False,bOverride_PathTracingIncludeVolume=False,bOverride_PathTracingIncludeIndirectVolume=False,bMobileHQGaussian=False,BloomMethod=BM_SOG,AutoExposureMethod=AEM_Histogram,TemperatureType=TEMP_WhiteBalance,WhiteTemp=6500.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,ColorCorrectionHighlightsMax=1.000000,ColorCorrectionShadowsMax=0.090000,BlueCorrection=0.600000,ExpandGamut=1.000000,ToneCurveAmount=1.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,ChromaticAberrationStartOffset=0.000000,BloomIntensity=0.675000,BloomThreshold=-1.000000,BloomSizeScale=4.000000,Bloom1Size=0.300000,Bloom2Size=1.000000,Bloom3Size=2.000000,Bloom4Size=10.000000,Bloom5Size=30.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.346500,G=0.346500,B=0.346500,A=1.000000),Bloom2Tint=(R=0.138000,G=0.138000,B=0.138000,A=1.000000),Bloom3Tint=(R=0.117600,G=0.117600,B=0.117600,A=1.000000),Bloom4Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom5Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom6Tint=(R=0.061000,G=0.061000,B=0.061000,A=1.000000),BloomConvolutionScatterDispersion=1.000000,BloomConvolutionSize=1.000000,BloomConvolutionTexture=None,BloomConvolutionCenterUV=(X=0.500000,Y=0.500000),BloomConvolutionPreFilterMin=7.000000,BloomConvolutionPreFilterMax=15000.000000,BloomConvolutionPreFilterMult=15.000000,BloomConvolutionBufferScale=0.133000,BloomDirtMask=None,BloomDirtMaskIntensity=0.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),DynamicGlobalIlluminationMethod=Lumen,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,LumenRayLightingMode=Default,LumenSceneLightingQuality=1.000000,LumenSceneDetail=1.000000,LumenSceneViewDistance=20000.000000,LumenSceneLightingUpdateSpeed=1.000000,LumenFinalGatherQuality=1.000000,LumenFinalGatherLightingUpdateSpeed=1.000000,LumenFinalGatherScreenTraces=True,LumenMaxTraceDistance=20000.000000,LumenDiffuseColorBoost=1.000000,LumenSkylightLeaking=0.000000,LumenFullSkylightLeakingDistance=1000.000000,LumenSurfaceCacheResolution=1.000000,ReflectionMethod=Lumen,LumenReflectionQuality=1.000000,LumenReflectionsScreenTraces=True,LumenFrontLayerTranslucencyReflections=False,LumenMaxRoughnessToTraceReflections=0.400000,LumenMaxReflectionBounces=1,LumenMaxRefractionBounces=0,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=50.000000,ScreenSpaceReflectionMaxRoughness=0.600000,bMegaLights=True,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,CameraShutterSpeed=60.000000,CameraISO=100.000000,DepthOfFieldFstop=4.000000,DepthOfFieldMinFstop=1.200000,DepthOfFieldBladeCount=5,AutoExposureBias=1.000000,AutoExposureBiasBackup=0.000000,bOverride_AutoExposureBiasBackup=False,AutoExposureApplyPhysicalCameraExposure=True,AutoExposureBiasCurve=None,AutoExposureMeterMask=None,AutoExposureLowPercent=10.000000,AutoExposureHighPercent=90.000000,AutoExposureMinBrightness=0.030000,AutoExposureMaxBrightness=8.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-8.000000,HistogramLogMax=4.000000,LocalExposureMethod=Bilateral,LocalExposureHighlightContrastScale=1.000000,LocalExposureShadowContrastScale=1.000000,LocalExposureHighlightContrastCurve=None,LocalExposureShadowContrastCurve=None,LocalExposureHighlightThreshold=0.000000,LocalExposureShadowThreshold=0.000000,LocalExposureDetailStrength=1.000000,LocalExposureBlurredLuminanceBlend=0.600000,LocalExposureBlurredLuminanceKernelSizePercent=50.000000,LocalExposureMiddleGreyBias=0.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.400000,Sharpen=0.000000,FilmGrainIntensity=0.000000,FilmGrainIntensityShadows=1.000000,FilmGrainIntensityMidtones=1.000000,FilmGrainIntensityHighlights=1.000000,FilmGrainShadowsMax=0.090000,FilmGrainHighlightsMin=0.500000,FilmGrainHighlightsMax=1.000000,FilmGrainTexelSize=1.000000,FilmGrainTexture=None,AmbientOcclusionIntensity=0.500000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=200.000000,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionPower=2.000000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=50.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,AmbientOcclusionTemporalBlendWeight=0.100000,RayTracingAO=False,RayTracingAOSamplesPerPixel=1,RayTracingAOIntensity=1.000000,RayTracingAORadius=200.000000,ColorGradingIntensity=1.000000,ColorGradingLUT=None,DepthOfFieldSensorWidth=24.576000,DepthOfFieldSqueezeFactor=1.000000,DepthOfFieldFocalDistance=0.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldUseHairDepth=False,DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldOcclusion=0.400000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurTargetFPS=30,MotionBlurPerObjectSize=0.000000,TranslucencyType=Raster,RayTracingTranslucencyMaxRoughness=0.600000,RayTracingTranslucencyRefractionRays=3,RayTracingTranslucencySamplesPerPixel=1,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,PathTracingMaxBounces=32,PathTracingSamplesPerPixel=2048,PathTracingMaxPathIntensity=24.000000,PathTracingEnableEmissiveMaterials=True,PathTracingEnableReferenceDOF=False,PathTracingEnableReferenceAtmosphere=False,PathTracingEnableDenoiser=True,PathTracingIncludeEmissive=True,PathTracingIncludeDiffuse=True,PathTracingIncludeIndirectDiffuse=True,PathTracingIncludeSpecular=True,PathTracingIncludeIndirectSpecular=True,PathTracingIncludeVolume=True,PathTracingIncludeIndirectVolume=True,UserFlags=0,WeightedBlendables=(Array=)),LightingRigRotation=0.000000,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-40.000000,Yaw=-67.500000,Roll=0.000000),bEnableToneMapping=True,bShowMeshEdges=False) ++Profiles=(ProfileName="Epic Headquarters",bSharedProfile=True,bIsEngineDefaultProfile=True,bUseSkyLighting=True,DirectionalLightIntensity=1.000000,DirectionalLightColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SkyLightIntensity=1.000000,bRotateLightingRig=False,bShowEnvironment=True,bShowFloor=False,bShowGrid=False,EnvironmentColor=(R=0.200000,G=0.200000,B=0.200000,A=1.000000),EnvironmentIntensity=1.000000,EnvironmentCubeMapPath="/Engine/EditorMaterials/AssetViewer/EpicQuadPanorama_CC+EV1.EpicQuadPanorama_CC+EV1",bPostProcessingEnabled=True,PostProcessingSettings=(bOverride_TemperatureType=False,bOverride_WhiteTemp=False,bOverride_WhiteTint=False,bOverride_ColorSaturation=False,bOverride_ColorContrast=False,bOverride_ColorGamma=False,bOverride_ColorGain=False,bOverride_ColorOffset=False,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_ColorCorrectionHighlightsMax=False,bOverride_BlueCorrection=False,bOverride_ExpandGamut=False,bOverride_ToneCurveAmount=False,bOverride_FilmSlope=False,bOverride_FilmToe=False,bOverride_FilmShoulder=False,bOverride_FilmBlackClip=False,bOverride_FilmWhiteClip=False,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_ChromaticAberrationStartOffset=False,bOverride_bMegaLights=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomMethod=False,bOverride_BloomIntensity=False,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomConvolutionTexture=False,bOverride_BloomConvolutionScatterDispersion=False,bOverride_BloomConvolutionSize=False,bOverride_BloomConvolutionCenterUV=False,bOverride_BloomConvolutionPreFilterMin=False,bOverride_BloomConvolutionPreFilterMax=False,bOverride_BloomConvolutionPreFilterMult=False,bOverride_BloomConvolutionBufferScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_CameraShutterSpeed=False,bOverride_CameraISO=False,bOverride_AutoExposureMethod=False,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=False,bOverride_AutoExposureMaxBrightness=False,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=False,bOverride_AutoExposureBiasCurve=False,bOverride_AutoExposureMeterMask=False,bOverride_AutoExposureApplyPhysicalCameraExposure=False,bOverride_HistogramLogMin=False,bOverride_HistogramLogMax=False,bOverride_LocalExposureMethod=False,bOverride_LocalExposureHighlightContrastScale=False,bOverride_LocalExposureShadowContrastScale=False,bOverride_LocalExposureHighlightContrastCurve=False,bOverride_LocalExposureShadowContrastCurve=False,bOverride_LocalExposureHighlightThreshold=False,bOverride_LocalExposureShadowThreshold=False,bOverride_LocalExposureDetailStrength=False,bOverride_LocalExposureBlurredLuminanceBlend=False,bOverride_LocalExposureBlurredLuminanceKernelSizePercent=False,bOverride_LocalExposureMiddleGreyBias=False,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=False,bOverride_Sharpen=False,bOverride_FilmGrainIntensity=False,bOverride_FilmGrainIntensityShadows=False,bOverride_FilmGrainIntensityMidtones=False,bOverride_FilmGrainIntensityHighlights=False,bOverride_FilmGrainShadowsMax=False,bOverride_FilmGrainHighlightsMin=False,bOverride_FilmGrainHighlightsMax=False,bOverride_FilmGrainTexelSize=False,bOverride_FilmGrainTexture=False,bOverride_AmbientOcclusionIntensity=False,bOverride_AmbientOcclusionStaticFraction=False,bOverride_AmbientOcclusionRadius=False,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=False,bOverride_AmbientOcclusionBias=False,bOverride_AmbientOcclusionQuality=False,bOverride_AmbientOcclusionMipBlend=False,bOverride_AmbientOcclusionMipScale=False,bOverride_AmbientOcclusionMipThreshold=False,bOverride_AmbientOcclusionTemporalBlendWeight=False,bOverride_RayTracingAO=False,bOverride_RayTracingAOSamplesPerPixel=False,bOverride_RayTracingAOIntensity=False,bOverride_RayTracingAORadius=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=False,bOverride_ColorGradingLUT=False,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldMinFstop=False,bOverride_DepthOfFieldBladeCount=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldSqueezeFactor=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldUseHairDepth=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurTargetFPS=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ReflectionMethod=False,bOverride_LumenReflectionQuality=False,bOverride_ScreenSpaceReflectionIntensity=False,bOverride_ScreenSpaceReflectionQuality=False,bOverride_ScreenSpaceReflectionMaxRoughness=False,bOverride_ScreenSpaceReflectionRoughnessScale=False,bOverride_UserFlags=False,bOverride_RayTracingReflectionsMaxRoughness=False,bOverride_RayTracingReflectionsMaxBounces=False,bOverride_RayTracingReflectionsSamplesPerPixel=False,bOverride_RayTracingReflectionsShadows=False,bOverride_RayTracingReflectionsTranslucency=False,bOverride_TranslucencyType=False,bOverride_RayTracingTranslucencyMaxRoughness=False,bOverride_RayTracingTranslucencyRefractionRays=False,bOverride_RayTracingTranslucencySamplesPerPixel=False,bOverride_RayTracingTranslucencyShadows=False,bOverride_RayTracingTranslucencyRefraction=False,bOverride_DynamicGlobalIlluminationMethod=False,bOverride_LumenSceneLightingQuality=False,bOverride_LumenSceneDetail=False,bOverride_LumenSceneViewDistance=False,bOverride_LumenSceneLightingUpdateSpeed=False,bOverride_LumenFinalGatherQuality=False,bOverride_LumenFinalGatherLightingUpdateSpeed=False,bOverride_LumenFinalGatherScreenTraces=False,bOverride_LumenMaxTraceDistance=False,bOverride_LumenDiffuseColorBoost=False,bOverride_LumenSkylightLeaking=False,bOverride_LumenFullSkylightLeakingDistance=False,bOverride_LumenRayLightingMode=False,bOverride_LumenReflectionsScreenTraces=False,bOverride_LumenFrontLayerTranslucencyReflections=False,bOverride_LumenMaxRoughnessToTraceReflections=False,bOverride_LumenMaxReflectionBounces=False,bOverride_LumenMaxRefractionBounces=False,bOverride_LumenSurfaceCacheResolution=False,bOverride_RayTracingGI=False,bOverride_RayTracingGIMaxBounces=False,bOverride_RayTracingGISamplesPerPixel=False,bOverride_PathTracingMaxBounces=False,bOverride_PathTracingSamplesPerPixel=False,bOverride_PathTracingMaxPathIntensity=False,bOverride_PathTracingEnableEmissiveMaterials=False,bOverride_PathTracingEnableReferenceDOF=False,bOverride_PathTracingEnableReferenceAtmosphere=False,bOverride_PathTracingEnableDenoiser=False,bOverride_PathTracingIncludeEmissive=False,bOverride_PathTracingIncludeDiffuse=False,bOverride_PathTracingIncludeIndirectDiffuse=False,bOverride_PathTracingIncludeSpecular=False,bOverride_PathTracingIncludeIndirectSpecular=False,bOverride_PathTracingIncludeVolume=False,bOverride_PathTracingIncludeIndirectVolume=False,bMobileHQGaussian=False,BloomMethod=BM_SOG,AutoExposureMethod=AEM_Histogram,TemperatureType=TEMP_WhiteBalance,WhiteTemp=6500.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,ColorCorrectionHighlightsMax=1.000000,ColorCorrectionShadowsMax=0.090000,BlueCorrection=0.600000,ExpandGamut=1.000000,ToneCurveAmount=1.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,ChromaticAberrationStartOffset=0.000000,BloomIntensity=0.675000,BloomThreshold=-1.000000,BloomSizeScale=4.000000,Bloom1Size=0.300000,Bloom2Size=1.000000,Bloom3Size=2.000000,Bloom4Size=10.000000,Bloom5Size=30.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.346500,G=0.346500,B=0.346500,A=1.000000),Bloom2Tint=(R=0.138000,G=0.138000,B=0.138000,A=1.000000),Bloom3Tint=(R=0.117600,G=0.117600,B=0.117600,A=1.000000),Bloom4Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom5Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom6Tint=(R=0.061000,G=0.061000,B=0.061000,A=1.000000),BloomConvolutionScatterDispersion=1.000000,BloomConvolutionSize=1.000000,BloomConvolutionTexture=None,BloomConvolutionCenterUV=(X=0.500000,Y=0.500000),BloomConvolutionPreFilterMin=7.000000,BloomConvolutionPreFilterMax=15000.000000,BloomConvolutionPreFilterMult=15.000000,BloomConvolutionBufferScale=0.133000,BloomDirtMask=None,BloomDirtMaskIntensity=0.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),DynamicGlobalIlluminationMethod=Lumen,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,LumenRayLightingMode=Default,LumenSceneLightingQuality=1.000000,LumenSceneDetail=1.000000,LumenSceneViewDistance=20000.000000,LumenSceneLightingUpdateSpeed=1.000000,LumenFinalGatherQuality=1.000000,LumenFinalGatherLightingUpdateSpeed=1.000000,LumenFinalGatherScreenTraces=True,LumenMaxTraceDistance=20000.000000,LumenDiffuseColorBoost=1.000000,LumenSkylightLeaking=0.000000,LumenFullSkylightLeakingDistance=1000.000000,LumenSurfaceCacheResolution=1.000000,ReflectionMethod=Lumen,LumenReflectionQuality=1.000000,LumenReflectionsScreenTraces=True,LumenFrontLayerTranslucencyReflections=False,LumenMaxRoughnessToTraceReflections=0.400000,LumenMaxReflectionBounces=1,LumenMaxRefractionBounces=0,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=50.000000,ScreenSpaceReflectionMaxRoughness=0.600000,bMegaLights=True,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,CameraShutterSpeed=60.000000,CameraISO=100.000000,DepthOfFieldFstop=4.000000,DepthOfFieldMinFstop=1.200000,DepthOfFieldBladeCount=5,AutoExposureBias=1.000000,AutoExposureBiasBackup=0.000000,bOverride_AutoExposureBiasBackup=False,AutoExposureApplyPhysicalCameraExposure=True,AutoExposureBiasCurve=None,AutoExposureMeterMask=None,AutoExposureLowPercent=10.000000,AutoExposureHighPercent=90.000000,AutoExposureMinBrightness=0.030000,AutoExposureMaxBrightness=8.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-8.000000,HistogramLogMax=4.000000,LocalExposureMethod=Bilateral,LocalExposureHighlightContrastScale=1.000000,LocalExposureShadowContrastScale=1.000000,LocalExposureHighlightContrastCurve=None,LocalExposureShadowContrastCurve=None,LocalExposureHighlightThreshold=0.000000,LocalExposureShadowThreshold=0.000000,LocalExposureDetailStrength=1.000000,LocalExposureBlurredLuminanceBlend=0.600000,LocalExposureBlurredLuminanceKernelSizePercent=50.000000,LocalExposureMiddleGreyBias=0.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.400000,Sharpen=0.000000,FilmGrainIntensity=0.000000,FilmGrainIntensityShadows=1.000000,FilmGrainIntensityMidtones=1.000000,FilmGrainIntensityHighlights=1.000000,FilmGrainShadowsMax=0.090000,FilmGrainHighlightsMin=0.500000,FilmGrainHighlightsMax=1.000000,FilmGrainTexelSize=1.000000,FilmGrainTexture=None,AmbientOcclusionIntensity=0.500000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=200.000000,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionPower=2.000000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=50.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,AmbientOcclusionTemporalBlendWeight=0.100000,RayTracingAO=False,RayTracingAOSamplesPerPixel=1,RayTracingAOIntensity=1.000000,RayTracingAORadius=200.000000,ColorGradingIntensity=1.000000,ColorGradingLUT=None,DepthOfFieldSensorWidth=24.576000,DepthOfFieldSqueezeFactor=1.000000,DepthOfFieldFocalDistance=0.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldUseHairDepth=False,DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldOcclusion=0.400000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurTargetFPS=30,MotionBlurPerObjectSize=0.000000,TranslucencyType=Raster,RayTracingTranslucencyMaxRoughness=0.600000,RayTracingTranslucencyRefractionRays=3,RayTracingTranslucencySamplesPerPixel=1,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,PathTracingMaxBounces=32,PathTracingSamplesPerPixel=2048,PathTracingMaxPathIntensity=24.000000,PathTracingEnableEmissiveMaterials=True,PathTracingEnableReferenceDOF=False,PathTracingEnableReferenceAtmosphere=False,PathTracingEnableDenoiser=True,PathTracingIncludeEmissive=True,PathTracingIncludeDiffuse=True,PathTracingIncludeIndirectDiffuse=True,PathTracingIncludeSpecular=True,PathTracingIncludeIndirectSpecular=True,PathTracingIncludeVolume=True,PathTracingIncludeIndirectVolume=True,UserFlags=0,WeightedBlendables=(Array=)),LightingRigRotation=0.000000,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-40.000000,Yaw=-67.500000,Roll=0.000000),bEnableToneMapping=True,bShowMeshEdges=False) +Profiles=(ProfileName="Grey Wireframe",bSharedProfile=True,bIsEngineDefaultProfile=True,bUseSkyLighting=True,DirectionalLightIntensity=1.000000,DirectionalLightColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SkyLightIntensity=1.000000,bRotateLightingRig=False,bShowEnvironment=False,bShowFloor=False,bShowGrid=True,EnvironmentColor=(R=0.039216,G=0.039216,B=0.039216,A=1.000000),EnvironmentIntensity=1.000000,EnvironmentCubeMapPath="/Engine/EditorMaterials/AssetViewer/EpicQuadPanorama_CC+EV1.EpicQuadPanorama_CC+EV1",bPostProcessingEnabled=False,PostProcessingSettings=(bOverride_TemperatureType=False,bOverride_WhiteTemp=False,bOverride_WhiteTint=False,bOverride_ColorSaturation=False,bOverride_ColorContrast=False,bOverride_ColorGamma=False,bOverride_ColorGain=False,bOverride_ColorOffset=False,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_ColorCorrectionHighlightsMax=False,bOverride_BlueCorrection=False,bOverride_ExpandGamut=False,bOverride_ToneCurveAmount=False,bOverride_FilmSlope=False,bOverride_FilmToe=False,bOverride_FilmShoulder=False,bOverride_FilmBlackClip=False,bOverride_FilmWhiteClip=False,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_ChromaticAberrationStartOffset=False,bOverride_bMegaLights=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomMethod=False,bOverride_BloomIntensity=False,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomConvolutionTexture=False,bOverride_BloomConvolutionScatterDispersion=False,bOverride_BloomConvolutionSize=False,bOverride_BloomConvolutionCenterUV=False,bOverride_BloomConvolutionPreFilterMin=False,bOverride_BloomConvolutionPreFilterMax=False,bOverride_BloomConvolutionPreFilterMult=False,bOverride_BloomConvolutionBufferScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_CameraShutterSpeed=False,bOverride_CameraISO=False,bOverride_AutoExposureMethod=False,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=False,bOverride_AutoExposureMaxBrightness=False,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=False,bOverride_AutoExposureBiasCurve=False,bOverride_AutoExposureMeterMask=False,bOverride_AutoExposureApplyPhysicalCameraExposure=False,bOverride_HistogramLogMin=False,bOverride_HistogramLogMax=False,bOverride_LocalExposureMethod=False,bOverride_LocalExposureHighlightContrastScale=False,bOverride_LocalExposureShadowContrastScale=False,bOverride_LocalExposureHighlightContrastCurve=False,bOverride_LocalExposureShadowContrastCurve=False,bOverride_LocalExposureHighlightThreshold=False,bOverride_LocalExposureShadowThreshold=False,bOverride_LocalExposureDetailStrength=False,bOverride_LocalExposureBlurredLuminanceBlend=False,bOverride_LocalExposureBlurredLuminanceKernelSizePercent=False,bOverride_LocalExposureMiddleGreyBias=False,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=False,bOverride_Sharpen=False,bOverride_FilmGrainIntensity=False,bOverride_FilmGrainIntensityShadows=False,bOverride_FilmGrainIntensityMidtones=False,bOverride_FilmGrainIntensityHighlights=False,bOverride_FilmGrainShadowsMax=False,bOverride_FilmGrainHighlightsMin=False,bOverride_FilmGrainHighlightsMax=False,bOverride_FilmGrainTexelSize=False,bOverride_FilmGrainTexture=False,bOverride_AmbientOcclusionIntensity=False,bOverride_AmbientOcclusionStaticFraction=False,bOverride_AmbientOcclusionRadius=False,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=False,bOverride_AmbientOcclusionBias=False,bOverride_AmbientOcclusionQuality=False,bOverride_AmbientOcclusionMipBlend=False,bOverride_AmbientOcclusionMipScale=False,bOverride_AmbientOcclusionMipThreshold=False,bOverride_AmbientOcclusionTemporalBlendWeight=False,bOverride_RayTracingAO=False,bOverride_RayTracingAOSamplesPerPixel=False,bOverride_RayTracingAOIntensity=False,bOverride_RayTracingAORadius=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=False,bOverride_ColorGradingLUT=False,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldMinFstop=False,bOverride_DepthOfFieldBladeCount=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldSqueezeFactor=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldUseHairDepth=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurTargetFPS=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ReflectionMethod=False,bOverride_LumenReflectionQuality=False,bOverride_ScreenSpaceReflectionIntensity=False,bOverride_ScreenSpaceReflectionQuality=False,bOverride_ScreenSpaceReflectionMaxRoughness=False,bOverride_ScreenSpaceReflectionRoughnessScale=False,bOverride_UserFlags=False,bOverride_RayTracingReflectionsMaxRoughness=False,bOverride_RayTracingReflectionsMaxBounces=False,bOverride_RayTracingReflectionsSamplesPerPixel=False,bOverride_RayTracingReflectionsShadows=False,bOverride_RayTracingReflectionsTranslucency=False,bOverride_TranslucencyType=False,bOverride_RayTracingTranslucencyMaxRoughness=False,bOverride_RayTracingTranslucencyRefractionRays=False,bOverride_RayTracingTranslucencySamplesPerPixel=False,bOverride_RayTracingTranslucencyShadows=False,bOverride_RayTracingTranslucencyRefraction=False,bOverride_DynamicGlobalIlluminationMethod=False,bOverride_LumenSceneLightingQuality=False,bOverride_LumenSceneDetail=False,bOverride_LumenSceneViewDistance=False,bOverride_LumenSceneLightingUpdateSpeed=False,bOverride_LumenFinalGatherQuality=False,bOverride_LumenFinalGatherLightingUpdateSpeed=False,bOverride_LumenFinalGatherScreenTraces=False,bOverride_LumenMaxTraceDistance=False,bOverride_LumenDiffuseColorBoost=False,bOverride_LumenSkylightLeaking=False,bOverride_LumenFullSkylightLeakingDistance=False,bOverride_LumenRayLightingMode=False,bOverride_LumenReflectionsScreenTraces=False,bOverride_LumenFrontLayerTranslucencyReflections=False,bOverride_LumenMaxRoughnessToTraceReflections=False,bOverride_LumenMaxReflectionBounces=False,bOverride_LumenMaxRefractionBounces=False,bOverride_LumenSurfaceCacheResolution=False,bOverride_RayTracingGI=False,bOverride_RayTracingGIMaxBounces=False,bOverride_RayTracingGISamplesPerPixel=False,bOverride_PathTracingMaxBounces=False,bOverride_PathTracingSamplesPerPixel=False,bOverride_PathTracingMaxPathIntensity=False,bOverride_PathTracingEnableEmissiveMaterials=False,bOverride_PathTracingEnableReferenceDOF=False,bOverride_PathTracingEnableReferenceAtmosphere=False,bOverride_PathTracingEnableDenoiser=False,bOverride_PathTracingIncludeEmissive=False,bOverride_PathTracingIncludeDiffuse=False,bOverride_PathTracingIncludeIndirectDiffuse=False,bOverride_PathTracingIncludeSpecular=False,bOverride_PathTracingIncludeIndirectSpecular=False,bOverride_PathTracingIncludeVolume=False,bOverride_PathTracingIncludeIndirectVolume=False,bMobileHQGaussian=False,BloomMethod=BM_SOG,AutoExposureMethod=AEM_Histogram,TemperatureType=TEMP_WhiteBalance,WhiteTemp=6500.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,ColorCorrectionHighlightsMax=1.000000,ColorCorrectionShadowsMax=0.090000,BlueCorrection=0.600000,ExpandGamut=1.000000,ToneCurveAmount=1.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,ChromaticAberrationStartOffset=0.000000,BloomIntensity=0.675000,BloomThreshold=-1.000000,BloomSizeScale=4.000000,Bloom1Size=0.300000,Bloom2Size=1.000000,Bloom3Size=2.000000,Bloom4Size=10.000000,Bloom5Size=30.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.346500,G=0.346500,B=0.346500,A=1.000000),Bloom2Tint=(R=0.138000,G=0.138000,B=0.138000,A=1.000000),Bloom3Tint=(R=0.117600,G=0.117600,B=0.117600,A=1.000000),Bloom4Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom5Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom6Tint=(R=0.061000,G=0.061000,B=0.061000,A=1.000000),BloomConvolutionScatterDispersion=1.000000,BloomConvolutionSize=1.000000,BloomConvolutionTexture=None,BloomConvolutionCenterUV=(X=0.500000,Y=0.500000),BloomConvolutionPreFilterMin=7.000000,BloomConvolutionPreFilterMax=15000.000000,BloomConvolutionPreFilterMult=15.000000,BloomConvolutionBufferScale=0.133000,BloomDirtMask=None,BloomDirtMaskIntensity=0.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),DynamicGlobalIlluminationMethod=Lumen,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,LumenRayLightingMode=Default,LumenSceneLightingQuality=1.000000,LumenSceneDetail=1.000000,LumenSceneViewDistance=20000.000000,LumenSceneLightingUpdateSpeed=1.000000,LumenFinalGatherQuality=1.000000,LumenFinalGatherLightingUpdateSpeed=1.000000,LumenFinalGatherScreenTraces=True,LumenMaxTraceDistance=20000.000000,LumenDiffuseColorBoost=1.000000,LumenSkylightLeaking=0.000000,LumenFullSkylightLeakingDistance=1000.000000,LumenSurfaceCacheResolution=1.000000,ReflectionMethod=Lumen,LumenReflectionQuality=1.000000,LumenReflectionsScreenTraces=True,LumenFrontLayerTranslucencyReflections=False,LumenMaxRoughnessToTraceReflections=0.400000,LumenMaxReflectionBounces=1,LumenMaxRefractionBounces=0,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=50.000000,ScreenSpaceReflectionMaxRoughness=0.600000,bMegaLights=True,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,CameraShutterSpeed=60.000000,CameraISO=100.000000,DepthOfFieldFstop=4.000000,DepthOfFieldMinFstop=1.200000,DepthOfFieldBladeCount=5,AutoExposureBias=1.000000,AutoExposureBiasBackup=0.000000,bOverride_AutoExposureBiasBackup=False,AutoExposureApplyPhysicalCameraExposure=True,AutoExposureBiasCurve=None,AutoExposureMeterMask=None,AutoExposureLowPercent=10.000000,AutoExposureHighPercent=90.000000,AutoExposureMinBrightness=0.030000,AutoExposureMaxBrightness=8.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-8.000000,HistogramLogMax=4.000000,LocalExposureMethod=Bilateral,LocalExposureHighlightContrastScale=1.000000,LocalExposureShadowContrastScale=1.000000,LocalExposureHighlightContrastCurve=None,LocalExposureShadowContrastCurve=None,LocalExposureHighlightThreshold=0.000000,LocalExposureShadowThreshold=0.000000,LocalExposureDetailStrength=1.000000,LocalExposureBlurredLuminanceBlend=0.600000,LocalExposureBlurredLuminanceKernelSizePercent=50.000000,LocalExposureMiddleGreyBias=0.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.400000,Sharpen=0.000000,FilmGrainIntensity=0.000000,FilmGrainIntensityShadows=1.000000,FilmGrainIntensityMidtones=1.000000,FilmGrainIntensityHighlights=1.000000,FilmGrainShadowsMax=0.090000,FilmGrainHighlightsMin=0.500000,FilmGrainHighlightsMax=1.000000,FilmGrainTexelSize=1.000000,FilmGrainTexture=None,AmbientOcclusionIntensity=0.500000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=200.000000,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionPower=2.000000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=50.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,AmbientOcclusionTemporalBlendWeight=0.100000,RayTracingAO=False,RayTracingAOSamplesPerPixel=1,RayTracingAOIntensity=1.000000,RayTracingAORadius=200.000000,ColorGradingIntensity=1.000000,ColorGradingLUT=None,DepthOfFieldSensorWidth=24.576000,DepthOfFieldSqueezeFactor=1.000000,DepthOfFieldFocalDistance=0.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldUseHairDepth=False,DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldOcclusion=0.400000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurTargetFPS=30,MotionBlurPerObjectSize=0.000000,TranslucencyType=Raster,RayTracingTranslucencyMaxRoughness=0.600000,RayTracingTranslucencyRefractionRays=3,RayTracingTranslucencySamplesPerPixel=1,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,PathTracingMaxBounces=32,PathTracingSamplesPerPixel=2048,PathTracingMaxPathIntensity=24.000000,PathTracingEnableEmissiveMaterials=True,PathTracingEnableReferenceDOF=False,PathTracingEnableReferenceAtmosphere=False,PathTracingEnableDenoiser=True,PathTracingIncludeEmissive=True,PathTracingIncludeDiffuse=True,PathTracingIncludeIndirectDiffuse=True,PathTracingIncludeSpecular=True,PathTracingIncludeIndirectSpecular=True,PathTracingIncludeVolume=True,PathTracingIncludeIndirectVolume=True,UserFlags=0,WeightedBlendables=(Array=)),LightingRigRotation=0.000000,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-40.000000,Yaw=-67.500000,Roll=0.000000),bEnableToneMapping=False,bShowMeshEdges=True) [/Script/UnrealEd.EditorPerformanceProjectSettings] diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 90b4cb3..ced6dd0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a00d37df1f938ac0b73772a3d1d06ff799d534ba58fd8ad9578932f2ca3e0988 -size 33508 +oid sha256:094052db0416d47ad653a809581112800cb1db1c57ed95bf0ea122cf3b5a7f88 +size 30692 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset new file mode 100644 index 0000000..1d9c7e6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130aaf25ac75e23d51223b8431265df767fb99adc5d7366a3a5dc59cb943d316 +size 175574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index c36c74c..84ec0a1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e797116219b10c6e3067d8c111bbe0324dfe89e2b4d637938614f20d37f1ed0a -size 477774 +oid sha256:422b77f2af5b3d6088a20df004480558b3700c1edc0f17edbe1b14783662f632 +size 474309 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 48885e6..edeff38 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60ba7a72fb2d19f03ccd3516f854b42d3f35daae52bf8a081c5d75f6becc75ae -size 59439 +oid sha256:f289bd15752a11f3f9dd79d53beca448828c6b2a25d8b5642ba04949207c1fe3 +size 60809 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap new file mode 100644 index 0000000..0db4d8c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba89907a8cc8252d9aec1ee275601526e452440d91dd2ecb23d20f838c663d8d +size 22144 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index cf599e8..5722e35 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:963604a268a0deb1779918f039a8d5f4c9ce593bb3261da88b58aac8ef1494a7 -size 1617846 +oid sha256:d5085905e234feab717a2c9f304593ed0e0ead97c6059309637bb1fbfcc810e0 +size 1620090 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..1c95ee6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca1628ad7eab12731dbab1fcc1faa9f44056ebe89dfda8b46f99517d1b8b361 +size 151172 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Emission_Strength.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Emission_Strength.uasset new file mode 100644 index 0000000..ad9673b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Emission_Strength.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715cea92a1606ea68a9387f90778adaa09693c18ec01dcaa823c36b99cd3a314 +size 69147 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Metalness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Metalness.uasset new file mode 100644 index 0000000..ce1776b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Metalness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82092b04ea7def67c9c35621929cf0aa3d8fccdd32a266e30e32a86014da36b +size 67353 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..7d21c39 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c7dcefa518dd6951e830fb4b2cddce2f80691a63010cde4536a3ffc291e8e9 +size 76435 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset new file mode 100644 index 0000000..f1d9649 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d42de363e0d31f9731a6fc4a84dad384cfc99b0cd83e2ef2fe4e04073d5178 +size 21381 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset new file mode 100644 index 0000000..74c88b0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e561118954774625522efc114e62ccf1bcdbd73527c942fd02a95d6b2409328 +size 253892 From 2b4aaceb177d1c3476254763e9ba07191da368c1 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 16 Jun 2025 18:03:59 +0200 Subject: [PATCH 08/28] Weapon Trail --- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/GetOwnerSpeed.uasset | 3 +++ .../Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset | 4 ++-- 6 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/GetOwnerSpeed.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index ced6dd0..72c9196 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:094052db0416d47ad653a809581112800cb1db1c57ed95bf0ea122cf3b5a7f88 -size 30692 +oid sha256:d581dd2171fc7ea12fafce8f57cee49895d5ed986cae23b90238468dd1d6e660 +size 69870 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/GetOwnerSpeed.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/GetOwnerSpeed.uasset new file mode 100644 index 0000000..5c225e7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/GetOwnerSpeed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1578d482d4c20a37a02a7f316da5af175a8ed906962b035d89e59d7b283733 +size 20382 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset new file mode 100644 index 0000000..8a37c06 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619296add26d6bce0fa48045a30c09e6913121cdacf9dcb5df8216193e180524 +size 23482 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset index 1d9c7e6..bb646b9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:130aaf25ac75e23d51223b8431265df767fb99adc5d7366a3a5dc59cb943d316 -size 175574 +oid sha256:b2f3b4419780abfe717a17593c6a4510da299c0be39e8d947e1b6422534660f9 +size 194151 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index edeff38..47db8ff 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f289bd15752a11f3f9dd79d53beca448828c6b2a25d8b5642ba04949207c1fe3 -size 60809 +oid sha256:3ffade7f894fc844aafaf55a55e0ea7c661a580587fac9ef613c1c9d724bdeb0 +size 61958 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset index 74c88b0..852f95f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e561118954774625522efc114e62ccf1bcdbd73527c942fd02a95d6b2409328 -size 253892 +oid sha256:138fba8d0dcbfaa389abc4a6270cf81d764ffdfb7804ec3f745d700d86ea8a81 +size 254227 From 096a7a94208f4ca0630ce236e800f80156574af4 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 17 Jun 2025 14:35:47 +0200 Subject: [PATCH 09/28] Added Captcha, Misc --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Room_Kitchen.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Misc/Examples/Button/CaptchaButtonComponent.uasset | 3 +++ .../World/Interactibles/Captchas/BP_BaseCaptcha.uasset | 3 +++ .../Content/World/Materials/Master/M_WorldAlignedBump.uasset | 2 +- .../World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset | 4 ++-- .../World/Materials/StoneTiles/tiles_0130_height_4k.uasset | 4 ++-- .../Content/World/Static/Furniture/Shelf01/Shelf_01.uasset | 4 ++-- 14 files changed, 29 insertions(+), 23 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 3203098..31fb86a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:75a33bd81d9345924d571ecc5d83fa85c77e30503c96d72abf415fe75f5baeb4 -size 810597 +oid sha256:2a6b9f1a972fbb718df7880917801d331472c35c3ab9acae490b71f5fc1d516f +size 817560 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index f98c207..1c0ed20 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12b52567efcfe9d3d4254c7cf7b0abb3ccd437f650734fad7c61ff60e298daf8 -size 767573 +oid sha256:194262c43317b7d5550ef60113921b0eea88a5ca0b6bec57d6b19b8b4bd35e16 +size 764569 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 72c9196..42c47c0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d581dd2171fc7ea12fafce8f57cee49895d5ed986cae23b90238468dd1d6e660 -size 69870 +oid sha256:f8aae6b8cd6f149cb9908e34f5c00b4cb4cdde54f40d6f7db7adf9e48d41280f +size 73439 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset index 8a37c06..e8228c8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:619296add26d6bce0fa48045a30c09e6913121cdacf9dcb5df8216193e180524 -size 23482 +oid sha256:dc5fc04bbf4ed572ac9414d1fb81fac56bbf4b511b537779fc98c92eab7fa165 +size 24691 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 84ec0a1..41d59a0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:422b77f2af5b3d6088a20df004480558b3700c1edc0f17edbe1b14783662f632 -size 474309 +oid sha256:ed4a9efda5f84e0035d9a320f8fa93612a80b25ac841aff84ab5ca5f104ca4df +size 457533 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap index fc47554..3aaaf99 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:182347fdfb12785e2ea2841b5b18c0df7dcc7e3829e3131dbf7a96a29778bdef -size 135935 +oid sha256:3f40364a19f7c2df8e7cba1a2b93ad74f563f93a2375d13c9a6556df5458caf3 +size 148750 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 47db8ff..4a602f8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ffade7f894fc844aafaf55a55e0ea7c661a580587fac9ef613c1c9d724bdeb0 -size 61958 +oid sha256:f40d53d98185318ae988fe34990dc2d9f991fb55462a6695f182c303732ed235 +size 62469 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 1ca25dd..20f3fd7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92c964949d1a9dd00187645697bb4579957263a71445c85522dd27304b624074 -size 132626 +oid sha256:1407a09796b8e7219ed8c15f46dc8d2e0a92676c60d21e51bba7c88d74e60c44 +size 154957 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset new file mode 100644 index 0000000..65ef079 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2722a8e09fde2d5794dc1ee73d8ae148d3a263a08b9070d83f4cf8ca7485bf2e +size 45879 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset new file mode 100644 index 0000000..5a764eb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cf67baae45f4915720db60933244037ac6a47b5a6ad22c2423af3d0b557ff4 +size 109271 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset index 27354c2..e03400a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93163bc9acb6955ed1d446f2e7169f122daa6329ace48b8cb7c2d02b9358d206 +oid sha256:5b6595f4335e7a62fab61f02da6641ee2d471a11ac9631320d9b6c072862be63 size 96380 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset index f3959b4..469cfde 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f4242831ac396c4ba9c0a4eb09c0b66f524194a6d4baa04795185c1ed6be5da -size 18879 +oid sha256:d8acdfa955b7783811637c14911f8d1116ec32da78fd00a29b3075cfcb275b5c +size 19262 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_height_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_height_4k.uasset index 8467aa3..24326a3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_height_4k.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_height_4k.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f6a6b9b74398b61fe07ada8edd404b009c1e6a05954403dbef12e887692342f -size 9461764 +oid sha256:e157aa5b532a24ce3db2004f4fcd9df48bff5fe6ff1408816f6048ea80793ac5 +size 9466574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01.uasset index cd36f79..2f0951b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba8db114df8d10c9e0b77e7a98e49db9a3dc785ad61337a5384026a9f13d85eb -size 59581 +oid sha256:c2c4d067b4d61941d492b75f0107f16d37e06484ae45674054882b3225ee94cf +size 59130 From 2eac213deb39cdd5cd2c05dffe02fdcdb2d4b542 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Sat, 28 Jun 2025 14:15:59 +0200 Subject: [PATCH 10/28] Captcha Door --- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Misc/Examples/Button/CaptchaButtonComponent.uasset | 4 ++-- .../World/Interactibles/Captchas/BP_BaseCaptcha.uasset | 4 ++-- .../Content/World/Interactibles/Captchas/M_Captcha.uasset | 3 +++ .../World/Interactibles/Captchas/M_Captcha_Inst.uasset | 3 +++ .../Content/World/Interactibles/Captchas/Untitled-1.uasset | 3 +++ .../Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset | 3 +++ .../Content/World/Interactibles/Electrical/Doors/Cube.uasset | 3 +++ .../World/Interactibles/Electrical/Doors/Cube_001.uasset | 3 +++ .../World/Interactibles/Electrical/Doors/Cube_002.uasset | 3 +++ .../Electrical/Doors/MergedBake_Bake1_PBR_Diffuse.uasset | 3 +++ .../Electrical/Doors/MergedBake_Bake1_PBR_Normal.uasset | 3 +++ .../Electrical/Doors/MergedBake_Bake1_PBR_PackedTex.uasset | 3 +++ .../World/Interactibles/Electrical/Doors/NewMaterial.uasset | 3 +++ .../Interactibles/Electrical/Generator/BP_Generator.uasset | 4 ++-- 17 files changed, 45 insertions(+), 12 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/Untitled-1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_PackedTex.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/NewMaterial.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 1c0ed20..4387d34 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:194262c43317b7d5550ef60113921b0eea88a5ca0b6bec57d6b19b8b4bd35e16 -size 764569 +oid sha256:bbfe334a9573c51f208c99634ea6424b8bb6b8ec989c9cc2e9f407adf7e02850 +size 765750 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 41d59a0..9469af8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed4a9efda5f84e0035d9a320f8fa93612a80b25ac841aff84ab5ca5f104ca4df -size 457533 +oid sha256:141f6d09c2f387d10a0405f9a3e3d2bcd90052ace6aa0ffcf5b239b598e6c23d +size 478508 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 20f3fd7..8215694 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1407a09796b8e7219ed8c15f46dc8d2e0a92676c60d21e51bba7c88d74e60c44 -size 154957 +oid sha256:becbab6951dec4c7e2485e23bf67d79c13accf65c87715355b6e842906b70b3d +size 149629 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset index 65ef079..3ebd06d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2722a8e09fde2d5794dc1ee73d8ae148d3a263a08b9070d83f4cf8ca7485bf2e -size 45879 +oid sha256:af361fae4b8642150f282d8f1869e8bcbad6dc0ba2d3cb18182da2190620f374 +size 36186 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset index 5a764eb..81d1e6f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7cf67baae45f4915720db60933244037ac6a47b5a6ad22c2423af3d0b557ff4 -size 109271 +oid sha256:82179f888d9f208fcc7b7a2e8f9215682435964b9c8cdbb0c0f442e22a8751b0 +size 193707 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset new file mode 100644 index 0000000..26d3111 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886df15472895255aceb343481994ed7081f4048c8b248ce146f274c3266c97a +size 24861 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha_Inst.uasset new file mode 100644 index 0000000..207d2a2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd03ff241afeea661aedeb952a3a5c748630dbda01fe36a7941de1a14800413 +size 12023 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/Untitled-1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/Untitled-1.uasset new file mode 100644 index 0000000..8e0411c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/Untitled-1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29b5c7bf0f9a2ba6d158ca2abf3e1c594080ac3a9f37dd7d9ff8c4d998f0c1d +size 169674 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset new file mode 100644 index 0000000..9b2539f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0767af7f646a2f76672d22b022ab49f1553032b7e65af4044ae2de146ff90c17 +size 66937 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube.uasset new file mode 100644 index 0000000..90d0c4d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ea9a2549ae4c594a4ef4534b0651874db69a5a24fe7bfc7eb693d6f7918091 +size 74593 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_001.uasset new file mode 100644 index 0000000..62b9300 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1053f1659705b9a98c42fd5fd2e69b180b51cadee378c555f8cd253f4f1ebf4 +size 58990 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_002.uasset new file mode 100644 index 0000000..e60d3a3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ad76a08c8bd989747bcd84ebb6423aed37bcae4014812c54147186fa4b9d2e +size 79443 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..390eb53 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea762696a57538ec2ecf77f9f735bea10eda1016b131a120010a17a01c57657a +size 18763797 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..1d5bebf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a797009fec205efdfea0c003dff1cbad7623bdcfee471e48daa30831288745ae +size 83266079 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_PackedTex.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_PackedTex.uasset new file mode 100644 index 0000000..d34a630 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_PackedTex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9d0ccaac0f1e6fcb97ae258d50ce642d16b704e0b8b2ffc0afd0a3db087afa +size 17848784 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/NewMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/NewMaterial.uasset new file mode 100644 index 0000000..f82fd7c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/NewMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dda27355b295a03cf961a23e247ec7b0c72b23654ed889fdfc63a820069c5c3 +size 18859 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/BP_Generator.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/BP_Generator.uasset index 7d187ba..5879891 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/BP_Generator.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/BP_Generator.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8b3775c2e5fd2ce7f610fa6612732b551cc0ac839bc7d9e7c4d3a6cee4476148 -size 46325 +oid sha256:3db99065b2fe5879ff5f910187739ce6c7e9f67c3b8edeb40a9c54eb5ac059e8 +size 46235 From b327fd6faabac0dc296069be39e4a0bfbc5bb626 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 2 Jul 2025 20:32:35 +0200 Subject: [PATCH 11/28] Lots of fixes on Clarice and Gilbert --- VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini | 1 + .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../Content/World/Characters/CustomAIController.uasset | 4 ++-- .../World/Characters/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset | 4 ++-- .../NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset | 4 ++-- .../Animations/Test/Gilbert_Actions__WalkBackwward.uasset | 4 ++-- .../Animations/Test/Gilbert_Actions__WalkForward.uasset | 4 ++-- .../Animations/Test/Gilbert_Actions__WalkLeft.uasset | 4 ++-- .../Animations/Test/Gilbert_Actions__WalkRight.uasset | 4 ++-- .../Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/GilbertMesh.uasset | 3 --- .../World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset | 4 ++-- .../Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset | 4 ++-- .../Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset | 4 ++-- .../Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/Material_004.uasset | 3 --- .../World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset | 3 +++ .../Gilbert/NewFolder/WatercanRobot3_Cube_008.uasset | 3 --- .../Content/World/Characters/Gilbert/NewFolder/gloss.uasset | 3 --- .../Content/World/Characters/Gilbert/NewFolder/normal.uasset | 3 --- 27 files changed, 46 insertions(+), 51 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Material_004.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/WatercanRobot3_Cube_008.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/gloss.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/normal.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini index 39bb7ef..90b4f5e 100644 --- a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini +++ b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini @@ -173,6 +173,7 @@ bSendAnonymousUsageDataToEpic=False +DefaultChannelResponses=(Channel=ECC_GameTraceChannel4,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="TossableTrace") +DefaultChannelResponses=(Channel=ECC_GameTraceChannel5,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="UI") +DefaultChannelResponses=(Channel=ECC_GameTraceChannel6,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="CharacterSphere") ++DefaultChannelResponses=(Channel=ECC_GameTraceChannel7,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="CharacterProp") +EditProfiles=(Name="PhysicsActor",CustomResponses=((Channel="VRTraceChannel"))) +EditProfiles=(Name="BlockAllDynamic",CustomResponses=((Channel="VRTraceChannel"))) -ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 5722e35..5f4dd6c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5085905e234feab717a2c9f304593ed0e0ead97c6059309637bb1fbfcc810e0 -size 1620090 +oid sha256:6cb95604d988ffd2e8d971d2cd8d79ade07857ce9b2913040cb8259ea59e897c +size 1695813 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset index 75966ca..eaee4f6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efb47ee87d1b5e90642646e19936a1481e02b276b3f0794547af6abff4c49c43 -size 5635331 +oid sha256:c46b0d46bdb2e93c1f0725bb29e960dddcba2213ff7c3b6791be8d967c4c9054 +size 5637387 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset index ada61c7..f730a3f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b8836e2f24974e56fddcc78bf24694f41a57d5699dae728be51ce7c6cc55412 -size 2543406 +oid sha256:de8d71e5d3491d8e7365c86590d55a730f61046ae5a3c445c72c007fb679cce6 +size 2545075 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index 44a62b7..8b64905 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1029e4eed6b4dde09e6b6635c01697c978a805b59bdaeb1d8d83f6d50b489017 -size 284935 +oid sha256:fe8b372263d002859ff05d4501c6b532114eb9569a8da7cdea9898e58859423c +size 286390 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index b3aa289..2da44b5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23636b9029ace66b88bbebcad08ae0ef88b7cdb38b3b1cbb4ca690616f96b32d -size 357348 +oid sha256:1766cd15bfe3f7714b0ef7d92fa33c2738e14f22a2c3380820b2fbf4a4ed2aa6 +size 356785 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset index 6d6350a..c90f58d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2e180be37a696f52b5bf00c3194f720fc169d80ead564a78a60312bee03474a -size 215383 +oid sha256:6eca3bb0dbb8e2f01ccbe16e0ec62f76c6b70458dfbea8c071d5e4d6e4740e4a +size 224608 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset index b39d01e..b6871c3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da996cc89f890b394aac745f0cf1d6abbcc2487f5f123c5c6ffd9157379bd5e0 -size 210177 +oid sha256:eaca46a89fe46258397002a8a1f3e38b4d158a8ddc8287be37c976cd4e95703c +size 218573 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset index d13e9a6..bda5a8b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:482e3ffd7858e13ec8884478025abd1c4173e6856d50b2cce3e6a77da9d1af17 -size 213657 +oid sha256:95f4885585e53aa35ba8c7ad14fb598e5033054dca7f0afe2cdc165186e6bee5 +size 219424 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset index ae39fa0..8fe6dc9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df97a36de90e1db04aa5ad852738fda3719cfa9ad350347c13fdfaae1990613a -size 136212 +oid sha256:64c1382dc15bafe5eb9950c846610d8906b1b0cea939b6b56736740689c66c60 +size 142006 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset index ca4f4ec..9673ec0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76c38fae80c39b08feecdb3bc5a5341466c164d6d80e7dcb0b6e2cd20c42b5da -size 196656 +oid sha256:a8ac54db2c291067c4e730e987029c45dce847d5085d3015ad50f290c2cea700 +size 202516 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset index 792c306..7cfce77 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0217346f18f4ab8dc407580b80b49267ad1074d323fd0debf497b32bd252a4de -size 195831 +oid sha256:c5f5059055a5a5b9490df9a2fe648a2fe0f31b21f5cd6ec480f808c771832abe +size 201679 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset index 092afbc..66c6871 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd853012f614f8f119070d541fd697b6d0838e7eeff64809282123c9a6fd09cb -size 192590 +oid sha256:43249951e902da1cc74b72bc0130d7e9155d8a980d3564b401e543a1096af3a1 +size 198313 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset index a187c22..99b4312 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c60c18ed9e89007c38b010a15d484a747001aca98efe415efe8d683d5facac76 -size 192601 +oid sha256:e4e455000db9c9e8552efcd7a0ff4a0f9eea30179cf5b2bf2a63c7eedd7c6f31 +size 198457 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset index 5e82818..3068778 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2103d37669223d51ed3d07c38948d601a05ff20b512afaf5035c4061eb6a8b9 -size 31157 +oid sha256:bccc6ec32be3f963bde1bf1b406ad831a2eff4bcb2a87d1723e0701b7baff378 +size 33146 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset new file mode 100644 index 0000000..008b810 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c2698b6b5b11df1a5c6bc1b0cf3e7b286427c7ea965995533c3f8a246f2e9e +size 61965 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh.uasset deleted file mode 100644 index 0b587d2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcf1745bf071502376bc3de90a959b4f96ee6e001a5d13f71f2a913e3d79bb3b -size 2409429 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset index 9886bea..6bc8e81 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0dc57cb7df5b057c04850dd0adcc2247c279f78c5751475d863ef6ce2903a573 -size 56353 +oid sha256:8f6e934906e869097a9c2b1bb83df72e8e1cbd36e58f7f3be92b7e9a238b8097 +size 56954 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset index 7cc544f..2e1fc8f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8066791f09f41a7f398dc7c4711bdcb8277e3f071c8658f9d8777c2396a6381 -size 54403 +oid sha256:35792cbc97f730cfe434cf084141fec43b5a6baf0d249b26fe9fe02a813e75d2 +size 54711 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset index 96d301a..9ccfa59 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c55d3722861500b885e47b78563fb70d2784297bb394cca4601f85008e9eb1fc -size 16301 +oid sha256:d70ca240f4fe710302a8006fb030019ab328aeee46c67b68ce01953259384ce8 +size 17020 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset index 1e1421e..c4d192c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cccc0e4562e5cf5e1215ee7cc4fa6be1ae18c92dc3466608769004d8c90b2754 -size 231618 +oid sha256:558f983e517673f4f3db034b828c06b4f1e1dee3c162376b5cee001f029b690d +size 252209 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Material_004.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Material_004.uasset deleted file mode 100644 index de452b1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Material_004.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae1fad0d4ff1c82285d5647be69845737ebc3ba059bc15bf46d00cf79913f289 -size 52698 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset new file mode 100644 index 0000000..36015b5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94594ab8831af98fa6f627007f0d84bb46e007175598cbd9600a89f952a0e5c4 +size 2409736 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset new file mode 100644 index 0000000..f6fe29d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5f07668727e3328efab2f7645b5999b10fa849fe58cb226745743810e82645 +size 391032 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/WatercanRobot3_Cube_008.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/WatercanRobot3_Cube_008.uasset deleted file mode 100644 index 1f086b6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/WatercanRobot3_Cube_008.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0ff288497361a48a44df6efdcdd33a3d93b708c7852fb67e5780e4d76cbeda7 -size 1087490 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/gloss.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/gloss.uasset deleted file mode 100644 index 8d965ca..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/gloss.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48af078e8ab583aca90fcd202b2a9623faef148b147621dc8072ea17ba99cd34 -size 1483811 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/normal.uasset deleted file mode 100644 index 1ee4eb5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7879e557937d30961993a8892b0d2e83da85b602e69169ecad0c4bc2b75c8a23 -size 4511544 From 2d15abf70e4e6599b5955b117c1ec580dd78ed33 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 2 Jul 2025 20:32:53 +0200 Subject: [PATCH 12/28] Addendum --- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../Content/World/Characters/BP_BaseCharacter.uasset | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 2 +- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- .../Content/World/Characters/CustomAIController.uasset | 4 ++-- .../World/Characters/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset | 4 ++-- .../Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset | 4 ++-- .../Content/World/Interactibles/PotionTest/PotionActor.uasset | 4 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 5f4dd6c..4d93beb 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6cb95604d988ffd2e8d971d2cd8d79ade07857ce9b2913040cb8259ea59e897c -size 1695813 +oid sha256:c93dfdf9cef647751bd9bb0d37ec72d6140cd8151be58dce1427de87dfb362ce +size 1696702 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset index eaee4f6..411eb1a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c46b0d46bdb2e93c1f0725bb29e960dddcba2213ff7c3b6791be8d967c4c9054 -size 5637387 +oid sha256:0c41415a7814014d161505b16c156146c5252ca1fd47aeeff7d966ed870df51a +size 5645811 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset index 17f210c..2b683b7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cfe7e82bef2758bb70ccbf82671cc0edfa4d0d5a4e0df22c1bd55d17d76de8dd -size 73443 +oid sha256:3539df9273aa487e8dbeaa83a5f3c03fde0664b1745c050101379b9df2782970 +size 75069 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index 8b64905..9fd1fee 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe8b372263d002859ff05d4501c6b532114eb9569a8da7cdea9898e58859423c +oid sha256:d9cb5d090a29e15513184fae1ddd890be45878049c45ca74444bfeb00c92c445 size 286390 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index 2da44b5..5a4f690 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1766cd15bfe3f7714b0ef7d92fa33c2738e14f22a2c3380820b2fbf4a4ed2aa6 -size 356785 +oid sha256:175ce982a7a256a793a547a4bd4525f79ab4b85fe4fb0d68058f3d69759b9681 +size 362254 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset index 3337538..49a06e8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e4513d55fb3e0e3f74c3875697b51ff14ba961508dbcf6a152c649ca1694c97 -size 42292 +oid sha256:84059487710bca0564b0bff4d106a15d9dc141f8d6445f39b2a7def693b611ca +size 42365 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset index c90f58d..43e6da1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6eca3bb0dbb8e2f01ccbe16e0ec62f76c6b70458dfbea8c071d5e4d6e4740e4a -size 224608 +oid sha256:68247428043b52ea2a4a92f8dba4a37aba85646639acbe0462fe536ee182fd6c +size 231740 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset index b6871c3..991f04a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eaca46a89fe46258397002a8a1f3e38b4d158a8ddc8287be37c976cd4e95703c -size 218573 +oid sha256:e1c8f0385e625cc3ea22ad45f65b4508f9e2b33bde7c0ba71644e94b48434e25 +size 262225 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset index 3068778..c0ceaa5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bccc6ec32be3f963bde1bf1b406ad831a2eff4bcb2a87d1723e0701b7baff378 -size 33146 +oid sha256:a041aa670ba25995f4c53026ed133628ef131e43123b8992e01d9564e1b0de22 +size 36524 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset index c4d192c..5fd0b5b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:558f983e517673f4f3db034b828c06b4f1e1dee3c162376b5cee001f029b690d -size 252209 +oid sha256:2885add349f31c36e4b791a63a31f0b2538f6cd597d6b871dd5f7493e9800aee +size 243779 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/PotionActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/PotionActor.uasset index 7678037..bf0d830 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/PotionActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/PotionActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3881eaeb98f38e93c924cab270ad56120a24621c21add4bcf7adc9a47b0d12e9 -size 289242 +oid sha256:e60d732d7621d985e717656a8c6814222d51e48d35996dcba5ff2d244328a305 +size 293016 From ca1e9b6da2fef7bee94cfe4688d7658ea5ebaa5d Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 2 Jul 2025 23:40:03 +0200 Subject: [PATCH 13/28] Long night but fixed toss/grab issues on Clarice --- .../Content/Maps/MotionControllerMap.umap | 2 +- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 4d93beb..3552f67 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c93dfdf9cef647751bd9bb0d37ec72d6140cd8151be58dce1427de87dfb362ce +oid sha256:dcb910fc4997b9a7b3f8ee954e4aa5feb2ac69b9e627a65895d22fe7744fb949 size 1696702 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset index 3b53cc6..38b5cad 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2fab41fdd6aaa6ac125962b23aad63fc9aca94a100757a7e7c5452f23a93979 -size 1821983 +oid sha256:26fc81abea5e8c3a0cdafcc11cb1b498591b695ed3ce3e5dabc9f83f4e78d328 +size 1838619 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index 5a4f690..a7a59db 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:175ce982a7a256a793a547a4bd4525f79ab4b85fe4fb0d68058f3d69759b9681 -size 362254 +oid sha256:1164db074a041c9945182fd885e11f1aff21ddda4655b2419ba1583a6606e3f8 +size 387564 From 8c07468c20d509120282167fddf9016a21687d39 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 3 Jul 2025 23:00:17 +0200 Subject: [PATCH 14/28] Misc Character Optimization, Can Collision --- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../Content/World/Characters/CustomAIController.uasset | 4 ++-- .../World/Characters/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset | 4 ++-- .../Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject | 4 ++++ 9 files changed, 20 insertions(+), 16 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 3552f67..ba37906 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dcb910fc4997b9a7b3f8ee954e4aa5feb2ac69b9e627a65895d22fe7744fb949 -size 1696702 +oid sha256:4e0cb38a00ca18f04c381efd879fb4e00f9d2781208582b23d8386d7a8522f21 +size 1696623 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index 9fd1fee..5a20705 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9cb5d090a29e15513184fae1ddd890be45878049c45ca74444bfeb00c92c445 -size 286390 +oid sha256:561049162d93c3492363722ca356fc459e86641de27f27f733a0075247e979f2 +size 275524 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index a7a59db..4a3714e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1164db074a041c9945182fd885e11f1aff21ddda4655b2419ba1583a6606e3f8 -size 387564 +oid sha256:41de03fce8deb5c04cba7681ed9f223030102b9d6727b335b710a4883debddde +size 417967 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset index 43e6da1..ac86bfd 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68247428043b52ea2a4a92f8dba4a37aba85646639acbe0462fe536ee182fd6c -size 231740 +oid sha256:2404080c5421a4c7ff7667e17981287cf432e4d4f468e45f0e1976d57ee6af64 +size 230972 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset index 991f04a..64c5064 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1c8f0385e625cc3ea22ad45f65b4508f9e2b33bde7c0ba71644e94b48434e25 -size 262225 +oid sha256:ecc66070774d90a091c273d7fa40d2b3a98ec802cecde591ca0f606946c59b9f +size 210927 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset index c0ceaa5..93f06c7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a041aa670ba25995f4c53026ed133628ef131e43123b8992e01d9564e1b0de22 -size 36524 +oid sha256:9d160194f2ea08d11cb777e79aacc0754dce65debe3f54fc7798fe74d787957f +size 35009 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset index 9ccfa59..0a2c3c7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d70ca240f4fe710302a8006fb030019ab328aeee46c67b68ce01953259384ce8 -size 17020 +oid sha256:9f708d003b171dbd7aeaabc3d67869e7ebe733a7efb5dfefb3f0e785d3aed9e5 +size 17134 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset index f6fe29d..78e1d97 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e5f07668727e3328efab2f7645b5999b10fa849fe58cb226745743810e82645 -size 391032 +oid sha256:7efae81877d4225525aded93050be7cedf92e909feb50a5715bbf944a01b0155 +size 448095 diff --git a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject index 9425187..5790317 100644 --- a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject +++ b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject @@ -115,6 +115,10 @@ { "Name": "Harmonix", "Enabled": true + }, + { + "Name": "DisasterRecoveryClient", + "Enabled": true } ], "TargetPlatforms": [ From 51efd2eb29d9da9b37dbbdd1d5c1528e7b25c225 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 4 Jul 2025 15:30:41 +0200 Subject: [PATCH 15/28] Continued work on character interaction --- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/World/Characters/BPI_Character.uasset | 2 +- .../Content/World/Characters/BP_BaseCharacter.uasset | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../World/Characters/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset | 3 --- .../Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/NavLink_AI.uasset | 4 ++-- 10 files changed, 17 insertions(+), 20 deletions(-) delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index ba37906..19bd12f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e0cb38a00ca18f04c381efd879fb4e00f9d2781208582b23d8386d7a8522f21 -size 1696623 +oid sha256:4f148140721c270d679e24173d53061487e1a66cf578c7486e16a5c255bef724 +size 1696758 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BPI_Character.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BPI_Character.uasset index 1c6a4c0..6c47f54 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BPI_Character.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BPI_Character.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47c57977bdd6b4e1426bf6ef065bcd4411138af6773e8b274f833566cc817995 +oid sha256:030027383ccf9c65f094f6eb64655867e582ff56a2e90a00fbc0685174618d59 size 10591 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset index 2b683b7..9738708 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3539df9273aa487e8dbeaa83a5f3c03fde0664b1745c050101379b9df2782970 -size 75069 +oid sha256:184bce21637afb1cd63d11cc0c39c5a593b62ff7be8a22250611f9fd076e19f9 +size 150999 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index 5a20705..b9a2422 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:561049162d93c3492363722ca356fc459e86641de27f27f733a0075247e979f2 -size 275524 +oid sha256:7d687c16686441d96aa44f6f49f5cd76cc268151becba6f5b32c5e25a5ac8bd7 +size 354341 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index 4a3714e..aa3ff72 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41de03fce8deb5c04cba7681ed9f223030102b9d6727b335b710a4883debddde -size 417967 +oid sha256:7ab963346d31347e33916801112f0d8a95e5c7cc9d24aa103d4f0348bbf54760 +size 411223 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset index 64c5064..5df0954 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ecc66070774d90a091c273d7fa40d2b3a98ec802cecde591ca0f606946c59b9f -size 210927 +oid sha256:d9af4f2b56ba36a95e2b78e5780d0813400ab3949e9281c6718608b9b0d9a95d +size 208816 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset index 93f06c7..41a49cd 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d160194f2ea08d11cb777e79aacc0754dce65debe3f54fc7798fe74d787957f -size 35009 +oid sha256:022b7f7f5e4635161240e1a45a7d9c29c4931fcdc1b540903baf8a80b80e511e +size 39026 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset deleted file mode 100644 index 008b810..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8c2698b6b5b11df1a5c6bc1b0cf3e7b286427c7ea965995533c3f8a246f2e9e -size 61965 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset index 5fd0b5b..ad736c8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2885add349f31c36e4b791a63a31f0b2538f6cd597d6b871dd5f7493e9800aee -size 243779 +oid sha256:0ba728b049a922774dcf83d565445f517e2b44589c182753d8673c6349304e94 +size 241532 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset index 1b32865..f97addc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a37ca39f2f15b92250972760956b7fe26c1ba4340e619f2f1480e4f25677b86 -size 29450 +oid sha256:fd37379462f4842af8819a2346531869796b50fd94fd54272299dd96f3a59f45 +size 54720 From f7ab3ebd64b243c1dcbe13ba6b0583a9d876c111 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 7 Jul 2025 16:17:35 +0200 Subject: [PATCH 16/28] Fxied Gilbert and updated with Baked Version, IK Targets --- .../Content/Core/Navigation/NavLink_AI.uasset | 3 +++ .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../World/Characters/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../NewFolder/Animations/Gilbert_Actions__BowDown.uasset | 3 +++ .../NewFolder/Animations/Gilbert_Actions__DigOut.uasset | 3 +++ .../Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset | 3 +++ .../Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset | 3 +++ .../Animations/Gilbert_Actions__WalkBackwward.uasset | 3 +++ .../NewFolder/Animations/Gilbert_Actions__WalkForward.uasset | 3 +++ .../NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset | 3 +++ .../NewFolder/Animations/Gilbert_Actions__WalkRight.uasset | 3 +++ .../NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset | 4 ++-- .../NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset | 4 ++-- .../NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset | 4 ++-- .../Animations/Test/Gilbert_Actions__WalkBackwward.uasset | 4 ++-- .../Animations/Test/Gilbert_Actions__WalkForward.uasset | 4 ++-- .../Animations/Test/Gilbert_Actions__WalkLeft.uasset | 4 ++-- .../Animations/Test/Gilbert_Actions__WalkRight.uasset | 4 ++-- .../Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/BS_Movement.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/Can/BP_Can.uasset | 3 +++ .../Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Diffuse.uasset | 3 +++ .../Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Metalness.uasset | 3 +++ .../Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Normal.uasset | 3 +++ .../Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Roughness.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/Can/M_Can.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/Can/SM_CanOnly.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset | 3 --- .../Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset | 3 --- .../Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset | 3 --- .../Gilbert/NewFolder/Gilbert_Actions__WalkForward.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset | 3 +++ .../Characters/Gilbert/NewFolder/Gilbert_PhysicsAsset.uasset | 3 +++ .../Characters/Gilbert/NewFolder/Gilbert_Skeleton.uasset | 3 +++ .../Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset | 3 --- .../Content/World/Characters/Gilbert/NewFolder/Grip.uasset | 3 --- .../World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/NavLink_AI.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset | 4 ++-- .../NewFolder/Textures/Cube_007_Bake1_PBR_Diffuse.uasset | 3 +++ .../Textures/Cube_007_Bake1_PBR_Emission_Strength.uasset | 3 +++ .../NewFolder/Textures/Cube_007_Bake1_PBR_Metalness.uasset | 3 +++ .../NewFolder/Textures/Cube_007_Bake1_PBR_Normal.uasset | 3 +++ .../NewFolder/Textures/Cube_007_Bake1_PBR_Roughness.uasset | 3 +++ .../NewFolder/Textures/Cube_007_Bake1_PBR_Transmission.uasset | 3 +++ .../Gilbert/NewFolder/Textures/M_Gilbert_Body.uasset | 3 +++ 47 files changed, 112 insertions(+), 43 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/Navigation/NavLink_AI.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__BowDown.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__DigOut.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/BP_Can.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Metalness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/M_Can.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/SM_CanOnly.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Actions__WalkForward.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_PhysicsAsset.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Grip.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Emission_Strength.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Metalness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Transmission.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/M_Gilbert_Body.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/Navigation/NavLink_AI.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/Navigation/NavLink_AI.uasset new file mode 100644 index 0000000..dbfd60a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/Navigation/NavLink_AI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074a36e7ae8ff3f70a0cee08061a30de9be7d7c382058487d63e97f17dea93bb +size 54091 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 19bd12f..d4f83b5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f148140721c270d679e24173d53061487e1a66cf578c7486e16a5c255bef724 -size 1696758 +oid sha256:b6be9a5ee584549539e84bffd0d1d3b8be9b708eee428a830c76c05df5c1da2a +size 1709794 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset index 5df0954..73b9fa2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9af4f2b56ba36a95e2b78e5780d0813400ab3949e9281c6718608b9b0d9a95d -size 208816 +oid sha256:9f77ccb595c8715efdf102b79d78f76da6b23bcc036a9b4c63e8f877f19f78d9 +size 207428 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__BowDown.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__BowDown.uasset new file mode 100644 index 0000000..eaae60e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__BowDown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84eb52c4f8d415b231b5e78b7e76629e05eb15d764e071138dc091038fca76cc +size 171085 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__DigOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__DigOut.uasset new file mode 100644 index 0000000..1e1332a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__DigOut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32421924fd3172071ba1b2b4fe12f104d57dec189d8de6e74c678ca85f640fad +size 183724 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset new file mode 100644 index 0000000..2e3f2d3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8817faf0fbbb43569bb5820fe9609df5df3fadef35b3d94089e9a9f7003c06 +size 220797 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset new file mode 100644 index 0000000..57162ea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09aec0626c0e37ab8ff0a66f8e71078c381f8d407aee8819a57dbfe00428256a +size 138622 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset new file mode 100644 index 0000000..a43b46f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812f7cce4de7171c01d4c3c232ac9c2876fc81b48d1d72d7d461e4f3cf1a7739 +size 203823 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset new file mode 100644 index 0000000..4d46a68 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac71aefb3a839e2ecf522f7f430cb2e764dd185969e9f409b7165b572a9a732b +size 204607 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset new file mode 100644 index 0000000..5a79faa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0262533a9ac6ff7dbadeceed1fa6613adec35b8db80580e8b70014d9ab3f1c98 +size 199685 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset new file mode 100644 index 0000000..db1480e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b06f24a611bab4e4780bdd401a3d72260a2f467ce1651e8ce4822c24c488c5 +size 200591 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset index 2180722..8f0c54a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:086c6e7c9e79919be3ba2afdde2200617ec5a4f66e5f13523a0ed40486c56bf8 -size 169264 +oid sha256:4d77abe534975c64ab9f934bb91d1f668ea21cbd9a46f203cffffd9e5a0913e2 +size 168186 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset index 1bcdfef..7d9390d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a9ddfbc8d4702a1676e8b4887f7827e1513600b6f032f87625446648651689c -size 181746 +oid sha256:9097da5c4d7713b7e89c7b48e8cab84e5aa763574e9e97f50460a92d72ed3b1a +size 179228 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset index bda5a8b..9ef57b7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95f4885585e53aa35ba8c7ad14fb598e5033054dca7f0afe2cdc165186e6bee5 -size 219424 +oid sha256:65c7fd2e1f41b518840089a80567038203952f7e246653b9be3d37751a78e70c +size 1709 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset index 9673ec0..be93f3e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a8ac54db2c291067c4e730e987029c45dce847d5085d3015ad50f290c2cea700 -size 202516 +oid sha256:117cf82b5d5d8991c7c32226b5dc098931589dec2f4cd9d47dcc59a02f93b51b +size 1781 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset index 7cfce77..fa50e3e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5f5059055a5a5b9490df9a2fe648a2fe0f31b21f5cd6ec480f808c771832abe -size 201679 +oid sha256:3adfe4830c1ed6d2df89183431e0f9600129eb4caa14063389e5443d04e4710c +size 1763 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset index 66c6871..adc5d7f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:43249951e902da1cc74b72bc0130d7e9155d8a980d3564b401e543a1096af3a1 -size 198313 +oid sha256:90e6b1d1778460b8b4acdde592deee9106bcd42ea1ce12e6b2ec200934c84495 +size 1741 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset index 99b4312..9994439 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4e455000db9c9e8552efcd7a0ff4a0f9eea30179cf5b2bf2a63c7eedd7c6f31 -size 198457 +oid sha256:3e4b0e3cc2ae4c0c12c8a00a6cdbf68489bba9471f5647dceedf8be1041cf1cf +size 1749 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset index 41a49cd..eab5548 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:022b7f7f5e4635161240e1a45a7d9c29c4931fcdc1b540903baf8a80b80e511e -size 39026 +oid sha256:e00562b9c33a6e4d28d089f4e0aa93ce222112ff1262bdeef140e78417d199cd +size 2477 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset index b2af729..3efaf7c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31e968578200209ab96559c24288900ce1b111241c9ea4ca160376a720be7352 -size 19502 +oid sha256:e3771653bf1e654454656b11970d8c52713b74505bccd7faddac76af51a078e2 +size 19461 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/BP_Can.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/BP_Can.uasset new file mode 100644 index 0000000..225cbfb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/BP_Can.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6439709bd820622296772f07aa07dbfa693b470e74496c8a6386de72f48820 +size 39289 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..b6b5795 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340d1918bbf1acdbb26e25ed8c100f78bb022022e78b5554d8e58eed78e71a57 +size 4138662 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Metalness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Metalness.uasset new file mode 100644 index 0000000..c9e28c1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Metalness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfd6b240d3e7aa4b1eaac30a6828f2dd5e94f4b8eddd3b159ad32bd213b2953 +size 1200689 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..1d31619 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc12a3bee2b25e05dc42a53f9cc144eedf77921805705f24342db23bbcac470 +size 23131000 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..a590be8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08012318c7cc133f30723c5bc4bac367b1dbf6c5c99da97b86ae9329ae33e89 +size 1547188 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/M_Can.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/M_Can.uasset new file mode 100644 index 0000000..6a0188f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/M_Can.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e70a2c60bd366594e3a03f7c09883505402ef7bf55d97209b1f4410370d348f +size 18110 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/SM_CanOnly.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/SM_CanOnly.uasset new file mode 100644 index 0000000..bbc2a5f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/SM_CanOnly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e625ddefedc5617eb435955a0ba84fb2153fe6a2c8bf35cf27ee8c3397947d4 +size 448103 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset deleted file mode 100644 index 6bc8e81..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f6e934906e869097a9c2b1bb83df72e8e1cbd36e58f7f3be92b7e9a238b8097 -size 56954 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset deleted file mode 100644 index 2e1fc8f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35792cbc97f730cfe434cf084141fec43b5a6baf0d249b26fe9fe02a813e75d2 -size 54711 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset deleted file mode 100644 index 0a2c3c7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f708d003b171dbd7aeaabc3d67869e7ebe733a7efb5dfefb3f0e785d3aed9e5 -size 17134 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Actions__WalkForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Actions__WalkForward.uasset new file mode 100644 index 0000000..726a165 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Actions__WalkForward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5926db24c959172709029c87db6da83e6c250155db47f7617df0d13a52095c4 +size 1733 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset new file mode 100644 index 0000000..fd2b796 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427b18d8da273013134a9b78b7abd79387ba54798981349b77f286d6bab48b3a +size 423884 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_PhysicsAsset.uasset new file mode 100644 index 0000000..acb1325 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070ce551153a8d6c0417bb6026b577bf0021cad0e24aba07775d9fd4e0135c59 +size 50249 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton.uasset new file mode 100644 index 0000000..494ceb5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26e418d534b9fad2b67ba9957d2204c019b669a22730246f546d72dd2417d32 +size 16175 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset deleted file mode 100644 index ad736c8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ba728b049a922774dcf83d565445f517e2b44589c182753d8673c6349304e94 -size 241532 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Grip.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Grip.uasset deleted file mode 100644 index 76e8e1a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Grip.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:003f8143d251e7d471f20820112446b33c19526414ec083ba3f231834097552e -size 23313 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset new file mode 100644 index 0000000..5a044e3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1802e412da8e38461d708b94fc47e7e95d57e085d451c93080c01462a901ba +size 37647 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset index f97addc..8ba9562 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd37379462f4842af8819a2346531869796b50fd94fd54272299dd96f3a59f45 -size 54720 +oid sha256:c9bb44f399d3b50145f47cc7baa87adcb4ed6b1022cf6f1b1f660117321c853d +size 2442 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset index 36015b5..23d5b2a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94594ab8831af98fa6f627007f0d84bb46e007175598cbd9600a89f952a0e5c4 -size 2409736 +oid sha256:b621315b91726cf9de10d219dbb22e6c86a154aa2c980252d8d2952eac5406bf +size 2147933 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset index 78e1d97..4748a0d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7efae81877d4225525aded93050be7cedf92e909feb50a5715bbf944a01b0155 -size 448095 +oid sha256:df4f66d6746dc22ff7fb5532b7a3a5c8e10679af1b5220a5d1910fc3ab755f07 +size 1571 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..1befae4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b64b76e149bd225a64a595df1382a77a744bbce17ae68bb216c225d087ddce +size 14079331 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Emission_Strength.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Emission_Strength.uasset new file mode 100644 index 0000000..08060c6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Emission_Strength.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5051c1e88a49218311b34cf1b48b7723e9322a85b512ba71750d3e0e4411053 +size 48657 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Metalness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Metalness.uasset new file mode 100644 index 0000000..45e2ebf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Metalness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4667bd28eead9e4ade6789251fddde7bed25cfd1fb08381573d4e49d5e6d34c2 +size 268772 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..4283542 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dbd2b152f593879587cd4f2a9ae76bb6ffa035a95e71ede0e5e1cc351a45a62 +size 139775005 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..e8d91a1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff18b70ead8316f2d4fb003a80c889576808e54f3e2bdb324e7d63d555913f7 +size 7658258 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Transmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Transmission.uasset new file mode 100644 index 0000000..0c2f2a6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Transmission.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d79f2790c52e0fb5bb374dd8a79bc0e80e79cb5ee4fa22d6e9c1221e9950ea +size 16747 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/M_Gilbert_Body.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/M_Gilbert_Body.uasset new file mode 100644 index 0000000..88cc251 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/M_Gilbert_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f29ca38c98edd9f51040f9fad3b8d34ef57d57f47ef760ae918b22c4ca4846 +size 29468 From b4424f8bb3829e7f1f7b492e5a758b4a73d60c66 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 8 Jul 2025 13:44:38 +0200 Subject: [PATCH 17/28] IK Goals on Gilbert (would prefer a curvelike step with +Z) --- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../World/Characters/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index d4f83b5..008f8b8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6be9a5ee584549539e84bffd0d1d3b8be9b708eee428a830c76c05df5c1da2a -size 1709794 +oid sha256:67c17c56f6053ed5fe7c01f9fa91666f1b6b59f1e4241a831917b7ece830b792 +size 1709502 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset index 73b9fa2..5ddf4dd 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f77ccb595c8715efdf102b79d78f76da6b23bcc036a9b4c63e8f877f19f78d9 -size 207428 +oid sha256:f38ef41525009e3c6fbba01a7759998ca8918c65239744f7d9d43369f36bbd84 +size 205854 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset index fd2b796..c8d7ef6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:427b18d8da273013134a9b78b7abd79387ba54798981349b77f286d6bab48b3a -size 423884 +oid sha256:8ac14065598aeefe2a8a0940dc98fd1e7ba1472f86a998d27d7eab0ded806114 +size 626180 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset index 5a044e3..d8c610c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a1802e412da8e38461d708b94fc47e7e95d57e085d451c93080c01462a901ba -size 37647 +oid sha256:b347e3ec6826cb54f450e7b18faecafebde04a10ff6208199721b1650633c4f4 +size 39453 From b6f35300762eeaed9a96441179a98a0a638a5242 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 8 Jul 2025 14:51:09 +0200 Subject: [PATCH 18/28] Fixed Gilbert at slow speed, fixed Shoe Trace on top of other objects --- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/BS_Movement.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 4387d34..89fed61 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bbfe334a9573c51f208c99634ea6424b8bb6b8ec989c9cc2e9f407adf7e02850 -size 765750 +oid sha256:862f50fa3fd260ef40d70bac4ba6d8d408e6fd7ec94be881d6fed2ce9dd97366 +size 764503 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 42c47c0..6557a6d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8aae6b8cd6f149cb9908e34f5c00b4cb4cdde54f40d6f7db7adf9e48d41280f -size 73439 +oid sha256:79610f4bd01df4108538e93d799a4b28ce9bdad071f5e65837cf9758e39cf339 +size 72252 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 4a602f8..5998d2d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f40d53d98185318ae988fe34990dc2d9f991fb55462a6695f182c303732ed235 -size 62469 +oid sha256:8d1b4af04de2db095561983e0bc6ef5c80bf693ae3875290b1c5b60e12c46432 +size 65342 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 008f8b8..0518e4f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67c17c56f6053ed5fe7c01f9fa91666f1b6b59f1e4241a831917b7ece830b792 -size 1709502 +oid sha256:52492781f83c0b78046a170e16308ef67f04d3e3f8ab70f4e8dd525fdf188176 +size 1711996 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset index 38b5cad..61e2f72 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26fc81abea5e8c3a0cdafcc11cb1b498591b695ed3ce3e5dabc9f83f4e78d328 -size 1838619 +oid sha256:375031c94ec3a79788a1b08f57774e8fbf6015781c43313b1fc9c520ec7cbc83 +size 1839265 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset index 3efaf7c..74e221e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3771653bf1e654454656b11970d8c52713b74505bccd7faddac76af51a078e2 -size 19461 +oid sha256:6195916ace3ce6e81ae6516cc1d5f9dc5a6eb14dabff83b1f3a221f5af14e286 +size 19143 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset index c8d7ef6..0f5b86a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ac14065598aeefe2a8a0940dc98fd1e7ba1472f86a998d27d7eab0ded806114 -size 626180 +oid sha256:180e448b5df5c7302af63776f38bb1090698f458d86455a13c1413b976a808eb +size 608352 From 4473390e5eef5ac34cc8de1a2dbcd40117630fd1 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 9 Jul 2025 12:40:55 +0200 Subject: [PATCH 19/28] Rewrote SliceGameHits to used Objects Bounding Box instead --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/World/VFX/Projector/Nitrate.uasset | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 31fb86a..873b8fa 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a6b9f1a972fbb718df7880917801d331472c35c3ab9acae490b71f5fc1d516f -size 817560 +oid sha256:8f06bd7b0cf184fc8cf42e5fa48ddf91f342e7a40a0a2f7c2fc76c710c74257d +size 931472 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 89fed61..693cc9c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:862f50fa3fd260ef40d70bac4ba6d8d408e6fd7ec94be881d6fed2ce9dd97366 -size 764503 +oid sha256:86075462554cc73a622f5de32a29b951742be11990f01627ea7bbbc203933de2 +size 770748 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 6557a6d..83f3e43 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79610f4bd01df4108538e93d799a4b28ce9bdad071f5e65837cf9758e39cf339 -size 72252 +oid sha256:5cf995ddbd113a7775f0ee70e2bac041dd822bbf1297bff851e7662fc81b32b9 +size 72941 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 5998d2d..a5c2488 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d1b4af04de2db095561983e0bc6ef5c80bf693ae3875290b1c5b60e12c46432 -size 65342 +oid sha256:1ca61c13770210627cc265fdf888878366469a1302c133fffc1c46338328b50e +size 63883 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 0518e4f..ed3b5e9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:52492781f83c0b78046a170e16308ef67f04d3e3f8ab70f4e8dd525fdf188176 -size 1711996 +oid sha256:206016ac4c3e846bb9b89454b556ba2212c78db8fe9d09a9084ad609d54bb968 +size 1710855 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset index 1a3389f..55a069d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67e8decc224785ca9df8f9e139ed143f8511d3695b6e737f26680bc60badf58f -size 208797 +oid sha256:1b3b977625a6785b9b51f527e69390997b15544c9afb64daa2fc1bcd89b8e6aa +size 209637 From 706f21eb669389af7ddfe50da7119f7ce00b0980 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 9 Jul 2025 16:54:07 +0200 Subject: [PATCH 20/28] This and that --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 873b8fa..c105cdf 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f06bd7b0cf184fc8cf42e5fa48ddf91f342e7a40a0a2f7c2fc76c710c74257d -size 931472 +oid sha256:d59979d95b6287885400cb9600f518b8c4148b0e858cde9881cab5b143f5c21a +size 866208 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 83f3e43..11967c8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cf995ddbd113a7775f0ee70e2bac041dd822bbf1297bff851e7662fc81b32b9 -size 72941 +oid sha256:ffcd23e8120a8cdd60bf44602cd4a7e4879315e2ba1867e5bc83387a29924912 +size 71623 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index a5c2488..acf9f04 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ca61c13770210627cc265fdf888878366469a1302c133fffc1c46338328b50e -size 63883 +oid sha256:4fe52450307f8d3edaea8b90e1f34c5c6ef9a805fdb57e352a6e1a7d431f1451 +size 62908 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index ed3b5e9..6a193d1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:206016ac4c3e846bb9b89454b556ba2212c78db8fe9d09a9084ad609d54bb968 -size 1710855 +oid sha256:223725898aa535f55741a94f451facc86865563077d3f2d748a8f714efb4d7c4 +size 1709682 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset index 61e2f72..7d83565 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:375031c94ec3a79788a1b08f57774e8fbf6015781c43313b1fc9c520ec7cbc83 -size 1839265 +oid sha256:cbafb5faa68113b675749f5196205db90f8c15214467252a94cb32a5909bf6f8 +size 1828649 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset index 411eb1a..858b194 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c41415a7814014d161505b16c156146c5252ca1fd47aeeff7d966ed870df51a -size 5645811 +oid sha256:27a142f1ae7bd6c95bea7e4584b059027a4fae8adc62140f58a9fd10f2013ffb +size 5645466 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset index f730a3f..5c0ef27 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de8d71e5d3491d8e7365c86590d55a730f61046ae5a3c445c72c007fb679cce6 -size 2545075 +oid sha256:3054af254ff6ecaa3b4c8586043d7ee1a3f6eebeb7cba264c046b326a7ee7009 +size 2540953 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index aa3ff72..56a8fac 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ab963346d31347e33916801112f0d8a95e5c7cc9d24aa103d4f0348bbf54760 -size 411223 +oid sha256:613dabca4c5311c41c1557d71372d74799053c555792e2b829f0a323c6e3d9b4 +size 442820 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset index f1d9649..ce0bb46 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7d42de363e0d31f9731a6fc4a84dad384cfc99b0cd83e2ef2fe4e04073d5178 -size 21381 +oid sha256:e8f7ada62d7b12b2708873dc4340beb0b395b73db1b8b860c6e3322ec3a22357 +size 21437 From 1b4fab31ff88f24e4d360c07bf0257871803091e Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 11 Jul 2025 10:52:00 +0200 Subject: [PATCH 21/28] Add Molecules, Fixd a Bug in Slicegame Position Offset --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat_Inst.uasset | 4 ++-- .../Molecules/Carbondioxide_003_Bake1_PBR_Diffuse.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/Molecules/MI_Argon.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/Molecules/MI_CO2.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/Molecules/MI_Nitrogen.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/Molecules/MI_Oxygen.uasset | 3 +++ .../TestSong/Molecules/M_SliceGameMolecules.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/Molecules/SM_Argon.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/Molecules/SM_CO2.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/Molecules/SM_Oxygen.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 2 +- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Interactibles/Weapons/SciFiKatana/SM_ScifiKatana.uasset | 3 +++ .../Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset | 4 ++-- 19 files changed, 48 insertions(+), 15 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/Carbondioxide_003_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Argon.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_CO2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Nitrogen.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Oxygen.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/M_SliceGameMolecules.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Argon.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_CO2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Oxygen.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/SM_ScifiKatana.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index c105cdf..6c20bda 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d59979d95b6287885400cb9600f518b8c4148b0e858cde9881cab5b143f5c21a -size 866208 +oid sha256:840ccd35219fc9859322149d252ef0066b05ee3d81d60a379467aee0b24795d9 +size 865819 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 693cc9c..83c712a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86075462554cc73a622f5de32a29b951742be11990f01627ea7bbbc203933de2 -size 770748 +oid sha256:ad1a4c70753e6c308abc4cca8531090ffd4626c13136dfd743b70fa85e308431 +size 781504 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 11967c8..154823a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffcd23e8120a8cdd60bf44602cd4a7e4879315e2ba1867e5bc83387a29924912 -size 71623 +oid sha256:42875013d9c2cbaadb7392f560b0fa5f254028e6fe0a4e33fa2f207778f421b5 +size 71028 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat_Inst.uasset index 741740f..c399600 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3dcadbb03c6f09d3fa4d4ff5509ab30a3f3b38f7d2903bf433f8935022545bf4 -size 11404 +oid sha256:dc7ce0110544c110cc64b8280d987bce949ba0c814ffdf36fd204fc0deccdae5 +size 11651 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/Carbondioxide_003_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/Carbondioxide_003_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..083cc32 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/Carbondioxide_003_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aadb9afdd804085f7f19d7b593273f75ae8e18f786da60ab5f8009ef4aa06168 +size 67852 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Argon.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Argon.uasset new file mode 100644 index 0000000..df7de0b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Argon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e400d7b2ee1fe6f6b018bc82f7a5f8ef9d28b28d555ce7de75266999aea9be5 +size 9091 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_CO2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_CO2.uasset new file mode 100644 index 0000000..ebaf230 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_CO2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794fd2d1565a40b3db28d55fc27d918418240dc07a9d584640fc7ea76f4e954c +size 13648 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Nitrogen.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Nitrogen.uasset new file mode 100644 index 0000000..43c41e3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Nitrogen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d43eb29c59459d8c2fbca1e9532e8f390406cb16ef6123183456f1da46342b1 +size 8684 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Oxygen.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Oxygen.uasset new file mode 100644 index 0000000..b49a4e4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Oxygen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba216aceffe3fc45ed85deb2dde2b64c84de6c71c201987985aec5cfd71b7ff +size 8367 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/M_SliceGameMolecules.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/M_SliceGameMolecules.uasset new file mode 100644 index 0000000..9039303 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/M_SliceGameMolecules.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37540281ae02ecd2d57766c7cf9a21b0bbb56ec40e2b74f57b303c36c550df63 +size 19762 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Argon.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Argon.uasset new file mode 100644 index 0000000..eff6261 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Argon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19e1bf3a30b097cc8c126a285dee5090f2b22eb093a6a17be5f5dbad435e9c9 +size 96774 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_CO2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_CO2.uasset new file mode 100644 index 0000000..3027bc3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_CO2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a3f616ebda2e28bd4125c4c76f938f7e489895844248222b67adcb568e2aaf +size 222088 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset new file mode 100644 index 0000000..6e20b11 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25bd689a30f749f19f9074fc60ce07486dce22d9efb5f2e561a792686b4a18be +size 121988 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Oxygen.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Oxygen.uasset new file mode 100644 index 0000000..3a7a785 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Oxygen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09b314de72c42ef475bc2b125616a8904a40b3f28205f13d0a3cf85654b0f95 +size 104638 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 9469af8..52f0b95 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:141f6d09c2f387d10a0405f9a3e3d2bcd90052ace6aa0ffcf5b239b598e6c23d +oid sha256:f9d836516bea5df6574383981e3c9f79095ffebbd69b706364820355662d2f58 size 478508 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index acf9f04..0da53c9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4fe52450307f8d3edaea8b90e1f34c5c6ef9a805fdb57e352a6e1a7d431f1451 -size 62908 +oid sha256:90324f1881dcc68dc570251661889c0d4cb879bd5b88edcf17c5ae5e83558671 +size 61887 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 6a193d1..aa9449b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:223725898aa535f55741a94f451facc86865563077d3f2d748a8f714efb4d7c4 -size 1709682 +oid sha256:485a4b31b60a9a9af7c391455bd8fc3fb6fb4e7188364538ebcef49740a18109 +size 1711627 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/SM_ScifiKatana.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/SM_ScifiKatana.uasset new file mode 100644 index 0000000..4d849a9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/SM_ScifiKatana.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e48ae8130d21a02fd548588ad85f60cf336c2ecdfc9e3c42bb9f0dd987e523 +size 254242 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset index 852f95f..ade66fb 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:138fba8d0dcbfaa389abc4a6270cf81d764ffdfb7804ec3f745d700d86ea8a81 -size 254227 +oid sha256:c488563ad4adff15496b44e03d94b3d8622672cefe5897d88b2fc19fdb6095d6 +size 1623 From 00393897e2d5ebf7abf087efa8e0e388824a3ff9 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 11 Jul 2025 15:30:29 +0200 Subject: [PATCH 22/28] Gues who rewrote the Slice Angle Detection Logic Again --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 6c20bda..9ce02a8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:840ccd35219fc9859322149d252ef0066b05ee3d81d60a379467aee0b24795d9 -size 865819 +oid sha256:dee0c222f7b1ba336991c541cbab2ff25f002c178b102b9a31bffc7d701f4003 +size 1051410 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 83c712a..53c019a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad1a4c70753e6c308abc4cca8531090ffd4626c13136dfd743b70fa85e308431 -size 781504 +oid sha256:5d8f3817ec77001ed1b92951b49e6d4b21f3577d3439ce5bed256ab807c6a187 +size 780016 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 154823a..5a46678 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42875013d9c2cbaadb7392f560b0fa5f254028e6fe0a4e33fa2f207778f421b5 -size 71028 +oid sha256:061ee32c5351f5e8d3ed773e4563d40482bd78c9a12eca6f3ae8c37c25b030b3 +size 73960 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset index 6e20b11..7d8b5e4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25bd689a30f749f19f9074fc60ce07486dce22d9efb5f2e561a792686b4a18be -size 121988 +oid sha256:ebc4f25c312659618a2d59dfe4a71bb8bd822a0a32b17cb90ef18620155d6dcf +size 122318 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 0da53c9..5059b38 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90324f1881dcc68dc570251661889c0d4cb879bd5b88edcf17c5ae5e83558671 -size 61887 +oid sha256:488a472f632855a9153ac434fdae229f17e59f06df573f90b7e67827fe65e112 +size 64082 From 48f824de95a6ae8a7db06dbc4543bd6ef2538739 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 15 Jul 2025 14:20:11 +0200 Subject: [PATCH 23/28] Sample on Point during hit to improve Slice accuracy, Some Cleanups, Sounds --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../Content/Audio/SliceGame/A_SliceConfirm.uasset | 3 +++ .../Content/Audio/SliceGame/A_SliceFail.uasset | 3 +++ .../Content/Audio/SliceGame/MS_Slice.uasset | 3 +++ .../Content/Audio/SliceGame/Slice-001.uasset | 3 +++ .../Content/Audio/SliceGame/Slice-002.uasset | 3 +++ .../Content/Audio/SliceGame/Slice-003.uasset | 3 +++ .../Content/Audio/SoundClasses/MusicSoundClass.uasset | 3 --- .../Content/Audio/SoundClasses/SCM_MasterSoundMix.uasset | 3 --- .../Content/Audio/SoundClasses/SCM_MusicSoundMix.uasset | 3 --- .../Content/Audio/SoundClasses/SCM_SFXSoundMix.uasset | 3 --- .../Content/Audio/SoundClasses/SC_MasterSoundClass.uasset | 3 --- .../Content/Audio/SoundClasses/SFXSoundClass.uasset | 3 --- .../Content/Core/SoundClasses/MusicSoundClass.uasset | 3 +++ .../Content/Core/SoundClasses/SCM_MasterSoundMix.uasset | 3 +++ .../Content/Core/SoundClasses/SCM_MusicSoundMix.uasset | 3 +++ .../Content/Core/SoundClasses/SCM_SFXSoundMix.uasset | 3 +++ .../Content/Core/SoundClasses/SC_MasterSoundClass.uasset | 3 +++ .../Content/Core/SoundClasses/SFXSoundClass.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 2 +- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Content/UI/Inventory/BP_VRInventory.uasset | 4 ++-- .../Content/UI/Inventory/InventoryDataTable.uasset | 4 ++-- .../Content/UI/MainMenu/UI_Sound/MS_LogoIntro.uasset | 4 ++-- .../Content/UI/MainMenu/UI_Sound/MS_MainMenuMusic.uasset | 4 ++-- .../Content/UI/MainMenu/UI_Sound/MS_UIClick.uasset | 4 ++-- .../Content/UI/MainMenu/UI_Sound/MS_UIConfirm.uasset | 4 ++-- .../Content/UI/MainMenu/UI_Sound/MS_UIMove.uasset | 4 ++-- .../Content/UI/MainMenu/UI_Sound/SW_MainMenuMusic.uasset | 4 ++-- .../Content/UI/MainMenu/WB_AudioSettings.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/BP_Cassette.uasset | 4 ++-- 35 files changed, 69 insertions(+), 51 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceConfirm.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceFail.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/MS_Slice.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-003.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/MusicSoundClass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MasterSoundMix.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MusicSoundMix.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_SFXSoundMix.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SC_MasterSoundClass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SFXSoundClass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/MusicSoundClass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MasterSoundMix.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MusicSoundMix.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_SFXSoundMix.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SC_MasterSoundClass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SFXSoundClass.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 9ce02a8..37732c6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dee0c222f7b1ba336991c541cbab2ff25f002c178b102b9a31bffc7d701f4003 -size 1051410 +oid sha256:5d097101f93909b39c8c11ef7bbb68abc6852f1d4144f4eedbd76829f248f2d4 +size 1416515 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 53c019a..c5e1e1a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d8f3817ec77001ed1b92951b49e6d4b21f3577d3439ce5bed256ab807c6a187 -size 780016 +oid sha256:8e5728f2609b3c3b1e47287eb1f9fb92cd66187a6dd8d4dba777b449a6e0e025 +size 804870 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 5a46678..4dab59f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:061ee32c5351f5e8d3ed773e4563d40482bd78c9a12eca6f3ae8c37c25b030b3 -size 73960 +oid sha256:17995e2c669b4bc93d9d2d86f001e6f5fb89f837e4e9d5fb3de6a521bdc93910 +size 72376 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceConfirm.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceConfirm.uasset new file mode 100644 index 0000000..f644784 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceConfirm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52fb56f7f1282dc01ec811b0c097cd8807aad05f502169f4eaa56096ac60d9b2 +size 19602 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceFail.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceFail.uasset new file mode 100644 index 0000000..36d8124 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceFail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c140029cc5d75933311eab0b054eaccd1990746692fd8cbb52594a4ce26dd7 +size 25994 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/MS_Slice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/MS_Slice.uasset new file mode 100644 index 0000000..efb6fd7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/MS_Slice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70dbd2eb2992db3b09a9c2507f1abf9256879b612a5ee448cbbd2d584cc4cb9 +size 109822 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-001.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-001.uasset new file mode 100644 index 0000000..ceae031 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16da7cfa184bc61b1ca3eaad64d0c61efa809fd163a86c7b7f7bffda48140235 +size 87666 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-002.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-002.uasset new file mode 100644 index 0000000..c6e5113 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9758dc0f0190477ad4fcff0d43c5cfc1892286e81afe2ae2e96e5fd3c559afe7 +size 78123 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-003.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-003.uasset new file mode 100644 index 0000000..cf1c3f1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-003.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d015dfac7fb79e26111e7e20ad758d4846b5ba99a19c76148e14aa4d917f29 +size 74476 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/MusicSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/MusicSoundClass.uasset deleted file mode 100644 index 6933388..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/MusicSoundClass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aea51ad4ddbbbe5f4395cb2ffc8fb3d6778bd5da3b2afd7e26f2aa02b48f12a0 -size 1527 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MasterSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MasterSoundMix.uasset deleted file mode 100644 index ed00718..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MasterSoundMix.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dfd71d25b55ff3b9129994fe14f235e96609ece02223f81b7da8b41bd37cfc2 -size 2080 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MusicSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MusicSoundMix.uasset deleted file mode 100644 index 2666565..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MusicSoundMix.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fb044782dae449765cb83776722115a6b1b2d658918525623a6c021ac9b5dda -size 2067 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_SFXSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_SFXSoundMix.uasset deleted file mode 100644 index b772f17..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_SFXSoundMix.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b94bb01284445ad9924b54fa106240ebececea72bea70d4d1b2821cdd68763b9 -size 2053 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SC_MasterSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SC_MasterSoundClass.uasset deleted file mode 100644 index 6463ddc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SC_MasterSoundClass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d506474c1045f92ed33a9c1b5f7c72ba9c4904589f899959c4b38021247f607 -size 1731 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SFXSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SFXSoundClass.uasset deleted file mode 100644 index 9182649..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SFXSoundClass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ed462344cb652036dce27eb4d997c0faf5eaa35d54eaace47019d7d0bf2a2ec -size 1517 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/MusicSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/MusicSoundClass.uasset new file mode 100644 index 0000000..5bce649 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/MusicSoundClass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf059e1823466451aa7b76bd9bb3151522aed6c45de8a9710fab6256ad29a4fd +size 1524 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MasterSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MasterSoundMix.uasset new file mode 100644 index 0000000..32c1a09 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MasterSoundMix.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9190d3510b25ffc9f8e5b814552db0d81f3d24a8f5b675a8acf6264f70d187 +size 2077 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MusicSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MusicSoundMix.uasset new file mode 100644 index 0000000..0f9fce3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MusicSoundMix.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745bb62be3d9129f29e576a64cf9571a6793dc4125ab9b8f8ecd9de9168f678d +size 2064 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_SFXSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_SFXSoundMix.uasset new file mode 100644 index 0000000..ea16f3f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_SFXSoundMix.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00284d82782db5f7d38277284bd958c3ef5654067c88ee933025205a84b4df6 +size 2050 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SC_MasterSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SC_MasterSoundClass.uasset new file mode 100644 index 0000000..12e44ff --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SC_MasterSoundClass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f705c4de401d530073766c55169f8cc9b043d9de1e8a7248200ec74d444333c +size 1727 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SFXSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SFXSoundClass.uasset new file mode 100644 index 0000000..c0e9814 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SFXSoundClass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e7a7e2e0293bfa22cec64c971db72d0c8891f696ffc90113573ab399f9b04e +size 1514 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 52f0b95..7d8932f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9d836516bea5df6574383981e3c9f79095ffebbd69b706364820355662d2f58 +oid sha256:744fd64f9e6aba45134406e9abbbf6288d0a8de788f43238616c737e051f9423 size 478508 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 5059b38..1e3beb7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:488a472f632855a9153ac434fdae229f17e59f06df573f90b7e67827fe65e112 -size 64082 +oid sha256:8eeb4256f432385a34900e80cd988dda1874f64ec59fe22ed55b24ef1d16ca04 +size 71346 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index aa9449b..a17f85f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:485a4b31b60a9a9af7c391455bd8fc3fb6fb4e7188364538ebcef49740a18109 -size 1711627 +oid sha256:10afdc735299ccddfbe0493e94ca04177e82e546a61c5c980880a24834b4b0a6 +size 1711398 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 8215694..2f6e2a8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:becbab6951dec4c7e2485e23bf67d79c13accf65c87715355b6e842906b70b3d -size 149629 +oid sha256:e225f93637a067c08a4525e0430ea9f176d256f15033aa558429a0afb8ad90d4 +size 143682 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset index 3cf6b0b..a87e375 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7785080fe0d76a956641907ef88bdc86024ae6e03eceea4fbdcf51e9bce148c1 -size 720137 +oid sha256:f914528d3c6aec0f719085431fb40d32e9bead0f11283b7defba64e255ca717c +size 743689 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/InventoryDataTable.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/InventoryDataTable.uasset index 03da04f..14a8b77 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/InventoryDataTable.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/InventoryDataTable.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d70fbd7aa42a7ad373c22e0d0a899128781cfb636b6da4ac5ef65fa2e94b0339 -size 3541 +oid sha256:9add24d45b563018361e99c09043d392fc50b9210071e8eab7539f1622fefcae +size 4334 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_LogoIntro.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_LogoIntro.uasset index cb62768..23d36f0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_LogoIntro.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_LogoIntro.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea9ed728ae60d776643ed10ec5e05a9835504782554fb70161be4e7b568ff16a -size 55066 +oid sha256:e8823e396280d505b8d0234702bc86d9b93d74887761308c1132555bdf5bd231 +size 55064 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_MainMenuMusic.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_MainMenuMusic.uasset index c4ed1ab..99f3cf9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_MainMenuMusic.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_MainMenuMusic.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0aef3c1929f68c301816cbdf0f644c12e62420906134285d3dc5d7bcec9d1931 -size 49583 +oid sha256:ebc81705e9a34a76c19d9a8e563fcd404ee735983d9fa15c18e55450fc0afbda +size 49581 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIClick.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIClick.uasset index 31ced3e..954947f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIClick.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIClick.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3b071419c0749bc25af91e284e21e65adc94113995094aa120fe6624ec370f1 -size 57845 +oid sha256:896ca319bd9822360853a389087489aa6eee91b158b82b69a877d03ac095e1c5 +size 57843 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIConfirm.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIConfirm.uasset index 081ae67..be591b0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIConfirm.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIConfirm.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1516abde12af29c1c6b4d9a46a84b0621b7948fcce900ac98b9ea96a90e599c -size 58776 +oid sha256:728a8352e5db8b948b3c32c77494ee4573c73c3ee4dc6a10bde0e363b4955755 +size 58774 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIMove.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIMove.uasset index 37f87c9..cd1bf4b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIMove.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIMove.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6ba80fca27fff55f63364a106c6fba95d496e2c6cd27cb07498c777b4e6d473 -size 58755 +oid sha256:fafde9906f6a61e5c5391b9c0780d5cecb109b9add6d9f585a3ac2c7cf6ba0ed +size 58753 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_MainMenuMusic.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_MainMenuMusic.uasset index aeb4a0e..cd71ca1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_MainMenuMusic.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_MainMenuMusic.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:beee301ed9c21abcdc1f11237c44c07d9765529037ca94975e2558cef1d4b440 -size 37199822 +oid sha256:ddc072404ba0f0ec087408bd6300532ed7f640b81ffde0726cf39763839ba071 +size 37199820 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_AudioSettings.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_AudioSettings.uasset index aae54a6..93eaf77 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_AudioSettings.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_AudioSettings.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:acba767a2010daac4364e0df6cee271537e684f81e2b8015c069c705a1c37298 -size 281602 +oid sha256:ee4669637dc3396d0025b0019ac8f4d00bc6d9730b1581ebfb842bc1b148242a +size 281743 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset index 3b0da13..02631ef 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4bf7c04c4cc959ef75b7fed0762e2319453487d837130a8740020880c80fee0 -size 51650 +oid sha256:f836afaa5c92697ac2f74c8ca548bc48129590baa17a7d0bacf5600df699db8d +size 53529 From cb6a153a71a8a36ce1032f06efb864b23568fae6 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 15 Jul 2025 16:59:07 +0200 Subject: [PATCH 24/28] Misc Cleanup --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/M_SliceGround.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- 5 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceGround.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 37732c6..35e8bf5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d097101f93909b39c8c11ef7bbb68abc6852f1d4144f4eedbd76829f248f2d4 -size 1416515 +oid sha256:486199fecc90c46e47fda25f9243197e48892e805c0cf0b1e09c66df14c7c187 +size 1051340 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index c5e1e1a..12086bf 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e5728f2609b3c3b1e47287eb1f9fb92cd66187a6dd8d4dba777b449a6e0e025 -size 804870 +oid sha256:ee05e6ed431a2a8963e72d1b2090bee588ddbe7e059da2892d38a9e5a09366f0 +size 815326 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 4dab59f..fcefec6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17995e2c669b4bc93d9d2d86f001e6f5fb89f837e4e9d5fb3de6a521bdc93910 -size 72376 +oid sha256:80b591c680c42e8b563106cdc6a30e7fd1d674236eb321e25ca8323b3f11468b +size 77870 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceGround.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceGround.uasset new file mode 100644 index 0000000..24a1fe1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceGround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739ad231aa3a091940f616b82382a8f66ecb8ebf911cac382cc55e62aee07e6d +size 12391 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 1e3beb7..6d6db80 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8eeb4256f432385a34900e80cd988dda1874f64ec59fe22ed55b24ef1d16ca04 -size 71346 +oid sha256:1995648f6f3ee6dded048379864cb2c491d1a0ed5d748bd2c07acc0b51a31c5b +size 65646 From a3424ffec73219cdf079780d6f26db4a4e052932 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Sat, 19 Jul 2025 16:41:51 +0200 Subject: [PATCH 25/28] Made Captcha door work, made Clarice Projector work (two AnimGROUPS), Misc updates Maybe i can get rid of Cube collision Rotation on SliceGame --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Outside_Default.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/Map_Stream_MachineRoom.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Misc/Examples/Button/CaptchaButtonComponent.uasset | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Characters/Clarice/Animations/AM_MoveProjectorUp.uasset | 3 +++ .../World/Characters/Clarice/Animations/AM_OpenTop.uasset | 3 +++ .../Characters/Clarice/Animations/MoveProjectorUp.uasset | 4 ++-- .../World/Characters/Clarice/Animations/OpenTop.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../World/Characters/Clarice/ClariceMain_Skeleton.uasset | 4 ++-- .../World/Interactibles/Captchas/BP_BaseCaptcha.uasset | 4 ++-- .../Content/World/Interactibles/Captchas/M_Captcha.uasset | 4 ++-- .../Content/World/Interactibles/Captchas/Untitled-1.uasset | 4 ++-- .../Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset | 4 ++-- 22 files changed, 46 insertions(+), 40 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/AM_MoveProjectorUp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/AM_OpenTop.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 35e8bf5..fa51f8a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:486199fecc90c46e47fda25f9243197e48892e805c0cf0b1e09c66df14c7c187 -size 1051340 +oid sha256:af4ff40b1b73f00bd9ce1153a54801cfb9aa326cffdb46d078cc7937f3d6d153 +size 1070541 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 12086bf..3550f9f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee05e6ed431a2a8963e72d1b2090bee588ddbe7e059da2892d38a9e5a09366f0 -size 815326 +oid sha256:072d7a39c033df2d9c75a9233871985796b2a1895730ba02c592cc60845e8469 +size 887274 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index fcefec6..0825e4b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80b591c680c42e8b563106cdc6a30e7fd1d674236eb321e25ca8323b3f11468b -size 77870 +oid sha256:b66661cc8a7c0c4ad270ca1cddfe299b373873beb2781cf7508424ca7bb0f75c +size 76289 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 7d8932f..8d73f10 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:744fd64f9e6aba45134406e9abbbf6288d0a8de788f43238616c737e051f9423 -size 478508 +oid sha256:aea3daf85efca53d76e68341ca542558b7650e6de043b1e183133c21885c8bd1 +size 479497 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap index 6edfdbf..744445d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b66fe408cc6b34d099059b3e7af07793340f93b9d8d8594f3d59ec5a8c58eaa -size 20981 +oid sha256:6744dca0f50209df24a2c085a0af59273245c74d2a8088dac476f6f9abc5b9fc +size 21360 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 6d6db80..0ab2a6f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1995648f6f3ee6dded048379864cb2c491d1a0ed5d748bd2c07acc0b51a31c5b -size 65646 +oid sha256:12f988f7ff31a4e8dc056590bd1abfa259971daeb0419953b0fbce23718cb317 +size 68863 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap index 0db4d8c..d6e50de 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba89907a8cc8252d9aec1ee275601526e452440d91dd2ecb23d20f838c663d8d -size 22144 +oid sha256:a19dd9d1cb3df9d2f8bf3a83cbb8f965eb8da543282da41d68f1b28de46876df +size 24834 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap index fcf7d97..14e0917 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:98449a5e585ea635e85461c01fab7dcac92719700fe1d53649e25ad87cf8f222 -size 55509 +oid sha256:ba55b9ebf06aa790e938896b4ca527b943cd8c0ce472d5a90b98ba60a228c00a +size 61550 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index a17f85f..e26db63 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:10afdc735299ccddfbe0493e94ca04177e82e546a61c5c980880a24834b4b0a6 -size 1711398 +oid sha256:cdf5fadeb2e3341d6130db67489501327a32a830a6c10b2ae6aab9fa6c6fb4e2 +size 1711865 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 2f6e2a8..3cfa547 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e225f93637a067c08a4525e0430ea9f176d256f15033aa558429a0afb8ad90d4 -size 143682 +oid sha256:9e6e2b4b4e0e91643fe7465a5c1d41c880c0e8c1779f36ac85a490d64bf8b7cc +size 150668 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset index 3ebd06d..978897b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af361fae4b8642150f282d8f1869e8bcbad6dc0ba2d3cb18182da2190620f374 -size 36186 +oid sha256:e95d8aa6644892c964e96f3ea093c6fc6e6161f449e46e84416f2d3cf20cdd23 +size 51570 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index b9a2422..3cb5743 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d687c16686441d96aa44f6f49f5cd76cc268151becba6f5b32c5e25a5ac8bd7 -size 354341 +oid sha256:2cc0d399a2186305212653074e32c1615dcbe75b18eafab415e68fd67e539893 +size 408554 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/AM_MoveProjectorUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/AM_MoveProjectorUp.uasset new file mode 100644 index 0000000..b978b8e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/AM_MoveProjectorUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7721db5b339e7ee60d59c937de419e59364da5d18959eaaafe9686c588e25d0e +size 9197 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/AM_OpenTop.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/AM_OpenTop.uasset new file mode 100644 index 0000000..01cbabb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/AM_OpenTop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94ffe8f360796fcfa1057c2bc95d9833ba009521e96b2c3d0d78af707c4d0ad +size 9153 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset index a44ff05..17ad3f4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba029fb1ca0d33739444691a79e9b6d46212ba3c611f13f4bc5a7efeab847a5c -size 116479 +oid sha256:52a80921766f3d38d2baa37486bd146d02db771cb14a8486e1cb822db05da34e +size 112635 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset index e2e9f09..984b8a1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7862f482c530b093265a140028def84bf1c7a507fbb0794266fdcc8b36dc8af -size 117010 +oid sha256:6e8e996a064f4232acd420ca4221182f85581259a604d65cfb68e44d3e2a53e4 +size 113170 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index 56a8fac..cc55ff8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:613dabca4c5311c41c1557d71372d74799053c555792e2b829f0a323c6e3d9b4 -size 442820 +oid sha256:9e0748f4cbba6a2b418f8cbae12e77f6e9618defaf3d3c871650263d95ef2fc8 +size 595786 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset index 69ebc44..79e88a0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7fa2648f0c996f26aac02eed4f122972d2555671b2ed3becffd294beeda4083 -size 13976 +oid sha256:a8f18899b3c474fdf12181c3624b4ef0da15382a3a45b3957dad47f4e731fe39 +size 14402 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset index 81d1e6f..33cb886 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82179f888d9f208fcc7b7a2e8f9215682435964b9c8cdbb0c0f442e22a8751b0 -size 193707 +oid sha256:c2f52d0246317b7129a9afd96591f1a07fdffbe0c553b6c75893d91d658e2613 +size 237808 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset index 26d3111..e4aaeba 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:886df15472895255aceb343481994ed7081f4048c8b248ce146f274c3266c97a -size 24861 +oid sha256:fcb5c15a27f40897e54192d9cea3adf3391e1404b2b2590e101a750961832723 +size 29136 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/Untitled-1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/Untitled-1.uasset index 8e0411c..961edbf 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/Untitled-1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/Untitled-1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e29b5c7bf0f9a2ba6d158ca2abf3e1c594080ac3a9f37dd7d9ff8c4d998f0c1d -size 169674 +oid sha256:7dcba5ff6c73f919049b9c4e9303e7c1e5627fa5c10b54239c24832b8df46181 +size 956959 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset index 9b2539f..7a11061 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0767af7f646a2f76672d22b022ab49f1553032b7e65af4044ae2de146ff90c17 -size 66937 +oid sha256:98c1a9242d0ade1ccb91268ea0533c4afced66846773a5b004099636edf951bd +size 107344 From 275fc4f86078e19f0c00a4c0e2e4f782d224fa55 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 26 Aug 2025 15:43:07 +0200 Subject: [PATCH 26/28] Unifying FootIK placement --- .../Content/Core/Functions/CommonFunctions.uasset | 3 +++ .../Content/Maps/MotionControllerMap.umap | 2 +- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/World/Characters/Clarice/IK_NewIKRig.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset | 4 ++-- 5 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/IK_NewIKRig.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset new file mode 100644 index 0000000..84bdaa3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5652bcbaec0ab0f487e09378f244c644137b479f1694e36714bd97b70cb57b60 +size 180212 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index e26db63..b3a45fd 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cdf5fadeb2e3341d6130db67489501327a32a830a6c10b2ae6aab9fa6c6fb4e2 +oid sha256:86939f325f7ff2db4967a26c63853ac52ec8ba6fed3f8ed684d3913d5a8475db size 1711865 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index 3cb5743..ec6fc28 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2cc0d399a2186305212653074e32c1615dcbe75b18eafab415e68fd67e539893 -size 408554 +oid sha256:698a1533f9e0c9e37eb0beaf1712150b1bbcad22f3c514cd9290228ad8b6eb50 +size 488727 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/IK_NewIKRig.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/IK_NewIKRig.uasset new file mode 100644 index 0000000..4152aa2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/IK_NewIKRig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d4b230b1b39ef95aa03cf8264b5da22eec160a3af40cd1b8625c53ed13a72e +size 32898 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset index 0f5b86a..45d7e98 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:180e448b5df5c7302af63776f38bb1090698f458d86455a13c1413b976a808eb -size 608352 +oid sha256:e0ccdade2cd768e49b0009fad64159a46a4e829cfe0a563fc1eb4d68df531d50 +size 624966 From f036c2a1fb87d56bb370570c77defb33bc529f3b Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 2 Sep 2025 15:54:20 +0200 Subject: [PATCH 27/28] Some work on the NitroScan (Level Changing Device) --- .../Content/Core/Functions/CommonFunctions.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Content/UI/Inventory/BP_VRInventory.uasset | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset | 4 ++-- .../Interactibles/Electrical/NitroScan/BP_NitroScan.uasset | 3 +++ .../Interactibles/Electrical/NitroScan/M_NitroScan.uasset | 3 +++ .../Electrical/NitroScan/M_NitroScan_Screen.uasset | 3 +++ .../World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset | 3 +++ .../Interactibles/Electrical/NitroScan/M_Scanline.uasset | 3 +++ .../NitroScan/Mesh/DefaultMaterial_baseColor.uasset | 3 +++ .../Electrical/NitroScan/Mesh/DefaultMaterial_emissive.uasset | 3 +++ .../NitroScan/Mesh/DefaultMaterial_metallicRoughness.uasset | 3 +++ .../Electrical/NitroScan/Mesh/DefaultMaterial_normal.uasset | 3 +++ .../Interactibles/Electrical/NitroScan/Mesh/NitroScan.uasset | 3 +++ .../Electrical/NitroScan/Mesh/defaultMaterial1.uasset | 3 +++ .../Electrical/NitroScan/Mesh/defaultMaterial_001.uasset | 3 +++ .../Electrical/NitroScan/Mesh/defaultMaterial_002.uasset | 3 +++ .../Electrical/NitroScan/Mesh/defaultMaterial_003.uasset | 3 +++ .../Electrical/NitroScan/Mesh/defaultMaterial_004.uasset | 3 +++ .../Electrical/NitroScan/Mesh/defaultMaterial_005.uasset | 3 +++ .../Electrical/NitroScan/Mesh/defaultMaterial_006.uasset | 3 +++ .../Electrical/NitroScan/Mesh/defaultMaterial_007.uasset | 3 +++ .../Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset | 3 +++ .../Electrical/NitroScan/NitroScan_RenderTarget2D.uasset | 3 +++ 28 files changed, 76 insertions(+), 16 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan_Screen.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_baseColor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_emissive.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_metallicRoughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/NitroScan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_003.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_004.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_005.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_006.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_007.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset index 84bdaa3..8594e7e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5652bcbaec0ab0f487e09378f244c644137b479f1694e36714bd97b70cb57b60 -size 180212 +oid sha256:08c1537a278b179c21ec61fdb0371a4bbf3d2a92684d5b53bee038d378b8b9d2 +size 178316 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 8d73f10..50f172f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aea3daf85efca53d76e68341ca542558b7650e6de043b1e183133c21885c8bd1 -size 479497 +oid sha256:b17658b154c525c8f51b71b53c8126f3eb40b0b5bb17eb6f972ac45cd64e9a66 +size 483377 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index b3a45fd..416f288 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86939f325f7ff2db4967a26c63853ac52ec8ba6fed3f8ed684d3913d5a8475db -size 1711865 +oid sha256:95f9599ed76966a34db23f622ca831a1d5ab78fd8d125ce58d802decdc2d02cc +size 1712790 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 3cfa547..f70fd49 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e6e2b4b4e0e91643fe7465a5c1d41c880c0e8c1779f36ac85a490d64bf8b7cc -size 150668 +oid sha256:79ca79046170426abeec81919e9118f92f8631e72b3a3d904f0f416dd2bf3af0 +size 152834 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset index a87e375..a7ecb26 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f914528d3c6aec0f719085431fb40d32e9bead0f11283b7defba64e255ca717c -size 743689 +oid sha256:2ed0e624b4f3ca0c55e995eac72be2512cdce1be5e0ad99fc0379fde07b099bd +size 733055 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index ec6fc28..1c23b0a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:698a1533f9e0c9e37eb0beaf1712150b1bbcad22f3c514cd9290228ad8b6eb50 -size 488727 +oid sha256:ff673f4bed03db202bb6f88566128d5e2db61d9a9b56fe7ccb50dd06e7b9fc84 +size 485856 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index cc55ff8..9a9f593 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e0748f4cbba6a2b418f8cbae12e77f6e9618defaf3d3c871650263d95ef2fc8 -size 595786 +oid sha256:ab151ce8565de6334515110a6d854c0944807e1396cbdc6b586d09f4b448d696 +size 636925 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset index 45d7e98..813dd29 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e0ccdade2cd768e49b0009fad64159a46a4e829cfe0a563fc1eb4d68df531d50 -size 624966 +oid sha256:bf736878cb52d4902aba1bd7d10e0ab9c8bbc79b1fbbd406a79934aeaa08bf0b +size 624698 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset new file mode 100644 index 0000000..67c489c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681dd7eafe03ae224f2bb84806a65909bae4480d32ca9e3037fca651cceb2923 +size 138593 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan.uasset new file mode 100644 index 0000000..7abc6bf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0132f0d2334a9c3d5ee764d2dd521e20b7aa4fc82dd13dc2cf6ada74826c6485 +size 21926 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan_Screen.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan_Screen.uasset new file mode 100644 index 0000000..0db7190 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan_Screen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d876067794529675dc000c7c152365a08411057c9efb6ddcaaf94768074647e +size 16770 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset new file mode 100644 index 0000000..32d4a92 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd25d465fcd7584011c510a24afd70962af450810fa1080dcfba67e08d98482e +size 41643 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline.uasset new file mode 100644 index 0000000..b38f8e7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f63231dec0953d5549c43f4b7fe5c9ebf3007daff3d424570210c33e4a3bc0 +size 17392 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_baseColor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_baseColor.uasset new file mode 100644 index 0000000..21a5513 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_baseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ca441403280ce518cf529ebc947983b660ed89098b3215530f70ab49c45512 +size 3438981 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_emissive.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_emissive.uasset new file mode 100644 index 0000000..97395e5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a491eaf8ca2969d963a5f83bf0365ea28814b6168d27087a9a14d4ae5afa6835 +size 165672 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_metallicRoughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_metallicRoughness.uasset new file mode 100644 index 0000000..f27aab5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_metallicRoughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3116e8ee42c0431b5ba94a6034d756d9ac7e0a310b5568e7f0b4adcd2f03ec3 +size 5424932 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_normal.uasset new file mode 100644 index 0000000..e1826c3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68643ede81ef33be54163e3671063146817c158696902ec6ce82e4030f5ab4ea +size 5799611 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/NitroScan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/NitroScan.uasset new file mode 100644 index 0000000..6e33c07 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/NitroScan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa3e04850e3c20e3e2b553146960180f766724c01e0d915efb31cb9abd15d47 +size 56783 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial1.uasset new file mode 100644 index 0000000..0472f4c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c0e0af14e2b57d4a6387e71cde9e0a6112e0ebf2ccd9ce7dade5e9c84eb06e +size 67242 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_001.uasset new file mode 100644 index 0000000..b72d66b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b1b27fba05f864dc160fdbcf12a3644f1f0d3f10eae8a73064de6831a2b409 +size 74455 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_002.uasset new file mode 100644 index 0000000..a937516 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b626ad9a0566e8a12cfdf2781bc1daa20abc6d249ebff58187f868af709b91c2 +size 72493 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_003.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_003.uasset new file mode 100644 index 0000000..7bec0d4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_003.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ea6c56f6f8365ba3f26e8c84a4dde5f61383c164158126226de803c5768f96 +size 71584 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_004.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_004.uasset new file mode 100644 index 0000000..42669fb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_004.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d28e2866460439b10211a8420e31face4f5459e2b8cdcf4dfbc70fa44cbe8c78 +size 69581 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_005.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_005.uasset new file mode 100644 index 0000000..99ab14a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_005.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2caed6311995f1bea2038f725bd806afe6b87ca178ca7708776fb99965813d +size 75863 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_006.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_006.uasset new file mode 100644 index 0000000..261f55d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_006.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60806ea5563feed082c14956ed13ddc2efc77e91045dd12df911e17b691d419 +size 69490 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_007.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_007.uasset new file mode 100644 index 0000000..671ca42 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_007.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8f2d4e14f2f656656acd0917dfb9d7df9474c8bd4c5eb708898a6b34486a1f +size 268855 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset new file mode 100644 index 0000000..8fc2938 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8162abb15096223b986a8fd59f3228df6aea49062cc4b3f08a5106a4b5aaeb20 +size 325457 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset new file mode 100644 index 0000000..115fa2b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704cc4bdf2f13601d0517eb1f67c3128bde9ff09bb681ea105895d408680dd76 +size 4563 From d29dbbbe458bfaf157cef8c8de4adc757257c55b Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 5 Sep 2025 15:32:59 +0200 Subject: [PATCH 28/28] Update to 5.6, lots of Cleanup --- .gitignore | 14 + VIRTUOS_ExpansionPluginTests/.gitattributes | 2 - VIRTUOS_ExpansionPluginTests/.gitignore | 13 - VIRTUOS_ExpansionPluginTests/.vsconfig | 4 +- .../Config/DefaultEditor.ini | 5 +- .../TestSong/BP_DynamicSliceObject.uasset | 4 +- .../BP_DynamicSliceObjectSpawner.uasset | 4 +- .../Content/Maps/Map_Gameworld.umap | 4 +- .../Content/Maps/Map_Outside_Default.umap | 4 +- .../Content/Maps/Map_Room_Kitchen.umap | 4 +- .../Content/Maps/Map_Stream_MachineRoom.umap | 4 +- .../Content/Maps/Map_Workspace.umap | 4 +- .../Content/Maps/MotionControllerMap.umap | 4 +- .../Content/Maps/SL_FreezeRoom.umap | 4 +- .../Content/VFX/M_Circle.uasset | 3 + .../Content/VFX/M_Rays.uasset | 3 + .../Content/VFX/NPC_VRTemplate.uasset | 3 + .../Content/VFX/NS_MenuPointer.uasset | 3 + .../Content/VFX/NS_PickupTrace.uasset | 3 + .../Content/VFX/NS_Portal.uasset | 3 + .../Content/VFX/NS_ScanLaser.uasset | 3 + .../Content/VFX/NS_TeleportTrace.uasset | 3 + .../VFX/Projector/BP_TestProjector.uasset | 3 + .../Content/VFX/Projector/MI_Projector.uasset | 3 + .../Content/VFX/Projector/MI_SliceTest.uasset | 3 + .../VFX/Projector/MPC_Projector.uasset | 3 + .../Content/VFX/Projector/M_Projector.uasset | 3 + .../Content/VFX/Projector/M_Rays.uasset | 3 + .../Content/VFX/Projector/M_Rays_Inst.uasset | 3 + .../NewMolecule_002_Bake1_PBR_Diffuse.uasset | 3 + .../Content/VFX/Projector/Nitrate.uasset | 3 + .../Content/VFX/Projector/Nitrate_LP.uasset | 3 + .../Core/Character/BP_Trace_Controller.uasset | 4 +- .../VRE/Core/Character/BP_VRCharacter.uasset | 4 +- .../VRE/Core/Character/FPS_VRCharacter.uasset | 4 +- .../Grippables/Weapons/Melee/MeleeBase.uasset | 4 +- .../Input/Actions/AlternateGripLeft.uasset | 3 - .../Input/Actions/AlternateGripRight.uasset | 3 - .../Actions/ControllerMovementLeft.uasset | 3 - .../Actions/ControllerMovementRight.uasset | 3 - .../VRE/Input/Actions/FPSActions/Jump.uasset | 3 - .../Input/Actions/FPSActions/LookUp.uasset | 3 - .../Actions/FPSActions/MoveForward.uasset | 3 - .../Input/Actions/FPSActions/MoveRight.uasset | 3 - .../VRE/Input/Actions/FPSActions/Turn.uasset | 3 - .../VRE/Input/Actions/LaserBeamLeft.uasset | 3 - .../VRE/Input/Actions/LaserBeamRight.uasset | 3 - .../MotionControllerThumbLeft_X.uasset | 3 - .../MotionControllerThumbLeft_Y.uasset | 3 - .../MotionControllerThumbRight_X.uasset | 3 - .../MotionControllerThumbRight_Y.uasset | 3 - .../VRE/Input/Actions/PauseGame.uasset | 3 - .../VRE/Input/Actions/PrimaryGripLeft.uasset | 3 - .../VRE/Input/Actions/PrimaryGripRight.uasset | 3 - .../VRE/Input/Actions/SpawnInventory.uasset | 3 - .../VRE/Input/Actions/TeleportLeft.uasset | 3 - .../VRE/Input/Actions/TeleportRight.uasset | 3 - .../Input/Actions/UseHeldObjectLeft.uasset | 3 - .../Input/Actions/UseHeldObjectRight.uasset | 3 - .../Content/VRE/Input/FPSInputConfig.uasset | 3 - .../Content/VRE/Input/FPSInputContext.uasset | 3 - .../Content/VRE/Input/VREInputConfig.uasset | 3 - .../VRE/Input/VREInputMappingContext.uasset | 3 - .../Car/VehicleBP/Sedan/BP_Tractor.uasset | 4 +- .../Level/Car/VehicleBP/Sedan/Sedan.uasset | 4 +- .../Core/Character/BP_VRCharacter2.uasset | 4 +- .../VRE/VRE2/Input/Actions/PauseGame.uasset | 3 + .../VRE2/Input/Actions/SpawnInventory.uasset | 3 + .../VRE/VRE2/Input/FPSActions/Jump.uasset | 3 + .../VRE/VRE2/Input/FPSActions/LookUp.uasset | 3 + .../VRE2/Input/FPSActions/MoveForward.uasset | 3 + .../VRE2/Input/FPSActions/MoveRight.uasset | 3 + .../VRE/VRE2/Input/FPSActions/Turn.uasset | 3 + .../VRE/VRE2/Input/FPSInputConfig.uasset | 3 + .../VRE/VRE2/Input/FPSInputContext.uasset | 3 + .../VRE/VRE2/Input/VREInputConfig.uasset | 3 + .../VRE2/Input/VREInputMappingContext.uasset | 3 + .../VRE/VRTemplate/VFX/NPC_VRTemplate.uasset | 3 - .../VRE/VRTemplate/VFX/NS_MenuPointer.uasset | 3 - .../VRE/VRTemplate/VFX/NS_PickupTrace.uasset | 3 - .../VRTemplate/VFX/NS_TeleportTrace.uasset | 3 - .../Characters/Clarice/BP_Clarice.uasset | 4 +- .../Electrical/NitroScan/BP_NitroScan.uasset | 4 +- .../Electrical/NitroScan/M_Scanline.uasset | 4 +- .../NitroScan/M_Scanline_Inst.uasset | 3 + .../Electrical/NitroScan/NS_ScanLaser.uasset | 4 +- .../Letters/Letter_1/Letter_01_1_of_1.uasset | 4 +- .../Materials/PostProcess/M_PP_Hide.uasset | 3 + .../StoneTiles/Test_WS_Parallax_Fllor.uasset | 4 +- .../World/Static/Lights/BP_Light.uasset | 4 +- .../Static/Splines/Pipes/Half-X-Pipe.uasset | 4 +- .../World/Static/Splines/Pipes/M_Pipe.uasset | 4 +- .../World/Static/Splines/Pipes/M_Pipe1.uasset | 3 - .../Static/Splines/Pipes/M_Pipe1_Inst.uasset | 3 - .../Static/Splines/Pipes/M_Pipe_Inst.uasset | 4 +- .../Static/Splines/Pipes/M_Pipe_Inst1.uasset | 3 - .../Static/Splines/Pipes/M_Pipe_Inst2.uasset | 3 + .../Splines/Pipes/M_Pipe_Inst_UVBox.uasset | 3 + .../Pipes/Pipe004_4K-JPG_NormalDX.uasset | 3 + .../SM_Freezing_Chamber_Grating.uasset | 4 +- .../Stairs/Gratings/SM_Grating2_Square.uasset | 4 +- .../Stairs/Gratings/SM_Grating_Large.uasset | 3 + .../World/Static/Walls/BP_Floor.uasset | 4 +- .../VFX/Projector/BP_TestProjector.uasset | 3 - .../World/VFX/Projector/MI_Projector.uasset | 3 - .../World/VFX/Projector/MI_SliceTest.uasset | 3 - .../World/VFX/Projector/MPC_Projector.uasset | 3 - .../World/VFX/Projector/M_Projector.uasset | 3 - .../VFX/Projector/M_Projector_Inst.uasset | 3 - .../Content/World/VFX/Projector/M_Rays.uasset | 3 - .../World/VFX/Projector/M_Rays_Inst.uasset | 3 - .../NewMolecule_002_Bake1_PBR_Diffuse.uasset | 3 - .../World/VFX/Projector/Nitrate.uasset | 3 - .../World/VFX/Projector/Nitrate_LP.uasset | 3 - VIRTUOS_ExpansionPluginTests/LICENSE.txt | 19 - .../OpenXRExpansionPlugin.Build.cs | 4 + .../Private/CharacterMovementCompTypes.cpp | 5 + .../Private/GripMotionControllerComponent.cpp | 97 +-- .../GrippablePhysicsReplication.cpp | 642 +++++++++++++----- .../Grippables/GrippableStaticMeshActor.cpp | 4 +- .../Grippables/HandSocketComponent.cpp | 21 +- .../Misc/OptionalRepSkeletalMeshActor.cpp | 1 + .../Private/Misc/VRAIPerceptionOverrides.cpp | 6 +- .../Private/Misc/VRGameViewportClient.cpp | 14 +- .../Private/Misc/VRRenderTargetManager.cpp | 2 +- .../Private/ReplicatedVRCameraComponent.cpp | 10 +- .../Private/VRBaseCharacter.cpp | 2 +- .../VRBaseCharacterMovementComponent.cpp | 22 +- .../Private/VRCharacterMovementComponent.cpp | 28 +- .../Private/VRGestureComponent.cpp | 2 +- .../Private/VRPathFollowingComponent.cpp | 2 +- .../Private/VRRootComponent.cpp | 11 +- .../Private/VRStereoWidgetComponent.cpp | 27 +- .../Grippables/GrippablePhysicsReplication.h | 19 +- .../Public/Misc/VRGameViewportClient.h | 2 +- .../Public/Misc/VRVehiclePawn.h | 6 +- .../Public/Misc/VRWheeledVehicle.h | 6 +- .../Public/VRStereoWidgetComponent.h | 3 + .../VRExpansionPlugin.Build.cs | 3 + VIRTUOS_ExpansionPluginTests/README.md | 10 - .../VRExpPluginExample.uproject | 2 +- 141 files changed, 859 insertions(+), 505 deletions(-) delete mode 100644 VIRTUOS_ExpansionPluginTests/.gitattributes delete mode 100644 VIRTUOS_ExpansionPluginTests/.gitignore create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/NPC_VRTemplate.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/NS_MenuPointer.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/NS_PickupTrace.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/NS_ScanLaser.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/NS_TeleportTrace.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/BP_TestProjector.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MI_Projector.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MI_SliceTest.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MPC_Projector.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate_LP.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/AlternateGripLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/AlternateGripRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/ControllerMovementLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/ControllerMovementRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/Jump.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/LookUp.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/MoveForward.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/MoveRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/Turn.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/LaserBeamLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/LaserBeamRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbLeft_X.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbLeft_Y.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbRight_X.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbRight_Y.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PauseGame.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PrimaryGripLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PrimaryGripRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/SpawnInventory.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/TeleportLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/TeleportRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/UseHeldObjectLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/UseHeldObjectRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/FPSInputConfig.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/FPSInputContext.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputConfig.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputMappingContext.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/PauseGame.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/SpawnInventory.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/Jump.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/LookUp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/MoveForward.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/MoveRight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/Turn.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSInputConfig.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSInputContext.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/VREInputConfig.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/VREInputMappingContext.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NPC_VRTemplate.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_MenuPointer.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_PickupTrace.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_TeleportTrace.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Hide.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst_UVBox.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_NormalDX.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating_Large.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_Projector.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_SliceTest.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MPC_Projector.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate_LP.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/LICENSE.txt delete mode 100644 VIRTUOS_ExpansionPluginTests/README.md diff --git a/.gitignore b/.gitignore index 2da3c79..8dfa010 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,17 @@ DerivedDataCache/* # Custom *.rpp-bak *.blend1 + +# Paths +.hg/ +binaries/ +deriveddatacache/ +.vs/ +build/ +intermediate/ +PACKPLUGIN/ +COMPPLUGIN/ +saved/ +*.orig +*.sln +*.xlsx \ No newline at end of file diff --git a/VIRTUOS_ExpansionPluginTests/.gitattributes b/VIRTUOS_ExpansionPluginTests/.gitattributes deleted file mode 100644 index 3373152..0000000 --- a/VIRTUOS_ExpansionPluginTests/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -* text=auto -*.bat eol=crlf \ No newline at end of file diff --git a/VIRTUOS_ExpansionPluginTests/.gitignore b/VIRTUOS_ExpansionPluginTests/.gitignore deleted file mode 100644 index c66e5a0..0000000 --- a/VIRTUOS_ExpansionPluginTests/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ - -.hg/ -binaries/ -deriveddatacache/ -.vs/ -build/ -intermediate/ -PACKPLUGIN/ -COMPPLUGIN/ -saved/ -*.orig -*.sln -*.xlsx diff --git a/VIRTUOS_ExpansionPluginTests/.vsconfig b/VIRTUOS_ExpansionPluginTests/.vsconfig index b3c233d..3b919ea 100644 --- a/VIRTUOS_ExpansionPluginTests/.vsconfig +++ b/VIRTUOS_ExpansionPluginTests/.vsconfig @@ -1,10 +1,12 @@ { "version": "1.0", "components": [ + "Component.Unreal.Debugger", + "Component.Unreal.Ide", "Microsoft.Net.Component.4.6.2.TargetingPack", - "Microsoft.VisualStudio.Component.Unreal.Workspace", "Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL", "Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64", + "Microsoft.VisualStudio.Component.VC.Llvm.Clang", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", "Microsoft.VisualStudio.Component.Windows11SDK.22621", "Microsoft.VisualStudio.Workload.CoreEditor", diff --git a/VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini b/VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini index 4f9fc16..05b130e 100644 --- a/VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini +++ b/VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini @@ -7,8 +7,9 @@ +Profiles=(ProfileName="Default",DirectionalLightIntensity=2.620000,DirectionalLightColor=(R=0.990000,G=0.839850,B=0.732600,A=1.000000),SkyLightIntensity=0.880000,bRotateLightingRig=False,bShowEnvironment=True,bShowFloor=True,EnvironmentCubeMapPath="",PostProcessingSettings=(bOverride_WhiteTemp=True,bOverride_WhiteTint=False,bOverride_ColorSaturation=True,bOverride_ColorContrast=True,bOverride_ColorGamma=True,bOverride_ColorGain=True,bOverride_ColorOffset=True,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_FilmWhitePoint=False,bOverride_FilmSaturation=False,bOverride_FilmChannelMixerRed=False,bOverride_FilmChannelMixerGreen=False,bOverride_FilmChannelMixerBlue=False,bOverride_FilmContrast=False,bOverride_FilmDynamicRange=False,bOverride_FilmHealAmount=False,bOverride_FilmToeAmount=False,bOverride_FilmShadowTint=False,bOverride_FilmShadowTintBlend=False,bOverride_FilmShadowTintAmount=False,bOverride_FilmSlope=True,bOverride_FilmToe=True,bOverride_FilmShoulder=True,bOverride_FilmBlackClip=True,bOverride_FilmWhiteClip=True,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomIntensity=True,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_AutoExposureMethod=True,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=True,bOverride_AutoExposureMaxBrightness=True,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=True,bOverride_HistogramLogMin=True,bOverride_HistogramLogMax=True,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=True,bOverride_GrainIntensity=False,bOverride_GrainJitter=False,bOverride_AmbientOcclusionIntensity=True,bOverride_AmbientOcclusionStaticFraction=True,bOverride_AmbientOcclusionRadius=True,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionDistance=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=True,bOverride_AmbientOcclusionBias=True,bOverride_AmbientOcclusionQuality=True,bOverride_AmbientOcclusionMipBlend=True,bOverride_AmbientOcclusionMipScale=True,bOverride_AmbientOcclusionMipThreshold=True,bOverride_LPVIntensity=False,bOverride_LPVDirectionalOcclusionIntensity=False,bOverride_LPVDirectionalOcclusionRadius=False,bOverride_LPVDiffuseOcclusionExponent=False,bOverride_LPVSpecularOcclusionExponent=False,bOverride_LPVDiffuseOcclusionIntensity=False,bOverride_LPVSpecularOcclusionIntensity=False,bOverride_LPVSize=False,bOverride_LPVSecondaryOcclusionIntensity=False,bOverride_LPVSecondaryBounceIntensity=False,bOverride_LPVGeometryVolumeBias=False,bOverride_LPVVplInjectionBias=False,bOverride_LPVEmissiveInjectionIntensity=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=True,bOverride_ColorGradingLUT=True,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=True,bOverride_DepthOfFieldMaxBokehSize=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_DepthOfFieldMethod=True,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldBokehShape=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldColorThreshold=False,bOverride_DepthOfFieldSizeThreshold=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ScreenPercentage=False,bOverride_ScreenSpaceReflectionIntensity=True,bOverride_ScreenSpaceReflectionQuality=True,bOverride_ScreenSpaceReflectionMaxRoughness=True,bOverride_ScreenSpaceReflectionRoughnessScale=False,WhiteTemp=6700.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.005000,Y=0.005000,Z=0.005000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionShadowsMax=0.090000,ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,FilmWhitePoint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),FilmShadowTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),FilmShadowTintBlend=0.500000,FilmShadowTintAmount=0.000000,FilmSaturation=1.000000,FilmChannelMixerRed=(R=1.000000,G=0.000000,B=0.000000,A=1.000000),FilmChannelMixerGreen=(R=0.000000,G=1.000000,B=0.000000,A=1.000000),FilmChannelMixerBlue=(R=0.000000,G=0.000000,B=1.000000,A=1.000000),FilmContrast=0.030000,FilmToeAmount=1.000000,FilmHealAmount=0.180000,FilmDynamicRange=4.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,BloomIntensity=1.000000,BloomThreshold=1.000000,BloomSizeScale=4.000000,Bloom1Size=1.000000,Bloom2Size=4.000000,Bloom3Size=16.000000,Bloom4Size=32.000000,Bloom5Size=64.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),Bloom2Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),Bloom3Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),Bloom4Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),Bloom5Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),Bloom6Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),BloomDirtMaskIntensity=1.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),BloomDirtMask=None,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,AutoExposureMethod=AEM_Histogram,AutoExposureLowPercent=80.000000,AutoExposureHighPercent=98.300003,AutoExposureMinBrightness=1.000000,AutoExposureMaxBrightness=1.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,AutoExposureBias=0.330000,HistogramLogMin=-8.000000,HistogramLogMax=4.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.161468,GrainJitter=0.000000,GrainIntensity=0.000000,AmbientOcclusionIntensity=1.000000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=73.477997,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionDistance=80.000000,AmbientOcclusionPower=1.200000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=100.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,ColorGradingIntensity=0.000000,ColorGradingLUT=Texture2D'/Engine/EditorResources/RGBTable16x1_AssetViewer.RGBTable16x1_AssetViewer',DepthOfFieldMethod=DOFM_BokehDOF,bMobileHQGaussian=False,DepthOfFieldFstop=4.000000,DepthOfFieldSensorWidth=24.576000,DepthOfFieldFocalDistance=1000.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldMaxBokehSize=15.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldBokehShape=None,DepthOfFieldOcclusion=0.400000,DepthOfFieldColorThreshold=1.000000,DepthOfFieldSizeThreshold=0.080000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurPerObjectSize=0.500000,LPVIntensity=1.000000,LPVVplInjectionBias=0.640000,LPVSize=5312.000000,LPVSecondaryOcclusionIntensity=0.000000,LPVSecondaryBounceIntensity=0.000000,LPVGeometryVolumeBias=0.384000,LPVEmissiveInjectionIntensity=1.000000,LPVDirectionalOcclusionIntensity=0.000000,LPVDirectionalOcclusionRadius=8.000000,LPVDiffuseOcclusionExponent=1.000000,LPVSpecularOcclusionExponent=7.000000,LPVDiffuseOcclusionIntensity=1.000000,LPVSpecularOcclusionIntensity=1.000000,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=100.000000,ScreenSpaceReflectionMaxRoughness=1.000000,ScreenPercentage=100.000000,WeightedBlendables=(Array=),Blendables=),bPostProcessingEnabled=True,LightingRigRotation=109.389069,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-39.999985,Yaw=-67.500015,Roll=0.000000)) [/Script/AdvancedPreviewScene.SharedProfiles] -+Profiles=(ProfileName="Epic Headquarters",bSharedProfile=True,bIsEngineDefaultProfile=True,bUseSkyLighting=True,DirectionalLightIntensity=1.000000,DirectionalLightColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SkyLightIntensity=1.000000,bRotateLightingRig=False,bShowEnvironment=True,bShowFloor=False,bShowGrid=False,EnvironmentColor=(R=0.200000,G=0.200000,B=0.200000,A=1.000000),EnvironmentIntensity=1.000000,EnvironmentCubeMapPath="/Engine/EditorMaterials/AssetViewer/EpicQuadPanorama_CC+EV1.EpicQuadPanorama_CC+EV1",bPostProcessingEnabled=True,PostProcessingSettings=(bOverride_TemperatureType=False,bOverride_WhiteTemp=False,bOverride_WhiteTint=False,bOverride_ColorSaturation=False,bOverride_ColorContrast=False,bOverride_ColorGamma=False,bOverride_ColorGain=False,bOverride_ColorOffset=False,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_ColorCorrectionHighlightsMax=False,bOverride_BlueCorrection=False,bOverride_ExpandGamut=False,bOverride_ToneCurveAmount=False,bOverride_FilmSlope=False,bOverride_FilmToe=False,bOverride_FilmShoulder=False,bOverride_FilmBlackClip=False,bOverride_FilmWhiteClip=False,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_ChromaticAberrationStartOffset=False,bOverride_bMegaLights=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomMethod=False,bOverride_BloomIntensity=False,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomConvolutionTexture=False,bOverride_BloomConvolutionScatterDispersion=False,bOverride_BloomConvolutionSize=False,bOverride_BloomConvolutionCenterUV=False,bOverride_BloomConvolutionPreFilterMin=False,bOverride_BloomConvolutionPreFilterMax=False,bOverride_BloomConvolutionPreFilterMult=False,bOverride_BloomConvolutionBufferScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_CameraShutterSpeed=False,bOverride_CameraISO=False,bOverride_AutoExposureMethod=False,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=False,bOverride_AutoExposureMaxBrightness=False,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=False,bOverride_AutoExposureBiasCurve=False,bOverride_AutoExposureMeterMask=False,bOverride_AutoExposureApplyPhysicalCameraExposure=False,bOverride_HistogramLogMin=False,bOverride_HistogramLogMax=False,bOverride_LocalExposureMethod=False,bOverride_LocalExposureHighlightContrastScale=False,bOverride_LocalExposureShadowContrastScale=False,bOverride_LocalExposureHighlightContrastCurve=False,bOverride_LocalExposureShadowContrastCurve=False,bOverride_LocalExposureHighlightThreshold=False,bOverride_LocalExposureShadowThreshold=False,bOverride_LocalExposureDetailStrength=False,bOverride_LocalExposureBlurredLuminanceBlend=False,bOverride_LocalExposureBlurredLuminanceKernelSizePercent=False,bOverride_LocalExposureMiddleGreyBias=False,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=False,bOverride_Sharpen=False,bOverride_FilmGrainIntensity=False,bOverride_FilmGrainIntensityShadows=False,bOverride_FilmGrainIntensityMidtones=False,bOverride_FilmGrainIntensityHighlights=False,bOverride_FilmGrainShadowsMax=False,bOverride_FilmGrainHighlightsMin=False,bOverride_FilmGrainHighlightsMax=False,bOverride_FilmGrainTexelSize=False,bOverride_FilmGrainTexture=False,bOverride_AmbientOcclusionIntensity=False,bOverride_AmbientOcclusionStaticFraction=False,bOverride_AmbientOcclusionRadius=False,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=False,bOverride_AmbientOcclusionBias=False,bOverride_AmbientOcclusionQuality=False,bOverride_AmbientOcclusionMipBlend=False,bOverride_AmbientOcclusionMipScale=False,bOverride_AmbientOcclusionMipThreshold=False,bOverride_AmbientOcclusionTemporalBlendWeight=False,bOverride_RayTracingAO=False,bOverride_RayTracingAOSamplesPerPixel=False,bOverride_RayTracingAOIntensity=False,bOverride_RayTracingAORadius=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=False,bOverride_ColorGradingLUT=False,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldMinFstop=False,bOverride_DepthOfFieldBladeCount=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldSqueezeFactor=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldUseHairDepth=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurTargetFPS=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ReflectionMethod=False,bOverride_LumenReflectionQuality=False,bOverride_ScreenSpaceReflectionIntensity=False,bOverride_ScreenSpaceReflectionQuality=False,bOverride_ScreenSpaceReflectionMaxRoughness=False,bOverride_ScreenSpaceReflectionRoughnessScale=False,bOverride_UserFlags=False,bOverride_RayTracingReflectionsMaxRoughness=False,bOverride_RayTracingReflectionsMaxBounces=False,bOverride_RayTracingReflectionsSamplesPerPixel=False,bOverride_RayTracingReflectionsShadows=False,bOverride_RayTracingReflectionsTranslucency=False,bOverride_TranslucencyType=False,bOverride_RayTracingTranslucencyMaxRoughness=False,bOverride_RayTracingTranslucencyRefractionRays=False,bOverride_RayTracingTranslucencySamplesPerPixel=False,bOverride_RayTracingTranslucencyShadows=False,bOverride_RayTracingTranslucencyRefraction=False,bOverride_DynamicGlobalIlluminationMethod=False,bOverride_LumenSceneLightingQuality=False,bOverride_LumenSceneDetail=False,bOverride_LumenSceneViewDistance=False,bOverride_LumenSceneLightingUpdateSpeed=False,bOverride_LumenFinalGatherQuality=False,bOverride_LumenFinalGatherLightingUpdateSpeed=False,bOverride_LumenFinalGatherScreenTraces=False,bOverride_LumenMaxTraceDistance=False,bOverride_LumenDiffuseColorBoost=False,bOverride_LumenSkylightLeaking=False,bOverride_LumenFullSkylightLeakingDistance=False,bOverride_LumenRayLightingMode=False,bOverride_LumenReflectionsScreenTraces=False,bOverride_LumenFrontLayerTranslucencyReflections=False,bOverride_LumenMaxRoughnessToTraceReflections=False,bOverride_LumenMaxReflectionBounces=False,bOverride_LumenMaxRefractionBounces=False,bOverride_LumenSurfaceCacheResolution=False,bOverride_RayTracingGI=False,bOverride_RayTracingGIMaxBounces=False,bOverride_RayTracingGISamplesPerPixel=False,bOverride_PathTracingMaxBounces=False,bOverride_PathTracingSamplesPerPixel=False,bOverride_PathTracingMaxPathIntensity=False,bOverride_PathTracingEnableEmissiveMaterials=False,bOverride_PathTracingEnableReferenceDOF=False,bOverride_PathTracingEnableReferenceAtmosphere=False,bOverride_PathTracingEnableDenoiser=False,bOverride_PathTracingIncludeEmissive=False,bOverride_PathTracingIncludeDiffuse=False,bOverride_PathTracingIncludeIndirectDiffuse=False,bOverride_PathTracingIncludeSpecular=False,bOverride_PathTracingIncludeIndirectSpecular=False,bOverride_PathTracingIncludeVolume=False,bOverride_PathTracingIncludeIndirectVolume=False,bMobileHQGaussian=False,BloomMethod=BM_SOG,AutoExposureMethod=AEM_Histogram,TemperatureType=TEMP_WhiteBalance,WhiteTemp=6500.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,ColorCorrectionHighlightsMax=1.000000,ColorCorrectionShadowsMax=0.090000,BlueCorrection=0.600000,ExpandGamut=1.000000,ToneCurveAmount=1.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,ChromaticAberrationStartOffset=0.000000,BloomIntensity=0.675000,BloomThreshold=-1.000000,BloomSizeScale=4.000000,Bloom1Size=0.300000,Bloom2Size=1.000000,Bloom3Size=2.000000,Bloom4Size=10.000000,Bloom5Size=30.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.346500,G=0.346500,B=0.346500,A=1.000000),Bloom2Tint=(R=0.138000,G=0.138000,B=0.138000,A=1.000000),Bloom3Tint=(R=0.117600,G=0.117600,B=0.117600,A=1.000000),Bloom4Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom5Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom6Tint=(R=0.061000,G=0.061000,B=0.061000,A=1.000000),BloomConvolutionScatterDispersion=1.000000,BloomConvolutionSize=1.000000,BloomConvolutionTexture=None,BloomConvolutionCenterUV=(X=0.500000,Y=0.500000),BloomConvolutionPreFilterMin=7.000000,BloomConvolutionPreFilterMax=15000.000000,BloomConvolutionPreFilterMult=15.000000,BloomConvolutionBufferScale=0.133000,BloomDirtMask=None,BloomDirtMaskIntensity=0.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),DynamicGlobalIlluminationMethod=Lumen,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,LumenRayLightingMode=Default,LumenSceneLightingQuality=1.000000,LumenSceneDetail=1.000000,LumenSceneViewDistance=20000.000000,LumenSceneLightingUpdateSpeed=1.000000,LumenFinalGatherQuality=1.000000,LumenFinalGatherLightingUpdateSpeed=1.000000,LumenFinalGatherScreenTraces=True,LumenMaxTraceDistance=20000.000000,LumenDiffuseColorBoost=1.000000,LumenSkylightLeaking=0.000000,LumenFullSkylightLeakingDistance=1000.000000,LumenSurfaceCacheResolution=1.000000,ReflectionMethod=Lumen,LumenReflectionQuality=1.000000,LumenReflectionsScreenTraces=True,LumenFrontLayerTranslucencyReflections=False,LumenMaxRoughnessToTraceReflections=0.400000,LumenMaxReflectionBounces=1,LumenMaxRefractionBounces=0,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=50.000000,ScreenSpaceReflectionMaxRoughness=0.600000,bMegaLights=True,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,CameraShutterSpeed=60.000000,CameraISO=100.000000,DepthOfFieldFstop=4.000000,DepthOfFieldMinFstop=1.200000,DepthOfFieldBladeCount=5,AutoExposureBias=1.000000,AutoExposureBiasBackup=0.000000,bOverride_AutoExposureBiasBackup=False,AutoExposureApplyPhysicalCameraExposure=True,AutoExposureBiasCurve=None,AutoExposureMeterMask=None,AutoExposureLowPercent=10.000000,AutoExposureHighPercent=90.000000,AutoExposureMinBrightness=0.030000,AutoExposureMaxBrightness=8.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-8.000000,HistogramLogMax=4.000000,LocalExposureMethod=Bilateral,LocalExposureHighlightContrastScale=1.000000,LocalExposureShadowContrastScale=1.000000,LocalExposureHighlightContrastCurve=None,LocalExposureShadowContrastCurve=None,LocalExposureHighlightThreshold=0.000000,LocalExposureShadowThreshold=0.000000,LocalExposureDetailStrength=1.000000,LocalExposureBlurredLuminanceBlend=0.600000,LocalExposureBlurredLuminanceKernelSizePercent=50.000000,LocalExposureMiddleGreyBias=0.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.400000,Sharpen=0.000000,FilmGrainIntensity=0.000000,FilmGrainIntensityShadows=1.000000,FilmGrainIntensityMidtones=1.000000,FilmGrainIntensityHighlights=1.000000,FilmGrainShadowsMax=0.090000,FilmGrainHighlightsMin=0.500000,FilmGrainHighlightsMax=1.000000,FilmGrainTexelSize=1.000000,FilmGrainTexture=None,AmbientOcclusionIntensity=0.500000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=200.000000,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionPower=2.000000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=50.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,AmbientOcclusionTemporalBlendWeight=0.100000,RayTracingAO=False,RayTracingAOSamplesPerPixel=1,RayTracingAOIntensity=1.000000,RayTracingAORadius=200.000000,ColorGradingIntensity=1.000000,ColorGradingLUT=None,DepthOfFieldSensorWidth=24.576000,DepthOfFieldSqueezeFactor=1.000000,DepthOfFieldFocalDistance=0.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldUseHairDepth=False,DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldOcclusion=0.400000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurTargetFPS=30,MotionBlurPerObjectSize=0.000000,TranslucencyType=Raster,RayTracingTranslucencyMaxRoughness=0.600000,RayTracingTranslucencyRefractionRays=3,RayTracingTranslucencySamplesPerPixel=1,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,PathTracingMaxBounces=32,PathTracingSamplesPerPixel=2048,PathTracingMaxPathIntensity=24.000000,PathTracingEnableEmissiveMaterials=True,PathTracingEnableReferenceDOF=False,PathTracingEnableReferenceAtmosphere=False,PathTracingEnableDenoiser=True,PathTracingIncludeEmissive=True,PathTracingIncludeDiffuse=True,PathTracingIncludeIndirectDiffuse=True,PathTracingIncludeSpecular=True,PathTracingIncludeIndirectSpecular=True,PathTracingIncludeVolume=True,PathTracingIncludeIndirectVolume=True,UserFlags=0,WeightedBlendables=(Array=)),LightingRigRotation=0.000000,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-40.000000,Yaw=-67.500000,Roll=0.000000),bEnableToneMapping=True,bShowMeshEdges=False) -+Profiles=(ProfileName="Grey Wireframe",bSharedProfile=True,bIsEngineDefaultProfile=True,bUseSkyLighting=True,DirectionalLightIntensity=1.000000,DirectionalLightColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SkyLightIntensity=1.000000,bRotateLightingRig=False,bShowEnvironment=False,bShowFloor=False,bShowGrid=True,EnvironmentColor=(R=0.039216,G=0.039216,B=0.039216,A=1.000000),EnvironmentIntensity=1.000000,EnvironmentCubeMapPath="/Engine/EditorMaterials/AssetViewer/EpicQuadPanorama_CC+EV1.EpicQuadPanorama_CC+EV1",bPostProcessingEnabled=False,PostProcessingSettings=(bOverride_TemperatureType=False,bOverride_WhiteTemp=False,bOverride_WhiteTint=False,bOverride_ColorSaturation=False,bOverride_ColorContrast=False,bOverride_ColorGamma=False,bOverride_ColorGain=False,bOverride_ColorOffset=False,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_ColorCorrectionHighlightsMax=False,bOverride_BlueCorrection=False,bOverride_ExpandGamut=False,bOverride_ToneCurveAmount=False,bOverride_FilmSlope=False,bOverride_FilmToe=False,bOverride_FilmShoulder=False,bOverride_FilmBlackClip=False,bOverride_FilmWhiteClip=False,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_ChromaticAberrationStartOffset=False,bOverride_bMegaLights=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomMethod=False,bOverride_BloomIntensity=False,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomConvolutionTexture=False,bOverride_BloomConvolutionScatterDispersion=False,bOverride_BloomConvolutionSize=False,bOverride_BloomConvolutionCenterUV=False,bOverride_BloomConvolutionPreFilterMin=False,bOverride_BloomConvolutionPreFilterMax=False,bOverride_BloomConvolutionPreFilterMult=False,bOverride_BloomConvolutionBufferScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_CameraShutterSpeed=False,bOverride_CameraISO=False,bOverride_AutoExposureMethod=False,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=False,bOverride_AutoExposureMaxBrightness=False,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=False,bOverride_AutoExposureBiasCurve=False,bOverride_AutoExposureMeterMask=False,bOverride_AutoExposureApplyPhysicalCameraExposure=False,bOverride_HistogramLogMin=False,bOverride_HistogramLogMax=False,bOverride_LocalExposureMethod=False,bOverride_LocalExposureHighlightContrastScale=False,bOverride_LocalExposureShadowContrastScale=False,bOverride_LocalExposureHighlightContrastCurve=False,bOverride_LocalExposureShadowContrastCurve=False,bOverride_LocalExposureHighlightThreshold=False,bOverride_LocalExposureShadowThreshold=False,bOverride_LocalExposureDetailStrength=False,bOverride_LocalExposureBlurredLuminanceBlend=False,bOverride_LocalExposureBlurredLuminanceKernelSizePercent=False,bOverride_LocalExposureMiddleGreyBias=False,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=False,bOverride_Sharpen=False,bOverride_FilmGrainIntensity=False,bOverride_FilmGrainIntensityShadows=False,bOverride_FilmGrainIntensityMidtones=False,bOverride_FilmGrainIntensityHighlights=False,bOverride_FilmGrainShadowsMax=False,bOverride_FilmGrainHighlightsMin=False,bOverride_FilmGrainHighlightsMax=False,bOverride_FilmGrainTexelSize=False,bOverride_FilmGrainTexture=False,bOverride_AmbientOcclusionIntensity=False,bOverride_AmbientOcclusionStaticFraction=False,bOverride_AmbientOcclusionRadius=False,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=False,bOverride_AmbientOcclusionBias=False,bOverride_AmbientOcclusionQuality=False,bOverride_AmbientOcclusionMipBlend=False,bOverride_AmbientOcclusionMipScale=False,bOverride_AmbientOcclusionMipThreshold=False,bOverride_AmbientOcclusionTemporalBlendWeight=False,bOverride_RayTracingAO=False,bOverride_RayTracingAOSamplesPerPixel=False,bOverride_RayTracingAOIntensity=False,bOverride_RayTracingAORadius=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=False,bOverride_ColorGradingLUT=False,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldMinFstop=False,bOverride_DepthOfFieldBladeCount=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldSqueezeFactor=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldUseHairDepth=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurTargetFPS=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ReflectionMethod=False,bOverride_LumenReflectionQuality=False,bOverride_ScreenSpaceReflectionIntensity=False,bOverride_ScreenSpaceReflectionQuality=False,bOverride_ScreenSpaceReflectionMaxRoughness=False,bOverride_ScreenSpaceReflectionRoughnessScale=False,bOverride_UserFlags=False,bOverride_RayTracingReflectionsMaxRoughness=False,bOverride_RayTracingReflectionsMaxBounces=False,bOverride_RayTracingReflectionsSamplesPerPixel=False,bOverride_RayTracingReflectionsShadows=False,bOverride_RayTracingReflectionsTranslucency=False,bOverride_TranslucencyType=False,bOverride_RayTracingTranslucencyMaxRoughness=False,bOverride_RayTracingTranslucencyRefractionRays=False,bOverride_RayTracingTranslucencySamplesPerPixel=False,bOverride_RayTracingTranslucencyShadows=False,bOverride_RayTracingTranslucencyRefraction=False,bOverride_DynamicGlobalIlluminationMethod=False,bOverride_LumenSceneLightingQuality=False,bOverride_LumenSceneDetail=False,bOverride_LumenSceneViewDistance=False,bOverride_LumenSceneLightingUpdateSpeed=False,bOverride_LumenFinalGatherQuality=False,bOverride_LumenFinalGatherLightingUpdateSpeed=False,bOverride_LumenFinalGatherScreenTraces=False,bOverride_LumenMaxTraceDistance=False,bOverride_LumenDiffuseColorBoost=False,bOverride_LumenSkylightLeaking=False,bOverride_LumenFullSkylightLeakingDistance=False,bOverride_LumenRayLightingMode=False,bOverride_LumenReflectionsScreenTraces=False,bOverride_LumenFrontLayerTranslucencyReflections=False,bOverride_LumenMaxRoughnessToTraceReflections=False,bOverride_LumenMaxReflectionBounces=False,bOverride_LumenMaxRefractionBounces=False,bOverride_LumenSurfaceCacheResolution=False,bOverride_RayTracingGI=False,bOverride_RayTracingGIMaxBounces=False,bOverride_RayTracingGISamplesPerPixel=False,bOverride_PathTracingMaxBounces=False,bOverride_PathTracingSamplesPerPixel=False,bOverride_PathTracingMaxPathIntensity=False,bOverride_PathTracingEnableEmissiveMaterials=False,bOverride_PathTracingEnableReferenceDOF=False,bOverride_PathTracingEnableReferenceAtmosphere=False,bOverride_PathTracingEnableDenoiser=False,bOverride_PathTracingIncludeEmissive=False,bOverride_PathTracingIncludeDiffuse=False,bOverride_PathTracingIncludeIndirectDiffuse=False,bOverride_PathTracingIncludeSpecular=False,bOverride_PathTracingIncludeIndirectSpecular=False,bOverride_PathTracingIncludeVolume=False,bOverride_PathTracingIncludeIndirectVolume=False,bMobileHQGaussian=False,BloomMethod=BM_SOG,AutoExposureMethod=AEM_Histogram,TemperatureType=TEMP_WhiteBalance,WhiteTemp=6500.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,ColorCorrectionHighlightsMax=1.000000,ColorCorrectionShadowsMax=0.090000,BlueCorrection=0.600000,ExpandGamut=1.000000,ToneCurveAmount=1.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,ChromaticAberrationStartOffset=0.000000,BloomIntensity=0.675000,BloomThreshold=-1.000000,BloomSizeScale=4.000000,Bloom1Size=0.300000,Bloom2Size=1.000000,Bloom3Size=2.000000,Bloom4Size=10.000000,Bloom5Size=30.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.346500,G=0.346500,B=0.346500,A=1.000000),Bloom2Tint=(R=0.138000,G=0.138000,B=0.138000,A=1.000000),Bloom3Tint=(R=0.117600,G=0.117600,B=0.117600,A=1.000000),Bloom4Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom5Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom6Tint=(R=0.061000,G=0.061000,B=0.061000,A=1.000000),BloomConvolutionScatterDispersion=1.000000,BloomConvolutionSize=1.000000,BloomConvolutionTexture=None,BloomConvolutionCenterUV=(X=0.500000,Y=0.500000),BloomConvolutionPreFilterMin=7.000000,BloomConvolutionPreFilterMax=15000.000000,BloomConvolutionPreFilterMult=15.000000,BloomConvolutionBufferScale=0.133000,BloomDirtMask=None,BloomDirtMaskIntensity=0.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),DynamicGlobalIlluminationMethod=Lumen,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,LumenRayLightingMode=Default,LumenSceneLightingQuality=1.000000,LumenSceneDetail=1.000000,LumenSceneViewDistance=20000.000000,LumenSceneLightingUpdateSpeed=1.000000,LumenFinalGatherQuality=1.000000,LumenFinalGatherLightingUpdateSpeed=1.000000,LumenFinalGatherScreenTraces=True,LumenMaxTraceDistance=20000.000000,LumenDiffuseColorBoost=1.000000,LumenSkylightLeaking=0.000000,LumenFullSkylightLeakingDistance=1000.000000,LumenSurfaceCacheResolution=1.000000,ReflectionMethod=Lumen,LumenReflectionQuality=1.000000,LumenReflectionsScreenTraces=True,LumenFrontLayerTranslucencyReflections=False,LumenMaxRoughnessToTraceReflections=0.400000,LumenMaxReflectionBounces=1,LumenMaxRefractionBounces=0,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=50.000000,ScreenSpaceReflectionMaxRoughness=0.600000,bMegaLights=True,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,CameraShutterSpeed=60.000000,CameraISO=100.000000,DepthOfFieldFstop=4.000000,DepthOfFieldMinFstop=1.200000,DepthOfFieldBladeCount=5,AutoExposureBias=1.000000,AutoExposureBiasBackup=0.000000,bOverride_AutoExposureBiasBackup=False,AutoExposureApplyPhysicalCameraExposure=True,AutoExposureBiasCurve=None,AutoExposureMeterMask=None,AutoExposureLowPercent=10.000000,AutoExposureHighPercent=90.000000,AutoExposureMinBrightness=0.030000,AutoExposureMaxBrightness=8.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-8.000000,HistogramLogMax=4.000000,LocalExposureMethod=Bilateral,LocalExposureHighlightContrastScale=1.000000,LocalExposureShadowContrastScale=1.000000,LocalExposureHighlightContrastCurve=None,LocalExposureShadowContrastCurve=None,LocalExposureHighlightThreshold=0.000000,LocalExposureShadowThreshold=0.000000,LocalExposureDetailStrength=1.000000,LocalExposureBlurredLuminanceBlend=0.600000,LocalExposureBlurredLuminanceKernelSizePercent=50.000000,LocalExposureMiddleGreyBias=0.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.400000,Sharpen=0.000000,FilmGrainIntensity=0.000000,FilmGrainIntensityShadows=1.000000,FilmGrainIntensityMidtones=1.000000,FilmGrainIntensityHighlights=1.000000,FilmGrainShadowsMax=0.090000,FilmGrainHighlightsMin=0.500000,FilmGrainHighlightsMax=1.000000,FilmGrainTexelSize=1.000000,FilmGrainTexture=None,AmbientOcclusionIntensity=0.500000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=200.000000,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionPower=2.000000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=50.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,AmbientOcclusionTemporalBlendWeight=0.100000,RayTracingAO=False,RayTracingAOSamplesPerPixel=1,RayTracingAOIntensity=1.000000,RayTracingAORadius=200.000000,ColorGradingIntensity=1.000000,ColorGradingLUT=None,DepthOfFieldSensorWidth=24.576000,DepthOfFieldSqueezeFactor=1.000000,DepthOfFieldFocalDistance=0.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldUseHairDepth=False,DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldOcclusion=0.400000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurTargetFPS=30,MotionBlurPerObjectSize=0.000000,TranslucencyType=Raster,RayTracingTranslucencyMaxRoughness=0.600000,RayTracingTranslucencyRefractionRays=3,RayTracingTranslucencySamplesPerPixel=1,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,PathTracingMaxBounces=32,PathTracingSamplesPerPixel=2048,PathTracingMaxPathIntensity=24.000000,PathTracingEnableEmissiveMaterials=True,PathTracingEnableReferenceDOF=False,PathTracingEnableReferenceAtmosphere=False,PathTracingEnableDenoiser=True,PathTracingIncludeEmissive=True,PathTracingIncludeDiffuse=True,PathTracingIncludeIndirectDiffuse=True,PathTracingIncludeSpecular=True,PathTracingIncludeIndirectSpecular=True,PathTracingIncludeVolume=True,PathTracingIncludeIndirectVolume=True,UserFlags=0,WeightedBlendables=(Array=)),LightingRigRotation=0.000000,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-40.000000,Yaw=-67.500000,Roll=0.000000),bEnableToneMapping=False,bShowMeshEdges=True) ++Profiles=(ProfileName="Epic Headquarters",bSharedProfile=True,bIsEngineDefaultProfile=True,bUseSkyLighting=True,DirectionalLightIntensity=1.000000,DirectionalLightColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SkyLightIntensity=1.000000,bRotateLightingRig=False,bShowEnvironment=True,bShowFloor=False,bShowGrid=False,EnvironmentColor=(R=0.200000,G=0.200000,B=0.200000,A=1.000000),EnvironmentIntensity=1.000000,EnvironmentCubeMapPath="/Engine/EditorMaterials/AssetViewer/EpicQuadPanorama_CC+EV1.EpicQuadPanorama_CC+EV1",bPostProcessingEnabled=True,PostProcessingSettings=(bOverride_TemperatureType=False,bOverride_WhiteTemp=False,bOverride_WhiteTint=False,bOverride_ColorSaturation=False,bOverride_ColorContrast=False,bOverride_ColorGamma=False,bOverride_ColorGain=False,bOverride_ColorOffset=False,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_ColorCorrectionHighlightsMax=False,bOverride_BlueCorrection=False,bOverride_ExpandGamut=False,bOverride_ToneCurveAmount=False,bOverride_FilmSlope=False,bOverride_FilmToe=False,bOverride_FilmShoulder=False,bOverride_FilmBlackClip=False,bOverride_FilmWhiteClip=False,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_ChromaticAberrationStartOffset=False,bOverride_bMegaLights=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomMethod=False,bOverride_BloomIntensity=False,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomConvolutionTexture=False,bOverride_BloomConvolutionScatterDispersion=False,bOverride_BloomConvolutionSize=False,bOverride_BloomConvolutionCenterUV=False,bOverride_BloomConvolutionPreFilterMin=False,bOverride_BloomConvolutionPreFilterMax=False,bOverride_BloomConvolutionPreFilterMult=False,bOverride_BloomConvolutionBufferScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_CameraShutterSpeed=False,bOverride_CameraISO=False,bOverride_AutoExposureMethod=False,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=False,bOverride_AutoExposureMaxBrightness=False,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=False,bOverride_AutoExposureBiasCurve=False,bOverride_AutoExposureMeterMask=False,bOverride_AutoExposureApplyPhysicalCameraExposure=False,bOverride_HistogramLogMin=False,bOverride_HistogramLogMax=False,bOverride_LocalExposureMethod=False,bOverride_LocalExposureHighlightContrastScale=False,bOverride_LocalExposureShadowContrastScale=False,bOverride_LocalExposureHighlightContrastCurve=False,bOverride_LocalExposureShadowContrastCurve=False,bOverride_LocalExposureHighlightThreshold=False,bOverride_LocalExposureShadowThreshold=False,bOverride_LocalExposureDetailStrength=False,bOverride_LocalExposureBlurredLuminanceBlend=False,bOverride_LocalExposureBlurredLuminanceKernelSizePercent=False,bOverride_LocalExposureHighlightThresholdStrength=False,bOverride_LocalExposureShadowThresholdStrength=False,bOverride_LocalExposureMiddleGreyBias=False,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=False,bOverride_Sharpen=False,bOverride_FilmGrainIntensity=False,bOverride_FilmGrainIntensityShadows=False,bOverride_FilmGrainIntensityMidtones=False,bOverride_FilmGrainIntensityHighlights=False,bOverride_FilmGrainShadowsMax=False,bOverride_FilmGrainHighlightsMin=False,bOverride_FilmGrainHighlightsMax=False,bOverride_FilmGrainTexelSize=False,bOverride_FilmGrainTexture=False,bOverride_AmbientOcclusionIntensity=False,bOverride_AmbientOcclusionStaticFraction=False,bOverride_AmbientOcclusionRadius=False,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=False,bOverride_AmbientOcclusionBias=False,bOverride_AmbientOcclusionQuality=False,bOverride_AmbientOcclusionMipBlend=False,bOverride_AmbientOcclusionMipScale=False,bOverride_AmbientOcclusionMipThreshold=False,bOverride_AmbientOcclusionTemporalBlendWeight=False,bOverride_RayTracingAO=False,bOverride_RayTracingAOSamplesPerPixel=False,bOverride_RayTracingAOIntensity=False,bOverride_RayTracingAORadius=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=False,bOverride_ColorGradingLUT=False,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldMinFstop=False,bOverride_DepthOfFieldBladeCount=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldSqueezeFactor=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldUseHairDepth=False,bOverride_DepthOfFieldPetzvalBokeh=False,bOverride_DepthOfFieldPetzvalBokehFalloff=False,bOverride_DepthOfFieldPetzvalExclusionBoxExtents=False,bOverride_DepthOfFieldPetzvalExclusionBoxRadius=False,bOverride_DepthOfFieldAspectRatioScalar=False,bOverride_DepthOfFieldMatteBoxFlags=False,bOverride_DepthOfFieldBarrelRadius=False,bOverride_DepthOfFieldBarrelLength=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurTargetFPS=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ReflectionMethod=False,bOverride_LumenReflectionQuality=False,bOverride_ScreenSpaceReflectionIntensity=False,bOverride_ScreenSpaceReflectionQuality=False,bOverride_ScreenSpaceReflectionMaxRoughness=False,bOverride_ScreenSpaceReflectionRoughnessScale=False,bOverride_UserFlags=False,bOverride_RayTracingReflectionsMaxRoughness=False,bOverride_RayTracingReflectionsMaxBounces=False,bOverride_RayTracingReflectionsSamplesPerPixel=False,bOverride_RayTracingReflectionsShadows=False,bOverride_RayTracingReflectionsTranslucency=False,bOverride_TranslucencyType=False,bOverride_RayTracingTranslucencyMaxRoughness=False,bOverride_RayTracingTranslucencyRefractionRays=False,bOverride_RayTracingTranslucencySamplesPerPixel=False,bOverride_RayTracingTranslucencyShadows=False,bOverride_RayTracingTranslucencyRefraction=False,bOverride_RayTracingTranslucencyMaxPrimaryHitEvents=False,bOverride_RayTracingTranslucencyMaxSecondaryHitEvents=False,bOverride_RayTracingTranslucencyUseRayTracedRefraction=False,bOverride_DynamicGlobalIlluminationMethod=False,bOverride_LumenSceneLightingQuality=False,bOverride_LumenSceneDetail=False,bOverride_LumenSceneViewDistance=False,bOverride_LumenSceneLightingUpdateSpeed=False,bOverride_LumenFinalGatherQuality=False,bOverride_LumenFinalGatherLightingUpdateSpeed=False,bOverride_LumenFinalGatherScreenTraces=False,bOverride_LumenMaxTraceDistance=False,bOverride_LumenDiffuseColorBoost=False,bOverride_LumenSkylightLeaking=False,bOverride_LumenSkylightLeakingTint=False,bOverride_LumenFullSkylightLeakingDistance=False,bOverride_LumenRayLightingMode=False,bOverride_LumenReflectionsScreenTraces=False,bOverride_LumenFrontLayerTranslucencyReflections=False,bOverride_LumenMaxRoughnessToTraceReflections=False,bOverride_LumenMaxReflectionBounces=False,bOverride_LumenMaxRefractionBounces=False,bOverride_LumenSurfaceCacheResolution=False,bOverride_RayTracingGI=False,bOverride_RayTracingGIMaxBounces=False,bOverride_RayTracingGISamplesPerPixel=False,bOverride_PathTracingMaxBounces=False,bOverride_PathTracingSamplesPerPixel=False,bOverride_PathTracingMaxPathIntensity=False,bOverride_PathTracingEnableEmissiveMaterials=False,bOverride_PathTracingEnableReferenceDOF=False,bOverride_PathTracingEnableReferenceAtmosphere=False,bOverride_PathTracingEnableDenoiser=False,bOverride_PathTracingIncludeEmissive=False,bOverride_PathTracingIncludeDiffuse=False,bOverride_PathTracingIncludeIndirectDiffuse=False,bOverride_PathTracingIncludeSpecular=False,bOverride_PathTracingIncludeIndirectSpecular=False,bOverride_PathTracingIncludeVolume=False,bOverride_PathTracingIncludeIndirectVolume=False,bMobileHQGaussian=False,BloomMethod=BM_SOG,AutoExposureMethod=AEM_Histogram,TemperatureType=TEMP_WhiteBalance,WhiteTemp=6500.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,ColorCorrectionHighlightsMax=1.000000,ColorCorrectionShadowsMax=0.090000,BlueCorrection=0.600000,ExpandGamut=1.000000,ToneCurveAmount=1.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,ChromaticAberrationStartOffset=0.000000,BloomIntensity=0.675000,BloomThreshold=-1.000000,BloomSizeScale=4.000000,Bloom1Size=0.300000,Bloom2Size=1.000000,Bloom3Size=2.000000,Bloom4Size=10.000000,Bloom5Size=30.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.346500,G=0.346500,B=0.346500,A=1.000000),Bloom2Tint=(R=0.138000,G=0.138000,B=0.138000,A=1.000000),Bloom3Tint=(R=0.117600,G=0.117600,B=0.117600,A=1.000000),Bloom4Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom5Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom6Tint=(R=0.061000,G=0.061000,B=0.061000,A=1.000000),BloomConvolutionScatterDispersion=1.000000,BloomConvolutionSize=1.000000,BloomConvolutionTexture=None,BloomConvolutionCenterUV=(X=0.500000,Y=0.500000),BloomConvolutionPreFilterMin=7.000000,BloomConvolutionPreFilterMax=15000.000000,BloomConvolutionPreFilterMult=15.000000,BloomConvolutionBufferScale=0.133000,BloomDirtMask=None,BloomDirtMaskIntensity=0.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),DynamicGlobalIlluminationMethod=Lumen,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,LumenRayLightingMode=Default,LumenSceneLightingQuality=1.000000,LumenSceneDetail=1.000000,LumenSceneViewDistance=20000.000000,LumenSceneLightingUpdateSpeed=1.000000,LumenFinalGatherQuality=1.000000,LumenFinalGatherLightingUpdateSpeed=1.000000,LumenFinalGatherScreenTraces=True,LumenMaxTraceDistance=20000.000000,LumenDiffuseColorBoost=1.000000,LumenSkylightLeaking=0.000000,LumenSkylightLeakingTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LumenFullSkylightLeakingDistance=1000.000000,LumenSurfaceCacheResolution=1.000000,ReflectionMethod=Lumen,LumenReflectionQuality=1.000000,LumenReflectionsScreenTraces=True,LumenFrontLayerTranslucencyReflections=False,LumenMaxRoughnessToTraceReflections=0.400000,LumenMaxReflectionBounces=1,LumenMaxRefractionBounces=0,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=50.000000,ScreenSpaceReflectionMaxRoughness=0.600000,bMegaLights=True,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,CameraShutterSpeed=60.000000,CameraISO=100.000000,DepthOfFieldFstop=4.000000,DepthOfFieldMinFstop=1.200000,DepthOfFieldBladeCount=5,AutoExposureBias=1.000000,AutoExposureBiasBackup=0.000000,bOverride_AutoExposureBiasBackup=False,AutoExposureApplyPhysicalCameraExposure=True,AutoExposureBiasCurve=None,AutoExposureMeterMask=None,AutoExposureLowPercent=10.000000,AutoExposureHighPercent=90.000000,AutoExposureMinBrightness=0.030000,AutoExposureMaxBrightness=8.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-8.000000,HistogramLogMax=4.000000,LocalExposureMethod=Bilateral,LocalExposureHighlightContrastScale=1.000000,LocalExposureShadowContrastScale=1.000000,LocalExposureHighlightContrastCurve=None,LocalExposureShadowContrastCurve=None,LocalExposureHighlightThreshold=0.000000,LocalExposureShadowThreshold=0.000000,LocalExposureDetailStrength=1.000000,LocalExposureBlurredLuminanceBlend=0.600000,LocalExposureBlurredLuminanceKernelSizePercent=50.000000,LocalExposureHighlightThresholdStrength=1.000000,LocalExposureShadowThresholdStrength=1.000000,LocalExposureMiddleGreyBias=0.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.400000,Sharpen=0.000000,FilmGrainIntensity=0.000000,FilmGrainIntensityShadows=1.000000,FilmGrainIntensityMidtones=1.000000,FilmGrainIntensityHighlights=1.000000,FilmGrainShadowsMax=0.090000,FilmGrainHighlightsMin=0.500000,FilmGrainHighlightsMax=1.000000,FilmGrainTexelSize=1.000000,FilmGrainTexture=None,AmbientOcclusionIntensity=0.500000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=200.000000,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionPower=2.000000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=50.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,AmbientOcclusionTemporalBlendWeight=0.100000,RayTracingAO=False,RayTracingAOSamplesPerPixel=1,RayTracingAOIntensity=1.000000,RayTracingAORadius=200.000000,ColorGradingIntensity=1.000000,ColorGradingLUT=None,DepthOfFieldSensorWidth=24.576000,DepthOfFieldSqueezeFactor=1.000000,DepthOfFieldFocalDistance=0.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldUseHairDepth=False,DepthOfFieldPetzvalBokeh=0.000000,DepthOfFieldPetzvalBokehFalloff=1.000000,DepthOfFieldPetzvalExclusionBoxExtents=(X=0.000000,Y=0.000000),DepthOfFieldPetzvalExclusionBoxRadius=0.000000,DepthOfFieldAspectRatioScalar=1.000000,DepthOfFieldBarrelRadius=5.000000,DepthOfFieldBarrelLength=0.000000,DepthOfFieldMatteBoxFlags[0]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[1]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[2]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldOcclusion=0.400000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurTargetFPS=30,MotionBlurPerObjectSize=0.000000,TranslucencyType=Raster,RayTracingTranslucencyMaxRoughness=0.600000,RayTracingTranslucencyRefractionRays=3,RayTracingTranslucencySamplesPerPixel=1,RayTracingTranslucencyMaxPrimaryHitEvents=4,RayTracingTranslucencyMaxSecondaryHitEvents=2,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,RayTracingTranslucencyUseRayTracedRefraction=False,PathTracingMaxBounces=32,PathTracingSamplesPerPixel=2048,PathTracingMaxPathIntensity=24.000000,PathTracingEnableEmissiveMaterials=True,PathTracingEnableReferenceDOF=False,PathTracingEnableReferenceAtmosphere=False,PathTracingEnableDenoiser=True,PathTracingIncludeEmissive=True,PathTracingIncludeDiffuse=True,PathTracingIncludeIndirectDiffuse=True,PathTracingIncludeSpecular=True,PathTracingIncludeIndirectSpecular=True,PathTracingIncludeVolume=True,PathTracingIncludeIndirectVolume=True,UserFlags=0,WeightedBlendables=(Array=)),LightingRigRotation=0.000000,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-40.000000,Yaw=-67.500000,Roll=0.000000),bEnableToneMapping=True,bShowMeshEdges=False) ++Profiles=(ProfileName="Grey Wireframe",bSharedProfile=True,bIsEngineDefaultProfile=True,bUseSkyLighting=True,DirectionalLightIntensity=1.000000,DirectionalLightColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SkyLightIntensity=1.000000,bRotateLightingRig=False,bShowEnvironment=False,bShowFloor=False,bShowGrid=True,EnvironmentColor=(R=0.039216,G=0.039216,B=0.039216,A=1.000000),EnvironmentIntensity=1.000000,EnvironmentCubeMapPath="/Engine/EditorMaterials/AssetViewer/EpicQuadPanorama_CC+EV1.EpicQuadPanorama_CC+EV1",bPostProcessingEnabled=False,PostProcessingSettings=(bOverride_TemperatureType=False,bOverride_WhiteTemp=False,bOverride_WhiteTint=False,bOverride_ColorSaturation=False,bOverride_ColorContrast=False,bOverride_ColorGamma=False,bOverride_ColorGain=False,bOverride_ColorOffset=False,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_ColorCorrectionHighlightsMax=False,bOverride_BlueCorrection=False,bOverride_ExpandGamut=False,bOverride_ToneCurveAmount=False,bOverride_FilmSlope=False,bOverride_FilmToe=False,bOverride_FilmShoulder=False,bOverride_FilmBlackClip=False,bOverride_FilmWhiteClip=False,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_ChromaticAberrationStartOffset=False,bOverride_bMegaLights=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomMethod=False,bOverride_BloomIntensity=False,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomConvolutionTexture=False,bOverride_BloomConvolutionScatterDispersion=False,bOverride_BloomConvolutionSize=False,bOverride_BloomConvolutionCenterUV=False,bOverride_BloomConvolutionPreFilterMin=False,bOverride_BloomConvolutionPreFilterMax=False,bOverride_BloomConvolutionPreFilterMult=False,bOverride_BloomConvolutionBufferScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_CameraShutterSpeed=False,bOverride_CameraISO=False,bOverride_AutoExposureMethod=False,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=False,bOverride_AutoExposureMaxBrightness=False,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=False,bOverride_AutoExposureBiasCurve=False,bOverride_AutoExposureMeterMask=False,bOverride_AutoExposureApplyPhysicalCameraExposure=False,bOverride_HistogramLogMin=False,bOverride_HistogramLogMax=False,bOverride_LocalExposureMethod=False,bOverride_LocalExposureHighlightContrastScale=False,bOverride_LocalExposureShadowContrastScale=False,bOverride_LocalExposureHighlightContrastCurve=False,bOverride_LocalExposureShadowContrastCurve=False,bOverride_LocalExposureHighlightThreshold=False,bOverride_LocalExposureShadowThreshold=False,bOverride_LocalExposureDetailStrength=False,bOverride_LocalExposureBlurredLuminanceBlend=False,bOverride_LocalExposureBlurredLuminanceKernelSizePercent=False,bOverride_LocalExposureHighlightThresholdStrength=False,bOverride_LocalExposureShadowThresholdStrength=False,bOverride_LocalExposureMiddleGreyBias=False,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=False,bOverride_Sharpen=False,bOverride_FilmGrainIntensity=False,bOverride_FilmGrainIntensityShadows=False,bOverride_FilmGrainIntensityMidtones=False,bOverride_FilmGrainIntensityHighlights=False,bOverride_FilmGrainShadowsMax=False,bOverride_FilmGrainHighlightsMin=False,bOverride_FilmGrainHighlightsMax=False,bOverride_FilmGrainTexelSize=False,bOverride_FilmGrainTexture=False,bOverride_AmbientOcclusionIntensity=False,bOverride_AmbientOcclusionStaticFraction=False,bOverride_AmbientOcclusionRadius=False,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=False,bOverride_AmbientOcclusionBias=False,bOverride_AmbientOcclusionQuality=False,bOverride_AmbientOcclusionMipBlend=False,bOverride_AmbientOcclusionMipScale=False,bOverride_AmbientOcclusionMipThreshold=False,bOverride_AmbientOcclusionTemporalBlendWeight=False,bOverride_RayTracingAO=False,bOverride_RayTracingAOSamplesPerPixel=False,bOverride_RayTracingAOIntensity=False,bOverride_RayTracingAORadius=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=False,bOverride_ColorGradingLUT=False,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldMinFstop=False,bOverride_DepthOfFieldBladeCount=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldSqueezeFactor=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldUseHairDepth=False,bOverride_DepthOfFieldPetzvalBokeh=False,bOverride_DepthOfFieldPetzvalBokehFalloff=False,bOverride_DepthOfFieldPetzvalExclusionBoxExtents=False,bOverride_DepthOfFieldPetzvalExclusionBoxRadius=False,bOverride_DepthOfFieldAspectRatioScalar=False,bOverride_DepthOfFieldMatteBoxFlags=False,bOverride_DepthOfFieldBarrelRadius=False,bOverride_DepthOfFieldBarrelLength=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurTargetFPS=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ReflectionMethod=False,bOverride_LumenReflectionQuality=False,bOverride_ScreenSpaceReflectionIntensity=False,bOverride_ScreenSpaceReflectionQuality=False,bOverride_ScreenSpaceReflectionMaxRoughness=False,bOverride_ScreenSpaceReflectionRoughnessScale=False,bOverride_UserFlags=False,bOverride_RayTracingReflectionsMaxRoughness=False,bOverride_RayTracingReflectionsMaxBounces=False,bOverride_RayTracingReflectionsSamplesPerPixel=False,bOverride_RayTracingReflectionsShadows=False,bOverride_RayTracingReflectionsTranslucency=False,bOverride_TranslucencyType=False,bOverride_RayTracingTranslucencyMaxRoughness=False,bOverride_RayTracingTranslucencyRefractionRays=False,bOverride_RayTracingTranslucencySamplesPerPixel=False,bOverride_RayTracingTranslucencyShadows=False,bOverride_RayTracingTranslucencyRefraction=False,bOverride_RayTracingTranslucencyMaxPrimaryHitEvents=False,bOverride_RayTracingTranslucencyMaxSecondaryHitEvents=False,bOverride_RayTracingTranslucencyUseRayTracedRefraction=False,bOverride_DynamicGlobalIlluminationMethod=False,bOverride_LumenSceneLightingQuality=False,bOverride_LumenSceneDetail=False,bOverride_LumenSceneViewDistance=False,bOverride_LumenSceneLightingUpdateSpeed=False,bOverride_LumenFinalGatherQuality=False,bOverride_LumenFinalGatherLightingUpdateSpeed=False,bOverride_LumenFinalGatherScreenTraces=False,bOverride_LumenMaxTraceDistance=False,bOverride_LumenDiffuseColorBoost=False,bOverride_LumenSkylightLeaking=False,bOverride_LumenSkylightLeakingTint=False,bOverride_LumenFullSkylightLeakingDistance=False,bOverride_LumenRayLightingMode=False,bOverride_LumenReflectionsScreenTraces=False,bOverride_LumenFrontLayerTranslucencyReflections=False,bOverride_LumenMaxRoughnessToTraceReflections=False,bOverride_LumenMaxReflectionBounces=False,bOverride_LumenMaxRefractionBounces=False,bOverride_LumenSurfaceCacheResolution=False,bOverride_RayTracingGI=False,bOverride_RayTracingGIMaxBounces=False,bOverride_RayTracingGISamplesPerPixel=False,bOverride_PathTracingMaxBounces=False,bOverride_PathTracingSamplesPerPixel=False,bOverride_PathTracingMaxPathIntensity=False,bOverride_PathTracingEnableEmissiveMaterials=False,bOverride_PathTracingEnableReferenceDOF=False,bOverride_PathTracingEnableReferenceAtmosphere=False,bOverride_PathTracingEnableDenoiser=False,bOverride_PathTracingIncludeEmissive=False,bOverride_PathTracingIncludeDiffuse=False,bOverride_PathTracingIncludeIndirectDiffuse=False,bOverride_PathTracingIncludeSpecular=False,bOverride_PathTracingIncludeIndirectSpecular=False,bOverride_PathTracingIncludeVolume=False,bOverride_PathTracingIncludeIndirectVolume=False,bMobileHQGaussian=False,BloomMethod=BM_SOG,AutoExposureMethod=AEM_Histogram,TemperatureType=TEMP_WhiteBalance,WhiteTemp=6500.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,ColorCorrectionHighlightsMax=1.000000,ColorCorrectionShadowsMax=0.090000,BlueCorrection=0.600000,ExpandGamut=1.000000,ToneCurveAmount=1.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,ChromaticAberrationStartOffset=0.000000,BloomIntensity=0.675000,BloomThreshold=-1.000000,BloomSizeScale=4.000000,Bloom1Size=0.300000,Bloom2Size=1.000000,Bloom3Size=2.000000,Bloom4Size=10.000000,Bloom5Size=30.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.346500,G=0.346500,B=0.346500,A=1.000000),Bloom2Tint=(R=0.138000,G=0.138000,B=0.138000,A=1.000000),Bloom3Tint=(R=0.117600,G=0.117600,B=0.117600,A=1.000000),Bloom4Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom5Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom6Tint=(R=0.061000,G=0.061000,B=0.061000,A=1.000000),BloomConvolutionScatterDispersion=1.000000,BloomConvolutionSize=1.000000,BloomConvolutionTexture=None,BloomConvolutionCenterUV=(X=0.500000,Y=0.500000),BloomConvolutionPreFilterMin=7.000000,BloomConvolutionPreFilterMax=15000.000000,BloomConvolutionPreFilterMult=15.000000,BloomConvolutionBufferScale=0.133000,BloomDirtMask=None,BloomDirtMaskIntensity=0.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),DynamicGlobalIlluminationMethod=Lumen,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,LumenRayLightingMode=Default,LumenSceneLightingQuality=1.000000,LumenSceneDetail=1.000000,LumenSceneViewDistance=20000.000000,LumenSceneLightingUpdateSpeed=1.000000,LumenFinalGatherQuality=1.000000,LumenFinalGatherLightingUpdateSpeed=1.000000,LumenFinalGatherScreenTraces=True,LumenMaxTraceDistance=20000.000000,LumenDiffuseColorBoost=1.000000,LumenSkylightLeaking=0.000000,LumenSkylightLeakingTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LumenFullSkylightLeakingDistance=1000.000000,LumenSurfaceCacheResolution=1.000000,ReflectionMethod=Lumen,LumenReflectionQuality=1.000000,LumenReflectionsScreenTraces=True,LumenFrontLayerTranslucencyReflections=False,LumenMaxRoughnessToTraceReflections=0.400000,LumenMaxReflectionBounces=1,LumenMaxRefractionBounces=0,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=50.000000,ScreenSpaceReflectionMaxRoughness=0.600000,bMegaLights=True,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,CameraShutterSpeed=60.000000,CameraISO=100.000000,DepthOfFieldFstop=4.000000,DepthOfFieldMinFstop=1.200000,DepthOfFieldBladeCount=5,AutoExposureBias=1.000000,AutoExposureBiasBackup=0.000000,bOverride_AutoExposureBiasBackup=False,AutoExposureApplyPhysicalCameraExposure=True,AutoExposureBiasCurve=None,AutoExposureMeterMask=None,AutoExposureLowPercent=10.000000,AutoExposureHighPercent=90.000000,AutoExposureMinBrightness=0.030000,AutoExposureMaxBrightness=8.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-8.000000,HistogramLogMax=4.000000,LocalExposureMethod=Bilateral,LocalExposureHighlightContrastScale=1.000000,LocalExposureShadowContrastScale=1.000000,LocalExposureHighlightContrastCurve=None,LocalExposureShadowContrastCurve=None,LocalExposureHighlightThreshold=0.000000,LocalExposureShadowThreshold=0.000000,LocalExposureDetailStrength=1.000000,LocalExposureBlurredLuminanceBlend=0.600000,LocalExposureBlurredLuminanceKernelSizePercent=50.000000,LocalExposureHighlightThresholdStrength=1.000000,LocalExposureShadowThresholdStrength=1.000000,LocalExposureMiddleGreyBias=0.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.400000,Sharpen=0.000000,FilmGrainIntensity=0.000000,FilmGrainIntensityShadows=1.000000,FilmGrainIntensityMidtones=1.000000,FilmGrainIntensityHighlights=1.000000,FilmGrainShadowsMax=0.090000,FilmGrainHighlightsMin=0.500000,FilmGrainHighlightsMax=1.000000,FilmGrainTexelSize=1.000000,FilmGrainTexture=None,AmbientOcclusionIntensity=0.500000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=200.000000,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionPower=2.000000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=50.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,AmbientOcclusionTemporalBlendWeight=0.100000,RayTracingAO=False,RayTracingAOSamplesPerPixel=1,RayTracingAOIntensity=1.000000,RayTracingAORadius=200.000000,ColorGradingIntensity=1.000000,ColorGradingLUT=None,DepthOfFieldSensorWidth=24.576000,DepthOfFieldSqueezeFactor=1.000000,DepthOfFieldFocalDistance=0.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldUseHairDepth=False,DepthOfFieldPetzvalBokeh=0.000000,DepthOfFieldPetzvalBokehFalloff=1.000000,DepthOfFieldPetzvalExclusionBoxExtents=(X=0.000000,Y=0.000000),DepthOfFieldPetzvalExclusionBoxRadius=0.000000,DepthOfFieldAspectRatioScalar=1.000000,DepthOfFieldBarrelRadius=5.000000,DepthOfFieldBarrelLength=0.000000,DepthOfFieldMatteBoxFlags[0]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[1]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[2]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldOcclusion=0.400000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurTargetFPS=30,MotionBlurPerObjectSize=0.000000,TranslucencyType=Raster,RayTracingTranslucencyMaxRoughness=0.600000,RayTracingTranslucencyRefractionRays=3,RayTracingTranslucencySamplesPerPixel=1,RayTracingTranslucencyMaxPrimaryHitEvents=4,RayTracingTranslucencyMaxSecondaryHitEvents=2,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,RayTracingTranslucencyUseRayTracedRefraction=False,PathTracingMaxBounces=32,PathTracingSamplesPerPixel=2048,PathTracingMaxPathIntensity=24.000000,PathTracingEnableEmissiveMaterials=True,PathTracingEnableReferenceDOF=False,PathTracingEnableReferenceAtmosphere=False,PathTracingEnableDenoiser=True,PathTracingIncludeEmissive=True,PathTracingIncludeDiffuse=True,PathTracingIncludeIndirectDiffuse=True,PathTracingIncludeSpecular=True,PathTracingIncludeIndirectSpecular=True,PathTracingIncludeVolume=True,PathTracingIncludeIndirectVolume=True,UserFlags=0,WeightedBlendables=(Array=)),LightingRigRotation=0.000000,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-40.000000,Yaw=-67.500000,Roll=0.000000),bEnableToneMapping=False,bShowMeshEdges=True) ++Profiles=(ProfileName="Grey Ambient",bSharedProfile=True,bIsEngineDefaultProfile=True,bUseSkyLighting=True,DirectionalLightIntensity=4.000000,DirectionalLightColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SkyLightIntensity=2.000000,bRotateLightingRig=False,bShowEnvironment=True,bShowFloor=True,bShowGrid=True,EnvironmentColor=(R=0.200000,G=0.200000,B=0.200000,A=1.000000),EnvironmentIntensity=1.000000,EnvironmentCubeMapPath="/Engine/EditorMaterials/AssetViewer/T_GreyAmbient",bPostProcessingEnabled=False,PostProcessingSettings=(bOverride_TemperatureType=False,bOverride_WhiteTemp=False,bOverride_WhiteTint=False,bOverride_ColorSaturation=False,bOverride_ColorContrast=False,bOverride_ColorGamma=False,bOverride_ColorGain=False,bOverride_ColorOffset=False,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_ColorCorrectionHighlightsMax=False,bOverride_BlueCorrection=False,bOverride_ExpandGamut=False,bOverride_ToneCurveAmount=False,bOverride_FilmSlope=False,bOverride_FilmToe=False,bOverride_FilmShoulder=False,bOverride_FilmBlackClip=False,bOverride_FilmWhiteClip=False,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_ChromaticAberrationStartOffset=False,bOverride_bMegaLights=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomMethod=False,bOverride_BloomIntensity=False,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomConvolutionTexture=False,bOverride_BloomConvolutionScatterDispersion=False,bOverride_BloomConvolutionSize=False,bOverride_BloomConvolutionCenterUV=False,bOverride_BloomConvolutionPreFilterMin=False,bOverride_BloomConvolutionPreFilterMax=False,bOverride_BloomConvolutionPreFilterMult=False,bOverride_BloomConvolutionBufferScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_CameraShutterSpeed=False,bOverride_CameraISO=False,bOverride_AutoExposureMethod=False,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=False,bOverride_AutoExposureMaxBrightness=False,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=False,bOverride_AutoExposureBiasCurve=False,bOverride_AutoExposureMeterMask=False,bOverride_AutoExposureApplyPhysicalCameraExposure=False,bOverride_HistogramLogMin=False,bOverride_HistogramLogMax=False,bOverride_LocalExposureMethod=False,bOverride_LocalExposureHighlightContrastScale=False,bOverride_LocalExposureShadowContrastScale=False,bOverride_LocalExposureHighlightContrastCurve=False,bOverride_LocalExposureShadowContrastCurve=False,bOverride_LocalExposureHighlightThreshold=False,bOverride_LocalExposureShadowThreshold=False,bOverride_LocalExposureDetailStrength=False,bOverride_LocalExposureBlurredLuminanceBlend=False,bOverride_LocalExposureBlurredLuminanceKernelSizePercent=False,bOverride_LocalExposureHighlightThresholdStrength=False,bOverride_LocalExposureShadowThresholdStrength=False,bOverride_LocalExposureMiddleGreyBias=False,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=False,bOverride_Sharpen=False,bOverride_FilmGrainIntensity=False,bOverride_FilmGrainIntensityShadows=False,bOverride_FilmGrainIntensityMidtones=False,bOverride_FilmGrainIntensityHighlights=False,bOverride_FilmGrainShadowsMax=False,bOverride_FilmGrainHighlightsMin=False,bOverride_FilmGrainHighlightsMax=False,bOverride_FilmGrainTexelSize=False,bOverride_FilmGrainTexture=False,bOverride_AmbientOcclusionIntensity=False,bOverride_AmbientOcclusionStaticFraction=False,bOverride_AmbientOcclusionRadius=False,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=False,bOverride_AmbientOcclusionBias=False,bOverride_AmbientOcclusionQuality=False,bOverride_AmbientOcclusionMipBlend=False,bOverride_AmbientOcclusionMipScale=False,bOverride_AmbientOcclusionMipThreshold=False,bOverride_AmbientOcclusionTemporalBlendWeight=False,bOverride_RayTracingAO=False,bOverride_RayTracingAOSamplesPerPixel=False,bOverride_RayTracingAOIntensity=False,bOverride_RayTracingAORadius=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=False,bOverride_ColorGradingLUT=False,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldMinFstop=False,bOverride_DepthOfFieldBladeCount=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldSqueezeFactor=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldUseHairDepth=False,bOverride_DepthOfFieldPetzvalBokeh=False,bOverride_DepthOfFieldPetzvalBokehFalloff=False,bOverride_DepthOfFieldPetzvalExclusionBoxExtents=False,bOverride_DepthOfFieldPetzvalExclusionBoxRadius=False,bOverride_DepthOfFieldAspectRatioScalar=False,bOverride_DepthOfFieldMatteBoxFlags=False,bOverride_DepthOfFieldBarrelRadius=False,bOverride_DepthOfFieldBarrelLength=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurTargetFPS=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ReflectionMethod=False,bOverride_LumenReflectionQuality=False,bOverride_ScreenSpaceReflectionIntensity=False,bOverride_ScreenSpaceReflectionQuality=False,bOverride_ScreenSpaceReflectionMaxRoughness=False,bOverride_ScreenSpaceReflectionRoughnessScale=False,bOverride_UserFlags=False,bOverride_RayTracingReflectionsMaxRoughness=False,bOverride_RayTracingReflectionsMaxBounces=False,bOverride_RayTracingReflectionsSamplesPerPixel=False,bOverride_RayTracingReflectionsShadows=False,bOverride_RayTracingReflectionsTranslucency=False,bOverride_TranslucencyType=False,bOverride_RayTracingTranslucencyMaxRoughness=False,bOverride_RayTracingTranslucencyRefractionRays=False,bOverride_RayTracingTranslucencySamplesPerPixel=False,bOverride_RayTracingTranslucencyShadows=False,bOverride_RayTracingTranslucencyRefraction=False,bOverride_RayTracingTranslucencyMaxPrimaryHitEvents=False,bOverride_RayTracingTranslucencyMaxSecondaryHitEvents=False,bOverride_RayTracingTranslucencyUseRayTracedRefraction=False,bOverride_DynamicGlobalIlluminationMethod=False,bOverride_LumenSceneLightingQuality=False,bOverride_LumenSceneDetail=False,bOverride_LumenSceneViewDistance=False,bOverride_LumenSceneLightingUpdateSpeed=False,bOverride_LumenFinalGatherQuality=False,bOverride_LumenFinalGatherLightingUpdateSpeed=False,bOverride_LumenFinalGatherScreenTraces=False,bOverride_LumenMaxTraceDistance=False,bOverride_LumenDiffuseColorBoost=False,bOverride_LumenSkylightLeaking=False,bOverride_LumenSkylightLeakingTint=False,bOverride_LumenFullSkylightLeakingDistance=False,bOverride_LumenRayLightingMode=False,bOverride_LumenReflectionsScreenTraces=False,bOverride_LumenFrontLayerTranslucencyReflections=False,bOverride_LumenMaxRoughnessToTraceReflections=False,bOverride_LumenMaxReflectionBounces=False,bOverride_LumenMaxRefractionBounces=False,bOverride_LumenSurfaceCacheResolution=False,bOverride_RayTracingGI=False,bOverride_RayTracingGIMaxBounces=False,bOverride_RayTracingGISamplesPerPixel=False,bOverride_PathTracingMaxBounces=False,bOverride_PathTracingSamplesPerPixel=False,bOverride_PathTracingMaxPathIntensity=False,bOverride_PathTracingEnableEmissiveMaterials=False,bOverride_PathTracingEnableReferenceDOF=False,bOverride_PathTracingEnableReferenceAtmosphere=False,bOverride_PathTracingEnableDenoiser=False,bOverride_PathTracingIncludeEmissive=False,bOverride_PathTracingIncludeDiffuse=False,bOverride_PathTracingIncludeIndirectDiffuse=False,bOverride_PathTracingIncludeSpecular=False,bOverride_PathTracingIncludeIndirectSpecular=False,bOverride_PathTracingIncludeVolume=False,bOverride_PathTracingIncludeIndirectVolume=False,bMobileHQGaussian=False,BloomMethod=BM_SOG,AutoExposureMethod=AEM_Histogram,TemperatureType=TEMP_WhiteBalance,WhiteTemp=6500.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,ColorCorrectionHighlightsMax=1.000000,ColorCorrectionShadowsMax=0.090000,BlueCorrection=0.600000,ExpandGamut=1.000000,ToneCurveAmount=1.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,ChromaticAberrationStartOffset=0.000000,BloomIntensity=0.675000,BloomThreshold=-1.000000,BloomSizeScale=4.000000,Bloom1Size=0.300000,Bloom2Size=1.000000,Bloom3Size=2.000000,Bloom4Size=10.000000,Bloom5Size=30.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.346500,G=0.346500,B=0.346500,A=1.000000),Bloom2Tint=(R=0.138000,G=0.138000,B=0.138000,A=1.000000),Bloom3Tint=(R=0.117600,G=0.117600,B=0.117600,A=1.000000),Bloom4Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom5Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom6Tint=(R=0.061000,G=0.061000,B=0.061000,A=1.000000),BloomConvolutionScatterDispersion=1.000000,BloomConvolutionSize=1.000000,BloomConvolutionTexture=None,BloomConvolutionCenterUV=(X=0.500000,Y=0.500000),BloomConvolutionPreFilterMin=7.000000,BloomConvolutionPreFilterMax=15000.000000,BloomConvolutionPreFilterMult=15.000000,BloomConvolutionBufferScale=0.133000,BloomDirtMask=None,BloomDirtMaskIntensity=0.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),DynamicGlobalIlluminationMethod=Lumen,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,LumenRayLightingMode=Default,LumenSceneLightingQuality=1.000000,LumenSceneDetail=1.000000,LumenSceneViewDistance=20000.000000,LumenSceneLightingUpdateSpeed=1.000000,LumenFinalGatherQuality=1.000000,LumenFinalGatherLightingUpdateSpeed=1.000000,LumenFinalGatherScreenTraces=True,LumenMaxTraceDistance=20000.000000,LumenDiffuseColorBoost=1.000000,LumenSkylightLeaking=0.000000,LumenSkylightLeakingTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LumenFullSkylightLeakingDistance=1000.000000,LumenSurfaceCacheResolution=1.000000,ReflectionMethod=Lumen,LumenReflectionQuality=1.000000,LumenReflectionsScreenTraces=True,LumenFrontLayerTranslucencyReflections=False,LumenMaxRoughnessToTraceReflections=0.400000,LumenMaxReflectionBounces=1,LumenMaxRefractionBounces=0,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=50.000000,ScreenSpaceReflectionMaxRoughness=0.600000,bMegaLights=True,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,CameraShutterSpeed=60.000000,CameraISO=100.000000,DepthOfFieldFstop=4.000000,DepthOfFieldMinFstop=1.200000,DepthOfFieldBladeCount=5,AutoExposureBias=1.000000,AutoExposureBiasBackup=0.000000,bOverride_AutoExposureBiasBackup=False,AutoExposureApplyPhysicalCameraExposure=True,AutoExposureBiasCurve=None,AutoExposureMeterMask=None,AutoExposureLowPercent=10.000000,AutoExposureHighPercent=90.000000,AutoExposureMinBrightness=0.030000,AutoExposureMaxBrightness=8.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-8.000000,HistogramLogMax=4.000000,LocalExposureMethod=Bilateral,LocalExposureHighlightContrastScale=1.000000,LocalExposureShadowContrastScale=1.000000,LocalExposureHighlightContrastCurve=None,LocalExposureShadowContrastCurve=None,LocalExposureHighlightThreshold=0.000000,LocalExposureShadowThreshold=0.000000,LocalExposureDetailStrength=1.000000,LocalExposureBlurredLuminanceBlend=0.600000,LocalExposureBlurredLuminanceKernelSizePercent=50.000000,LocalExposureHighlightThresholdStrength=1.000000,LocalExposureShadowThresholdStrength=1.000000,LocalExposureMiddleGreyBias=0.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.400000,Sharpen=0.000000,FilmGrainIntensity=0.000000,FilmGrainIntensityShadows=1.000000,FilmGrainIntensityMidtones=1.000000,FilmGrainIntensityHighlights=1.000000,FilmGrainShadowsMax=0.090000,FilmGrainHighlightsMin=0.500000,FilmGrainHighlightsMax=1.000000,FilmGrainTexelSize=1.000000,FilmGrainTexture=None,AmbientOcclusionIntensity=0.500000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=200.000000,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionPower=2.000000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=50.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,AmbientOcclusionTemporalBlendWeight=0.100000,RayTracingAO=False,RayTracingAOSamplesPerPixel=1,RayTracingAOIntensity=1.000000,RayTracingAORadius=200.000000,ColorGradingIntensity=1.000000,ColorGradingLUT=None,DepthOfFieldSensorWidth=24.576000,DepthOfFieldSqueezeFactor=1.000000,DepthOfFieldFocalDistance=0.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldUseHairDepth=False,DepthOfFieldPetzvalBokeh=0.000000,DepthOfFieldPetzvalBokehFalloff=1.000000,DepthOfFieldPetzvalExclusionBoxExtents=(X=0.000000,Y=0.000000),DepthOfFieldPetzvalExclusionBoxRadius=0.000000,DepthOfFieldAspectRatioScalar=1.000000,DepthOfFieldBarrelRadius=5.000000,DepthOfFieldBarrelLength=0.000000,DepthOfFieldMatteBoxFlags[0]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[1]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[2]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldOcclusion=0.400000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurTargetFPS=30,MotionBlurPerObjectSize=0.000000,TranslucencyType=Raster,RayTracingTranslucencyMaxRoughness=0.600000,RayTracingTranslucencyRefractionRays=3,RayTracingTranslucencySamplesPerPixel=1,RayTracingTranslucencyMaxPrimaryHitEvents=4,RayTracingTranslucencyMaxSecondaryHitEvents=2,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,RayTracingTranslucencyUseRayTracedRefraction=False,PathTracingMaxBounces=32,PathTracingSamplesPerPixel=2048,PathTracingMaxPathIntensity=24.000000,PathTracingEnableEmissiveMaterials=True,PathTracingEnableReferenceDOF=False,PathTracingEnableReferenceAtmosphere=False,PathTracingEnableDenoiser=True,PathTracingIncludeEmissive=True,PathTracingIncludeDiffuse=True,PathTracingIncludeIndirectDiffuse=True,PathTracingIncludeSpecular=True,PathTracingIncludeIndirectSpecular=True,PathTracingIncludeVolume=True,PathTracingIncludeIndirectVolume=True,UserFlags=0,WeightedBlendables=(Array=)),LightingRigRotation=0.000000,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-40.000000,Yaw=-67.500000,Roll=0.000000),bEnableToneMapping=False,bShowMeshEdges=False) [/Script/UnrealEd.EditorPerformanceProjectSettings] MobileScreenPercentageMode=BasedOnDisplayResolution diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index fa51f8a..84ad2f9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af4ff40b1b73f00bd9ce1153a54801cfb9aa326cffdb46d078cc7937f3d6d153 -size 1070541 +oid sha256:6f638016a9279817b9e5098648ca6a0278a3854a6fc39d796c35035db9e7a654 +size 1063543 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 3550f9f..a9b1a2c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:072d7a39c033df2d9c75a9233871985796b2a1895730ba02c592cc60845e8469 -size 887274 +oid sha256:bc7f325c68df2b61c908840d5e5d68205ba5b0b991352969273d81aebf4d3834 +size 872593 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 50f172f..0afa04f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b17658b154c525c8f51b71b53c8126f3eb40b0b5bb17eb6f972ac45cd64e9a66 -size 483377 +oid sha256:384478091075a5b329330487013e8359df47d1c9e7878040ef3693285b87466a +size 503313 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap index 744445d..f7100f4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6744dca0f50209df24a2c085a0af59273245c74d2a8088dac476f6f9abc5b9fc -size 21360 +oid sha256:4598073efbde5f5e4273e1d0d33cbbd33ce80a28c488504243bb394cc47d0afd +size 31928 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap index 3aaaf99..ca88dd2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f40364a19f7c2df8e7cba1a2b93ad74f563f93a2375d13c9a6556df5458caf3 -size 148750 +oid sha256:0f34273db9016b454f4d0253f56624cff6f6569a6c542df1773c757e6a04c135 +size 146001 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap index d6e50de..730a910 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a19dd9d1cb3df9d2f8bf3a83cbb8f965eb8da543282da41d68f1b28de46876df -size 24834 +oid sha256:945fabad519394f1b1b99449dec3be422cecb67fc8ccbc6d359b8cbfbd10c2fc +size 27574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap index 14e0917..700d642 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba55b9ebf06aa790e938896b4ca527b943cd8c0ce472d5a90b98ba60a228c00a -size 61550 +oid sha256:07dc6e4952fe736076cd329bec22a2eec02fb350c73a725a270ca82f8060325e +size 59640 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 416f288..6e8a05c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95f9599ed76966a34db23f622ca831a1d5ab78fd8d125ce58d802decdc2d02cc -size 1712790 +oid sha256:6f8bcd7b69a776fe9c55fe59cba0c440ba30a9b332e5a393f9d6d8e1beedb290 +size 1727775 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index f70fd49..96ef3ca 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79ca79046170426abeec81919e9118f92f8631e72b3a3d904f0f416dd2bf3af0 -size 152834 +oid sha256:ba4676536b31d9bbfafc1d1f458c1b90ad0e9c7ecbbf672bdd94d156ca4c9516 +size 157883 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset new file mode 100644 index 0000000..5cbc585 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a076a6f4f7bce4bb8310a29cd0cf921f277fbb20865fb6d6d360c33d7ab3329 +size 23762 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset new file mode 100644 index 0000000..bb5ab16 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e06c9ff74bb112414b09eee960997bed19e1e28b6686b28fc9380f8658e129 +size 28984 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/NPC_VRTemplate.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/NPC_VRTemplate.uasset new file mode 100644 index 0000000..1f328cc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/NPC_VRTemplate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404fb25177f36a3d99b74588831b64371c7c96d5cb2f424a7ddf65c40e9ed346 +size 2736 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_MenuPointer.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_MenuPointer.uasset new file mode 100644 index 0000000..846e9b1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_MenuPointer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc052684268e4399ee0ef2c839a32c24230aac5439a69f35d08624775834726f +size 341531 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_PickupTrace.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_PickupTrace.uasset new file mode 100644 index 0000000..60cd929 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_PickupTrace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c735274e73d0ac856b7865e0ecbd4e7fe3d0537542a913e366bffb34678349d4 +size 337936 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset new file mode 100644 index 0000000..b73806a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904383cda47b9fc0c73b2ec872ffceb4dad8eb8fa252881b877c1e2e0c9fb1d7 +size 1192957 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_ScanLaser.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_ScanLaser.uasset new file mode 100644 index 0000000..5130b81 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_ScanLaser.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b81f183f46579c81c55985bb00b837fb501ad9bb74dac995e514c4821dd509 +size 317038 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_TeleportTrace.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_TeleportTrace.uasset new file mode 100644 index 0000000..2629ee1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_TeleportTrace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb649507bda0f4ab145259b2cfc6eba3c83cd951cbfb4d8df97555ec12e0172 +size 342384 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/BP_TestProjector.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/BP_TestProjector.uasset new file mode 100644 index 0000000..aea8609 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/BP_TestProjector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8fd47de9b5d5fc6e941bc1da191bf171c5410496e2f9fb08b4b6f8bbeec8a9 +size 47579 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MI_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MI_Projector.uasset new file mode 100644 index 0000000..d410380 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MI_Projector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80305cdbf977dc2fdefd39062cbe84113670b2eef3b15bcb239b2d52d400124 +size 22595 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MI_SliceTest.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MI_SliceTest.uasset new file mode 100644 index 0000000..20feab2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MI_SliceTest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac92c72ad8ca07aff256b4d2b76617bf8aafadea26af482a0861e841e1b8a676 +size 10581 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MPC_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MPC_Projector.uasset new file mode 100644 index 0000000..1d22a76 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MPC_Projector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff89ffca9a9ff569d7b6c3686e20e5da9f58c20b9ae5262d59172892d8532ba2 +size 1645 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset new file mode 100644 index 0000000..1a80116 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbdb863b110e9f4cef12d86cfc8a0d7e88b646513cf9a9497c99683af3e8d40 +size 33893 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays.uasset new file mode 100644 index 0000000..cf30dd7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405ff410436b51e89db03924ca5d8d6a3c84d5fc086f0efd7591dcc9f6171cbe +size 35527 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays_Inst.uasset new file mode 100644 index 0000000..1e155a7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2785de8afd983d35b389c805ee5313133844e814d224eb26fdbfc4ae9d00377b +size 10415 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..272a111 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f06531f6ca332ede086e4b83df959c861039ab39d0cb9544701df0c14fdbff3 +size 73007 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate.uasset new file mode 100644 index 0000000..ee14a3f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe469eef080a5d0d0b3bdffa9877acd21b67261ce41e29011c8489563455e7a8 +size 209486 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate_LP.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate_LP.uasset new file mode 100644 index 0000000..b891675 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate_LP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3598da567d105333e605dfe745a5d315d7ad385400bb60d7b6bf7dc97e95ac6 +size 117344 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset index 7d83565..dbadc83 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cbafb5faa68113b675749f5196205db90f8c15214467252a94cb32a5909bf6f8 -size 1828649 +oid sha256:3610b11675c479bd6d61f635a4c82177aa8cffaabaa1142f335830b7024d7ee0 +size 1813474 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset index 08bb30a..29ac028 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:acf183c2b61ad51503f1963e934e850b845e78906014de4bd8df31a901291f11 -size 5732534 +oid sha256:77bad1e3aba29c3d47726b9318f4feb8fefc35908257032b91231216e460ac60 +size 5744225 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/FPS_VRCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/FPS_VRCharacter.uasset index 45b78ea..4a26f5c 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:21316496b3c5cc7393791ed1c89a1ad63f403ad273158d738995c0efffa1171a -size 313254 +oid sha256:301e151d74612eea67f88102c34a7634bf1e56fb345d58982741d17496bc604b +size 317084 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Melee/MeleeBase.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Melee/MeleeBase.uasset index 5af74b9..a40177f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Melee/MeleeBase.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Melee/MeleeBase.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99ceda2df79e042ac060b8017faefaba0db88400e8148036cd03eba143798aca -size 628697 +oid sha256:6ddd81a705d58f32fcfe09bafe8ceab281940ee27faa88afee4241d04d7c263d +size 616408 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/AlternateGripLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/AlternateGripLeft.uasset deleted file mode 100644 index a3ecb0f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/AlternateGripLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e838ac7a16a9abfbff653a00a2b541db9d5039649b8962d867bd271f673354b -size 1733 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/AlternateGripRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/AlternateGripRight.uasset deleted file mode 100644 index 4a50b4b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/AlternateGripRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b709af759ede67d0f1be1236ea9d32414abd47c8aecdf0af30d81518712544e5 -size 1742 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/ControllerMovementLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/ControllerMovementLeft.uasset deleted file mode 100644 index 7434073..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/ControllerMovementLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efb29e43077a95e58dc4701bac014adaeaa5a6aa59bbfbe67558023152a4b08a -size 1925 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/ControllerMovementRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/ControllerMovementRight.uasset deleted file mode 100644 index 6cc857a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/ControllerMovementRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47cbe9c2325bfce551802aece2a33050ab71b31ad010a0a4c03fed01ebf4403e -size 1934 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/Jump.uasset deleted file mode 100644 index de27f0f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/Jump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a1a5b728c4a1fb21be95307d7ce48439155eae8ff6b791f877d3309b8a62b29 -size 1645 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/LookUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/LookUp.uasset deleted file mode 100644 index dc3e867..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/LookUp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3be15eb111e1907782872e423d45b0b6f441e710d0c144b4fdfbb0b380d1e8ec -size 1810 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/MoveForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/MoveForward.uasset deleted file mode 100644 index 3e3270d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/MoveForward.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c52c5253dfbb4a1ff7ba50eb675b199b0999f5b704c34a6a4440114763e2426 -size 1857 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/MoveRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/MoveRight.uasset deleted file mode 100644 index d44788b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/MoveRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd6d29db7763b629a4e8588db43f677b0cae53855cee720530d918b0339556df -size 1837 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/Turn.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/Turn.uasset deleted file mode 100644 index 0a7106f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/Turn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cef6554d211f2da6161b97663aeb2369c648f9ede8db34c919575257c025baf -size 1792 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/LaserBeamLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/LaserBeamLeft.uasset deleted file mode 100644 index 65cb30a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/LaserBeamLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9197c15df99db7cf86c31af6b948278ddc6d228ed314aa15b97acb41d9009273 -size 1697 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/LaserBeamRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/LaserBeamRight.uasset deleted file mode 100644 index 3435283..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/LaserBeamRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4eb9f86043920401304778a1247f7ccf600cfe2b62c8e78d4b5921d7575b5bf2 -size 1706 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbLeft_X.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbLeft_X.uasset deleted file mode 100644 index 76bfaff..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbLeft_X.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9514284ca54c4019335be42544a9c29de3e2ea179616f932b575a8ae927b0fd -size 1972 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbLeft_Y.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbLeft_Y.uasset deleted file mode 100644 index 65f005c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbLeft_Y.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4dc37821f7f0f5f745b527f6eb5ef09846a144a745ec9e970e4a54fe35a352c8 -size 1972 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbRight_X.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbRight_X.uasset deleted file mode 100644 index 7eb201d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbRight_X.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c809975f9f3d5b164dd94b1c5a13359035a3aa55a1201d28ef694eb8dcca694b -size 1981 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbRight_Y.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbRight_Y.uasset deleted file mode 100644 index 4fb4d3f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbRight_Y.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08334d0a62c0064bcbe385e62e42f18fd5394b8de87935dbf191c09b37d0703e -size 1981 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PauseGame.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PauseGame.uasset deleted file mode 100644 index db5c331..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PauseGame.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8636197a7281ca1371cd485ba11273f9fd6b3affcd9931aab6debcd67c3af60 -size 1877 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PrimaryGripLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PrimaryGripLeft.uasset deleted file mode 100644 index 0a2ad1a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PrimaryGripLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2118297fb54c03b90d3f600dc2359ae504078a606720a5b02a4504cff322153a -size 1725 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PrimaryGripRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PrimaryGripRight.uasset deleted file mode 100644 index f78e572..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PrimaryGripRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45c451a28c509a1f29e80ee9d05df72e40267f376734866cd4c60f6a80ee0e8f -size 1734 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/SpawnInventory.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/SpawnInventory.uasset deleted file mode 100644 index 440cefc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/SpawnInventory.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2097926eb2b821610c7727aba6deb91ecc9b72b4a0fcb9a6e1d809e0ccf87d09 -size 1786 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/TeleportLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/TeleportLeft.uasset deleted file mode 100644 index 9177e19..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/TeleportLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a5639edfcc13491b91cc89d033361dbb8b92776c278a871d13ae51837ae9c82 -size 1686 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/TeleportRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/TeleportRight.uasset deleted file mode 100644 index 054131e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/TeleportRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bca00b14c3c592ae8c8f97963794904c5718f02c62e59161e845b35305c62547 -size 1695 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/UseHeldObjectLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/UseHeldObjectLeft.uasset deleted file mode 100644 index c55059d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/UseHeldObjectLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de78a3a8cf9cb1ccd1f1a67814856637922e53c76dab8e5675f3f044d985d21d -size 1729 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/UseHeldObjectRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/UseHeldObjectRight.uasset deleted file mode 100644 index f93d245..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/UseHeldObjectRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fb7e74eb8d0e577d5dd293a3e23bc7d850f43938a0f97ac16c8ba4cdd751863 -size 1738 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/FPSInputConfig.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/FPSInputConfig.uasset deleted file mode 100644 index 7320fc5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/FPSInputConfig.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a3dbd80f436cfb88b32ad754672a97aeb7831d9b27f0afd118dbb2e76a902f4 -size 2238 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/FPSInputContext.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/FPSInputContext.uasset deleted file mode 100644 index 97f2e4a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/FPSInputContext.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d736f494febc8d56fbc8752af45f9f260547664bbe483db52c40e6960dc817b -size 11478 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputConfig.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputConfig.uasset deleted file mode 100644 index e57a916..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputConfig.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a93b6b73d5169be5db2c22c81bda929bb9a40900382197dac7f10f15ab59b694 -size 2252 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputMappingContext.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputMappingContext.uasset deleted file mode 100644 index 9cedcbc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputMappingContext.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87fb0c12b62e3a87846800e80361fd77beb08f18b0f8f96b53a85accf2e19305 -size 60735 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Car/VehicleBP/Sedan/BP_Tractor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Car/VehicleBP/Sedan/BP_Tractor.uasset index ef841fc..91b29c7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Car/VehicleBP/Sedan/BP_Tractor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Car/VehicleBP/Sedan/BP_Tractor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f3ebaf0ea71d5bee576b39db712c1f44ec1b67753a3dde57404ff2288a4a7f0 -size 873996 +oid sha256:a1174311515a6635c06662e979445aa91707cbb6137db6bb0a8b6a7bd3152446 +size 883099 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Car/VehicleBP/Sedan/Sedan.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Car/VehicleBP/Sedan/Sedan.uasset index ba6e423..2c9b607 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Car/VehicleBP/Sedan/Sedan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Car/VehicleBP/Sedan/Sedan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31cd147bfee3f6d24d955f47c929c4c30460f34533ef2858d138dd495a08055b -size 900694 +oid sha256:ba21dda7eca96dc231774e9c4be0fc2d905d0d9f63df9bd5bd6d234c735efb5a +size 894164 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset index 858b194..c52f5fc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27a142f1ae7bd6c95bea7e4584b059027a4fae8adc62140f58a9fd10f2013ffb -size 5645466 +oid sha256:fee489752e85dd854d3b28b041173e3309d34c4aeefe74c0f24f666b8718ced6 +size 5656675 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/PauseGame.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/PauseGame.uasset new file mode 100644 index 0000000..11846e4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/PauseGame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f973fe80234915441ffe2fc7347e963500822f691c0a650c2f0fb1757f7acf +size 1665 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/SpawnInventory.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/SpawnInventory.uasset new file mode 100644 index 0000000..4bc35e9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/SpawnInventory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5099e61259dd696ce5c0f7d433fd4b3975cbfcf77570088e0f21f270fb53f4be +size 1574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/Jump.uasset new file mode 100644 index 0000000..12a7efd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8664fa6b1f50d523a3d1832c1bac749ae08b60915d0e8a0fc15bc3d4b0e83cd0 +size 1452 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/LookUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/LookUp.uasset new file mode 100644 index 0000000..434a740 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/LookUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584bd0e0c66a57365cfb881aa3cef0f2309a618501d43a70f7f3e21078289e09 +size 1666 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/MoveForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/MoveForward.uasset new file mode 100644 index 0000000..ece8d08 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/MoveForward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cef3b773f852276d4f335c37dedf15c9fdeee758017b7ae17864562a62a3d83 +size 1713 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/MoveRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/MoveRight.uasset new file mode 100644 index 0000000..ad6f6de --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/MoveRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06421d1572be6bea6b50d44ee592adee4b203108f3e8991af7567cde6a434c92 +size 1693 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/Turn.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/Turn.uasset new file mode 100644 index 0000000..bf250a7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/Turn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbd1e102e7d778eca59a3d474d39e34d95783ad3deb6d838947f685b3d2c1a7 +size 1648 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSInputConfig.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSInputConfig.uasset new file mode 100644 index 0000000..4e377cc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSInputConfig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ebb2c98a1802f646a092757c934926c284f9ce70f0b1614e529fd47f9b8530 +size 2078 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSInputContext.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSInputContext.uasset new file mode 100644 index 0000000..2813664 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSInputContext.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d109e716664965d2511fadbf52653990b3a30ed0f0a22c058a9fd69915fefc0 +size 9269 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/VREInputConfig.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/VREInputConfig.uasset new file mode 100644 index 0000000..96aec9a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/VREInputConfig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e593df7f54e7080cf08715d9c9303f26bd45d34a591b0e4b0653292a87f18dad +size 2092 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/VREInputMappingContext.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/VREInputMappingContext.uasset new file mode 100644 index 0000000..2d753a4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/VREInputMappingContext.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34a5e7ee3a2530417b75636531ab541e6ee686c1531ea561a12176219ac7cde +size 29861 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NPC_VRTemplate.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NPC_VRTemplate.uasset deleted file mode 100644 index 5b342b0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NPC_VRTemplate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:add4f9d9477ab268973f4e4d665f7cb67fe6115e3cd3e81c37b0782914d7dd65 -size 2952 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_MenuPointer.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_MenuPointer.uasset deleted file mode 100644 index 80c2ef1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_MenuPointer.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca5f9682f145f0d01b5c2f7ffe026e70ed8b490ef4e6e1b3a4e80d58fb16ceb6 -size 354985 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_PickupTrace.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_PickupTrace.uasset deleted file mode 100644 index af5b63c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_PickupTrace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52bc6ec638f68cdeee8e33ba68c62c713a887b5aa8c1fe85e63cc076b0ce1096 -size 351393 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_TeleportTrace.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_TeleportTrace.uasset deleted file mode 100644 index 94bef93..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_TeleportTrace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99687995c0ce0a5e62792468e7f69fb5a2110575dc554c4058e1b83e8ed6d793 -size 355837 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index 9a9f593..b972e2d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab151ce8565de6334515110a6d854c0944807e1396cbdc6b586d09f4b448d696 -size 636925 +oid sha256:6128a17e9f3692bd66a879da38e764ed6fc18522f3cc0e56ae8240984152248b +size 630413 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset index 67c489c..ef28609 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:681dd7eafe03ae224f2bb84806a65909bae4480d32ca9e3037fca651cceb2923 -size 138593 +oid sha256:f04a6a8954608e134988239b59b61817fee66ee21d075038ed1df1cfcc0c72b9 +size 197127 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline.uasset index b38f8e7..e9b718e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00f63231dec0953d5549c43f4b7fe5c9ebf3007daff3d424570210c33e4a3bc0 -size 17392 +oid sha256:6ba5344a841afad2eedb7d23d8e8686603d7865b40e6e615db857b9e157e5273 +size 27612 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline_Inst.uasset new file mode 100644 index 0000000..dd93261 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c32037bc4c8d5c615c7b44caa4280e3f46458f559bbc0fc23ace7dd742ecf5f +size 17287 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset index 8fc2938..9bcd45d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8162abb15096223b986a8fd59f3228df6aea49062cc4b3f08a5106a4b5aaeb20 -size 325457 +oid sha256:982cd084209ecd9553adc4ef632d5eb1390924b8c0e3991be946a824c9d78dbb +size 1351 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_1_of_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_1_of_1.uasset index bc83a26..224d884 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_1_of_1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_1_of_1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e0788c5bf4617fc80cb13236feb78b8b49dae7616931228fabb1454dc8d3ce3 -size 54872 +oid sha256:c178d2654ecd50e4ddd74ee2f8734e560ba430965e9e6fcf3839d0e9702ff569 +size 54370 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Hide.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Hide.uasset new file mode 100644 index 0000000..827dbd4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Hide.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b031bd70ab71a02f2f90ad1b5db42af9581446817f4e86a280fee2f2ea705151 +size 6135 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset index 469cfde..9bb6fe0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d8acdfa955b7783811637c14911f8d1116ec32da78fd00a29b3075cfcb275b5c -size 19262 +oid sha256:ef334e60c2a73528ed17f858ca16a441bd12b82e8a5c704cc8a0224af40568d0 +size 19072 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset index 34aee5a..fc171d1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a99acc6bda36a31b8d2aeca93ab2bdf16269648047c19105b97375023d6d20c -size 57855 +oid sha256:c0f6b020bcbd40e162498cbd6e2d3fa816aa97d4c894a26b1cc090d50ffcdb77 +size 62962 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset index 60ca9e8..2a7aa44 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:079ba1a42d6426410cb61206452b9b797c9407e5ca45826ff06c08038079d3ba -size 80676 +oid sha256:49f7bf9f0c314f709fdf6828a3dbab2aded4ffd2aab58634ac7da8d9fca20ff0 +size 85563 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset index ad9c731..8ed4ec6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4fbc4920756fb5e4c56956fc06e206fbf1008fa43d09ec6a07910cf50ef0b0b9 -size 62501 +oid sha256:4dad754d8f21e4b906117d38c7e061a5308bc17b257fbd9c7425d75b324552c4 +size 83770 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset deleted file mode 100644 index faed478..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfc3872304c90875f0e69cc149e8da134035afd4ac79515db1cc4d9be735adb4 -size 72307 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1_Inst.uasset deleted file mode 100644 index e9038a2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9510877cbfc30998fff5bbd750391987e59e2ede83adde5f362076288b5553a9 -size 11885 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset index 55efa3f..2816180 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e239bf899fdabb214b4d072136e49807600d9e94b8ab9652e26a33d75ebd0d6e -size 13472 +oid sha256:45739ff08b2a581cc571b427ae310607797727e95420e0fd331bd569c868033c +size 10406 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst1.uasset deleted file mode 100644 index f92af40..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c07fbf8f30aa737aab7f76c42f03e69b53a1b3aa10c5927c20ab03d3753f574 -size 12744 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset new file mode 100644 index 0000000..6cbc73d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8417e207e37edc7b65b23b6a980575fcc51bbf73d2dfb2599642269d4e8b2cdf +size 15351 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst_UVBox.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst_UVBox.uasset new file mode 100644 index 0000000..d5b3907 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst_UVBox.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b25d1b713adb16b47bf7e90572d2f80f7fcff522ad2202b6281ab5a0d9f3c0 +size 14335 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_NormalDX.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_NormalDX.uasset new file mode 100644 index 0000000..d56deb3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_NormalDX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b309d334df24596cc5763d48f830fbffaad67dd320b4e033909405cd7416749a +size 6215911 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Freezing_Chamber_Grating.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Freezing_Chamber_Grating.uasset index e025b98..9687a93 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Freezing_Chamber_Grating.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Freezing_Chamber_Grating.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:57da0aeb4f3022459f0a5010e3496f93e9654a909b7d7aa51cd6bae2c2b7ae91 -size 313636 +oid sha256:8616c468331bb5baa0f7c104098b29236385a3a915affb19bbd9cea3184a6cf0 +size 1481 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset index 8cabc46..4ef82d2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffe8689fa2c12345eb785910e41f663e0b7dcd76a5ae524bae9235daed02aa6f -size 82522 +oid sha256:9414e064da151ad24a2aab4c08abf1635c1e13dc633b1e87f4698445ef4594b1 +size 89316 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating_Large.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating_Large.uasset new file mode 100644 index 0000000..9a5213e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating_Large.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0f5ede92d3aabb8ed7966a33794a2e5fcffdc4f1eb2661c399874ddde2cf86 +size 323008 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset index 9580957..30b9603 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efd52af44f0c100ece7fddc1924adc71d3eaf81857943c9f5c1a96e091b015a2 -size 115396 +oid sha256:6a4dc95a1dadeb5eaca809ee326f14bd615aa6521a921a531d0a6ee606bd3ef0 +size 113945 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset deleted file mode 100644 index 1a70503..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdf0feca428f96e0a6e571a1d2f676e86dc477b9124a30220fac574db8ec201b -size 46545 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_Projector.uasset deleted file mode 100644 index 82c2c83..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_Projector.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5655dd1097508875fe3a5a4df5bb81404370e541607ed468f2b5637868671e18 -size 22811 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_SliceTest.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_SliceTest.uasset deleted file mode 100644 index 0eef19d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_SliceTest.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff56836b7eb36e8d8ea038cde4280acad96e5b46dc38d739c7530fe741cd3809 -size 10837 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MPC_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MPC_Projector.uasset deleted file mode 100644 index 8695ea0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MPC_Projector.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf859256fe097febcfce587126a47691a6ba7e0146d7ff92edd07621e4a58c03 -size 1883 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset deleted file mode 100644 index 1de70f1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f12167d851cd437f102830b31fd5edb94a0e41c0210e42f5e3fb4db20e29d25a -size 33947 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset deleted file mode 100644 index b0e1fd8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f148f5628344cd928aaa44d9a63f96742e89a51a1b87c9abfaa5a8b1de8fd18 -size 1588 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays.uasset deleted file mode 100644 index cbba272..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a12f7e0bc6c1463894c3e6bb58bffd62028b8f11fa813c883fc8f98bff23596f -size 35587 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays_Inst.uasset deleted file mode 100644 index 33dbc85..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:545ae02a9fdd2e402995908827d74b60ee02b29be7869e28540647379fd36027 -size 10671 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset deleted file mode 100644 index ec9f4d5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12e317f3e322fd05ea43753357db3f087dac25f4d9286cc361fd6460770d0f6a -size 73245 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset deleted file mode 100644 index 55a069d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b3b977625a6785b9b51f527e69390997b15544c9afb64daa2fc1bcd89b8e6aa -size 209637 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate_LP.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate_LP.uasset deleted file mode 100644 index f192cb1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate_LP.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40986331c45661e60714851262d93355138437fd7fe9370fdb3b57d1de5cec39 -size 117473 diff --git a/VIRTUOS_ExpansionPluginTests/LICENSE.txt b/VIRTUOS_ExpansionPluginTests/LICENSE.txt deleted file mode 100644 index 986c999..0000000 --- a/VIRTUOS_ExpansionPluginTests/LICENSE.txt +++ /dev/null @@ -1,19 +0,0 @@ -Copyright Joshua Statzer - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/OpenXRExpansionPlugin/Source/OpenXRExpansionPlugin/OpenXRExpansionPlugin.Build.cs b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/OpenXRExpansionPlugin/Source/OpenXRExpansionPlugin/OpenXRExpansionPlugin.Build.cs index e7a0b33..41989fe 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/OpenXRExpansionPlugin/Source/OpenXRExpansionPlugin/OpenXRExpansionPlugin.Build.cs +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/OpenXRExpansionPlugin/Source/OpenXRExpansionPlugin/OpenXRExpansionPlugin.Build.cs @@ -10,6 +10,10 @@ namespace UnrealBuildTool.Rules public OpenXRExpansionPlugin(ReadOnlyTargetRules Target) : base(Target) { + PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; + DefaultBuildSettings = BuildSettingsVersion.Latest; + IncludeOrderVersion = EngineIncludeOrderVersion.Latest; + SetupIrisSupport(Target); PublicDependencyModuleNames.AddRange( diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/CharacterMovementCompTypes.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/CharacterMovementCompTypes.cpp index 300790d..dce0cc3 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/CharacterMovementCompTypes.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/CharacterMovementCompTypes.cpp @@ -373,6 +373,11 @@ bool FVRCharacterNetworkMoveData::Serialize(UCharacterMovementComponent& Charact { bRepRollAndPitch = (Roll != 0 || Pitch != 0); } + else + { + bool bCanRepRollAndPitch = (CharacterOwner && (CharacterOwner->bUseControllerRotationRoll || CharacterOwner->bUseControllerRotationPitch)); + bRepRollAndPitch = bCanRepRollAndPitch && (Roll != 0 || Pitch != 0); + } } else { diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/GripMotionControllerComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/GripMotionControllerComponent.cpp index 6f56a1a..bfb4cfe 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/GripMotionControllerComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/GripMotionControllerComponent.cpp @@ -19,6 +19,7 @@ #include "UObject/UObjectGlobals.h" // for FindObject<> #include "IXRTrackingSystem.h" #include "IXRSystemAssets.h" +#include "SceneView.h" #include "DrawDebugHelpers.h" #include "TimerManager.h" #include "VRBaseCharacter.h" @@ -249,7 +250,7 @@ void UGripMotionControllerComponent::RegisterEndPhysicsTick(bool bRegister) void UGripMotionControllerComponent::EndPhysicsTickComponent(FGripComponentEndPhysicsTickFunction& ThisTickFunction) { - if (!IsValid(this)) + if (!IsValidChecked(this)) return; // Now check if we should turn off any post physics ticking @@ -4310,7 +4311,7 @@ bool UGripMotionControllerComponent::TeleportMoveGrippedActor(AActor * GrippedAc FBPActorGripInformation * GripInfo = LocallyGrippedObjects.FindByKey(GrippedActorToMove); if (!GripInfo) - GrippedObjects.FindByKey(GrippedActorToMove); + GripInfo = GrippedObjects.FindByKey(GrippedActorToMove); if (GripInfo) { @@ -4327,7 +4328,7 @@ bool UGripMotionControllerComponent::TeleportMoveGrippedComponent(UPrimitiveComp FBPActorGripInformation * GripInfo = LocallyGrippedObjects.FindByKey(ComponentToMove); if (!GripInfo) - GrippedObjects.FindByKey(ComponentToMove); + GripInfo = GrippedObjects.FindByKey(ComponentToMove); if (GripInfo) { @@ -6017,7 +6018,7 @@ void UGripMotionControllerComponent::CleanUpBadPhysicsHandles() { FBPActorGripInformation * GripInfo = LocallyGrippedObjects.FindByKey(PhysicsGrips[g].GripID); if(!GripInfo) - GrippedObjects.FindByKey(PhysicsGrips[g].GripID); + GripInfo = GrippedObjects.FindByKey(PhysicsGrips[g].GripID); if (!GripInfo) { @@ -6156,44 +6157,48 @@ bool UGripMotionControllerComponent::DestroyPhysicsHandle(const FBPActorGripInfo return true; } - UPrimitiveComponent *root = Grip.GetGrippedComponent(); - AActor * pActor = Grip.GetGrippedActor(); - - if (!root && pActor) - root = Cast(pActor->GetRootComponent()); - - if (root) + if (IsValid(Grip.GrippedObject)) { - if (FBodyInstance * rBodyInstance = root->GetBodyInstance(Grip.GrippedBoneName)) + + UPrimitiveComponent* root = Grip.GetGrippedComponent(); + AActor* pActor = Grip.GetGrippedActor(); + + if (!root && pActor) + root = Cast(pActor->GetRootComponent()); + + if (root) { - // #TODO: Should this be done on drop instead? - // Remove event registration - if (!bSkipUnregistering) + if (FBodyInstance* rBodyInstance = root->GetBodyInstance(Grip.GrippedBoneName)) { - if (rBodyInstance->OnRecalculatedMassProperties().IsBoundToObject(this)) + // #TODO: Should this be done on drop instead? + // Remove event registration + if (!bSkipUnregistering) { - rBodyInstance->OnRecalculatedMassProperties().RemoveAll(this); - } - } - - if (HandleInfo->bSetCOM) - { - // Reset center of mass to zero - // Get our original values - FVector vel = rBodyInstance->GetUnrealWorldVelocity(); - FVector aVel = rBodyInstance->GetUnrealWorldAngularVelocityInRadians(); - FVector originalCOM = rBodyInstance->GetCOMPosition(); - - if (rBodyInstance->IsValidBodyInstance() && rBodyInstance->BodySetup.IsValid()) - { - rBodyInstance->UpdateMassProperties(); + if (rBodyInstance->OnRecalculatedMassProperties().IsBoundToObject(this)) + { + rBodyInstance->OnRecalculatedMassProperties().RemoveAll(this); + } } - if (rBodyInstance->IsInstanceSimulatingPhysics()) + if (HandleInfo->bSetCOM) { - // Offset the linear velocity by the new COM position and set it - vel += FVector::CrossProduct(aVel, rBodyInstance->GetCOMPosition() - originalCOM); - rBodyInstance->SetLinearVelocity(vel, false); + // Reset center of mass to zero + // Get our original values + FVector vel = rBodyInstance->GetUnrealWorldVelocity(); + FVector aVel = rBodyInstance->GetUnrealWorldAngularVelocityInRadians(); + FVector originalCOM = rBodyInstance->GetCOMPosition(); + + if (rBodyInstance->IsValidBodyInstance() && rBodyInstance->BodySetup.IsValid()) + { + rBodyInstance->UpdateMassProperties(); + } + + if (rBodyInstance->IsInstanceSimulatingPhysics()) + { + // Offset the linear velocity by the new COM position and set it + vel += FVector::CrossProduct(aVel, rBodyInstance->GetCOMPosition() - originalCOM); + rBodyInstance->SetLinearVelocity(vel, false); + } } } } @@ -7224,8 +7229,15 @@ void UGripMotionControllerComponent::ApplyTrackingParameters(FVector& OriginalPo if (IsValid(AttachChar) && !AttachChar->bRetainRoomscale) { - FRotator StoredCameraRotOffset = UVRExpansionFunctionLibrary::GetHMDPureYaw_I(curRot.Rotator()); - LastLocationForLateUpdate += StoredCameraRotOffset.RotateVector(FVector(AttachChar->VRRootReference->VRCapsuleOffset.X, AttachChar->VRRootReference->VRCapsuleOffset.Y, 0.0f)); + if (AttachChar->VRMovementReference && AttachChar->VRMovementReference->GetReplicatedMovementMode() == EVRConjoinedMovementModes::C_VRMOVE_Seated) + { + + } + else + { + FRotator StoredCameraRotOffset = UVRExpansionFunctionLibrary::GetHMDPureYaw_I(curRot.Rotator()); + LastLocationForLateUpdate += StoredCameraRotOffset.RotateVector(FVector(AttachChar->VRRootReference->VRCapsuleOffset.X, AttachChar->VRRootReference->VRCapsuleOffset.Y, 0.0f)); + } } } } @@ -7238,8 +7250,15 @@ void UGripMotionControllerComponent::ApplyTrackingParameters(FVector& OriginalPo if (!AttachChar->bRetainRoomscale && IsLocallyControlled()) { - FRotator StoredCameraRotOffset = UVRExpansionFunctionLibrary::GetHMDPureYaw_I(AttachChar->VRReplicatedCamera->GetRelativeRotation()); - LastLocationForLateUpdate += StoredCameraRotOffset.RotateVector(FVector(AttachChar->VRRootReference->VRCapsuleOffset.X, AttachChar->VRRootReference->VRCapsuleOffset.Y, 0.0f)); + if (AttachChar->VRMovementReference && AttachChar->VRMovementReference->GetReplicatedMovementMode() == EVRConjoinedMovementModes::C_VRMOVE_Seated) + { + + } + else + { + FRotator StoredCameraRotOffset = UVRExpansionFunctionLibrary::GetHMDPureYaw_I(AttachChar->VRReplicatedCamera->GetRelativeRotation()); + LastLocationForLateUpdate += StoredCameraRotOffset.RotateVector(FVector(AttachChar->VRRootReference->VRCapsuleOffset.X, AttachChar->VRRootReference->VRCapsuleOffset.Y, 0.0f)); + } } } } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippablePhysicsReplication.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippablePhysicsReplication.cpp index 1f34a92..bf2a9d5 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippablePhysicsReplication.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippablePhysicsReplication.cpp @@ -10,6 +10,7 @@ #include "CoreMinimal.h" #include "PhysicsEngine/BodyInstance.h" +#include "PhysicsReplicationLOD.h" #include "Components/PrimitiveComponent.h" #include "Components/SkeletalMeshComponent.h" #include "UObject/ObjectMacros.h" @@ -43,6 +44,12 @@ namespace VRPhysicsReplicationStatics // Hacky work around for them not exporting these.... #if WITH_EDITOR + +namespace RenderInterpolationCVars +{ + bool bRenderInterpDebugDrawResimTrigger = false; +} + namespace PhysicsReplicationCVars { int32 SkipSkeletalRepOptimization = 1; @@ -51,6 +58,9 @@ namespace PhysicsReplicationCVars #endif int32 EnableDefaultReplication = 0; + int32 DebugDrawShowRepMode = 0; + float DebugDrawLifeTime = 3.0f; + namespace DefaultReplicationCVars { @@ -61,6 +71,8 @@ namespace PhysicsReplicationCVars namespace ResimulationCVars { + //extern bool bApplyPredictiveInterpolationWhenBehindServer; + bool bRuntimeCorrectionEnabled = false; bool bRuntimeVelocityCorrection = false; bool bRuntimeCorrectConnectedBodies = true; @@ -72,15 +84,20 @@ namespace PhysicsReplicationCVars // Inside of NetworkPhysicsComponent - UPDATE AS CHANGE int32 RedundantInputs = 2; + int32 RedundantRemoteInputs = 1; int32 RedundantStates = 0; bool bAllowRewindToClosestState = true; bool bCompareStateToTriggerRewind = false; + bool bCompareStateToTriggerRewindIncludeSimProxies = false; bool bCompareInputToTriggerRewind = false; bool bEnableUnreliableFlow = true; bool bEnableReliableFlow = false; bool bApplyDataInsteadOfMergeData = false; bool bAllowInputExtrapolation = true; bool bValidateDataOnGameThread = false; + bool bApplySimProxyStateAtRuntime = false; + bool bApplySimProxyInputAtRuntime = true; + bool bApplyPredictiveInterpolationWhenBehindServer = true; } namespace PredictiveInterpolationCVars @@ -129,6 +146,9 @@ namespace PhysicsReplicationCVars float DrawDebugZOffset = 50.0f; float SleepSecondsClearTarget = 15.0f; int32 TargetTickAlignmentClampMultiplier = 2; + int32 TeleportDetectionEnabled = 1; + float TeleportDetectionMinDistance = 200.0f; + float TeleportDetectionVelocityMultiplier = 1.3f; } } @@ -373,13 +393,13 @@ void FPhysicsReplicationVR::RemoveReplicatedTarget(UPrimitiveComponent* Componen { // Skip all of the custom logic if we aren't the server - if (const UWorld* World = GetOwningWorld()) + /*if (const UWorld* World = GetOwningWorld()) { if (World->GetNetMode() == ENetMode::NM_Client) { return FPhysicsReplication::RemoveReplicatedTarget(Component); } - } + }*/ if (Component == nullptr) { @@ -659,7 +679,7 @@ bool FPhysicsReplicationVR::ApplyRigidBodyState(float DeltaSeconds, FBodyInstanc { if (bHardsnapLegacyInPT) { - if (Chaos::FSingleParticlePhysicsProxy* Proxy = static_cast(BI->GetPhysicsActorHandle())) + if (Chaos::FSingleParticlePhysicsProxy* Proxy = static_cast(BI->GetPhysicsActor())) { if (Chaos::FPBDRigidsSolver* Solver = Proxy->GetSolver()) { @@ -715,7 +735,7 @@ bool FPhysicsReplicationVR::ApplyRigidBodyState(float DeltaSeconds, FBodyInstanc AsyncInputData.TargetState = NewState; AsyncInputData.TargetState.Position = IdealWorldTM.GetLocation(); AsyncInputData.TargetState.Quaternion = IdealWorldTM.GetRotation(); - AsyncInputData.Proxy = static_cast(BI->GetPhysicsActorHandle()); + AsyncInputData.Proxy = static_cast(BI->GetPhysicsActor()); AsyncInputData.ErrorCorrection = { ErrorCorrection.LinearVelocityCoefficient, ErrorCorrection.AngularVelocityCoefficient, ErrorCorrection.PositionLerp, ErrorCorrection.AngleLerp }; AsyncInputData.LatencyOneWay = PingSeconds; @@ -746,7 +766,7 @@ bool FPhysicsReplicationVR::ApplyRigidBodyState(float DeltaSeconds, FBodyInstanc { FColor Color = FColor::White; static const auto CVarNetCorrectionLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.NetCorrectionLifetime")); - DrawDebugDirectionalArrow(OwningWorld, CurrentState.Position, TargetPos, 5.0f, Color, true, CVarNetCorrectionLifetime->GetFloat(), 0, 1.5f); + DrawDebugDirectionalArrow(OwningWorld, CurrentState.Position, TargetPos, 5.0f, Color, false, CVarNetCorrectionLifetime->GetFloat(), 0, 1.5f); #if 0 //todo: do we show this in async mode? DrawDebugFloatHistory(*OwningWorld, PhysicsTarget.ErrorHistory, NewPos + FVector(0.0f, 0.0f, 100.0f), FVector2D(100.0f, 50.0f), FColor::White); @@ -791,6 +811,12 @@ void FPhysicsReplicationVR::OnTick(float DeltaSeconds, TMap(GetSolver()); + Chaos::FPBDRigidsSolver& RigidsSolver = GetSolver()->CastChecked(); + RigidsSolver.SetPhysicsReplication_Internal(this); + //Chaos::FPBDRigidsSolver* RigidsSolver = static_cast(GetSolver()); - if (ensure(RigidsSolver)) + /*if (ensure(RigidsSolver)) { // This doesn't even do anything currently, nothing gets it #TODO: CHECK BACK ON THIS //RigidsSolver->SetPhysicsReplication(this); - } + }*/ } void FPhysicsReplicationAsyncVR::OnPreSimulate_Internal() @@ -1049,35 +1077,34 @@ void FPhysicsReplicationAsyncVR::OnPreSimulate_Internal() return; } - if (const FPhysicsReplicationAsyncInput* AsyncInput = GetConsumerInput_Internal()) + Chaos::FPBDRigidsSolver* RigidsSolver = static_cast(GetSolver()); + check(RigidsSolver); + + // Early out if this is a resim frame + Chaos::FRewindData* RewindData = RigidsSolver->GetRewindData(); + const bool bRewindDataExist = RewindData != nullptr; + if (bRewindDataExist && RewindData->IsResim()) { - Chaos::FPBDRigidsSolver* RigidsSolver = static_cast(GetSolver()); - check(RigidsSolver); - - // Early out if this is a resim frame - Chaos::FRewindData* RewindData = RigidsSolver->GetRewindData(); - const bool bRewindDataExist = RewindData != nullptr; - if (bRewindDataExist && RewindData->IsResim()) + //static const auto CVarPostResimWaitForUpdate = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.PostResimWaitForUpdate")); + // TODO, Handle the transition from post-resim to interpolation better (disabled by default, resim vs replication interaction is handled via FPhysicsReplicationAsync::CacheResimInteractions) + if (SettingsCurrent.PredictiveInterpolationSettings.GetPostResimWaitForUpdate() && RewindData->IsFinalResim()) { - // TODO, Handle the transition from post-resim to interpolation better (disabled by default, resim vs replication interaction is handled via FPhysicsReplicationAsync::CacheResimInteractions) - static const auto CVarPostResimWaitForUpdate = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.PostResimWaitForUpdate")); - if (CVarPostResimWaitForUpdate->GetBool() && RewindData->IsFinalResim()) + for (auto Itr = ObjectToTarget.CreateIterator(); Itr; ++Itr) { - for (auto Itr = ObjectToTarget.CreateIterator(); Itr; ++Itr) - { - FReplicatedPhysicsTargetAsync& Target = Itr.Value(); + FReplicatedPhysicsTargetAsync& Target = Itr.Value(); - // If final resim frame, mark interpolated targets as waiting for up to date data from the server. - if (Target.RepMode == EPhysicsReplicationMode::PredictiveInterpolation) - { - Target.SetWaiting(RigidsSolver->GetCurrentFrame() + Target.FrameOffset, Target.RepModeOverride); - } + // If final resim frame, mark interpolated targets as waiting for up to date data from the server. + if (Target.RepMode == EPhysicsReplicationMode::PredictiveInterpolation) + { + Target.SetWaiting(RigidsSolver->GetCurrentFrame() + Target.FrameOffset, Target.RepModeOverride); } } - - return; } + return; + } + if (const FPhysicsReplicationAsyncInput* AsyncInput = GetConsumerInput_Internal()) + { // Update async targets with target input for (const FPhysicsRepAsyncInputData& Input : AsyncInput->InputData) { @@ -1100,15 +1127,27 @@ void FPhysicsReplicationAsyncVR::OnPreSimulate_Internal() UpdateRewindDataTarget(Input); UpdateAsyncTarget(Input, RigidsSolver); - } - if (Chaos::FPBDRigidsSolver::IsNetworkPhysicsPredictionEnabled()) - { - CacheResimInteractions(); - } + DebugDrawReplicationMode(Input); - ApplyTargetStatesAsync(GetDeltaTime_Internal(), AsyncInput->ErrorCorrection, AsyncInput->InputData); + // Deprecated, legacy BodyInstance flow for Default Replication + if (Input.Proxy != nullptr) + { + Chaos::FSingleParticlePhysicsProxy* Proxy = Input.Proxy; + Chaos::FRigidBodyHandle_Internal* Handle = Proxy->GetPhysicsThreadAPI(); + + const FPhysicsRepErrorCorrectionData& UsedErrorCorrection = Input.ErrorCorrection.IsSet() ? Input.ErrorCorrection.GetValue() : AsyncInput->ErrorCorrection; + DefaultReplication_DEPRECATED(Handle, Input, GetDeltaTime_Internal(), UsedErrorCorrection); + } + } } + + if (Chaos::FPBDRigidsSolver::IsNetworkPhysicsPredictionEnabled()) + { + CacheResimInteractions(); + } + + ApplyTargetStatesAsync(GetDeltaTime_Internal()); } FReplicatedPhysicsTargetAsync* FPhysicsReplicationAsyncVR::AddObjectToReplication(Chaos::FConstPhysicsObjectHandle PhysicsObject) @@ -1201,6 +1240,7 @@ void FPhysicsReplicationAsyncVR::UpdateAsyncTarget(const FPhysicsRepAsyncInputDa Target->PrevLinVel = Input.TargetState.LinVel; Target->RepModeOverride = Input.RepMode; } + check(Target); /** Target Update Description * @param Input = incoming state target for replication. @@ -1247,6 +1287,9 @@ void FPhysicsReplicationAsyncVR::UpdateAsyncTarget(const FPhysicsRepAsyncInputDa // Set if the target is allowed to be altered after this update Target->bAllowTargetAltering = !(Target->TargetState.Flags & ERigidBodyFlags::Sleeping) && !(Input.TargetState.Flags & ERigidBodyFlags::Sleeping); + // Cache previous linear velocity + const FVector PrevLinVel = Target->TargetState.LinVel; + // Set Target->ReceiveInterval from either SendInterval or the number of physics ticks between receiving input states if (SendInterval > 0) { @@ -1259,11 +1302,7 @@ void FPhysicsReplicationAsyncVR::UpdateAsyncTarget(const FPhysicsRepAsyncInputDa } // Update target from input and reset properties - PRAGMA_DISABLE_DEPRECATION_WARNINGS - Target->PrevServerFrame = Target->bWaiting ? Input.ServerFrame : Target->ServerFrame; // DEPRECATED UE5.4 - Target->PrevReceiveFrame = (Target->ReceiveFrame == INDEX_NONE) ? (RigidsSolver->GetCurrentFrame() - 1) : Target->ReceiveFrame; // DEPRECATED UE5.4 - PRAGMA_ENABLE_DEPRECATION_WARNINGS - Target->ServerFrame = Input.ServerFrame; + Target->ServerFrame = Input.ServerFrame; Target->ReceiveFrame = CurrentFrame; Target->TargetState = Input.TargetState; Target->RepMode = Input.RepMode; @@ -1274,7 +1313,13 @@ void FPhysicsReplicationAsyncVR::UpdateAsyncTarget(const FPhysicsRepAsyncInputDa // Update waiting state Target->UpdateWaiting(Input.ServerFrame); - if (Input.RepMode == EPhysicsReplicationMode::PredictiveInterpolation) + // Apply full Replication LOD on received target + ApplyPhysicsReplicationLOD(Input.PhysicsObject, *Target, EPhysicsReplicationLODFlags::LODFlag_All); + + // Check if target is valid to use for resimulation and perform actions if not + CheckTargetResimValidity(*Target); + + if (Target->RepMode == EPhysicsReplicationMode::PredictiveInterpolation) { #if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) @@ -1284,16 +1329,13 @@ void FPhysicsReplicationAsyncVR::UpdateAsyncTarget(const FPhysicsRepAsyncInputDa const FVector Offset = FVector(0.0f, 0.0f, 50.0f); // Port this? //const FVector Offset = FVector(0.0f, 0.0f, PhysicsReplicationCVars::PredictiveInterpolationCVars::DrawDebugZOffset); - - static const auto CVarNetCorrectionLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.NetCorrectionLifetime")); + static const auto CVarNetCorrectionLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.Net.DebugDraw.LifeTime")); Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(Input.TargetState.Position + Offset, FVector(15.0f, 15.0f, 15.0f), Input.TargetState.Quaternion, FColor::MakeRandomSeededColor(Input.ServerFrame), false, CVarNetCorrectionLifetime->GetFloat(), 0, 1.0f); } #endif - // Cache the position we received this target at, Predictive Interpolation will alter the target state but use this as the source position for reconciliation. - Target->PrevPosTarget = Input.TargetState.Position; - Target->PrevRotTarget = Input.TargetState.Quaternion; - + // TickCount is 0 by default at this point and when LOD is used, TickCount will be 0 if no LOD alignment was performed, in this case perform the normal target alignment + if (Target->TickCount == 0) { /** Target Alignment Feature * With variable network conditions state inputs from the server can arrive both later or earlier than expected. @@ -1331,6 +1373,34 @@ void FPhysicsReplicationAsyncVR::UpdateAsyncTarget(const FPhysicsRepAsyncInputDa } } } + + static const auto CVarTeleportDetectionEnabled = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.TeleportDetection.Enabled")); + // Teleport detection, we don't have specific data that tells us a teleport has happened on the server, so try to detect it by examining the previous and next state + if (CVarTeleportDetectionEnabled->GetBool() == 1 && !bFirstTarget && SendInterval > 0 && RigidsSolver->IsUsingFixedDt()) + { + const FVector PosOffset = (Input.TargetState.Position - Target->PrevPosTarget); + static const auto CVarTeleportDetectionMinDistance = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.TeleportDetection.MinDistance")); + if (PosOffset.SizeSquared() > (CVarTeleportDetectionMinDistance->GetFloat() * CVarTeleportDetectionMinDistance->GetFloat())) + { + const FVector Velocity = Input.TargetState.LinVel.SizeSquared() > PrevLinVel.SizeSquared() ? Input.TargetState.LinVel : PrevLinVel; + const float DeltaSeconds = (SendInterval * RigidsSolver->GetAsyncDeltaTime()); + static const auto CVarTeleportDetectionVelocityMultiplier = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.TeleportDetection.VelocityMultiplier")); + const float PossibleDistanceSquared = (Velocity * (DeltaSeconds * CVarTeleportDetectionVelocityMultiplier->GetFloat())).SizeSquared(); + + if (PossibleDistanceSquared < PosOffset.SizeSquared()) + { + // A teleport has most likely happened, set accumulated error seconds to above limit for hard snapping + // TODO: Don't piggyback on AccumulatedErrorSeconds (potentially implement ERigidBodyFlags::Teleported) + + static const auto CVarErrorAcumulationSeconds = IConsoleManager::Get().FindConsoleVariable(TEXT("p.ErrorAccumulationSeconds")); + Target->AccumulatedErrorSeconds = CVarErrorAcumulationSeconds->GetFloat() + 1.0f; + } + } + } + + // Cache the position we received this target at, Predictive Interpolation will alter the target state but use this as the source position for reconciliation. + Target->PrevPosTarget = Input.TargetState.Position; + Target->PrevRotTarget = Input.TargetState.Quaternion; } } @@ -1344,6 +1414,14 @@ void FPhysicsReplicationAsyncVR::CacheResimInteractions() static const auto CVarResimDisableReplicationOnInteraction = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.Resim.DisableReplicationOnInteraction")); if (!CVarResimDisableReplicationOnInteraction->GetBool()) { + ParticlesInResimIslands.Empty(); + return; + } + + if (UsePhysicsReplicationLOD()) + { + // This will be handled by the LOD system + ParticlesInResimIslands.Empty(); return; } @@ -1353,9 +1431,12 @@ void FPhysicsReplicationAsyncVR::CacheResimInteractions() return; } - ParticlesInResimIslands.Empty(FMath::CeilToInt(static_cast(ParticlesInResimIslands.Num()) * 0.9f)); + ResimIslands.Reset(); + ResimIslandsParticles.Reset(); + ParticlesInResimIslands.Reset(); + Chaos::Private::FPBDIslandManager& IslandManager = RigidsSolver->GetEvolution()->GetIslandManager(); - Chaos::FWritePhysicsObjectInterface_Internal Interface = Chaos::FPhysicsObjectInternalInterface::GetWrite(); + Chaos::FReadPhysicsObjectInterface_Internal Interface = Chaos::FPhysicsObjectInternalInterface::GetRead(); for (auto Itr = ObjectToTarget.CreateIterator(); Itr; ++Itr) { FReplicatedPhysicsTargetAsync& Target = Itr.Value(); @@ -1365,7 +1446,9 @@ void FPhysicsReplicationAsyncVR::CacheResimInteractions() if (Chaos::FGeometryParticleHandle* Handle = Interface.GetParticle(POHandle)) { // Get a list of particles from the same island as a resim particle is in, i.e. particles interacting with a resim particle - for (const Chaos::FGeometryParticleHandle* InteractParticle : IslandManager.FindParticlesInIslands(IslandManager.FindParticleIslands(Handle))) + IslandManager.FindParticleIslands(Handle, OUT ResimIslands); + IslandManager.FindParticlesInIslands(ResimIslands, OUT ResimIslandsParticles); + for (const Chaos::FGeometryParticleHandle* InteractParticle : ResimIslandsParticles) { ParticlesInResimIslands.Add(InteractParticle->GetHandleIdx()); } @@ -1374,66 +1457,152 @@ void FPhysicsReplicationAsyncVR::CacheResimInteractions() } } -void FPhysicsReplicationAsyncVR::ApplyTargetStatesAsync(const float DeltaSeconds, const FPhysicsRepErrorCorrectionData& ErrorCorrection, const TArray& InputData) +void FPhysicsReplicationAsyncVR::ApplyTargetStatesAsync(const float DeltaSeconds) { using namespace Chaos; - // Deprecated, legacy BodyInstance flow - for (const FPhysicsRepAsyncInputData& Input : InputData) - { - if (Input.Proxy != nullptr) + /** Helper function to remove replicated target*/ + auto RemoveTargetHelper = [this](TMap::TIterator Itr, FGeometryParticleHandle* Handle) { - Chaos::FSingleParticlePhysicsProxy* Proxy = Input.Proxy; - Chaos::FRigidBodyHandle_Internal* Handle = Proxy->GetPhysicsThreadAPI(); - - const FPhysicsRepErrorCorrectionData& UsedErrorCorrection = Input.ErrorCorrection.IsSet() ? Input.ErrorCorrection.GetValue() : ErrorCorrection; - DefaultReplication_DEPRECATED(Handle, Input, DeltaSeconds, UsedErrorCorrection); - } - } + if (Handle) + { + ReplicatedParticleIDs.Remove(Handle->ParticleID()); + } + Itr.RemoveCurrent(); + }; // PhysicsObject flow Chaos::FWritePhysicsObjectInterface_Internal Interface = Chaos::FPhysicsObjectInternalInterface::GetWrite(); - for (auto Itr = ObjectToTarget.CreateIterator(); Itr; ++Itr) + for (TMap::TIterator Itr = ObjectToTarget.CreateIterator(); Itr; ++Itr) { bool bRemoveItr = true; // Remove current cached replication target unless replication logic tells us to store it for next tick - FParticleID ParticleID; Chaos::FConstPhysicsObjectHandle& POHandle = Itr.Key(); - if (FGeometryParticleHandle* Handle = Interface.GetParticle(POHandle)) + FGeometryParticleHandle* Handle = Interface.GetParticle(POHandle); + if (!Handle) { - FReplicatedPhysicsTargetAsync& Target = Itr.Value(); - - - if (FPBDRigidParticleHandle* RigidHandle = Handle->CastToRigidParticle()) - { - ParticleID = RigidHandle->ParticleID(); - - // Cache custom settings for this object if there are any - FetchObjectSettings(POHandle); - - const EPhysicsReplicationMode RepMode = Target.IsWaiting() ? Target.RepModeOverride : Target.RepMode; - switch (RepMode) - { - case EPhysicsReplicationMode::Default: - bRemoveItr = DefaultReplication(RigidHandle, Target, DeltaSeconds); - break; - - case EPhysicsReplicationMode::PredictiveInterpolation: - bRemoveItr = PredictiveInterpolation(RigidHandle, Target, DeltaSeconds); - break; - - case EPhysicsReplicationMode::Resimulation: - bRemoveItr = ResimulationReplication(RigidHandle, Target, DeltaSeconds); - break; - } - Target.TickCount++; - } + RemoveTargetHelper(Itr, nullptr); + continue; } + FPBDRigidParticleHandle* RigidHandle = Handle->CastToRigidParticle(); + if (!RigidHandle) + { + RemoveTargetHelper(Itr, Handle); + continue; + } + + FReplicatedPhysicsTargetAsync& Target = Itr.Value(); + + // Cache custom settings for this object if there are any + FetchObjectSettings(POHandle); + + // Apply limited Replication LOD + ApplyPhysicsReplicationLOD(POHandle, Target, EPhysicsReplicationLODFlags::LODFlag_IslandCheck); + + const EPhysicsReplicationMode RepMode = Target.IsWaiting() ? Target.RepModeOverride : Target.RepMode; + switch (RepMode) + { + case EPhysicsReplicationMode::Default: + bRemoveItr = DefaultReplication(RigidHandle, Target, DeltaSeconds); + break; + + case EPhysicsReplicationMode::PredictiveInterpolation: + bRemoveItr = PredictiveInterpolation(RigidHandle, Target, DeltaSeconds); + break; + + case EPhysicsReplicationMode::Resimulation: + bRemoveItr = ResimulationReplication(RigidHandle, Target, DeltaSeconds); + break; + } + Target.TickCount++; + if (bRemoveItr) { - ReplicatedParticleIDs.Remove(ParticleID); - Itr.RemoveCurrent(); + RemoveTargetHelper(Itr, RigidHandle); + + } + } +} + +void FPhysicsReplicationAsyncVR::CheckTargetResimValidity(FReplicatedPhysicsTargetAsync& Target) +{ + if (Target.RepMode != EPhysicsReplicationMode::Resimulation) + { + return; + } + + Chaos::FPBDRigidsSolver* RigidsSolver = static_cast(GetSolver()); + if (RigidsSolver == nullptr) + { + return; + } + + Chaos::FRewindData* RewindData = RigidsSolver->GetRewindData(); + if (RewindData == nullptr) + { + return; + } + + const int32 LocalFrame = Target.ServerFrame - Target.FrameOffset; + if (!RewindData->IsFrameWithinRewindHistory(LocalFrame)) + { + + static const auto CVarResimApplyPredictiveInterpolationWhenBehindServer = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.Resim.ApplyPredictiveInterpolationWhenBehindServer")); + + if (LocalFrame < RewindData->GetEarliestFrame_Internal()) + { + // Client is far ahead of the server, switch over to Predictive Interpolation since it can't use incoming target states from the server to perform resimulations with + + Target.RepMode = EPhysicsReplicationMode::PredictiveInterpolation; + } + else if (CVarResimApplyPredictiveInterpolationWhenBehindServer->GetBool()) + { + /** NOTE: If the server is ahead of the client we receive target states for frames we have not yet simulated on the client, target states are stored in FRewindData still though. + * If PhysicsReplicationCVars::ResimulationCVars::bApplyPredictiveInterpolationWhenBehindServer is true switch over to using PredictiveInterpolation temporarily. + * else FRewindData::CompareTargetsToLastFrame will check for already cached targets to resim with when the server has simulated the corresponding frame */ + + Target.RepMode = EPhysicsReplicationMode::PredictiveInterpolation; + } + + UE_LOG(LogPhysics, Warning, TEXT("FPhysicsReplication received target frame (%d) out of rewind data bounds (%d, %d) - %s - Target will use EPhysicsReplicationMode: %s"), + LocalFrame, RewindData->GetEarliestFrame_Internal(), RewindData->CurrentFrame(), (LocalFrame < RewindData->GetEarliestFrame_Internal()) ? TEXT("Client is far ahead of the server, server might be dropping frames.") : TEXT("Client is behind the server, client might be dropping frames."), *UEnum::GetValueAsString(Target.RepMode)); + } +} + +void FPhysicsReplicationAsyncVR::ApplyPhysicsReplicationLOD(Chaos::FConstPhysicsObjectHandle PhysicsObjectHandle, FReplicatedPhysicsTargetAsync& Target, const uint32 LODFLags) +{ + Chaos::FPBDRigidsSolver& RigidsSolver = GetSolver()->CastChecked(); + + IPhysicsReplicationLODAsync* PhysRepLod = RigidsSolver.GetPhysicsReplicationLOD_Internal(); + if (!PhysRepLod || !PhysRepLod->IsEnabled()) + { + return; + } + + FPhysicsRepLodData* LodData = PhysRepLod->GetLODData_Internal(PhysicsObjectHandle, LODFLags); + if (LodData && LodData->DataAssigned) + { + // Apply recommended replication mode + Target.RepMode = LodData->ReplicationMode; + + if (Target.RepMode == EPhysicsReplicationMode::PredictiveInterpolation) + { + const bool bShouldSleep = (Target.TargetState.Flags & ERigidBodyFlags::Sleeping) != 0; + int32 TargetClientFrame = (Target.ServerFrame - Target.FrameOffset); + + // If we use Predicitve Interpolation and we should not sleep and the aligned frame from LOD is ahead of the target, perform LOD aligment extrapolation + if (!bShouldSleep && LodData->AlignedFrame > TargetClientFrame) + { + // Calculate how far to forward predict and extrapolate target by that amount + const int32 FullPredictionFrames = RigidsSolver.GetCurrentFrame() - TargetClientFrame; + const float FullPredictionTime = (FullPredictionFrames * GetDeltaTime_Internal()); + const float AlignedPredictionTime = FullPredictionTime - LodData->AlignedTime; + FPhysicsReplicationAsyncVR::ExtrapolateTarget(Target, AlignedPredictionTime); + + // Update tick count based on LOD alignment + Target.TickCount = LodData->AlignedFrame - TargetClientFrame; + } } } } @@ -1775,11 +1944,6 @@ bool FPhysicsReplicationAsyncVR::PredictiveInterpolation(Chaos::FPBDRigidParticl return true; } - if (Target.IsWaiting()) - { - return false; - } - Chaos::FPBDRigidsSolver* RigidsSolver = static_cast(GetSolver()); if (RigidsSolver == nullptr) { @@ -1803,8 +1967,8 @@ bool FPhysicsReplicationAsyncVR::PredictiveInterpolation(Chaos::FPBDRigidParticl const FVector Offset = FVector(0.0f, 0.0f, 50.0f); const FVector StartPos = Target.TargetState.Position + Offset; const int32 SizeMultiplier = FMath::Clamp(Target.TickCount, -4, 30); - static const auto CVarNetCorrectionLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.NetCorrectionLifetime")); - Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(StartPos, FVector(5.0f + SizeMultiplier * 0.75f, 5.0f + SizeMultiplier * 0.75f, 5.0f + SizeMultiplier * 0.75f), Target.TargetState.Quaternion, FColor::MakeRandomSeededColor(Target.ServerFrame), false, CVarNetCorrectionLifetime->GetFloat(), 0, 1.0f); + static const auto CVarDebugdrawLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.Net.DebugDraw.LifeTime")); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(StartPos, FVector(5.0f + SizeMultiplier * 0.75f, 5.0f + SizeMultiplier * 0.75f, 5.0f + SizeMultiplier * 0.75f), Target.TargetState.Quaternion, FColor::MakeRandomSeededColor(Target.ServerFrame), false, CVarDebugdrawLifetime->GetFloat(), 0, 1.0f); } #endif @@ -1864,6 +2028,11 @@ bool FPhysicsReplicationAsyncVR::PredictiveInterpolation(Chaos::FPBDRigidParticl return bClearTarget; }; + // If waiting on an up to date state, early out but allow target clearing since we might not receive a new state if target is already set to sleep for example + if (Target.IsWaiting()) + { + return EndReplicationHelper(Target, true); + } static const auto CVarEarlyOutWithVelocity = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.EarlyOutWithVelocity")); static const auto CVarEarlyOutDistanceSqr = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.EarlyOutDistanceSqr")); @@ -1909,8 +2078,41 @@ bool FPhysicsReplicationAsyncVR::PredictiveInterpolation(Chaos::FPBDRigidParticl const FVector TargetLinVel = FVector(Target.TargetState.LinVel); const FVector TargetAngVel = FVector(FMath::DegreesToRadians(Target.TargetState.AngVel)); // Radians - /** --- Reconciliation --- - * If target velocities are low enough, check the traveled direction and distance from previous frame and compare with replicated linear velocity. + /** --- Reconciliation --- */ + static const auto CVarKinematicHardSnap = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.KinematicHardSnap")); + static const auto CVarErrorAccumulationSeconds = IConsoleManager::Get().FindConsoleVariable(TEXT("p.ErrorAccumulationSeconds")); + static const auto CVarAlwaysHardSnap = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.AlwaysHardSnap")); + const bool bHardSnap = (!bCanSimulate && CVarKinematicHardSnap->GetBool()) + || Target.AccumulatedErrorSeconds > CVarErrorAccumulationSeconds->GetFloat() + || CVarAlwaysHardSnap->GetBool(); + + if (bHardSnap) + { + Target.AccumulatedErrorSeconds = 0.0f; + + if (Handle->IsKinematic()) + { + // Set a FKinematicTarget to hard snap kinematic object + const Chaos::FKinematicTarget KinTarget = Chaos::FKinematicTarget::MakePositionTarget(Target.PrevPosTarget, Target.PrevRotTarget); // Uses EKinematicTargetMode::Position + RigidsSolver->GetEvolution()->SetParticleKinematicTarget(Handle, KinTarget); + } + else + { + // Set XRVW to hard snap dynamic object and force recalculation of friction + const bool bCorrectConnectedBodies = SettingsCurrent.PredictiveInterpolationSettings.GetCorrectConnectedBodies(); + RigidsSolver->GetEvolution()->ApplyParticleTransformCorrection(Handle, Target.PrevPosTarget, Target.PrevRotTarget, bCorrectConnectedBodies, /*bInRecalculateFrictionOnConnectedBodies*/ true, ReplicatedParticleIDs); + Handle->SetV(TargetLinVel); + Handle->SetW(TargetAngVel); + } + + // Cache data for next replication + Target.PrevLinVel = FVector(Target.TargetState.LinVel); + + // End replication and go to sleep if that's requested + return EndReplicationHelper(Target, true); + } + + /** If target velocities are low enough, check the traveled direction and distance from previous frame and compare with replicated linear velocity. * If the object isn't moving enough along the replicated velocity it's considered stuck and needs reconciliation. * SoftSnap is performed each tick while there is a registered error, if enough time pass HardSnap forces the object into the correct state. */ static const auto CVarVelocityBased = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.VelocityBased")); @@ -1919,7 +2121,7 @@ bool FPhysicsReplicationAsyncVR::PredictiveInterpolation(Chaos::FPBDRigidParticl static const auto CVarDisableErrorVelocityLimits = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.DisableErrorVelocityLimits")); static const auto CVarErrorAccLinVelMaxLimit = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.ErrorAccLinVelMaxLimit")); static const auto CVarErrorAccAngVelMaxLimit = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.ErrorAccAngVelMaxLimit")); - if (CVarDisableErrorVelocityLimits->GetBool() || + if ( CVarDisableErrorVelocityLimits->GetBool() || (TargetLinVel.Size() < CVarErrorAccLinVelMaxLimit->GetFloat() && TargetAngVel.Size() < CVarErrorAccAngVelMaxLimit->GetFloat())) { const FVector PrevDiff = CurrentState.Position - Target.PrevPos; @@ -1952,43 +2154,8 @@ bool FPhysicsReplicationAsyncVR::PredictiveInterpolation(Chaos::FPBDRigidParticl { bSoftSnap = false; } - - static const auto CVarErrorAccumulationSeconds = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.ErrorAccumulationSeconds")); - static const auto CVarAlwaysHardSnap = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.AlwaysHardSnap")); - static const auto CVarKinematicHardSnap = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.KinematicHardSnap")); - - const bool bHardSnap = (!bCanSimulate && CVarKinematicHardSnap->GetBool()) - || Target.AccumulatedErrorSeconds > CVarErrorAccumulationSeconds->GetFloat() - || CVarAlwaysHardSnap->GetBool(); - - if (bHardSnap) - { - Target.AccumulatedErrorSeconds = 0.0f; - - if (Handle->IsKinematic()) - { - // Set a FKinematicTarget to hard snap kinematic object - const Chaos::FKinematicTarget KinTarget = Chaos::FKinematicTarget::MakePositionTarget(Target.PrevPosTarget, Target.PrevRotTarget); // Uses EKinematicTargetMode::Position - RigidsSolver->GetEvolution()->SetParticleKinematicTarget(Handle, KinTarget); - } - else - { - // Set XRVW to hard snap dynamic object and force recalculation of friction - const bool bCorrectConnectedBodies = SettingsCurrent.PredictiveInterpolationSettings.GetCorrectConnectedBodies(); - RigidsSolver->GetEvolution()->ApplyParticleTransformCorrection(Handle, Target.PrevPosTarget, Target.PrevRotTarget, bCorrectConnectedBodies, /*bInRecalculateFrictionOnConnectedBodies*/ true, ReplicatedParticleIDs); - - - Handle->SetV(TargetLinVel); - Handle->SetW(TargetAngVel); - } - - // Cache data for next replication - Target.PrevLinVel = FVector(Target.TargetState.LinVel); - - // End replication and go to sleep if that's requested - return EndReplicationHelper(Target, true); - } - else if (Handle->IsKinematic()) // Smooth Kinematic Replication + + if (Handle->IsKinematic()) // Smooth Kinematic Replication { static const auto CVarKinematicPrediction = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.KinematicPrediction")); const bool bKinematicPrediction = CVarKinematicPrediction->GetBool(); @@ -2035,8 +2202,8 @@ bool FPhysicsReplicationAsyncVR::PredictiveInterpolation(Chaos::FPBDRigidParticl const FVector Offset = FVector(0.0f, 0.0f, CVarDrawDebugZOffset->GetFloat()); const FVector Pos = KinTargetPos + Offset; const int32 SizeMultiplier = FMath::Clamp(Target.TickCount, -4, 30); - static const auto CVarNetCorrectionLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.NetCorrectionLifetime")); - Chaos::FDebugDrawQueue::GetInstance().DrawDebugSphere(Pos, 3.0f + SizeMultiplier * 0.75f, 8, FColor::MakeRandomSeededColor(Target.ServerFrame), false, CVarNetCorrectionLifetime->GetFloat(), 0, 1.0f); + static const auto CVarDebugdrawLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.Net.DebugDraw.LifeTime")); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugSphere(Pos, 3.0f + SizeMultiplier * 0.75f, 8, FColor::MakeRandomSeededColor(Target.ServerFrame), false, CVarDebugdrawLifetime->GetFloat(), 0, 1.0f); } #endif } @@ -2214,7 +2381,12 @@ bool FPhysicsReplicationAsyncVR::PredictiveInterpolation(Chaos::FPBDRigidParticl void FPhysicsReplicationAsyncVR::ExtrapolateTarget(FReplicatedPhysicsTargetAsync& Target, const int32 ExtrapolateFrames, const float DeltaSeconds) { const float ExtrapolationTime = DeltaSeconds * static_cast(ExtrapolateFrames); + FPhysicsReplicationAsyncVR::ExtrapolateTarget(Target, ExtrapolationTime); +} +/** Static function to extrapolate a target for N Seconds */ +void FPhysicsReplicationAsyncVR::ExtrapolateTarget(FReplicatedPhysicsTargetAsync& Target, const float ExtrapolationTime) +{ // Extrapolate target position Target.TargetState.Position = Target.TargetState.Position + Target.TargetState.LinVel * ExtrapolationTime; @@ -2242,15 +2414,15 @@ bool FPhysicsReplicationAsyncVR::ResimulationReplication(Chaos::FPBDRigidParticl return true; } + if (Target.ServerFrame <= 0) + { + return true; + } + const int32 LocalFrame = Target.ServerFrame - Target.FrameOffset; - if (LocalFrame >= RewindData->CurrentFrame() || LocalFrame < RewindData->GetEarliestFrame_Internal()) + if (!RewindData->IsFrameWithinRewindHistory(LocalFrame)) { - if (LocalFrame > 0 && (RewindData->CurrentFrame() - RewindData->GetEarliestFrame_Internal()) == RewindData->Capacity()) - { - UE_LOG(LogPhysics, Warning, TEXT("FPhysicsReplication::ResimulationReplication target frame (%d) out of rewind data bounds (%d,%d)"), - LocalFrame, RewindData->GetEarliestFrame_Internal(), RewindData->CurrentFrame()); - } return true; } @@ -2269,11 +2441,24 @@ bool FPhysicsReplicationAsyncVR::ResimulationReplication(Chaos::FPBDRigidParticl const bool bCompareW = Chaos::FPhysicsSolverBase::GetResimulationErrorAngularVelocityThresholdEnabled() || SettingsCurrent.ResimulationSettings.bOverrideResimulationErrorAngularVelocityThreshold; bool bShouldTriggerResim = false; +#if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) + // Debugging + FColor DebugColor = FColor::Black; + bool bResimV = false; + bool bResimW = false; +#endif + // Check for positional discrepancy in Distance between client and server if (bCompareX) { const float ResimPositionErrorThreshold = SettingsCurrent.ResimulationSettings.GetResimulationErrorPositionThreshold(Chaos::FPhysicsSolverBase::GetResimulationErrorPositionThreshold()); bShouldTriggerResim = Chaos::FRewindData::CheckVectorThreshold(Target.TargetState.Position, PastState.GetX(), ResimPositionErrorThreshold); +#if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) + if (bShouldTriggerResim) + { + DebugColor = FColor::Orange; + } +#endif } // Check for linear velocity discrepancy in Distance / s between client and server @@ -2281,13 +2466,25 @@ bool FPhysicsReplicationAsyncVR::ResimulationReplication(Chaos::FPBDRigidParticl { const float ResimLinVelocityErrorThreshold = SettingsCurrent.ResimulationSettings.GetResimulationErrorLinearVelocityThreshold(Chaos::FPhysicsSolverBase::GetResimulationErrorLinearVelocityThreshold()); bShouldTriggerResim = Chaos::FRewindData::CheckVectorThreshold(Target.TargetState.LinVel, PastState.GetV(), ResimLinVelocityErrorThreshold); +#if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) + if (bShouldTriggerResim) + { + bResimV = true; + } +#endif } // Check for angular velocity discrepancy in Degrees / s between client and server if (!bShouldTriggerResim && bCompareW) { const float ResimAngVelocityErrorThreshold = SettingsCurrent.ResimulationSettings.GetResimulationErrorAngularVelocityThreshold(Chaos::FPhysicsSolverBase::GetResimulationErrorAngularVelocityThreshold()); - bShouldTriggerResim = Chaos::FRewindData::CheckVectorThreshold(FMath::DegreesToRadians(Target.TargetState.AngVel), PastState.GetW(), ResimAngVelocityErrorThreshold); + bShouldTriggerResim = Chaos::FRewindData::CheckVectorThreshold(Target.TargetState.AngVel, FMath::RadiansToDegrees(PastState.GetW()), ResimAngVelocityErrorThreshold); +#if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) + if (bShouldTriggerResim) + { + bResimW = true; + } +#endif } // Check for rotational discrepancy in Degrees between client and server @@ -2295,6 +2492,12 @@ bool FPhysicsReplicationAsyncVR::ResimulationReplication(Chaos::FPBDRigidParticl { const float ResimRotationErrorThreshold = SettingsCurrent.ResimulationSettings.GetResimulationErrorRotationThreshold(Chaos::FPhysicsSolverBase::GetResimulationErrorRotationThreshold()); bShouldTriggerResim = Chaos::FRewindData::CheckQuaternionThreshold(Target.TargetState.Quaternion, PastState.GetR(), ResimRotationErrorThreshold); +#if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) + if (bShouldTriggerResim) + { + DebugColor = FColor::Magenta; + } +#endif } @@ -2311,16 +2514,51 @@ bool FPhysicsReplicationAsyncVR::ResimulationReplication(Chaos::FPBDRigidParticl } static const auto CVarResimDrawDebug = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.Resim.DrawDebug")); - if (CVarResimDrawDebug->GetBool()) + static const auto CVarRenderInterpDebugDrawResimTrigger = IConsoleManager::Get().FindConsoleVariable(TEXT("p.RenderInterp.DebugDraw.ResimTrigger")); + if (CVarResimDrawDebug->GetBool() || CVarRenderInterpDebugDrawResimTrigger->GetBool()) { - static constexpr float BoxSize = 5.0f; - const float ColorLerp = bShouldTriggerResim ? 1.0f : 0.0f; - const FColor DebugColor = FLinearColor::LerpUsingHSV(FLinearColor::Green, FLinearColor::Red, ColorLerp).ToFColor(false); + if (bShouldTriggerResim) + { + FVector Box = CVarRenderInterpDebugDrawResimTrigger->GetBool() ? FVector(6, 3, 2) : FVector(40, 20, 10); + const float DrawThickness = CVarRenderInterpDebugDrawResimTrigger->GetBool() ? 0.5f : 1.5f; - static const auto CVarNetCorrectionLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.NetCorrectionLifetime")); - Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(Target.TargetState.Position, FVector(BoxSize, BoxSize, BoxSize), Target.TargetState.Quaternion, FColor::Orange, true, CVarNetCorrectionLifetime->GetFloat(), 0, 1.0f); - Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(PastState.GetX(), FVector(6, 6, 6), PastState.GetR(), DebugColor, true, CVarNetCorrectionLifetime->GetFloat(), 0, 1.0f); - Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(PastState.GetX(), Target.TargetState.Position, 5.0f, FColor::MakeRandomSeededColor(LocalFrame), true, CVarNetCorrectionLifetime->GetFloat(), 0, 0.5f); + static const auto CVarDebugdrawLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.Net.DebugDraw.LifeTime")); + if (CVarRenderInterpDebugDrawResimTrigger->GetBool()) // Resim debug draw extension for render interpolation + { + Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(PastState.GetX(), Box, PastState.GetR(), FColor::White, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(Target.TargetState.Position, Box, Target.TargetState.Quaternion, DebugColor, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + + Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(Handle->GetX(), PastState.GetX(), 5.0f, FColor::White, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(PastState.GetX(), Target.TargetState.Position, 5.0f, FColor::Black, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + + if (bResimV) + { + const FVector DiffV = Target.TargetState.LinVel - PastState.GetV(); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(Target.TargetState.Position, Target.TargetState.Position + DiffV, 5.0f, FColor::Orange, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + } + if (bResimW) + { + const FVector DiffW = Target.TargetState.AngVel - FMath::RadiansToDegrees(PastState.GetW()); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(Target.TargetState.Position + DiffW, Target.TargetState.Position, 5.0f, FColor::Magenta, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + } + } + else // Resim trigger debug draw + { + Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(Handle->GetX(), Box, PastState.GetR(), FColor::White, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(Handle->GetX() + (Target.TargetState.Position - PastState.GetX()), Box, Target.TargetState.Quaternion, DebugColor, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + + if (bResimV) + { + const FVector DiffV = Target.TargetState.LinVel - PastState.GetV(); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(Handle->GetX(), Handle->GetX() + DiffV, 5.0f, FColor::Orange, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + } + if (bResimW) + { + const FVector DiffW = Target.TargetState.AngVel - FMath::RadiansToDegrees(PastState.GetW()); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(Handle->GetX() + DiffW, Handle->GetX(), 5.0f, FColor::Magenta, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + } + } + } } #endif @@ -2332,12 +2570,8 @@ bool FPhysicsReplicationAsyncVR::ResimulationReplication(Chaos::FPBDRigidParticl if (bShouldTriggerResim && Target.TickCount == 0 && LocalFrame > RewindData->GetBlockedResimFrame()) { - // Trigger resimulation - RigidsSolver->GetEvolution()->GetIslandManager().SetParticleResimFrame(Handle, LocalFrame); - - int32 ResimFrame = RewindData->GetResimFrame(); - ResimFrame = (ResimFrame == INDEX_NONE) ? LocalFrame : FMath::Min(ResimFrame, LocalFrame); - RewindData->SetResimFrame(ResimFrame); + // Request resimulation + RewindData->RequestResimulation(LocalFrame, Handle); } else if (SettingsCurrent.ResimulationSettings.GetRuntimeCorrectionEnabled()) { @@ -2381,8 +2615,8 @@ bool FPhysicsReplicationAsyncVR::ResimulationReplication(Chaos::FPBDRigidParticl #if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) if (CVarResimDrawDebug->GetBool()) { - static const auto CVarNetCorrectionLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.NetCorrectionLifetime")); - Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(Handle->GetX(), CorrectedX, 5.0f, FColor::MakeRandomSeededColor(LocalFrame), true, CVarNetCorrectionLifetime->GetFloat(), 0, 0.5f); + static const auto CVarDebugdrawLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.Net.DebugDraw.LifeTime")); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(Handle->GetX(), CorrectedX, 5.0f, FColor::MakeRandomSeededColor(LocalFrame), true, CVarDebugdrawLifetime->GetFloat(), 0, 0.5f); } #endif // Apply correction to position and rotation @@ -2406,14 +2640,90 @@ bool FPhysicsReplicationAsyncVR::ResimulationReplication(Chaos::FPBDRigidParticl RigidsSolver->GetEvolution()->ApplySleepOnConnectedParticles(Handle); } } + else if (Target.IsWaiting()) + { + // Don't clear the target if we are waiting for a specific target frame and not sleeping + bClearTarget = false; + } + return bClearTarget; } +void FPhysicsReplicationAsyncVR::DebugDrawReplicationMode(const FPhysicsRepAsyncInputData& Input) +{ +#if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) + + static const auto CVarDebugDrawShowRepMode = IConsoleManager::Get().FindConsoleVariable(TEXT("p.Net.DebugDraw.ShowRepMode")); + if (!CVarDebugDrawShowRepMode->GetBool()) + { + return; + } + + if (Input.PhysicsObject == nullptr && Input.Proxy == nullptr) + { + return; + } + + FColor DebugColor = FColor::White; + FVector BoxExtent = FVector(10.0f, 10.0f, 10.0f); + FQuat Rotation = FQuat::Identity; + + if (Input.PhysicsObject) + { + if (FReplicatedPhysicsTargetAsync* Target = ObjectToTarget.Find(Input.PhysicsObject)) + { + Chaos::FReadPhysicsObjectInterface_Internal Interface = Chaos::FPhysicsObjectInternalInterface::GetRead(); + if (Chaos::FGeometryParticleHandle* Handle = Interface.GetParticle(Input.PhysicsObject)) + { + BoxExtent = Handle->LocalBounds().Extents() * 0.5f; + Rotation = Handle->GetR(); + } + + const EPhysicsReplicationMode RepMode = Target->IsWaiting() ? Target->RepModeOverride : Target->RepMode; + switch (RepMode) + { + case EPhysicsReplicationMode::PredictiveInterpolation: + DebugColor = FColor::Yellow; + break; + case EPhysicsReplicationMode::Resimulation: + DebugColor = FColor::Red; + break; + case EPhysicsReplicationMode::Default: + default: + DebugColor = FColor::Cyan; + break; + } + } + } + else if (Input.Proxy != nullptr) + { + // Legacy Default physics replication + + Chaos::FSingleParticlePhysicsProxy* Proxy = Input.Proxy; + Chaos::FRigidBodyHandle_Internal* Handle = Proxy->GetPhysicsThreadAPI(); + + Rotation = Handle->GetR(); + DebugColor = FColor::Green; + } + + static const auto CVarDebugdrawLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.Net.DebugDraw.LifeTime")); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(Input.TargetState.Position, BoxExtent, Rotation, DebugColor, false, CVarDebugdrawLifetime->GetFloat(), 0, 1.0f); +#endif +} + FName FPhysicsReplicationAsyncVR::GetFNameForStatId() const { const static FLazyName StaticName("FPhysicsReplicationAsyncCallback"); return StaticName; } +bool FPhysicsReplicationAsyncVR::UsePhysicsReplicationLOD() +{ + Chaos::FPBDRigidsSolver& RigidsSolver = GetSolver()->CastChecked(); + + IPhysicsReplicationLODAsync* PhysRepLod = RigidsSolver.GetPhysicsReplicationLOD_Internal(); + return PhysRepLod && PhysRepLod->IsEnabled(); +} + #pragma endregion // FPhysicsReplicationAsync \ No newline at end of file diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippableStaticMeshActor.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippableStaticMeshActor.cpp index 2379ac3..485ba79 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippableStaticMeshActor.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippableStaticMeshActor.cpp @@ -725,11 +725,11 @@ void AGrippableStaticMeshActor::OnRep_ReplicatedMovement() return; } - if (VRGripInterfaceSettings.HoldingControllers.Num() > 0) + /*if (VRGripInterfaceSettings.HoldingControllers.Num() > 0) { ShouldWeSkipAttachmentReplication(); int gg = 0; - } + }*/ Super::OnRep_ReplicatedMovement(); } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/HandSocketComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/HandSocketComponent.cpp index 91a775c..dc3cbc4 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/HandSocketComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/HandSocketComponent.cpp @@ -206,7 +206,8 @@ bool UHandSocketComponent::GetAnimationSequenceAsPoseSnapShot(UAnimSequence* InA const FReferenceSkeleton& RefSkeleton = (TargetMesh) ? TargetMesh->GetSkinnedAsset()->GetRefSkeleton() : InAnimationSequence->GetSkeleton()->GetReferenceSkeleton(); FTransform LocalTransform; - const TArray& TrackMap = InAnimationSequence->GetCompressedTrackToSkeletonMapTable(); + //const TArray& TrackMap = InAnimationSequence->GetCompressedTrackToSkeletonMapTable(); + const TArray& TrackMap = InAnimationSequence->GetCompressedData().Get().CompressedTrackToSkeletonMapTable; int32 TrackIndex = INDEX_NONE; OutPoseSnapShot.LocalTransforms.Reserve(OutPoseSnapShot.BoneNames.Num()); @@ -237,8 +238,9 @@ bool UHandSocketComponent::GetAnimationSequenceAsPoseSnapShot(UAnimSequence* InA if (TrackIndex != INDEX_NONE && (!bSkipRootBone || TrackIndex != 0)) { - double TrackLocation = 0.0f; - InAnimationSequence->GetBoneTransform(LocalTransform, FSkeletonPoseBoneIndex(TrackMap[TrackIndex].BoneTreeIndex), TrackLocation, false); + //double TrackLocation = 0.0f; + // FAnimExtraContext default is fine, its a zero track location + InAnimationSequence->GetBoneTransform(LocalTransform, FSkeletonPoseBoneIndex(TrackMap[TrackIndex].BoneTreeIndex), FAnimExtractContext(), false); } else { @@ -317,7 +319,7 @@ bool UHandSocketComponent::GetBlendedPoseSnapShot(FPoseSnapshot& PoseSnapShot, U const FReferenceSkeleton& RefSkeleton = (TargetMesh) ? TargetMesh->GetSkinnedAsset()->GetRefSkeleton() : HandTargetAnimation->GetSkeleton()->GetReferenceSkeleton(); FTransform LocalTransform; - const TArray& TrackMap = HandTargetAnimation->GetCompressedTrackToSkeletonMapTable(); + const TArray& TrackMap = HandTargetAnimation->GetCompressedData().Get().CompressedTrackToSkeletonMapTable; int32 TrackIndex = INDEX_NONE; for (int32 BoneNameIndex = 0; BoneNameIndex < PoseSnapShot.BoneNames.Num(); ++BoneNameIndex) @@ -345,8 +347,9 @@ bool UHandSocketComponent::GetBlendedPoseSnapShot(FPoseSnapshot& PoseSnapShot, U if (TrackIndex != INDEX_NONE && (!bSkipRootBone || TrackIndex != 0)) { - double TrackLocation = 0.0f; - HandTargetAnimation->GetBoneTransform(LocalTransform, FSkeletonPoseBoneIndex(TrackMap[TrackIndex].BoneTreeIndex), TrackLocation, false); + //double TrackLocation = 0.0f; + // FAnimExtraContext default is fine, its a zero track location + HandTargetAnimation->GetBoneTransform(LocalTransform, FSkeletonPoseBoneIndex(TrackMap[TrackIndex].BoneTreeIndex), FAnimExtractContext(), false); } else { @@ -609,7 +612,7 @@ FTransform UHandSocketComponent::GetBoneTransformAtTime(UAnimSequence* MyAnimSeq if (const IAnimationDataModel* AnimModel = AnimController.GetModel()) { - const TArray& TrackMap = MyAnimSequence->GetCompressedTrackToSkeletonMapTable(); + const TArray& TrackMap = MyAnimSequence->GetCompressedData().Get().CompressedTrackToSkeletonMapTable; int32 TrackIndex = INDEX_NONE; if (BoneIdx != INDEX_NONE && BoneIdx < TrackMap.Num() && TrackMap[BoneIdx].BoneTreeIndex == BoneIdx) @@ -635,7 +638,9 @@ FTransform UHandSocketComponent::GetBoneTransformAtTime(UAnimSequence* MyAnimSeq FSkeletonPoseBoneIndex BoneIndex(TrackMap[TrackIndex].BoneTreeIndex); if (BoneIndex.IsValid()) { - MyAnimSequence->GetBoneTransform(BoneTransform, BoneIndex, /*AnimTime*/ tracklen, bUseRawDataOnly); + FAnimExtractContext NewContext; + NewContext.CurrentTime = tracklen; + MyAnimSequence->GetBoneTransform(BoneTransform, BoneIndex, /*AnimTime*/ NewContext, bUseRawDataOnly); return BoneTransform; } } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/OptionalRepSkeletalMeshActor.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/OptionalRepSkeletalMeshActor.cpp index be833e5..199c9f0 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/OptionalRepSkeletalMeshActor.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/OptionalRepSkeletalMeshActor.cpp @@ -561,6 +561,7 @@ void UInversePhysicsSkeletalMeshComponent::RegisterEndPhysicsTick(bool bRegister // For testing if the engine fix is live yet or not //return Super::RegisterEndPhysicsTick(bRegister); + if (bRegister != EndPhysicsTickFunctionVR.IsTickFunctionRegistered()) { if (bRegister) diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRAIPerceptionOverrides.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRAIPerceptionOverrides.cpp index 0e932b3..28a69c0 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRAIPerceptionOverrides.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRAIPerceptionOverrides.cpp @@ -1117,7 +1117,7 @@ void UAISense_Sight_VR::RemoveAllQueriesByListener(const FPerceptionListener& Li SCOPE_CYCLE_COUNTER(STAT_AI_Sense_Sight_RemoveByListener); UE_MT_SCOPED_WRITE_ACCESS(QueriesListAccessDetector); - const uint32 ListenerId = Listener.GetListenerID(); + const FPerceptionListenerID ListenerId = Listener.GetListenerID(); auto RemoveQuery = [&ListenerId, &OnRemoveFunc](TArray& SightQueries, const int32 QueryIndex)->EReverseForEachResult { @@ -1185,7 +1185,7 @@ void UAISense_Sight_VR::RemoveAllQueriesToTarget_Internal(const FAISightTargetVR void UAISense_Sight_VR::OnListenerForgetsActor(const FPerceptionListener& Listener, AActor& ActorToForget) { - const uint32 ListenerId = Listener.GetListenerID(); + const FPerceptionListenerID ListenerId = Listener.GetListenerID(); const uint32 TargetId = ActorToForget.GetUniqueID(); auto ForgetPreviousResult = [&ListenerId, &TargetId](FAISightQueryVR& SightQuery)->EForEachResult @@ -1212,7 +1212,7 @@ void UAISense_Sight_VR::OnListenerForgetsAll(const FPerceptionListener& Listener { UE_MT_SCOPED_WRITE_ACCESS(QueriesListAccessDetector); - const uint32 ListenerId = Listener.GetListenerID(); + const FPerceptionListenerID ListenerId = Listener.GetListenerID(); auto ForgetPreviousResult = [&ListenerId](FAISightQueryVR& SightQuery)->EForEachResult { diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRGameViewportClient.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRGameViewportClient.cpp index 44d9e5a..5fffb61 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRGameViewportClient.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRGameViewportClient.cpp @@ -103,7 +103,7 @@ bool UVRGameViewportClient::InputKey(const FInputKeyEventArgs& EventArgs) } } -bool UVRGameViewportClient::InputAxis(FViewport* tViewport, FInputDeviceId InputDevice, FKey Key, float Delta, float DeltaTime, int32 NumSamples, bool bGamepad) +bool UVRGameViewportClient::InputAxis(const FInputKeyEventArgs& Args) { // Remap the old int32 ControllerId value to the new InputDeviceId IPlatformInputDeviceMapper& DeviceMapper = IPlatformInputDeviceMapper::Get(); @@ -111,8 +111,8 @@ bool UVRGameViewportClient::InputAxis(FViewport* tViewport, FInputDeviceId Input const int32 NumLocalPlayers = World->GetGameInstance()->GetNumLocalPlayers(); // Early out if a gamepad or not a mouse event (vr controller) or ignoring input or is default setup / no GEngine - if (((!Key.IsMouseButton() && !bGamepad) || (bGamepad && !IsValidGamePadKey(Key))) || NumLocalPlayers < 2 || GameInputMethod == EVRGameInputMethod::GameInput_Default || IgnoreInput()) - return Super::InputAxis(tViewport, InputDevice, Key, Delta, DeltaTime, NumSamples, bGamepad); + if (((!Args.Key.IsMouseButton() && !Args.IsGamepad()) || (Args.IsGamepad() && !IsValidGamePadKey(Args.Key))) || NumLocalPlayers < 2 || GameInputMethod == EVRGameInputMethod::GameInput_Default || IgnoreInput()) + return Super::InputAxis(Args); if (GameInputMethod == EVRGameInputMethod::GameInput_KeyboardAndMouseToPlayer2) { @@ -123,7 +123,9 @@ bool UVRGameViewportClient::InputAxis(FViewport* tViewport, FInputDeviceId Input FInputDeviceId DeviceId = INPUTDEVICEID_NONE; DeviceMapper.RemapControllerIdToPlatformUserAndDevice(ControllerId, UserId, DeviceId); - return Super::InputAxis(tViewport, DeviceId, Key, Delta, DeltaTime, NumSamples, bGamepad); + FInputKeyEventArgs NewArgs = Args; + NewArgs.InputDevice = DeviceId; + return Super::InputAxis(NewArgs); } else // Shared keyboard and mouse { @@ -134,7 +136,9 @@ bool UVRGameViewportClient::InputAxis(FViewport* tViewport, FInputDeviceId Input FInputDeviceId DeviceId = INPUTDEVICEID_NONE; DeviceMapper.RemapControllerIdToPlatformUserAndDevice(i, UserId, DeviceId); - bRetVal = Super::InputAxis(tViewport, DeviceId, Key, Delta, DeltaTime, NumSamples, bGamepad) || bRetVal; + FInputKeyEventArgs NewArgs = Args; + NewArgs.InputDevice = DeviceId; + bRetVal = Super::InputAxis(NewArgs) || bRetVal; } return bRetVal; diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRRenderTargetManager.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRRenderTargetManager.cpp index fbe5a35..2bc26e8 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRRenderTargetManager.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRRenderTargetManager.cpp @@ -449,7 +449,7 @@ void ARenderTargetReplicationProxy::SendInitMessage() void ARenderTargetReplicationProxy::SendNextDataBlob() { - if (!IsValid(this) || !this->GetOwner() || !IsValid(this->GetOwner())) + if (!IsValidChecked(this) || !this->GetOwner() || !IsValid(this->GetOwner())) { TextureStore.Reset(); TextureStore.PackedData.Empty(); diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/ReplicatedVRCameraComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/ReplicatedVRCameraComponent.cpp index 346d4ec..bbdecb1 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/ReplicatedVRCameraComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/ReplicatedVRCameraComponent.cpp @@ -210,7 +210,7 @@ void UReplicatedVRCameraComponent::UpdateTracking(float DeltaTime) FRotator StoredCameraRotOffset = FRotator::ZeroRotator; if (AttachChar->VRMovementReference && AttachChar->VRMovementReference->GetReplicatedMovementMode() == EVRConjoinedMovementModes::C_VRMOVE_Seated) { - AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); + //StoredCameraRotOffset = AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); } else { @@ -250,7 +250,7 @@ void UReplicatedVRCameraComponent::RunNetworkedSmoothing(float DeltaTime) FRotator StoredCameraRotOffset = FRotator::ZeroRotator; if (AttachChar->VRMovementReference && AttachChar->VRMovementReference->GetReplicatedMovementMode() == EVRConjoinedMovementModes::C_VRMOVE_Seated) { - AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); + //StoredCameraRotOffset = AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); } else { @@ -480,12 +480,12 @@ void UReplicatedVRCameraComponent::HandleXRCamera(float DeltaTime) //FRotator OffsetRotator = if (AttachChar->VRMovementReference && AttachChar->VRMovementReference->GetReplicatedMovementMode() != EVRConjoinedMovementModes::C_VRMOVE_Seated) { - AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); + //AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); FRotator StoredCameraRotOffset = FRotator::ZeroRotator; if (AttachChar->VRMovementReference->GetReplicatedMovementMode() == EVRConjoinedMovementModes::C_VRMOVE_Seated) { - AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); + //StoredCameraRotOffset = AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); } else { @@ -536,7 +536,7 @@ void UReplicatedVRCameraComponent::OnRep_ReplicatedCameraTransform() FRotator StoredCameraRotOffset = FRotator::ZeroRotator; if (AttachChar->VRMovementReference && AttachChar->VRMovementReference->GetReplicatedMovementMode() == EVRConjoinedMovementModes::C_VRMOVE_Seated) { - AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); + //StoredCameraRotOffset = AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); } else { diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBaseCharacter.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBaseCharacter.cpp index 13d7a03..e0b200b 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBaseCharacter.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBaseCharacter.cpp @@ -185,7 +185,7 @@ void AVRBaseCharacter::PostInitializeComponents() Super::PostInitializeComponents(); - if (IsValid(this)) + if (IsValidChecked(this)) { if (NetSmoother) { diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBaseCharacterMovementComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBaseCharacterMovementComponent.cpp index 581bc8b..50266e8 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBaseCharacterMovementComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBaseCharacterMovementComponent.cpp @@ -1721,6 +1721,17 @@ void UVRBaseCharacterMovementComponent::SimulatedTick(float DeltaSeconds) const FQuat NewCapsuleRotation = UpdatedComponent->GetComponentQuat(); if (Mesh == CharacterOwner->GetMesh() && !NewCapsuleRotation.Equals(OldRotationQuat, 1e-6f) && ClientPredictionData) { + // #TODO: The below is new in 5.6, i don't have saved capsule rotation, don't think i need this change for base char + /* + // Add delta rotation to the target rotation and original offset. Otherwise this object will move back toward the old rotation. + const FQuat RotationDelta = NewCapsuleRotation - SavedCapsuleRotation; + ClientPredictionData->MeshRotationTarget += RotationDelta; + ClientPredictionData->OriginalMeshRotationOffset += RotationDelta; + + // Update the MeshRotationOffset to match the capsule rotation. + ClientPredictionData->MeshRotationOffset = NewCapsuleRotation; + */ + // Smoothing should lerp toward this new rotation target, otherwise it will just try to go back toward the old rotation. ClientPredictionData->MeshRotationTarget = NewCapsuleRotation; Mesh->SetRelativeLocationAndRotation(SavedMeshRelativeLocation, CharacterOwner->GetBaseRotationOffset()); @@ -1941,13 +1952,18 @@ void UVRBaseCharacterMovementComponent::MoveAutonomous( static const auto CVarEnableQueuedAnimEventsOnServer = IConsoleManager::Get().FindConsoleVariable(TEXT("a.EnableQueuedAnimEventsOnServer")); if (CVarEnableQueuedAnimEventsOnServer->GetInt()) { - if (const UAnimInstance* AnimInstance = OwnerMesh->GetAnimInstance()) + if (UAnimInstance* AnimInstance = OwnerMesh->GetAnimInstance()) { if (OwnerMesh->VisibilityBasedAnimTickOption <= EVisibilityBasedAnimTickOption::AlwaysTickPose && AnimInstance->NeedsUpdate()) { // If we are doing a full graph update on the server but its doing a parallel update, - // trigger events right away since these are notifies queued from the montage update and we could be receiving multiple ServerMoves per frame. + // trigger events right away since these are notifies queued from the montage update, and we could be receiving multiple ServerMoves per frame. OwnerMesh->ConditionallyDispatchQueuedAnimEvents(); + + // We need to manually clear the anim notify queue (since normally its only is cleared in PreUpdateAnimation()) otherwise if animation ticks, the notifies queued from the ServerMove would fire twice. + AnimInstance->ClearQueuedAnimEvents(false); + + // When animation ticks, we want its queued events to be triggered. OwnerMesh->AllowQueuedAnimEventsNextDispatch(); } } @@ -1955,7 +1971,7 @@ void UVRBaseCharacterMovementComponent::MoveAutonomous( else { // Revert back to old behavior if wanted/needed. - if (OwnerMesh->ShouldOnlyTickMontages(DeltaTime)) + if (OwnerMesh->ShouldOnlyTickMontages(DeltaTime) || OwnerMesh->ShouldOnlyTickMontagesAndRefreshBones(DeltaTime)) { OwnerMesh->ConditionallyDispatchQueuedAnimEvents(); } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRCharacterMovementComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRCharacterMovementComponent.cpp index 65cc5a3..4ca1ff7 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRCharacterMovementComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRCharacterMovementComponent.cpp @@ -123,7 +123,7 @@ void UVRCharacterMovementComponent::Crouch(bool bClientSimulation) { if (!bClientSimulation) { - CharacterOwner->bIsCrouched = true; + CharacterOwner->SetIsCrouched(true); } CharacterOwner->OnStartCrouch(0.f, 0.f); return; @@ -195,7 +195,7 @@ void UVRCharacterMovementComponent::Crouch(bool bClientSimulation) //UpdatedComponent->MoveComponent(ScaledHalfHeightAdjust * GetGravityDirection(), UpdatedComponent->GetComponentQuat(), true, nullptr, EMoveComponentFlags::MOVECOMP_NoFlags, ETeleportType::TeleportPhysics); } - CharacterOwner->bIsCrouched = true; + CharacterOwner->SetIsCrouched(true); } bForceNextFloorCheck = true; @@ -240,7 +240,7 @@ void UVRCharacterMovementComponent::UnCrouch(bool bClientSimulation) { if (!bClientSimulation) { - CharacterOwner->bIsCrouched = false; + CharacterOwner->SetIsCrouched(false); } CharacterOwner->OnEndCrouch(0.f, 0.f); return; @@ -341,7 +341,11 @@ void UVRCharacterMovementComponent::UnCrouch(bool bClientSimulation) if (!bEncroached) { // Commit the change in location. - //UpdatedComponent->MoveComponent(StandingLocation - PawnLocation, UpdatedComponent->GetComponentQuat(), false, nullptr, EMoveComponentFlags::MOVECOMP_NoFlags, ETeleportType::TeleportPhysics); + if (!BaseVRCharacterOwner || !BaseVRCharacterOwner->bRetainRoomscale) + { + // we actually move this when not using retained roomscale + //UpdatedComponent->MoveComponent(StandingLocation - PawnLocation, UpdatedComponent->GetComponentQuat(), false, nullptr, EMoveComponentFlags::MOVECOMP_NoFlags, ETeleportType::TeleportPhysics); + } bForceNextFloorCheck = true; } } @@ -352,7 +356,7 @@ void UVRCharacterMovementComponent::UnCrouch(bool bClientSimulation) return; } - CharacterOwner->bIsCrouched = false; + CharacterOwner->SetIsCrouched(false); } else { @@ -881,7 +885,7 @@ void UVRCharacterMovementComponent::PhysWalking(float deltaTime, int32 Iteration return; } - if (!CharacterOwner || (!CharacterOwner->Controller && !bRunPhysicsWithNoController && !HasAnimRootMotion() && !CurrentRootMotion.HasOverrideVelocity() && (CharacterOwner->GetLocalRole() != ROLE_SimulatedProxy))) + if (!CharacterOwner || (!CharacterOwner->GetController() && !bRunPhysicsWithNoController && !HasAnimRootMotion() && !CurrentRootMotion.HasOverrideVelocity() && (CharacterOwner->GetLocalRole() != ROLE_SimulatedProxy))) { Acceleration = FVector::ZeroVector; Velocity = FVector::ZeroVector; @@ -908,7 +912,7 @@ void UVRCharacterMovementComponent::PhysWalking(float deltaTime, int32 Iteration RewindVRRelativeMovement(); // Perform the move - while ((remainingTime >= MIN_TICK_TIME) && (Iterations < MaxSimulationIterations) && CharacterOwner && (CharacterOwner->Controller || bRunPhysicsWithNoController || HasAnimRootMotion() || CurrentRootMotion.HasOverrideVelocity() || (CharacterOwner->GetLocalRole() == ROLE_SimulatedProxy))) + while ((remainingTime >= MIN_TICK_TIME) && (Iterations < MaxSimulationIterations) && CharacterOwner && (CharacterOwner->GetController() || bRunPhysicsWithNoController || HasAnimRootMotion() || CurrentRootMotion.HasOverrideVelocity() || (CharacterOwner->GetLocalRole() == ROLE_SimulatedProxy))) { Iterations++; bJustTeleported = false; @@ -1085,7 +1089,7 @@ void UVRCharacterMovementComponent::PhysWalking(float deltaTime, int32 Iteration } AdjustFloorHeight(); - SetBase(CurrentFloor.HitResult.Component.Get(), CurrentFloor.HitResult.BoneName); + SetBaseFromFloor(CurrentFloor); } else if (CurrentFloor.HitResult.bStartPenetrating && remainingTime <= 0.f) { @@ -2275,7 +2279,7 @@ void UVRCharacterMovementComponent::UpdateBasedMovement(float DeltaSeconds) { // Nothing changed. This means we probably are using another rotation mechanism (bOrientToMovement etc). We should still follow the base object. // @todo: This assumes only Yaw is used, currently a valid assumption. This is the only reason FaceRotation() is used above really, aside from being a virtual hook. - if (bOrientRotationToMovement || (bUseControllerDesiredRotation && CharacterOwner->Controller)) + if (bOrientRotationToMovement || (bUseControllerDesiredRotation && CharacterOwner->GetController())) { // Custom gravity automatically aligns the character to the gravity direction, so we shouldn't zero out pitch and roll. if (!HasCustomGravity()) @@ -2289,7 +2293,7 @@ void UVRCharacterMovementComponent::UpdateBasedMovement(float DeltaSeconds) } // Pipe through ControlRotation, to affect camera. - if (CharacterOwner->Controller) + if (CharacterOwner->GetController()) { const FQuat PawnDeltaRotation = FinalQuat * PawnOldQuat.Inverse(); FRotator FinalRotation = FinalQuat.Rotator(); @@ -3195,7 +3199,7 @@ void UVRCharacterMovementComponent::PhysNavWalking(float deltaTime, int32 Iterat } // Root motion not for VR - if ((!CharacterOwner || !CharacterOwner->Controller) && !bRunPhysicsWithNoController && !HasAnimRootMotion() && !CurrentRootMotion.HasOverrideVelocity()) + if ((!CharacterOwner || !CharacterOwner->GetController()) && !bRunPhysicsWithNoController && !HasAnimRootMotion() && !CurrentRootMotion.HasOverrideVelocity()) { Acceleration = FVector::ZeroVector; Velocity = FVector::ZeroVector; @@ -3814,7 +3818,7 @@ void UVRCharacterMovementComponent::SimulateMovement(float DeltaSeconds) if (IsMovingOnGround()) { AdjustFloorHeight(); - SetBase(CurrentFloor.HitResult.Component.Get(), CurrentFloor.HitResult.BoneName); + SetBaseFromFloor(CurrentFloor); } else if (MovementMode == MOVE_Falling) { diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRGestureComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRGestureComponent.cpp index b660744..166f9e3 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRGestureComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRGestureComponent.cpp @@ -544,7 +544,7 @@ void UVRGestureComponent::DrawDebugGesture(UObject* WorldContextObject, FTransfo FVector MirrorVector = FVector(1.f, -1.f, 1.f); // Only mirroring on Y axis to flip Left/Right // this means foreground lines can't be persistent - ULineBatchComponent* const LineBatcher = (InWorld ? ((DepthPriority == SDPG_Foreground) ? InWorld->ForegroundLineBatcher : ((bPersistentLines || (LifeTime > 0.f)) ? InWorld->PersistentLineBatcher : InWorld->LineBatcher)) : NULL); + ULineBatchComponent* const LineBatcher = (InWorld ? ((DepthPriority == SDPG_Foreground) ? InWorld->GetLineBatcher(UWorld::ELineBatcherType::Foreground) : ((bPersistentLines || (LifeTime > 0.f)) ? InWorld->GetLineBatcher(UWorld::ELineBatcherType::WorldPersistent) : InWorld->GetLineBatcher(UWorld::ELineBatcherType::World))) : NULL); if (LineBatcher != NULL) { diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRPathFollowingComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRPathFollowingComponent.cpp index 6768f25..3043383 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRPathFollowingComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRPathFollowingComponent.cpp @@ -52,7 +52,7 @@ void UVRPathFollowingComponent::GetDebugStringTokens(TArray& Tokens, TA Tokens.Add(GetStatusDesc()); Flags.Add(EPathFollowingDebugTokens::Description); - if (Status != EPathFollowingStatus::Moving) + if (GetStatus() != EPathFollowingStatus::Moving) { return; } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRRootComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRRootComponent.cpp index c14c376..adda839 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRRootComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRRootComponent.cpp @@ -11,6 +11,7 @@ #include "Engine/ScopedMovementUpdate.h" #include "SceneManagement.h" #include "PrimitiveSceneProxy.h" +#include "SceneView.h" //#include "DrawDebugHelpers.h" #include "IHeadMountedDisplay.h" #include "IXRTrackingSystem.h" @@ -962,7 +963,7 @@ bool UVRRootComponent::MoveComponentImpl(const FVector& Delta, const FQuat& NewR //CSV_SCOPED_TIMING_STAT(PrimitiveComponent, MoveComponentTime); // static things can move before they are registered (e.g. immediately after streaming), but not after. - if (!IsValid(this) || (this->Mobility == EComponentMobility::Static && IsRegistered()))//|| CheckStaticMobilityAndWarn(PrimitiveComponentStatics::MobilityWarnText)) + if (!IsValidChecked(this) || (this->Mobility == EComponentMobility::Static && IsRegistered()))//|| CheckStaticMobilityAndWarn(PrimitiveComponentStatics::MobilityWarnText)) { if (OutHit) { @@ -1233,7 +1234,7 @@ bool UVRRootComponent::MoveComponentImpl(const FVector& Delta, const FQuat& NewR // Handle blocking hit notifications. Avoid if pending kill (which could happen after overlaps). const bool bAllowHitDispatch = !BlockingHit.bStartPenetrating || !(MoveFlags & MOVECOMP_DisableBlockingOverlapDispatch); - if (BlockingHit.bBlockingHit && bAllowHitDispatch && IsValid(this)) + if (BlockingHit.bBlockingHit && bAllowHitDispatch && IsValidChecked(this)) { check(bFilledHitResult); if (IsDeferringMovementUpdates()) @@ -1329,7 +1330,7 @@ bool UVRRootComponent::UpdateOverlapsImpl(const TOverlapArrayView* NewPendingOve TInlineOverlapPointerArray NewOverlappingComponentPtrs; // If pending kill, we should not generate any new overlaps. Also not if overlaps were just disabled during BeginComponentOverlap. - if (IsValid(this) && GetGenerateOverlapEvents()) + if (IsValidChecked(this) && GetGenerateOverlapEvents()) { // 4.17 converted to auto cvar static const auto CVarAllowCachedOverlaps = IConsoleManager::Get().FindConsoleVariable(TEXT("p.AllowCachedOverlaps")); @@ -1553,7 +1554,7 @@ bool UVRRootComponent::IsLocallyControlled() const // Simulated proxies should already have the new height from the server if (!owningVRChar->bRetainRoomscale && (owningVRChar->GetNetMode() < ENetMode::NM_Client || IsLocallyControlled())) { - MoveComponent(this->GetComponentQuat().GetUpVector() * (Offset * this->GetComponentScale().Z), GetComponentQuat(), true, nullptr, EMoveComponentFlags::MOVECOMP_NoFlags, ETeleportType::TeleportPhysics); + MoveComponent(this->GetComponentQuat().GetUpVector() * (Offset * this->GetComponentScale().Z), GetComponentQuat(), false, nullptr, EMoveComponentFlags::MOVECOMP_NoFlags, ETeleportType::TeleportPhysics); } /*else { @@ -1581,7 +1582,7 @@ bool UVRRootComponent::IsLocallyControlled() const void UVRRootComponent::UpdatePhysicsVolume(bool bTriggerNotifiers) { - if (GetShouldUpdatePhysicsVolume() && IsValid(this)) + if (GetShouldUpdatePhysicsVolume() && IsValidChecked(this)) { // SCOPE_CYCLE_COUNTER(STAT_UpdatePhysicsVolume); if (UWorld * MyWorld = GetWorld()) diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRStereoWidgetComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRStereoWidgetComponent.cpp index 2afa1d3..cd82855 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRStereoWidgetComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRStereoWidgetComponent.cpp @@ -11,6 +11,8 @@ #include "VRRootComponent.h" #include "TextureResource.h" #include "Engine/Texture.h" +#include "Engine/Texture2D.h" +#include "SceneView.h" #include "Engine/GameInstance.h" #include "SceneManagement.h" #include "Materials/Material.h" @@ -27,6 +29,8 @@ #include "Engine/Engine.h" #include "Engine/GameViewportClient.h" #include "Engine/TextureRenderTarget2D.h" +#include "ImageUtils.h" +#include "ImageCoreUtils.h" //#include "Widgets/SWindow.h" #include "Framework/Application/SlateApplication.h" #include "Kismet/KismetSystemLibrary.h" @@ -415,6 +419,8 @@ UVRStereoWidgetComponent::~UVRStereoWidgetComponent() void UVRStereoWidgetComponent::EndPlay(const EEndPlayReason::Type EndPlayReason) { + Super::EndPlay(EndPlayReason); + if (EndPlayReason == EEndPlayReason::EndPlayInEditor || EndPlayReason == EEndPlayReason::Quit) { //FStereoLayerAdditionalFlagsManager::Destroy(); @@ -431,6 +437,12 @@ void UVRStereoWidgetComponent::BeginDestroy() LayerId = IStereoLayers::FLayerDesc::INVALID_LAYER_ID; } + if (IsValid(TextureRef)) + { + TextureRef->RemoveFromRoot(); + TextureRef = nullptr; + } + Super::BeginDestroy(); } @@ -601,7 +613,14 @@ void UVRStereoWidgetComponent::TickComponent(float DeltaTime, enum ELevelTick Ti if (AVRCharacter* VRChar = Cast(mpawn)) { - HMDLoc += UVRExpansionFunctionLibrary::GetHMDPureYaw_I(HMDRot.Rotator()).RotateVector(FVector(VRChar->VRRootReference->VRCapsuleOffset.X, VRChar->VRRootReference->VRCapsuleOffset.Y, 0.0f)); + if (VRChar->VRMovementReference && VRChar->VRMovementReference->GetReplicatedMovementMode() == EVRConjoinedMovementModes::C_VRMOVE_Seated) + { + + } + else + { + HMDLoc += UVRExpansionFunctionLibrary::GetHMDPureYaw_I(HMDRot.Rotator()).RotateVector(FVector(VRChar->VRRootReference->VRCapsuleOffset.X, VRChar->VRRootReference->VRCapsuleOffset.Y, 0.0f)); + } } DeltaTrans = FTransform(FQuat::Identity, HMDLoc, FVector(1.0f)); @@ -711,8 +730,12 @@ void UVRStereoWidgetComponent::TickComponent(float DeltaTime, enum ELevelTick Ti if (RenderTarget) { - LayerDsec.Texture = RenderTarget->GetResource()->TextureRHI; + // TODO 5.7 need to figure out how to replace this in some way that isn't so fing slow + //PRAGMA_DISABLE_DEPRECATION_WARNINGS + //LayerDsec.Texture = RenderTarget->GetResource()->TextureRHI; + LayerDsec.TextureObj = RenderTarget; LayerDsec.Flags |= (RenderTarget->GetMaterialType() == MCT_TextureExternal) ? IStereoLayers::LAYER_FLAG_TEX_EXTERNAL : 0; + //PRAGMA_ENABLE_DEPRECATION_WARNINGS } // Forget the left texture implementation //if (LeftTexture) diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Grippables/GrippablePhysicsReplication.h b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Grippables/GrippablePhysicsReplication.h index 10acf5f..7cd101f 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Grippables/GrippablePhysicsReplication.h +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Grippables/GrippablePhysicsReplication.h @@ -35,7 +35,8 @@ #pragma region FPhysicsReplicationAsync -class FPhysicsReplicationAsyncVR : public Chaos::TSimCallbackObject< +class FPhysicsReplicationAsyncVR : public IPhysicsReplicationAsync, + public Chaos::TSimCallbackObject< FPhysicsReplicationAsyncInput, Chaos::FSimCallbackNoOutput, Chaos::ESimCallbackOptions::Presimulate | Chaos::ESimCallbackOptions::PhysicsObjectUnregister> @@ -45,7 +46,9 @@ class FPhysicsReplicationAsyncVR : public Chaos::TSimCallbackObject< virtual void OnPreSimulate_Internal() override; virtual void OnPhysicsObjectUnregistered_Internal(Chaos::FConstPhysicsObjectHandle PhysicsObject) override; - virtual void ApplyTargetStatesAsync(const float DeltaSeconds, const FPhysicsRepErrorCorrectionData& ErrorCorrection, const TArray& TargetStates); + virtual void ApplyTargetStatesAsync(const float DeltaSeconds); + UE_DEPRECATED(5.6, "Deprecated, call the function with just @param DeltaSeconds instead.") + virtual void ApplyTargetStatesAsync(const float DeltaSeconds, const FPhysicsRepErrorCorrectionData& ErrorCorrection, const TArray& TargetStates) { ApplyTargetStatesAsync(DeltaSeconds); }; // Replication functions virtual void DefaultReplication_DEPRECATED(Chaos::FRigidBodyHandle_Internal* Handle, const FPhysicsRepAsyncInputData& State, const float DeltaSeconds, const FPhysicsRepErrorCorrectionData& ErrorCorrection); @@ -54,7 +57,7 @@ class FPhysicsReplicationAsyncVR : public Chaos::TSimCallbackObject< virtual bool ResimulationReplication(Chaos::FPBDRigidParticleHandle* Handle, FReplicatedPhysicsTargetAsync& Target, const float DeltaSeconds); public: - virtual void RegisterSettings(Chaos::FConstPhysicsObjectHandle PhysicsObject, FNetworkPhysicsSettingsAsync InSettings); + virtual void RegisterSettings(Chaos::FConstPhysicsObjectHandle PhysicsObject, FNetworkPhysicsSettingsAsync InSettings) override; private: float LatencyOneWay; @@ -63,6 +66,8 @@ private: FNetworkPhysicsSettingsAsync SettingsDefault; TMap ObjectToTarget; TMap ObjectToSettings; + TArray ResimIslands; + TArray ResimIslandsParticles; TArray ParticlesInResimIslands; TArray ReplicatedParticleIDs; @@ -74,7 +79,15 @@ private: void CacheResimInteractions(); // Sets SettingsCurrent to either the objects custom settings or to the default settings void FetchObjectSettings(Chaos::FConstPhysicsObjectHandle PhysicsObject); + bool UsePhysicsReplicationLOD(); + void CheckTargetResimValidity(FReplicatedPhysicsTargetAsync& Target); + void ApplyPhysicsReplicationLOD(Chaos::FConstPhysicsObjectHandle PhysicsObjectHandle, FReplicatedPhysicsTargetAsync& Target, const uint32 LODFlags); + void DebugDrawReplicationMode(const FPhysicsRepAsyncInputData& Input); + + /** Static function to extrapolate a target for N ticks using X DeltaSeconds */ static void ExtrapolateTarget(FReplicatedPhysicsTargetAsync& Target, const int32 ExtrapolateFrames, const float DeltaSeconds); + /** Static function to extrapolate a target for N Seconds */ + static void ExtrapolateTarget(FReplicatedPhysicsTargetAsync& Target, const float ExtrapolationTime); public: void Setup(FRigidBodyErrorCorrection ErrorCorrection) diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRGameViewportClient.h b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRGameViewportClient.h index 61f52fd..6ddbeba 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRGameViewportClient.h +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRGameViewportClient.h @@ -61,5 +61,5 @@ public: virtual void PostInitProperties() override; virtual bool InputKey(const FInputKeyEventArgs& EventArgs) override; - virtual bool InputAxis(FViewport* tViewport, FInputDeviceId InputDevice, FKey Key, float Delta, float DeltaTime, int32 NumSamples = 1, bool bGamepad = false) override; + virtual bool InputAxis(const FInputKeyEventArgs& Args) override; }; \ No newline at end of file diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRVehiclePawn.h b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRVehiclePawn.h index 83afc09..672e6b4 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRVehiclePawn.h +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRVehiclePawn.h @@ -93,11 +93,11 @@ public: SetupPlayerInputComponent(InputComponent); InputComponent->RegisterComponent(); - if (UInputDelegateBinding::SupportsInputDelegate(GetClass())) - { + //if (UInputDelegateBinding::SupportsInputDelegate(GetClass())) + //{ InputComponent->bBlockInput = bBlockInput; UInputDelegateBinding::BindInputDelegates(GetClass(), InputComponent); - } + //} } } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRWheeledVehicle.h b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRWheeledVehicle.h index a0ed62a..10b61d4 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRWheeledVehicle.h +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRWheeledVehicle.h @@ -108,11 +108,11 @@ public: SetupPlayerInputComponent(InputComponent); InputComponent->RegisterComponent(); - if (UInputDelegateBinding::SupportsInputDelegate(GetClass())) - { + //if (UInputDelegateBinding::SupportsInputDelegate(GetClass())) + //{ InputComponent->bBlockInput = bBlockInput; UInputDelegateBinding::BindInputDelegates(GetClass(), InputComponent); - } + //} } } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRStereoWidgetComponent.h b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRStereoWidgetComponent.h index 9fddf36..39e3e2f 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRStereoWidgetComponent.h +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRStereoWidgetComponent.h @@ -181,6 +181,9 @@ public: UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "StereoLayer", Meta = (GetOptions = "EditorFlagCollector.GetFlagNames")) TArray AdditionalFlags; + UPROPERTY() + TObjectPtr TextureRef = nullptr; + protected: /** Texture displayed on the stereo layer (is stereocopic textures are supported on the platfrom and more than one texture is provided, this will be the right eye) **/ //UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "StereoLayer") diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/VRExpansionPlugin.Build.cs b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/VRExpansionPlugin.Build.cs index f065a80..56a0175 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/VRExpansionPlugin.Build.cs +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/VRExpansionPlugin.Build.cs @@ -11,6 +11,8 @@ public class VRExpansionPlugin : ModuleRules public VRExpansionPlugin(ReadOnlyTargetRules Target) : base(Target) { + DefaultBuildSettings = BuildSettingsVersion.Latest; + IncludeOrderVersion = EngineIncludeOrderVersion.Latest; PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; //bEnforceIWYU = true; @@ -83,6 +85,7 @@ public class VRExpansionPlugin : ModuleRules // "CoreUObject", //"Engine", "InputCore", + "ImageCore", // For new stereo layer stuff //"FLEX", remove comment if building in the NVIDIA flex branch - NOTE when put in place FLEX only listed win32 and win64 at compatible platforms //"HeadMountedDisplay", "RHI", diff --git a/VIRTUOS_ExpansionPluginTests/README.md b/VIRTUOS_ExpansionPluginTests/README.md deleted file mode 100644 index 02dcdcf..0000000 --- a/VIRTUOS_ExpansionPluginTests/README.md +++ /dev/null @@ -1,10 +0,0 @@ -### How do I get set up? ### - -Current compatible versions for template: Latest Engine Version (Template is not kept to as many compatible versions as the plugin itself). - -* Right click on VRExpPluginExample.uproject and switch to your preferred (compatible) engine version. -* If project files did not automatically generate after switching, right click again and select "Generate Visual Studio Files" -* Open Solution and build - Or download the pre-built binary package from the forum thread for the engine version and place into the plugins directory. -* Run - -You need to have visual studio installed and follow the UE4 setup guide for it: https://docs.unrealengine.com/latest/INT/Programming/Development/VisualStudioSetup/ \ No newline at end of file diff --git a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject index 5790317..68c8a41 100644 --- a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject +++ b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject @@ -1,6 +1,6 @@ { "FileVersion": 3, - "EngineAssociation": "5.5", + "EngineAssociation": "5.6", "Category": "", "Description": "", "Modules": [