From abeb253bdf158e9ed1a11bbda449107e57ab1865 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 6 Jan 2025 00:14:59 +0100 Subject: [PATCH 01/96] Rework on Gilbert using Protowolfs Blender Addon for Export --- .../Content/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 +++ .../Content/Gilbert/NewFolder/Forward.uasset | 3 --- .../Content/Gilbert/NewFolder/Forward1.uasset | 3 --- .../Content/Gilbert/NewFolder/Forward2_BowDown.uasset | 3 --- .../Content/Gilbert/NewFolder/Forward2_DigOut.uasset | 3 --- .../Content/Gilbert/NewFolder/Forward2_Idle.uasset | 3 --- .../Content/Gilbert/NewFolder/Forward2_Jump.uasset | 3 --- .../Content/Gilbert/NewFolder/Forward2_WalkBackward.uasset | 3 --- .../Content/Gilbert/NewFolder/Forward2_WalkForward.uasset | 3 --- .../Content/Gilbert/NewFolder/Forward2_WalkLeft.uasset | 3 --- .../Content/Gilbert/NewFolder/Forward2_WalkRight.uasset | 3 --- .../Content/Gilbert/NewFolder/Gilbert_Physics.uasset | 3 +++ .../Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset | 3 +++ .../Gilbert/NewFolder/Gilbert_Skeleton_Skeleton.uasset | 3 +++ .../Content/Gilbert/NewFolder/Movement.uasset | 4 ++-- .../Content/Gilbert/NewFolder/SM_Gilbert.uasset | 3 +++ .../Content/Gilbert/NewFolder/WatercanRobot4.uasset | 4 ++-- .../Gilbert/NewFolder/WatercanRobot4_Anim_BowDown.uasset | 3 --- .../Gilbert/NewFolder/WatercanRobot4_Anim_DigOut.uasset | 3 --- .../Content/Gilbert/NewFolder/WatercanRobot4_Anim_Idle.uasset | 3 --- .../Content/Gilbert/NewFolder/WatercanRobot4_Anim_Jump.uasset | 3 --- .../Content/Gilbert/NewFolder/WatercanRobot4_Anim_Walk.uasset | 3 --- .../Gilbert/NewFolder/WatercanRobot4_Anim_WalkLeft.uasset | 3 --- .../Gilbert/NewFolder/WatercanRobot4_Anim_WalkRight.uasset | 3 --- .../Gilbert/NewFolder/WatercanRobot4_PhysicsAsset.uasset | 4 ++-- .../Content/Gilbert/NewFolder/WatercanRobot4_Skeleton.uasset | 4 ++-- .../NewFolder/WatercanRobot4_Skeleton_AnimBlueprint.uasset | 4 ++-- .../Content/VRE/Core/Template_VR_Player_Controller_3rd.uasset | 3 +++ .../Content/VRE/Core/VRGameMode_3rd.uasset | 3 +++ .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- 38 files changed, 56 insertions(+), 65 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__BowDown.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__DigOut.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_BowDown.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_DigOut.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_Idle.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_Jump.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkBackward.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkForward.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkRight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Physics.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_Skeleton.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/SM_Gilbert.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_BowDown.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_DigOut.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Idle.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Jump.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Walk.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_WalkLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_WalkRight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Template_VR_Player_Controller_3rd.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameMode_3rd.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset index 0ee573d..76d1b52 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0edb0eac822d13ac076b1ed06f1c8ded1c38c9e1a0d7dd144d3c50134581931 -size 124291 +oid sha256:f9cf70e00ebda831e73e1da80a7e26a85de607f2f4fee42d73789bb94cda960a +size 124465 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__BowDown.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__BowDown.uasset new file mode 100644 index 0000000..e3c4d78 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__BowDown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5144ae7ca303e02d55e5f73d42b48475a2ccda7ea4e9bcbfe437b74cd414748 +size 168502 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__DigOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__DigOut.uasset new file mode 100644 index 0000000..dc1a1eb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__DigOut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7cd947fca29a0b47005571fa44d1626442b5d4114b9ab5a2afda0b2a524235 +size 181146 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset new file mode 100644 index 0000000..4293324 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d270ce9593c36d7c9ac1be40f58687f64d51d12cf6fec0d949399e729ee4800e +size 214352 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset new file mode 100644 index 0000000..f3a3a65 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72292cc8f732fee6ce4680fcde1c74d8e8c9d34ca03d865314f477455de217a9 +size 136936 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset new file mode 100644 index 0000000..a4e7be1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195a6db26e04b39370d0b38b030f57db32617c80bb3ef4134a01650bcf795c9d +size 197388 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset new file mode 100644 index 0000000..7f47370 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6db10a39d94b08d16d1ac91ef4cdf86bf2cf405d55e40a9469ade7df872c13 +size 196564 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset new file mode 100644 index 0000000..7b1e23b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420fba6ab861f12e69930f7658c7bab1e338074cad9e3dc1f36dd2d4d80016ba +size 193251 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset new file mode 100644 index 0000000..bf264f1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873b8d634b05ee785d53fc330e10ab6b78ad67d0d8a25f5611df734fadb9396a +size 193323 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward.uasset deleted file mode 100644 index 1ddf4df..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1039b1880ae26f26e45d801b19f05325df130366f86202b8ab936a8f8a7d224 -size 139621 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward1.uasset deleted file mode 100644 index 3b30447..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d740c76c4d6a197555af3e99e23a6bd694b847f17728214d739bbd36fcc23497 -size 121964 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_BowDown.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_BowDown.uasset deleted file mode 100644 index 17964b5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_BowDown.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95d83fd9c0847a24a9c032632ea7d8c1cfe4342d57c26de0ecdac40787abb3a2 -size 112675 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_DigOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_DigOut.uasset deleted file mode 100644 index 26eae6d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_DigOut.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4613053aae1965a9edee7d25deb48bbb9e1f63f74b11b3d8bb9d9cdca83f7eef -size 125387 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_Idle.uasset deleted file mode 100644 index d2edab9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_Idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d45fbb047f81be1bc76825c2c50c2fee6211edc9d3cd9d9f3df9e777b0c33a83 -size 158598 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_Jump.uasset deleted file mode 100644 index 7610fbf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_Jump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9a5cb00e05875e21154d4fdcb206bbf5c3beecd8a08a6581cf5f50dba1588e0 -size 81161 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkBackward.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkBackward.uasset deleted file mode 100644 index 1db171b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkBackward.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c847d5ac99e1f19670d2c27c59f10eff089e09a52e4c945a2b1de5757fd15ae2 -size 141576 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkForward.uasset deleted file mode 100644 index 9ae71d1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkForward.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:572f6cd7f38c06001fdc041de2bf87f31e9a52a53723cf287d10d2a16f83ba6e -size 140766 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkLeft.uasset deleted file mode 100644 index 1519721..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a86443a13f3d7f67ee92594dae46961dbf347aa8bd02556bad2f7d9f41266718 -size 137479 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkRight.uasset deleted file mode 100644 index 17f3520..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Forward2_WalkRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0de7d8b255df9fe3f706d290200a93820fd369de919ace518bbcecc8e0a6793 -size 137568 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Physics.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Physics.uasset new file mode 100644 index 0000000..ad1d708 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6eb1c510d82ced331afd716c1f954b120405ecad4c82de96c70d0a0e57ce45 +size 55307 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset new file mode 100644 index 0000000..7423844 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f3a35308db664e4a8709b21313b2f0f73255b9fc68b46c860102345eb01283 +size 158026 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_Skeleton.uasset new file mode 100644 index 0000000..e28d8a9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46e297809b0c11d30253a82f3d8c9ea2a7c2f565621c16a0546ef72fcd3d9f9 +size 14927 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset index 626cebe..27163b1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:128f754823d7620e52c3d447afb7b20591438f22f942ff230c757af5d9a6052d -size 16066 +oid sha256:4a1e8d9efe2bf2be379ed6558e3941a28ec6df510b65a427ee2aa1afca76182e +size 16247 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/SM_Gilbert.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/SM_Gilbert.uasset new file mode 100644 index 0000000..8fc83bd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/SM_Gilbert.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5874560400c1cbf06ce1ad42803bf859339b694e7d092b9c8de8828fc977ff7c +size 2378458 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4.uasset index 928e72f..b8415af 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a326dfc51334e8690a0af9664a029fb410476152373ca0d748d1d581bf2db4d0 -size 3482831 +oid sha256:a7bffb735d6cf72421eee8698116fe81b10213895aa0ecc38ae181f43020128c +size 1538 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_BowDown.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_BowDown.uasset deleted file mode 100644 index de39f1c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_BowDown.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c5aff0ad61ed671f167864eee6e2ec81a361b43569d03398cb6fd5c7f679fa2 -size 113223 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_DigOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_DigOut.uasset deleted file mode 100644 index 52c6744..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_DigOut.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d08823f596431b4fedc30d83328729d7cd937bda6e8a03bff526629b50a6cbf0 -size 125837 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Idle.uasset deleted file mode 100644 index 55816ac..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:419709b47193cb15d995b99e8624b49edbe2ad93a22ecd72c57c80c9e4d6b0f1 -size 158873 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Jump.uasset deleted file mode 100644 index 158daff..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Jump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:639fdb5fd807691fa56ba41ef269ca7f5200867229cd6d12e282b29c38226b9f -size 81424 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Walk.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Walk.uasset deleted file mode 100644 index cc41d3d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_Walk.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a9f9909fb3ebec4af9f418d31d11f4dcaf92ae3940d31edf32cd43e419cc136 -size 137056 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_WalkLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_WalkLeft.uasset deleted file mode 100644 index b68bbe0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_WalkLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8705db44e49aaf38a123466fb1917ffb720e218e30f1debcbdda997df41fcf10 -size 137736 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_WalkRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_WalkRight.uasset deleted file mode 100644 index 75493cd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Anim_WalkRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9bb91135bf284297f6eb7d56413fbfe3cf0188f09b33d51fe7910f3592981db -size 137836 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_PhysicsAsset.uasset index c3d21bb..0d548b3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1052b66cc8dc8e819502fd44f0c2e9442e1f529462d238c0038d30f932174124 -size 55217 +oid sha256:7814d51ed12378178da17c7bca4705ef58ce0c14bda99ae035d082ade47c74db +size 1623 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton.uasset index ac6ea2a..d1152b3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5955b81f9c0e0c1c56b801233aa76796477cc534b06534937efec661c2df121 -size 14027 +oid sha256:507810dc0c3d34befc9ba09e26df84ab5ddf74ae58b2a8dd95651fadbfca4c2b +size 1635 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton_AnimBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton_AnimBlueprint.uasset index 6476bc5..5734bc9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton_AnimBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton_AnimBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7646fd146df69749e864df0539d8f8083e0ba7364ad2e9428502e1ee3fb78577 -size 150161 +oid sha256:22c0ea23464fce71569a20491b286bb025ba6ca826b94ed6b37dc09cbe0b9f29 +size 3041 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Template_VR_Player_Controller_3rd.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Template_VR_Player_Controller_3rd.uasset new file mode 100644 index 0000000..7095965 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Template_VR_Player_Controller_3rd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ad8e471e30a5d0b6c6211ac2731404d32e5d438d8c022e4b4356493292b6fc +size 242864 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameMode_3rd.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameMode_3rd.uasset new file mode 100644 index 0000000..00d13d4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameMode_3rd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003372b2659622ee1db54c6198040c0cefa82fcadb7f859bf1181f6ac3481651 +size 27592 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index b0b89c3..0c8cff7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78f5b98b43a22a57209ab44af636cfdcbe8ac2478a5153638076c23770ee64c2 -size 1445905 +oid sha256:4973546ad866c61c559c3c6e24394d156684348da86726eb2ac10228ad7cf8e2 +size 1445843 From dc556bbbc04dd1cb83ea1426cbcdf95d4705df9e Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 6 Jan 2025 16:43:17 +0100 Subject: [PATCH 02/96] Testing Spline Movement for Gilbert, Door --- .../Content/Furniture/Doors/NewBlueprint.uasset | 4 ++-- .../Content/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../Content/Gilbert/TestSpline.uasset | 3 +++ .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset | 3 +++ 5 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset index c4069ca..75f9ff7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce8bdb4bd8e5b88eabe3fa94fbd0b171b61f671dd62d7f652153a191a59e6455 -size 189307 +oid sha256:fb1cfa5fc88c26366c5ad6642a804fdeb11117a84f1677175853ede0d385efa3 +size 226126 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset index 76d1b52..0277aa7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9cf70e00ebda831e73e1da80a7e26a85de607f2f4fee42d73789bb94cda960a -size 124465 +oid sha256:a01508b42b01026d62ce7f5da0ce029c7fff18f28642d83d17db9d23e8b416bf +size 291304 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset new file mode 100644 index 0000000..7a61bdd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778e2b3c222082075d5978397dbd789e53ec6cbea107c38cb10eda8d6b9abfb8 +size 30325 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 0c8cff7..18b5cd2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4973546ad866c61c559c3c6e24394d156684348da86726eb2ac10228ad7cf8e2 -size 1445843 +oid sha256:9c0ebbc65d3f41b90f49a3d10e7754b1c9eb63cb7c295920831cfadc75f67057 +size 1486229 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset new file mode 100644 index 0000000..e186522 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb83fd0531219eec9ab61af032610d939f36380ce6236c7548368135af0a4e0 +size 480717 From 33baabc970ca2f4b87b93bb333ef0f5113ceda36 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 6 Jan 2025 23:13:37 +0100 Subject: [PATCH 03/96] Follow Spline Approach with seperate Actor --- .../Content/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../Content/Gilbert/NewFolder/Movement.uasset | 2 +- .../Content/Gilbert/SplineActor.uasset | 3 +++ .../Content/Gilbert/TestSpline.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- 5 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset index 0277aa7..8b6dff9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a01508b42b01026d62ce7f5da0ce029c7fff18f28642d83d17db9d23e8b416bf -size 291304 +oid sha256:c7eac62ad7f97f1284d6e7893cfa2046fe6d6f870f822f4daa88f8096e135424 +size 295229 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset index 27163b1..ea70a24 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a1e8d9efe2bf2be379ed6558e3941a28ec6df510b65a427ee2aa1afca76182e +oid sha256:419495a2e62a08119c39824c1cc929eb9b5e11961b59da92410499d27293c51c size 16247 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset new file mode 100644 index 0000000..cd2d6ef --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1404f0ae925160bd0546997c8ff03861db7d357fcedf57205ff9723e188ddced +size 28288 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset index 7a61bdd..3dd7bb3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:778e2b3c222082075d5978397dbd789e53ec6cbea107c38cb10eda8d6b9abfb8 -size 30325 +oid sha256:4cfdc18bf86f0cf64db5ed9118db124f57b7a15bdc21d3be4877cb76dc07b488 +size 103247 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 18b5cd2..7f1be63 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c0ebbc65d3f41b90f49a3d10e7754b1c9eb63cb7c295920831cfadc75f67057 -size 1486229 +oid sha256:c1e723e6622d521a856673a324128df68c4f350b6dcd62324dcafea7b2b59737 +size 1491174 From 514d1dcf6f99ea103e75f13f5cfcf4186bbc0815 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 7 Jan 2025 14:50:57 +0100 Subject: [PATCH 04/96] Fixing Gilbert Scale, NavLink Setup, Note: You to bind the Reached Event on Begin Play instaed of calling directly https://www.youtube.com/watch?v=G4GHa-zmQR8 --- .../Content/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 | 4 ++-- .../Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset | 3 --- .../Animations/Gilbert_Actions__WalkBackwward.uasset | 4 ++-- .../NewFolder/Animations/Gilbert_Actions__WalkForward.uasset | 4 ++-- .../NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset | 4 ++-- .../NewFolder/Animations/Gilbert_Actions__WalkRight.uasset | 4 ++-- .../NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset | 3 +++ .../NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset | 3 +++ .../NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset | 3 +++ .../NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset | 3 +++ .../Animations/Test/Gilbert_Actions__WalkBackwward.uasset | 3 +++ .../Animations/Test/Gilbert_Actions__WalkForward.uasset | 3 +++ .../Animations/Test/Gilbert_Actions__WalkLeft.uasset | 3 +++ .../Animations/Test/Gilbert_Actions__WalkRight.uasset | 3 +++ .../Content/Gilbert/NewFolder/GilbertMesh.uasset | 3 +++ .../Content/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset | 3 +++ .../Content/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset | 3 +++ .../Content/Gilbert/NewFolder/Gilbert_Physics.uasset | 3 --- .../Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset | 4 ++-- .../Gilbert/NewFolder/Gilbert_Skeleton_Skeleton.uasset | 4 ++-- .../Content/Gilbert/NewFolder/Movement.uasset | 4 ++-- .../Content/Gilbert/NewFolder/NavLink_AI.uasset | 3 +++ .../Content/Gilbert/NewFolder/SM_Gilbert.uasset | 4 ++-- .../Content/Gilbert/NewFolder/Test/GilbertMesh.uasset | 3 +++ .../Gilbert/NewFolder/Test/GilbertMesh_PhysicsAsset.uasset | 3 +++ .../Gilbert/NewFolder/Test/GilbertMesh_Skeleton.uasset | 3 +++ .../Content/Gilbert/NewFolder/Test/gloss.uasset | 3 +++ .../Content/Gilbert/NewFolder/Test/normal.uasset | 3 +++ .../Content/Gilbert/NewFolder/Test2/GilbertMesh.uasset | 3 +++ .../Content/Gilbert/NewFolder/Test2/gloss.uasset | 3 +++ .../Content/Gilbert/NewFolder/Test2/normal.uasset | 3 +++ .../Gilbert/NewFolder/WatercanRobot4_PhysicsAsset.uasset | 3 --- .../Content/Gilbert/NewFolder/WatercanRobot4_Skeleton.uasset | 4 ++-- .../Content/Gilbert/SplineActor.uasset | 4 ++-- .../Content/Gilbert/TestSpline.uasset | 4 ++-- .../Content/VFX/Projector/M_Projector.uasset | 4 ++-- .../Content/VFX/Projector/M_Rays_Inst.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- 41 files changed, 92 insertions(+), 47 deletions(-) delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__BowDown.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__DigOut.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Physics.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh_PhysicsAsset.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh_Skeleton.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/gloss.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/GilbertMesh.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/gloss.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_PhysicsAsset.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset index 8b6dff9..7021f58 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c7eac62ad7f97f1284d6e7893cfa2046fe6d6f870f822f4daa88f8096e135424 -size 295229 +oid sha256:a612575b0621448b7c2881585722106930d581deca2fc592568d13929f3a21d2 +size 290756 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__BowDown.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__BowDown.uasset deleted file mode 100644 index e3c4d78..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__BowDown.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5144ae7ca303e02d55e5f73d42b48475a2ccda7ea4e9bcbfe437b74cd414748 -size 168502 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__DigOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__DigOut.uasset deleted file mode 100644 index dc1a1eb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__DigOut.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f7cd947fca29a0b47005571fa44d1626442b5d4114b9ab5a2afda0b2a524235 -size 181146 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset index 4293324..8f74f15 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d270ce9593c36d7c9ac1be40f58687f64d51d12cf6fec0d949399e729ee4800e -size 214352 +oid sha256:080ab810e69318e7927e2daf9cd79f66e6c60e6fbcda082d58a2bbfed1eb6e2a +size 1341 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset deleted file mode 100644 index f3a3a65..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72292cc8f732fee6ce4680fcde1c74d8e8c9d34ca03d865314f477455de217a9 -size 136936 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset index a4e7be1..30d8c1e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:195a6db26e04b39370d0b38b030f57db32617c80bb3ef4134a01650bcf795c9d -size 197388 +oid sha256:b41e743044b5158484980ef070226fcc79221798907b5a75cd102bda5593e404 +size 1413 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset index 7f47370..8e67a7c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de6db10a39d94b08d16d1ac91ef4cdf86bf2cf405d55e40a9469ade7df872c13 -size 196564 +oid sha256:e5106526fb9fbefe5b14220fc1150a62dbf06023faebd971331d8d346904f48b +size 1397 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset index 7b1e23b..1ac059b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:420fba6ab861f12e69930f7658c7bab1e338074cad9e3dc1f36dd2d4d80016ba -size 193251 +oid sha256:1979e85548508e75f8cba47ab01fac9c62ba2582a28d2399eea577e8f1543c52 +size 1373 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset index bf264f1..34a8a33 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:873b8d634b05ee785d53fc330e10ab6b78ad67d0d8a25f5611df734fadb9396a -size 193323 +oid sha256:947f44580c2fe079e3d9ba65cc413c0c5f79bfe5ecad53947283dca8b53ee77f +size 1381 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset new file mode 100644 index 0000000..e92e5c3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0def2b54b738e7bb79eaa65977a766049adb66579aaa262a2e155baa70e8532 +size 169196 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset new file mode 100644 index 0000000..d1077bd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea954d1dba7d11ca6e8411aec9f10793e9dc504f45c8cabd233473d92f6b036 +size 181678 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset new file mode 100644 index 0000000..fe9748e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf0b3adeac69eed32f6ef6da35f0f1cf26778ae95cdd4f4d0e190e5c4f970f8 +size 215044 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset new file mode 100644 index 0000000..54d8f28 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9bffea18d41e2422a2a8f294acc4c48b2796448f09454f4919a4aaedc14802b +size 137576 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset new file mode 100644 index 0000000..bf753c2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac470e682f90a6371f9da788ebe69a6955f15d5b82a704ad5faa4445716d231 +size 198118 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset new file mode 100644 index 0000000..4655e1f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2900948793035ccbf72279639a9939a5dcb6d635b965b896d58c0f3dbfafee4a +size 197287 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset new file mode 100644 index 0000000..d012a32 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafbf591544e10e9ddc79218265a40a7262cb2ed39b4f54c2336d471e3fe98f7 +size 193947 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset new file mode 100644 index 0000000..32e4480 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69326cc34079812a94b52402042fb3b5a8e5b86a19a5056ab80e8a66546c7180 +size 194050 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh.uasset new file mode 100644 index 0000000..1e594ce --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bfdb896b14abea8ed2f99842117f20cab88631ea8572056bdb09978529ab4ab +size 2408974 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset new file mode 100644 index 0000000..20f21bf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb2123a30f8ee40d018a4314d142be9a64097eb6d913addc57c5e7f3a854063 +size 21489 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset new file mode 100644 index 0000000..b3b2651 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b71312b449433d4cc46745988154ee8dbf5244b80bdd8a051eda2b9cd11f47 +size 16874 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Physics.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Physics.uasset deleted file mode 100644 index ad1d708..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Physics.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e6eb1c510d82ced331afd716c1f954b120405ecad4c82de96c70d0a0e57ce45 -size 55307 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset index 7423844..dfd2a13 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3f3a35308db664e4a8709b21313b2f0f73255b9fc68b46c860102345eb01283 -size 158026 +oid sha256:b9eb985c3a8aa6102f0c7febed7401d94dcda97e5e7540279d0e1292eb989f54 +size 151894 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_Skeleton.uasset index e28d8a9..7aba693 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d46e297809b0c11d30253a82f3d8c9ea2a7c2f565621c16a0546ef72fcd3d9f9 -size 14927 +oid sha256:5b7d0f9da2a5aeb60badda7d986fa0da03035e9cd5381594eb8f8c2155d3148b +size 1325 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset index ea70a24..a0b3129 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:419495a2e62a08119c39824c1cc929eb9b5e11961b59da92410499d27293c51c -size 16247 +oid sha256:184008a4765d21c8320e16e7a782ab327a753a9012a2c9f0b24024e7fa10cafb +size 19334 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset new file mode 100644 index 0000000..0ed2617 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92662b633fd6379bf3d9f9b4c3cd5ce1191644aae3c590b0cabb9fba777b79a7 +size 54762 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/SM_Gilbert.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/SM_Gilbert.uasset index 8fc83bd..ffa42af 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/SM_Gilbert.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/SM_Gilbert.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5874560400c1cbf06ce1ad42803bf859339b694e7d092b9c8de8828fc977ff7c -size 2378458 +oid sha256:1e90117dfb56b5625a06a6b07576273adc9be42f13f374a1435df29929e8e68d +size 1234 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh.uasset new file mode 100644 index 0000000..661d162 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8e039df3dc804fba84a1b97fda77d757f934faf6c2597dd702e36c2c56f5f7 +size 2421426 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh_PhysicsAsset.uasset new file mode 100644 index 0000000..351ccc9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ee9d5d1fb51733bc366d24e89bed849f379632b6085f93992f9ffb5c00023a +size 9616 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh_Skeleton.uasset new file mode 100644 index 0000000..202998c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c82e5af88665cd1332d3bf4980e69cf0b8478f05efeb66130491aa5d24e5871 +size 15732 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/gloss.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/gloss.uasset new file mode 100644 index 0000000..b9771c2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/gloss.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291e9eb1f792a4109591604ec03a4a9be58b151d0c6805fc62286db0d69193d9 +size 1483604 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/normal.uasset new file mode 100644 index 0000000..e528df2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4885d4e72e4a5111c3000db295e6ae3377bcc440bf1da6979051faa6ecb8e1 +size 4511456 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/GilbertMesh.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/GilbertMesh.uasset new file mode 100644 index 0000000..fc4f423 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/GilbertMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfba664c2bc544d54548c4c93d9cac4507595f2d4156d089e5255a1511b15afc +size 1519 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/gloss.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/gloss.uasset new file mode 100644 index 0000000..8721835 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/gloss.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b21b03c4dc4af3f89ae18601c14cce69301104ee08160c4ec7881c2d02043f +size 1483613 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/normal.uasset new file mode 100644 index 0000000..3e50d0d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62281b9ed208193326959c81729835e3935a21738844a709c214812e0ef85112 +size 4511465 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_PhysicsAsset.uasset deleted file mode 100644 index 0d548b3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7814d51ed12378178da17c7bca4705ef58ce0c14bda99ae035d082ade47c74db -size 1623 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton.uasset index d1152b3..0176475 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:507810dc0c3d34befc9ba09e26df84ab5ddf74ae58b2a8dd95651fadbfca4c2b -size 1635 +oid sha256:20c56ed985bc4f35a8c430e897c2754672e70d7f0d6e98966ad17a3bad409667 +size 1615 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset index cd2d6ef..51c4c8a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1404f0ae925160bd0546997c8ff03861db7d357fcedf57205ff9723e188ddced -size 28288 +oid sha256:5595e6937bfd8cd942aecb2da577c5d7c1fee4c923268518ce3acfbb77a8dd8f +size 28722 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset index 3dd7bb3..5c3e6ab 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4cfdc18bf86f0cf64db5ed9118db124f57b7a15bdc21d3be4877cb76dc07b488 -size 103247 +oid sha256:f9f7d2547c22a9a7e6871cf615f9caa364b0af48dcd086921a6366e4bd148c73 +size 102016 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset index d2271ae..a4f0c98 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c08487feb1cd95e3621ebeac5446cb60ee88cc1e244bac214a8f0f49a3c13706 -size 33756 +oid sha256:80cae393e4352f133eb78108f8c1fe7b1a5ded33739d739a73c545b2cf68793b +size 33725 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays_Inst.uasset index 6a5cc1a..ddfe365 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a78f07627f72e1647bbf120098bb7da76944e27cd0b370b9f864eb62d4ade18 -size 10215 +oid sha256:eda781e6963a4c759de2424b92644f39549df1f1ca14ff1caf1b4f53f58813e5 +size 10641 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 7f1be63..c06ebec 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c1e723e6622d521a856673a324128df68c4f350b6dcd62324dcafea7b2b59737 -size 1491174 +oid sha256:ff1adf5eecf4704125da0b957203c76996f38cdb5bf91b846e8453581874bd3a +size 1497254 From 4ce5dafff0d2c738539d5969206289ba638345a2 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 8 Jan 2025 09:45:58 +0100 Subject: [PATCH 05/96] Fixed OnLinkReached Issue It seems like I added the event bind by accident, deleted the bind, which left a custom Event and not the intenden ReachEvent! --- .../Content/Gilbert/NewFolder/NavLink_AI.uasset | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset index 0ed2617..807c218 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92662b633fd6379bf3d9f9b4c3cd5ce1191644aae3c590b0cabb9fba777b79a7 -size 54762 +oid sha256:5cc3f9cd81d68bb0c847c2b701f56ef64c79f56bf4741ef16d10f78f714be459 +size 33434 From dc4b8969d7f715a7b08531c72baf68788d940bde Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 8 Jan 2025 15:26:21 +0100 Subject: [PATCH 06/96] Reworked Character Following Spline,. Actor Following didnt work as desired Thanks to Great Ocean Games Tutorial https://www.youtube.com/watch?v=UIF1PcmZkGA --- .../Content/Characters/BPI_Character.uasset | 3 +++ .../Content/Characters/BP_BaseCharacter.uasset | 3 +++ .../Content/Characters/CustomAIController.uasset | 3 +++ .../Content/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../Content/Gilbert/NewFolder/NavLink_AI.uasset | 4 ++-- .../Content/Gilbert/TestSpline.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- 7 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/BPI_Character.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/BPI_Character.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/BPI_Character.uasset new file mode 100644 index 0000000..44c4b3d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/BPI_Character.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b196c7c75d1bb4a2b4cf850860a70a5ceb50e59868d35fb203f1e7482e45ca +size 10561 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset new file mode 100644 index 0000000..7944b5f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d572be6141a5da8dcbe679b220e8800ce0b053685a4602a3734dce4539876f93 +size 54314 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset new file mode 100644 index 0000000..f288c13 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd0b47e5b43cfc5f5db9a0db4535bf7bb37efd57c850ba88c763b0f040c9a5f +size 182868 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset index 7021f58..4522168 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a612575b0621448b7c2881585722106930d581deca2fc592568d13929f3a21d2 -size 290756 +oid sha256:c3f647ea19f3da7ef254a671545723946150d2b01f75d9cf5f4cbdaff75659e7 +size 287540 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset index 807c218..51d8d54 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cc3f9cd81d68bb0c847c2b701f56ef64c79f56bf4741ef16d10f78f714be459 -size 33434 +oid sha256:2fb751d81c49ccd697af8f3f02b9417da374a1cf99b9b5906cffacfbd4ea4ce7 +size 29400 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset index 5c3e6ab..1a6a0a8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9f7d2547c22a9a7e6871cf615f9caa364b0af48dcd086921a6366e4bd148c73 -size 102016 +oid sha256:b4d603f1276039f5efbf3d37212bef1dc23d64d9f064d37bfba926515222c889 +size 127869 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index c06ebec..1b3cd0f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff1adf5eecf4704125da0b957203c76996f38cdb5bf91b846e8453581874bd3a -size 1497254 +oid sha256:0a63c201091c247be5b60fca787a2d4cbe4775cd48e450e29bade7bc04373d7c +size 1503124 From 5d45b12bc1104e03b8173eb851004b042286480f Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 8 Jan 2025 21:51:16 +0100 Subject: [PATCH 07/96] Spline Following is still a pain but should work now, needs cleanup --- .../Content/Characters/BP_BaseCharacter.uasset | 4 ++-- .../Content/Characters/CustomAIController.uasset | 4 ++-- .../Content/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../Content/Gilbert/NewFolder/BS_Movement.uasset | 3 +++ .../Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset | 4 ++-- .../Content/Gilbert/NewFolder/Movement.uasset | 4 ++-- .../Content/Gilbert/NewFolder/NavLink_AI.uasset | 4 ++-- .../Content/Gilbert/NewFolder/Test/GilbertMesh.uasset | 3 --- .../Gilbert/NewFolder/Test/GilbertMesh_PhysicsAsset.uasset | 3 --- .../Gilbert/NewFolder/Test/GilbertMesh_Skeleton.uasset | 3 --- .../Content/Gilbert/NewFolder/Test/gloss.uasset | 3 --- .../Content/Gilbert/NewFolder/Test/normal.uasset | 3 --- .../Content/Gilbert/NewFolder/Test2/GilbertMesh.uasset | 3 --- .../Content/Gilbert/NewFolder/Test2/gloss.uasset | 3 --- .../Content/Gilbert/NewFolder/Test2/normal.uasset | 3 --- .../Content/Gilbert/SplineActor.uasset | 4 ++-- .../Content/Gilbert/TestSpline.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- 18 files changed, 21 insertions(+), 42 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BS_Movement.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh_PhysicsAsset.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh_Skeleton.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/gloss.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/GilbertMesh.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/gloss.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/normal.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset index 7944b5f..238e32e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d572be6141a5da8dcbe679b220e8800ce0b053685a4602a3734dce4539876f93 -size 54314 +oid sha256:be1e55b29625cb57e0a27741cea3adfaa020357641ec521a052c5f5ad2992fbd +size 72919 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset index f288c13..d8a6b71 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:abd0b47e5b43cfc5f5db9a0db4535bf7bb37efd57c850ba88c763b0f040c9a5f -size 182868 +oid sha256:2140048bb90d5908e28edbe13ec9a25fd6ef71ec1b2c6ef2921997d059499b44 +size 224936 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset index 4522168..afbbbab 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3f647ea19f3da7ef254a671545723946150d2b01f75d9cf5f4cbdaff75659e7 -size 287540 +oid sha256:0c5196c6df3d904666b7c4a16408bf251274164bd152ee60df3af96b0b2fa34f +size 287538 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BS_Movement.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BS_Movement.uasset new file mode 100644 index 0000000..54e7093 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BS_Movement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6299bdc2362dec6435103e8e6c0be3d0e4f47a9636969d241e3edbff73ec0ebf +size 19349 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset index dfd2a13..2fd2007 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b9eb985c3a8aa6102f0c7febed7401d94dcda97e5e7540279d0e1292eb989f54 -size 151894 +oid sha256:2b3a0f31c40a25990516665049f2a711d1e9ec22d8146ab8175660728e44b7ee +size 151878 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset index a0b3129..d0a277b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:184008a4765d21c8320e16e7a782ab327a753a9012a2c9f0b24024e7fa10cafb -size 19334 +oid sha256:f2f20e34330d66c810718972f42e0577bf501a3ea309b1ae39b767faa59afc60 +size 1508 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset index 51d8d54..ca89cf4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2fb751d81c49ccd697af8f3f02b9417da374a1cf99b9b5906cffacfbd4ea4ce7 -size 29400 +oid sha256:b84d96868c5871080d95b69b3a045c97e7bc845e73bba3e183ad49e44df9de92 +size 35733 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh.uasset deleted file mode 100644 index 661d162..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe8e039df3dc804fba84a1b97fda77d757f934faf6c2597dd702e36c2c56f5f7 -size 2421426 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh_PhysicsAsset.uasset deleted file mode 100644 index 351ccc9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00ee9d5d1fb51733bc366d24e89bed849f379632b6085f93992f9ffb5c00023a -size 9616 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh_Skeleton.uasset deleted file mode 100644 index 202998c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/GilbertMesh_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c82e5af88665cd1332d3bf4980e69cf0b8478f05efeb66130491aa5d24e5871 -size 15732 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/gloss.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/gloss.uasset deleted file mode 100644 index b9771c2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/gloss.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:291e9eb1f792a4109591604ec03a4a9be58b151d0c6805fc62286db0d69193d9 -size 1483604 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/normal.uasset deleted file mode 100644 index e528df2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test/normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc4885d4e72e4a5111c3000db295e6ae3377bcc440bf1da6979051faa6ecb8e1 -size 4511456 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/GilbertMesh.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/GilbertMesh.uasset deleted file mode 100644 index fc4f423..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/GilbertMesh.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfba664c2bc544d54548c4c93d9cac4507595f2d4156d089e5255a1511b15afc -size 1519 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/gloss.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/gloss.uasset deleted file mode 100644 index 8721835..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/gloss.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42b21b03c4dc4af3f89ae18601c14cce69301104ee08160c4ec7881c2d02043f -size 1483613 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/normal.uasset deleted file mode 100644 index 3e50d0d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Test2/normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62281b9ed208193326959c81729835e3935a21738844a709c214812e0ef85112 -size 4511465 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset index 51c4c8a..8b9ff30 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5595e6937bfd8cd942aecb2da577c5d7c1fee4c923268518ce3acfbb77a8dd8f -size 28722 +oid sha256:6a23a86cb12381a8a14476d2997784b228b9b8b78bbf94efe8d1aae3a91a1d4e +size 29685 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset index 1a6a0a8..8cabad9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4d603f1276039f5efbf3d37212bef1dc23d64d9f064d37bfba926515222c889 -size 127869 +oid sha256:ba1bd7e9dc9f24920f71124957b84b44041d596e26b2ba7b63a4643d9b0bb36e +size 128832 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 1b3cd0f..8b91cf0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a63c201091c247be5b60fca787a2d4cbe4775cd48e450e29bade7bc04373d7c -size 1503124 +oid sha256:94e8a54f70005613d1f45b97b18fe88ced53b0ba6dd52307b2aaf734d8356fb0 +size 1500425 From 1471bc46d4252a3207d38794cb299310181f6e2f Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Sun, 12 Jan 2025 23:38:46 +0100 Subject: [PATCH 08/96] Misc Changes on GlibertAnim and Door --- VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini | 2 +- .../Content/Characters/BP_BaseCharacter.uasset | 4 ++-- .../Content/Characters/CustomAIController.uasset | 4 ++-- .../Content/Furniture/Doors/NewBlueprint.uasset | 4 ++-- .../Content/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset | 2 +- .../Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset | 4 ++-- .../Content/Gilbert/NewFolder/NavLink_AI.uasset | 2 +- .../Content/Gilbert/TestSpline.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Grippables/Misc/Examples/Button/Button_Mat_Inst.uasset | 4 ++-- .../Content/VRE/Grippables/Misc/Examples/Button/Green.uasset | 4 ++-- .../VRE/Grippables/Misc/Examples/Door/DoorActor.uasset | 4 ++-- .../VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset | 4 ++-- .../Content/VRE/Grippables/Misc/Examples/Door/DoorKey.uasset | 4 ++-- 15 files changed, 27 insertions(+), 27 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini index 5a41224..1b8de07 100644 --- a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini +++ b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini @@ -167,7 +167,7 @@ bSendAnonymousUsageDataToEpic=False +Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.") +Profiles=(Name="UI",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility"),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ") +Profiles=(Name="WaterBodyCollision",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="",CustomResponses=((Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="Default Water Collision Profile (Created by Water Plugin)") -+DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="VRTraceChannel") ++DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,DefaultResponse=ECR_Overlap,bTraceType=True,bStaticObject=False,Name="VRTraceChannel") +DefaultChannelResponses=(Channel=ECC_GameTraceChannel2,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="FloorTrace") +DefaultChannelResponses=(Channel=ECC_GameTraceChannel3,DefaultResponse=ECR_Ignore,bTraceType=False,bStaticObject=False,Name="PawnWalking") +DefaultChannelResponses=(Channel=ECC_GameTraceChannel4,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="TossableTrace") diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset index 238e32e..da639c9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be1e55b29625cb57e0a27741cea3adfaa020357641ec521a052c5f5ad2992fbd -size 72919 +oid sha256:beafdbd6bae883b474789d95470df656022da58dddf4091a996c4213e963863f +size 75288 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset index d8a6b71..6336d3f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2140048bb90d5908e28edbe13ec9a25fd6ef71ec1b2c6ef2921997d059499b44 -size 224936 +oid sha256:a3c61d942991dca686c53896870aec0aae4b8a2c63c06b892bdb11a3c7168ed7 +size 197173 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset index 75f9ff7..0c635fd 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb1cfa5fc88c26366c5ad6642a804fdeb11117a84f1677175853ede0d385efa3 -size 226126 +oid sha256:34b78ed7ad10a58456e843c01f9ca8b7ce04a4b9900b6a7cfd2be99dc449115b +size 239552 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset index afbbbab..c893457 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c5196c6df3d904666b7c4a16408bf251274164bd152ee60df3af96b0b2fa34f -size 287538 +oid sha256:eac22c7e10452ad26230e22d028846cffa61616fddae7ceecf7ca6fc0116348c +size 143061 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset index 54d8f28..eaa25ae 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9bffea18d41e2422a2a8f294acc4c48b2796448f09454f4919a4aaedc14802b +oid sha256:2fa040771db41004c08f3a4054e8c5c86beeec8251464e4a827e069f8f14007d size 137576 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset index 2fd2007..c579854 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b3a0f31c40a25990516665049f2a711d1e9ec22d8146ab8175660728e44b7ee -size 151878 +oid sha256:4d0259a648718baa3c55d3d7b14f13a7e5d8629159c6eb061758f6e21bbb4b71 +size 231397 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset index ca89cf4..df57e9e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b84d96868c5871080d95b69b3a045c97e7bc845e73bba3e183ad49e44df9de92 +oid sha256:3a31d4007d694d14fc2469a9f7b070ea13897514f26bb31bdf50540faf096a87 size 35733 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset index 8cabad9..eac99d1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba1bd7e9dc9f24920f71124957b84b44041d596e26b2ba7b63a4643d9b0bb36e -size 128832 +oid sha256:96ab2b7265644260f8c5476d8d64fef3977b82487e3bf10dff3b459d878499ac +size 29321 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 8b91cf0..c7dfc74 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94e8a54f70005613d1f45b97b18fe88ced53b0ba6dd52307b2aaf734d8356fb0 -size 1500425 +oid sha256:c2e1335cfe59cb1e045b97c6252662df0dc9787f1d94777d2c1b1d7ae3c4f881 +size 1514380 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/Button_Mat_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/Button_Mat_Inst.uasset index e2ed19e..74ae1e8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/Button_Mat_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/Button_Mat_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80150b19456873f2b10d0e4b9b989640bc09f71baeead650a50f3beb306d875b -size 66333 +oid sha256:cb074a7ece63fd12fbca4cbb84cab2d6c9ab9e2a988a2bc2949047eb402449cc +size 7232 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/Green.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/Green.uasset index 8a8d315..d17d6c4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/Green.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/Green.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61cd829c1307abb54d7865e377f7ca8f11eb73496809713d1695055985d14a6b -size 17999 +oid sha256:1bb24399fbe2770c0241c275c5a176c66833574906d1941d285cfb90b4f7b173 +size 9982 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor.uasset index 158a907..6e49353 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cacbbae5202b43317b069da60d7a2fb247a4bf999816b296f4a07c63b14780f3 -size 481009 +oid sha256:12cf02437b66faec6ffca53ba49d578e542de0da647ffb77b26eb2efa2c39f87 +size 481494 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset index e186522..f7aa806 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fdb83fd0531219eec9ab61af032610d939f36380ce6236c7548368135af0a4e0 -size 480717 +oid sha256:e7b0094f5935ff92b1f0ea0af45984313d56c5d87e5142fc713d42ff9c70781b +size 480746 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorKey.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorKey.uasset index 696d794..c76b262 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorKey.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorKey.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00e2b7ebe5483e565299514705089198b9d04fd4a76bed5a9ede8792d62fb0e6 -size 408094 +oid sha256:c7fa2b4551602dd590bc654d7a63f88149892e2c7503a34dc46ff6d0e05f5af1 +size 323803 From b37fdb96a751a4977c1d949f11bed89d4821575b Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 13 Jan 2025 16:09:06 +0100 Subject: [PATCH 09/96] Found a way to make that damn door work i think --- .../Content/Furniture/Doors/NewBlueprint.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Misc/Examples/InteractibleTut/TutorialSlider.uasset | 4 ++-- .../Misc/Examples/SelfGraspActor/SelfGraspExample.uasset | 4 ++-- .../Content/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset index 0c635fd..699c537 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34b78ed7ad10a58456e843c01f9ca8b7ce04a4b9900b6a7cfd2be99dc449115b -size 239552 +oid sha256:7b26b13d174f633117d81ff52dfab248990a4d9789e209a7dbf6c9255b6ad821 +size 276497 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index c7dfc74..b1ddf90 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2e1335cfe59cb1e045b97c6252662df0dc9787f1d94777d2c1b1d7ae3c4f881 -size 1514380 +oid sha256:cccbe8c068c7ff3523931b0fbde02cefd2baa2ca0da48deafbe30e0c416f5e0c +size 1515096 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/InteractibleTut/TutorialSlider.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/InteractibleTut/TutorialSlider.uasset index 537ac59..f9d3e50 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/InteractibleTut/TutorialSlider.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/InteractibleTut/TutorialSlider.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be2bc6f67f60251018a93dd4e8ff62662b73280bbce345909cbb8589b69b3f50 -size 372360 +oid sha256:7c414ba3cd5b8709b1b01f7f93bae3938cf37f136532176a2c2cf598ed569046 +size 363276 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/SelfGraspActor/SelfGraspExample.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/SelfGraspActor/SelfGraspExample.uasset index ddb6a34..e89c5eb 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/SelfGraspActor/SelfGraspExample.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/SelfGraspActor/SelfGraspExample.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73668b1ac902a37543284fa7b3cbf3adc2b0ad444eff101370a45867e6403d51 -size 138631 +oid sha256:2610502421420881cd1a5091cd5cfcde2a9bcc2b8e4c82453bfa2e07b12ea9f3 +size 142105 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset index 94b558c..2e683c3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:529d3cc480b6cc9474f254ead1198b1bdf038b10cbe325225250e61886be95f8 -size 5581533 +oid sha256:cdad8072104d2751078d2bc668ede691a3d01e5fd14de137e70c3059a0c53db8 +size 5576222 From a1448ac77df861f2ada610f0d4dc4fed11dc25fc Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 14 Jan 2025 23:13:36 +0100 Subject: [PATCH 10/96] Little Door fix, mostly implemented Graphics Settings to Main Menu --- VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini | 4 ++-- .../Content/Characters/CustomAIController.uasset | 4 ++-- .../Content/Furniture/Doors/NewBlueprint.uasset | 4 ++-- .../Content/MainMenu/BP_MainMenu.uasset | 4 ++-- .../Content/MainMenu/BP_WidgetWithIndex.uasset | 4 ++-- .../Content/MainMenu/Enum_MenuButtonType.uasset | 4 ++-- .../M_UI_Liquid_Fill_Button_Inst_WIdgetSlot_Hovered.uasset | 4 ++-- .../Content/MainMenu/WB_AudioSettings.uasset | 4 ++-- .../Content/MainMenu/WB_Button.uasset | 4 ++-- .../Content/MainMenu/WB_Button_StyleMain.uasset | 4 ++-- .../Content/MainMenu/WB_SettingSwitch.uasset | 3 +++ .../Content/MainMenu/WB_SettingsMain.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Test.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Saves/E_Quality.uasset | 3 +++ .../Content/Saves/MainMenuSave.uasset | 4 ++-- .../Content/Saves/SaveGame_PreMainMenu.uasset | 3 +++ .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../Content/VRE/Core/GraspingHands/GraspingHandManny.uasset | 4 ++-- .../VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset | 4 ++-- .../VRHandMeshes/Meshes/HandDuplicate/Handtest1.uasset | 4 ++-- .../VRHandMeshes/Meshes/HandDuplicate/Manny_Glove.uasset | 3 +++ .../Content/VRE/Core/VRGameInstance.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Content/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject | 4 ++++ 26 files changed, 59 insertions(+), 40 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingSwitch.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Test.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Saves/E_Quality.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Saves/SaveGame_PreMainMenu.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/HandDuplicate/Manny_Glove.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini index 1b8de07..0107c24 100644 --- a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini +++ b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini @@ -203,8 +203,8 @@ TileSizeUU=990.000000 CellSize=19.000000 CellHeight=10.000000 AgentMaxStepHeight=35.000000 -NavMeshResolutionParams[0]=(CellSize=38.076923,CellHeight=10.000000,AgentMaxStepHeight=35.000000) -NavMeshResolutionParams[1]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=35.000000) +NavMeshResolutionParams[0]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=35.000000) +NavMeshResolutionParams[1]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=50.000000) NavMeshResolutionParams[2]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=35.000000) AgentRadius=20.000000 AgentHeight=144.000000 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset index 6336d3f..ab0cc92 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3c61d942991dca686c53896870aec0aae4b8a2c63c06b892bdb11a3c7168ed7 -size 197173 +oid sha256:8e96df2724be8d1b19d015098540be228e1e34181cc7fb4a9ac1ba7e5d76abfc +size 193926 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset index 699c537..12bcae9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b26b13d174f633117d81ff52dfab248990a4d9789e209a7dbf6c9255b6ad821 -size 276497 +oid sha256:fe5932ab5715859e6a9899438154b12e3e3728e5b33f36e123b0833f481fcb45 +size 283139 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset index 19166fb..b5dd355 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:33e1f76f2f2a98611e0abd85e8abf3178643fe897d47f576292d7f2616de9a5e -size 707577 +oid sha256:f7a702e0d7a8c9970e13450a275ef90c667134cd110902bcd36f2e2ab304d59f +size 731232 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset index 9963ec0..d1a16ca 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:221acc3eb68d0207670abef73e21cf680e7c1121b6856c2c9429b30da261b565 -size 85061 +oid sha256:90afdfb04a9359936a708d5fa90868f49b43f08568787102024fa855632bbf9d +size 83119 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset index b3fefc6..0856e35 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebba41289a9adeaf562569968f6dcd6674c262c861372d0490bc847cf031c4de -size 5299 +oid sha256:251adf67e043eaea91e45fc49a1e8e636911198af8f217de1d68172d3891db40 +size 6101 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot_Hovered.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot_Hovered.uasset index 2e3ff96..7edf498 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot_Hovered.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot_Hovered.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3656bc15d16cf2e6ec5a354bdf8be98efcb1628d9fdb92b3baf79184332efae2 -size 7608 +oid sha256:23203c81463cf3942a14e2ea0e385ca0599cb0ee1d7e76b25d8950bdf712ce58 +size 7727 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_AudioSettings.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_AudioSettings.uasset index 01d523c..c019478 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_AudioSettings.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_AudioSettings.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a067635594460673eae106b08636016d5415c5b316c0b6293f3ce2bc57d4d153 -size 289813 +oid sha256:2b59eb9925a5c4e34cd07bd01fc68e09d81f8e0eb6fa518a353ea0e1a17c12de +size 285626 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset index 710ec78..7211e80 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:563cb32863ec5db57c7f312bd6eea37bdb0ceb4eb3c3dcf126a22e44340d4751 -size 227031 +oid sha256:2bd2203cc4d94c79dc86ac09baf596724a6d805260e599a89c6098ceb8f52818 +size 233846 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_StyleMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_StyleMain.uasset index ae0416f..306c34b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_StyleMain.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_StyleMain.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60e1dd645a74034a732617999ed21783eb553cb4015460f64317be83c4d66c49 -size 29962 +oid sha256:3be7514aae99f44ccf42acf25abb7f20f589c458ed0da005eda78e2013e2bc18 +size 29661 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingSwitch.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingSwitch.uasset new file mode 100644 index 0000000..69acd5d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingSwitch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cabda2919dabe249559627a3d58e47d39a9a8764e2fcbedaac44a9c9c4c3bef +size 180508 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingsMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingsMain.uasset index f89cd7d..24de0d5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingsMain.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingsMain.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e293e68ecb9fb33acc808283eeadab6bd6fefae71a693ebab9fd504e4639fa76 -size 39346 +oid sha256:7f3d6f0da4ae3d8a85e5aa01b04085a7ea1540e375999eca7b5d01c95e1db7d9 +size 41398 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Test.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Test.uasset new file mode 100644 index 0000000..7d0991e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Test.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ff0527d4340e6ae7c99e471b3750cf1ffadeed388a7dfd3bd649a8c34da50b +size 34676 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Saves/E_Quality.uasset b/VIRTUOS_ExpansionPluginTests/Content/Saves/E_Quality.uasset new file mode 100644 index 0000000..2fc999b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Saves/E_Quality.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065bde672006ae47dac1765b198931aa017435f8d8cae9945e9453a5d0a3dfc2 +size 2932 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Saves/MainMenuSave.uasset b/VIRTUOS_ExpansionPluginTests/Content/Saves/MainMenuSave.uasset index 34c1649..e3d850e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Saves/MainMenuSave.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Saves/MainMenuSave.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1de1a3a17d3c06be6c36ba7c91040e1a03cb4e59a3589c383c0dbe70d5ee7228 -size 11573 +oid sha256:2b82bfd3fd05a20481628cb2cc928c674dc3bf88f47038d66547580e7f7cd46f +size 2546 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Saves/SaveGame_PreMainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/Saves/SaveGame_PreMainMenu.uasset new file mode 100644 index 0000000..4cf23c5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Saves/SaveGame_PreMainMenu.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f40d2b50267f09f8c30445a5020fc7b2416790e4c7230dfccf76c7872cd58b +size 19203 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 829437f..3dbb652 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:365b16e472aa70b2b6bf0d2e0a5bc0963ef19023611f14a6437c0573daa19989 -size 1826288 +oid sha256:8833612f9ed8852bd95bd55187b294086fc8fe05766a571d262631ed9a081228 +size 1829681 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/GraspingHandManny.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/GraspingHandManny.uasset index 0b4b8c6..86bfdbc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/GraspingHandManny.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/GraspingHandManny.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2595f3e6af9173d20be3434f0c816f2c88852ec9a939ed0eb6c3da44452902e -size 2450389 +oid sha256:64e3a2c8708864d7a3f6255dd1bcf93a5058641b25f56361357370b02ab0e2e4 +size 2450393 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset index dd0f36d..23538dd 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bdd839b6c1f1e7516a463a304d3881bd3e42563648aef37aa1cc41172a58a187 -size 80284 +oid sha256:2bc579116d829562fe07a737c0bc54df6b94368ba3b730d72045cb29fb2cb321 +size 81612 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/HandDuplicate/Handtest1.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/HandDuplicate/Handtest1.uasset index 42ee7bc..964b3c3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/HandDuplicate/Handtest1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/HandDuplicate/Handtest1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ba7278cbc4d0254d5429085fdd01003da533c3b1e2f95ecf0cfc4708cfd13e5 -size 1689558 +oid sha256:9ff0b0d92fadddaeef6cd69003b87156e15e4dd3418e08d673a1b1a114af8f63 +size 1673 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/HandDuplicate/Manny_Glove.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/HandDuplicate/Manny_Glove.uasset new file mode 100644 index 0000000..f7c3031 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/HandDuplicate/Manny_Glove.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ca5ed0bd04a489b1a367a126b5832a0d6d840af5e23ef8b818ffa3ccc302cd +size 1588819 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset index b609096..f4806d4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4fd8d1de80d474e49a48145de55547cf2c6accd6220f09d50b5d56bd2c19472c -size 134683 +oid sha256:513144139c73fa2bafd477957fb0138ebfe615035431e409ec188622339c1daf +size 163022 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index b1ddf90..8f8c8bb 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cccbe8c068c7ff3523931b0fbde02cefd2baa2ca0da48deafbe30e0c416f5e0c -size 1515096 +oid sha256:4c2e8a1dbb528b6f5ac9daf812ece284bd8cc16d9ed2d0559ecdd30fb4198382 +size 1574563 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset index 2e683c3..274b0a2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cdad8072104d2751078d2bc668ede691a3d01e5fd14de137e70c3059a0c53db8 -size 5576222 +oid sha256:d3c6d662078289faa08975e6e14784e07b6594ed4cfc0c85d4a7ff9917c2d95b +size 5559070 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset index 5d15df9..1b62648 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:790d2148f1c2f26dd29bc445cbfcc11e37bcd469fbb121d995bba651342ea45c -size 2466889 +oid sha256:ea918f841f19393d99c2776415880483421022932b747b1cfb8324b2bf39414c +size 2463854 diff --git a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject index d16629a..d53ebca 100644 --- a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject +++ b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject @@ -92,6 +92,10 @@ { "Name": "StaticMeshEditorModeling", "Enabled": true + }, + { + "Name": "CommonUI", + "Enabled": true } ], "TargetPlatforms": [ From 0cd31cec73e800344ec98cfafc1778682f9f6715 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 15 Jan 2025 14:27:31 +0100 Subject: [PATCH 11/96] Fixed Menu Component Movement to Position via Timer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rebecca: Elefantengießkanne --- .../Content/MainMenu/BP_MainMenu.uasset | 4 ++-- .../Content/MainMenu/BP_WidgetWithIndex.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Content/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset index b5dd355..633da1b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7a702e0d7a8c9970e13450a275ef90c667134cd110902bcd36f2e2ab304d59f -size 731232 +oid sha256:dfb7e42d8741cbf613a213fe43ae495f7cfd2dcf9306430db93ae407a8950a67 +size 766354 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset index d1a16ca..fe5142e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90afdfb04a9359936a708d5fa90868f49b43f08568787102024fa855632bbf9d -size 83119 +oid sha256:4f466b8e65cfcd515635bba5b457d51a97c85d28a4b36f2d02da7a42017ec7e8 +size 135828 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 8f8c8bb..1f5f0f7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c2e8a1dbb528b6f5ac9daf812ece284bd8cc16d9ed2d0559ecdd30fb4198382 -size 1574563 +oid sha256:ac6804a035e6ad3d275e3b0bceba7123fcaff861bdcf882518e6f77892bc24fa +size 1573893 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset index 274b0a2..96ca088 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3c6d662078289faa08975e6e14784e07b6594ed4cfc0c85d4a7ff9917c2d95b -size 5559070 +oid sha256:403bc62f54cf32be6b889d3378266936cc2eb6c7f4446ec0af097622bc134a77 +size 5554809 From 0c2d354f80dca92f425e5f70a5f4b1f6aeabc3a6 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 17 Jan 2025 13:52:46 +0100 Subject: [PATCH 12/96] Fixed Character Movement Stop on Spline, Save of Graphics works --- .../Content/Characters/BP_BaseCharacter.uasset | 4 ++-- .../Content/Characters/CustomAIController.uasset | 4 ++-- .../Content/Furniture/Doors/NewBlueprint.uasset | 4 ++-- .../Content/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../Content/Gilbert/NewFolder/NavLink_AI.uasset | 4 ++-- .../Content/MainMenu/BP_MainMenu.uasset | 4 ++-- .../Content/MainMenu/BP_WidgetWithIndex.uasset | 4 ++-- .../Content/MainMenu/Enum_MenuButtonType.uasset | 2 +- .../MainMenu/UI_Materials/Pictogram/M_PictogramBorder.uasset | 3 +++ .../MainMenu/UI_Materials/Pictogram/TeleportPic.uasset | 3 +++ .../Content/MainMenu/WB_CustomSaveLoadScreen.uasset | 4 ++-- .../Content/VRE/Core/Character/BP_VRCharacter.uasset | 4 ++-- .../Content/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- 13 files changed, 27 insertions(+), 21 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_PictogramBorder.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/TeleportPic.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset index da639c9..96c5eac 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:beafdbd6bae883b474789d95470df656022da58dddf4091a996c4213e963863f -size 75288 +oid sha256:13016df46140df1f30b1553627bc427864483c41e75028499f69e6216e84ebf9 +size 74853 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset index ab0cc92..1e4dc18 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e96df2724be8d1b19d015098540be228e1e34181cc7fb4a9ac1ba7e5d76abfc -size 193926 +oid sha256:0aa9c302abb8a038f8a05f6bcce096232600982fa513d49a3f0e4bcf279740ce +size 230635 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset index 12bcae9..d144145 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe5932ab5715859e6a9899438154b12e3e3728e5b33f36e123b0833f481fcb45 -size 283139 +oid sha256:6e0f27e64fdbbbe65479f169bba941c009725cede1af8afb11300d093427e059 +size 279407 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset index c893457..8fdb078 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eac22c7e10452ad26230e22d028846cffa61616fddae7ceecf7ca6fc0116348c -size 143061 +oid sha256:9585063f0a5962c2339d248ad07bf06c978bfc894fb6dcac811f21298a59695d +size 145733 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset index df57e9e..b001009 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a31d4007d694d14fc2469a9f7b070ea13897514f26bb31bdf50540faf096a87 -size 35733 +oid sha256:a1e556c86f73023ba815a39b97383962a1cb221ff0cd4028019b8d4198f4d826 +size 29400 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset index 633da1b..52057e4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dfb7e42d8741cbf613a213fe43ae495f7cfd2dcf9306430db93ae407a8950a67 -size 766354 +oid sha256:b1b230810c77e5ce80caa56b126c55ee90e74f61905dc44632dc4c19adee6b22 +size 753429 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset index fe5142e..3a63a6e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f466b8e65cfcd515635bba5b457d51a97c85d28a4b36f2d02da7a42017ec7e8 -size 135828 +oid sha256:de4ecae71f2771a2ac6b97d75ebda61e7f18987125aee715cad05b54e67a9d49 +size 157194 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset index 0856e35..25412de 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:251adf67e043eaea91e45fc49a1e8e636911198af8f217de1d68172d3891db40 +oid sha256:68e230e2b133c91ff876f0c57ffab94777249f5b1f32929de90536d4fe991f4b size 6101 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_PictogramBorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_PictogramBorder.uasset new file mode 100644 index 0000000..3486b1a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_PictogramBorder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1983b62a4854b9e5583c428ddf327795e729d969914823a06ebffdd98ffc6d79 +size 36316 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/TeleportPic.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/TeleportPic.uasset new file mode 100644 index 0000000..e58c625 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/TeleportPic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994e80966af0eef4f5d2a34889a66a7eb1224358ca42202b1f2a8f866f928bd2 +size 725526 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset index 618b01a..7f14484 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:05278088224569e89b5341a4b8b5ae5fd49f7028e093826045efe036b32f55b4 -size 517056 +oid sha256:6549397aba32e3dbe0417e7ac9f9b662bfd0a50be498bd800f6dcfb6099c9ddc +size 531784 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset index 0d853fb..78c9f9a 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:8a54eba3492ce39423cf0e582e2997c514f3d29690306266bd271b10f2dbe65b -size 5715587 +oid sha256:e7c0f405e5aaee30cee69fb140c47b6ff2b8c86e41d9340e620922d5284fe3a0 +size 5700405 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset index 96ca088..0dcfae7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:403bc62f54cf32be6b889d3378266936cc2eb6c7f4446ec0af097622bc134a77 -size 5554809 +oid sha256:4f0222ae728b8a18e9c0f8de688802a26ad449fed6aa33454c81b337c6ec6fc1 +size 5557472 From ef26a0ce83259dc40b81c8481aa8aed367b31bc1 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 17 Jan 2025 19:22:44 +0100 Subject: [PATCH 13/96] Implemented Save and Change of Movement Type, but for some reason it wont save the current --- .../Content/Characters/CustomAIController.uasset | 4 ++-- .../Content/MainMenu/BP_MainMenu.uasset | 4 ++-- .../Content/MainMenu/Enum_MenuButtonType.uasset | 4 ++-- .../Content/MainMenu/UI_Materials/Pictogram/Bystander.uasset | 3 +++ .../Content/MainMenu/UI_Materials/Pictogram/Joystick.uasset | 3 +++ .../MainMenu/UI_Materials/Pictogram/MI_Bystander.uasset | 3 +++ .../Content/MainMenu/UI_Materials/Pictogram/MI_Shift.uasset | 3 +++ .../Content/MainMenu/UI_Materials/Pictogram/MI_Stick.uasset | 3 +++ .../MainMenu/UI_Materials/Pictogram/MI_Teleport.uasset | 3 +++ .../MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset | 3 +++ .../MainMenu/UI_Materials/Pictogram/M_PictogramBorder.uasset | 4 ++-- .../Content/MainMenu/UI_Materials/Pictogram/Shift.uasset | 3 +++ .../Content/MainMenu/UI_Materials/Pictogram/Teleport.uasset | 3 +++ .../MainMenu/UI_Materials/Pictogram/TeleportPic.uasset | 3 --- .../Content/MainMenu/WB_Button.uasset | 4 ++-- .../Content/MainMenu/WB_GameSettings.uasset | 4 ++-- .../Content/MainMenu/WB_GraphicsSettings.uasset | 3 +++ .../Content/MainMenu/WB_SettingSwitch.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Test.uasset | 4 ++-- .../Content/Saves/SaveGame_PreMainMenu.uasset | 4 ++-- .../Content/VRE/Core/VRGameInstance.uasset | 4 ++-- .../Content/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- 22 files changed, 52 insertions(+), 25 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Bystander.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Joystick.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Bystander.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Shift.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Stick.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Teleport.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Shift.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Teleport.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/TeleportPic.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GraphicsSettings.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset index 1e4dc18..c74c1e9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0aa9c302abb8a038f8a05f6bcce096232600982fa513d49a3f0e4bcf279740ce -size 230635 +oid sha256:e6ff32f935a1e4884f6e70817ea451e3e45c5a551f623a213bc2c16f12586c6b +size 228005 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset index 52057e4..11062da 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1b230810c77e5ce80caa56b126c55ee90e74f61905dc44632dc4c19adee6b22 -size 753429 +oid sha256:fe16c6881f50abf589e9fe8d4b245d443b3a0780b304c93c738f0acd19aec349 +size 753571 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset index 25412de..668c802 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68e230e2b133c91ff876f0c57ffab94777249f5b1f32929de90536d4fe991f4b -size 6101 +oid sha256:7b2a0dd92557735df121564a84f863a4c72ca08062f86f86f13b2f657dace4bc +size 6460 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Bystander.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Bystander.uasset new file mode 100644 index 0000000..55c59e8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Bystander.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc49e146e97d90341e17216084d6b68123312846c7344618108c001b0f09bde +size 4210137 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Joystick.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Joystick.uasset new file mode 100644 index 0000000..e98f9db --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Joystick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e1d87d7ba47ba2521fd7294706e5b14fe4055a19f4f928039e43aaa5e508e0 +size 809379 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Bystander.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Bystander.uasset new file mode 100644 index 0000000..48432de --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Bystander.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61bf67a24e2802b6be503e0db8ab29023eb0b9393d90c849baf04ab982a9ee5c +size 13013 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Shift.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Shift.uasset new file mode 100644 index 0000000..98b253a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Shift.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3e509eeb15017945b60ceacaa831e574c2a0bccbc6c0680a496c03c8f496ec +size 12926 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Stick.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Stick.uasset new file mode 100644 index 0000000..a88e843 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Stick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f814f0b21ed321dac36b955fa95dc00b833da17ed255a891d48b0e27cddb427 +size 15290 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Teleport.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Teleport.uasset new file mode 100644 index 0000000..5c44c8b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Teleport.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65959c95cfbc11636fbe5e49bce93b5f69431d2b868d3a70b35622d1f9a7e7f +size 11755 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset new file mode 100644 index 0000000..f05c81a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ada9a92fac0af30bde4bd9e58e72cae5fbc232d22248f53099ec9ef157d907 +size 30949 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_PictogramBorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_PictogramBorder.uasset index 3486b1a..fced4e5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_PictogramBorder.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_PictogramBorder.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1983b62a4854b9e5583c428ddf327795e729d969914823a06ebffdd98ffc6d79 -size 36316 +oid sha256:cac30d25b89ca2061dec58dee592c818dd172cee9eacc49797afb06763cf881b +size 1605 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Shift.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Shift.uasset new file mode 100644 index 0000000..9a2879e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Shift.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6379246d33fdab48cf11c039de5cff22589350b30e0c6a855ef16fda4b215f30 +size 4210036 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Teleport.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Teleport.uasset new file mode 100644 index 0000000..1a98216 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Teleport.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d61fa69316ffc48d320aa3802af461ec7b97008814d9d8529595b9c2fc847fc +size 4208877 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/TeleportPic.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/TeleportPic.uasset deleted file mode 100644 index e58c625..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/TeleportPic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:994e80966af0eef4f5d2a34889a66a7eb1224358ca42202b1f2a8f866f928bd2 -size 725526 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset index 7211e80..7f6c97b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2bd2203cc4d94c79dc86ac09baf596724a6d805260e599a89c6098ceb8f52818 -size 233846 +oid sha256:71cfa9c02d2913bdabaae2b7fb6e20aa8b8da9295290dd28eb2f35f4289d0cbf +size 237117 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset index 52062d8..19463f1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1041371bec1ebdffb945688c938b053976e216a20403783ff314fe21f37c5a6b -size 37986 +oid sha256:3f58d417512cce47cf7f13140a292b3c9bcde8531a426b23e03e9f369345ee4d +size 127765 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GraphicsSettings.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GraphicsSettings.uasset new file mode 100644 index 0000000..87787ba --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GraphicsSettings.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d504f90e0206cfa7d79e5f47e05f1378ed7792e8fa2d4f05df096a6313ea3e +size 151585 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingSwitch.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingSwitch.uasset index 69acd5d..41ba266 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingSwitch.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingSwitch.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0cabda2919dabe249559627a3d58e47d39a9a8764e2fcbedaac44a9c9c4c3bef -size 180508 +oid sha256:30360b5916b226d7377d1afbef767d7430666fc81c18e51cd6677e05cb420fc3 +size 276884 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Test.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Test.uasset index 7d0991e..7073dd4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Test.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Test.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f2ff0527d4340e6ae7c99e471b3750cf1ffadeed388a7dfd3bd649a8c34da50b -size 34676 +oid sha256:fd4c47e9d4ea97130da502425fff2a489df6091f01112fd6949f9af71b5a3022 +size 32844 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Saves/SaveGame_PreMainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/Saves/SaveGame_PreMainMenu.uasset index 4cf23c5..dbb92bc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Saves/SaveGame_PreMainMenu.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Saves/SaveGame_PreMainMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31f40d2b50267f09f8c30445a5020fc7b2416790e4c7230dfccf76c7872cd58b -size 19203 +oid sha256:aee0f35816fa23dd445c3c760a952ba7044c7c7587c189c429d5e79be54e548f +size 13553 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset index f4806d4..2ce04d9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:513144139c73fa2bafd477957fb0138ebfe615035431e409ec188622339c1daf -size 163022 +oid sha256:3b3decd8d48b7e2ec116b8581e33d600ae36835da173b462ab363eb3b86b3eb1 +size 163080 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset index 0dcfae7..962716e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f0222ae728b8a18e9c0f8de688802a26ad449fed6aa33454c81b337c6ec6fc1 -size 5557472 +oid sha256:5e6057b87a207b5e9ed68ecf890535e75b182416ed295c37255f6749f7a35122 +size 5555110 From 3ce25a3f6c6da3bb97b5a426b295cc01f9ad4a69 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 17 Jan 2025 21:27:23 +0100 Subject: [PATCH 14/96] Fixed Movement not Loading --- .../Content/MainMenu/WB_GameSettings.uasset | 4 ++-- .../Content/VRE/Core/Character/BP_VRCharacter.uasset | 4 ++-- .../Content/VRE/Core/VRGameInstance.uasset | 4 ++-- .../Content/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset index 19463f1..519fa4b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f58d417512cce47cf7f13140a292b3c9bcde8531a426b23e03e9f369345ee4d -size 127765 +oid sha256:c31668c83810f97a73730388b7f8e81a3838eaba273cb76ce01ed6b7392fc495 +size 122316 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset index 78c9f9a..6586cdb 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:e7c0f405e5aaee30cee69fb140c47b6ff2b8c86e41d9340e620922d5284fe3a0 -size 5700405 +oid sha256:b1b0d6218fd5028d738ad9a90c2cd04e2c4655b96b66c0d4db65f8004a380a2c +size 5699949 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset index 2ce04d9..0d898f2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b3decd8d48b7e2ec116b8581e33d600ae36835da173b462ab363eb3b86b3eb1 -size 163080 +oid sha256:16c3930d2728b69f1183311475d9141b53019b90638e29c23353b05bcd549c64 +size 168922 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset index 962716e..fcb7064 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e6057b87a207b5e9ed68ecf890535e75b182416ed295c37255f6749f7a35122 -size 5555110 +oid sha256:b73942a0b52c75dc4bfbb352cbd741ccc7892b172f6492b65407e4f4cf91af26 +size 5554078 From 505e2b9ef53de87a92ce2de101f72b30655fba70 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Sun, 19 Jan 2025 18:06:28 +0100 Subject: [PATCH 15/96] Turns out: Widget Movement didnt work, I just hadnt paused the game. Now each Widget has its own MoverComponent. Also added Credits via CSV import. --- VIRTUOS_ExpansionPluginTests/Content/Credits/Credits.uasset | 3 +++ .../Content/Credits/StructCredits.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Credits/WB_Credit.uasset | 3 +++ .../Content/Furniture/Doors/BP_SliderDoor.uasset | 3 +++ .../Content/Furniture/Doors/NewBlueprint.uasset | 4 ++-- .../Content/MainMenu/BP_MainMenu.uasset | 4 ++-- .../Content/MainMenu/BP_MainMenuAudio.uasset | 3 --- .../Content/MainMenu/BP_WidgetWithIndex.uasset | 4 ++-- .../Content/MainMenu/Credits/WB_Credits.uasset | 3 +++ .../Content/MainMenu/UI_Materials/Pictogram/Joystick.uasset | 4 ++-- .../MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset | 4 ++-- .../Content/MainMenu/UI_Materials/Pictogram/Teleport.uasset | 4 ++-- .../Content/MainMenu/WB_CustomSaveLoadScreen.uasset | 4 ++-- .../Content/MainMenu/WB_GameSettings.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Test.uasset | 3 --- .../Content/MainMenu/WidgetMovementComponent.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/VRE/Core/VRGameInstance.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset | 4 ++-- .../Misc/Examples/InteractibleTut/TutorialSlider.uasset | 4 ++-- .../Content/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- 22 files changed, 46 insertions(+), 34 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Credits/Credits.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Credits/StructCredits.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Credits/WB_Credit.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/BP_SliderDoor.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenuAudio.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/Credits/WB_Credits.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Test.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WidgetMovementComponent.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Credits/Credits.uasset b/VIRTUOS_ExpansionPluginTests/Content/Credits/Credits.uasset new file mode 100644 index 0000000..5be54b3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Credits/Credits.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af4bb44291d26c8c4902505e79160a5ca440382072865d0333546ccd4adb17d +size 3272 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Credits/StructCredits.uasset b/VIRTUOS_ExpansionPluginTests/Content/Credits/StructCredits.uasset new file mode 100644 index 0000000..8eb8d5d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Credits/StructCredits.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688b1368cb100a2f0a0adadeccd0b1e4d6c4a6137c361b6e5de2005072681cfc +size 4825 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Credits/WB_Credit.uasset b/VIRTUOS_ExpansionPluginTests/Content/Credits/WB_Credit.uasset new file mode 100644 index 0000000..7742602 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Credits/WB_Credit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075becbc05fed21bb775f49284e76e0c267da499bab80746c69c69a73bf183ee +size 38262 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/BP_SliderDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/BP_SliderDoor.uasset new file mode 100644 index 0000000..0731e57 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/BP_SliderDoor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74dee2d1ec5bd44d1f00733bb3fced267d6db89d73d986dd274ae5b409e2669 +size 280297 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset index d144145..c9bafd9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e0f27e64fdbbbe65479f169bba941c009725cede1af8afb11300d093427e059 -size 279407 +oid sha256:723f1a06774792c6676a906d55dc0128a2b0b24e6c3c1c50bcc4120984dfc36e +size 2532 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset index 11062da..4aedb0f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe16c6881f50abf589e9fe8d4b245d443b3a0780b304c93c738f0acd19aec349 -size 753571 +oid sha256:8dcd2058f0c245c9d2f657ab81abf37dcdd6cd8bb964a557f191107b9b3c3850 +size 782533 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenuAudio.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenuAudio.uasset deleted file mode 100644 index 81cc7e9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenuAudio.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c67a669464e774a32849482dd1eb28d0f074103a74be4f4ad002ccd557cc7bc -size 21117 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset index 3a63a6e..dbb99de 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de4ecae71f2771a2ac6b97d75ebda61e7f18987125aee715cad05b54e67a9d49 -size 157194 +oid sha256:f805b39fcedcc69361ded7ad1f9ce76aebc22f045d46b30e865f187a7247cc61 +size 89845 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Credits/WB_Credits.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Credits/WB_Credits.uasset new file mode 100644 index 0000000..2b6028e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Credits/WB_Credits.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bc1f6f2589c32daf105bb1964b7e99a4b323c4bc53041b042e653c1bed5a6f +size 76512 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Joystick.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Joystick.uasset index e98f9db..176e43f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Joystick.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Joystick.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06e1d87d7ba47ba2521fd7294706e5b14fe4055a19f4f928039e43aaa5e508e0 -size 809379 +oid sha256:ebb75197a91a1c0cbfe0b536cd68675cd99c006dadb6d82d7a7d21ba817384a2 +size 2046546 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset index f05c81a..08596ed 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d4ada9a92fac0af30bde4bd9e58e72cae5fbc232d22248f53099ec9ef157d907 -size 30949 +oid sha256:ea1d1f948ae2c1baeda1e089654f6532c9882eba9b0c541b4d0f170c642a4f86 +size 40393 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Teleport.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Teleport.uasset index 1a98216..d565344 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Teleport.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Teleport.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d61fa69316ffc48d320aa3802af461ec7b97008814d9d8529595b9c2fc847fc -size 4208877 +oid sha256:5b20e13f8d5a607a1e5aad118e57c8ec1aa7fd1803bce8a7979b0c539b6851d2 +size 658231 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset index 7f14484..a6cbd41 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6549397aba32e3dbe0417e7ac9f9b662bfd0a50be498bd800f6dcfb6099c9ddc -size 531784 +oid sha256:dadd401c9a5539f93153b6ea053686d0cbe076d8343a12f07c9c75cb41317c15 +size 532478 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset index 519fa4b..828480f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c31668c83810f97a73730388b7f8e81a3838eaba273cb76ce01ed6b7392fc495 -size 122316 +oid sha256:b243d392078fc561900d4efc3f1c7eb6e77357ca83a63f638c8c0b267543b3c0 +size 120171 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Test.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Test.uasset deleted file mode 100644 index 7073dd4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Test.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd4c47e9d4ea97130da502425fff2a489df6091f01112fd6949f9af71b5a3022 -size 32844 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WidgetMovementComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WidgetMovementComponent.uasset new file mode 100644 index 0000000..cc676b3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WidgetMovementComponent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9730b0184d84a7366c0c40d32e34dc2dfccd308fbe570e59384ee3127fb75cc3 +size 92855 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 694d01d..b495e42 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:a89f8f8d674d880f31fc2fccdc7c03df821d29bd3d52d648cc4b8cff92ee9470 -size 329254 +oid sha256:a53b2d1166bdf9347e8ba9490daf64dce696dc2862f4ea180b6a125f379f07aa +size 332301 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset index 0d898f2..d95cd0a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:16c3930d2728b69f1183311475d9141b53019b90638e29c23353b05bcd549c64 -size 168922 +oid sha256:0bef96c82bf1884096dc17504f69a4b24bcf04aad486b97d9d30f8b438f6a5f8 +size 177050 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 1f5f0f7..5c54c20 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ac6804a035e6ad3d275e3b0bceba7123fcaff861bdcf882518e6f77892bc24fa -size 1573893 +oid sha256:2af8463550bbb5610e8fb59cbf8e5148108845e42752986d52fa538ccd736724 +size 1569732 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset index 3e4527f..a8af0d8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8aaf2dc3fffc39c324c2283048962cf452a9179d4593a5f42db73b5c84f60bb0 -size 313773 +oid sha256:b4502a200b421b0b72a18120e5a2eb1e32909b7a94356d1e86529cf33ef95610 +size 442461 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/InteractibleTut/TutorialSlider.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/InteractibleTut/TutorialSlider.uasset index f9d3e50..7e24155 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/InteractibleTut/TutorialSlider.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/InteractibleTut/TutorialSlider.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c414ba3cd5b8709b1b01f7f93bae3938cf37f136532176a2c2cf598ed569046 -size 363276 +oid sha256:6f0a88e88f2b787ce0aecd01da4c28eefc722091e65e600b249e1a513832e91d +size 358103 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset index fcb7064..ec18e18 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b73942a0b52c75dc4bfbb352cbd741ccc7892b172f6492b65407e4f4cf91af26 -size 5554078 +oid sha256:fa75f2579f31e32f485f834445d3e0b1a24e912113cab2500f00c4956f918eb2 +size 5554786 From 440f6d8c52d0bf3fc33f929581ca9177a7bd3d18 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Sun, 19 Jan 2025 18:52:24 +0100 Subject: [PATCH 16/96] Maybe Fixed Clipping Shoes Issue --- .../Content/MainMenu/BP_MainMenu.uasset | 4 ++-- .../Content/MainMenu/BP_WidgetWithIndex.uasset | 4 ++-- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset index 4aedb0f..f3fc9d9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8dcd2058f0c245c9d2f657ab81abf37dcdd6cd8bb964a557f191107b9b3c3850 -size 782533 +oid sha256:01eef3193f62ddbb816e08b0d9a16dce5ec8f44386e41abeb93499e7dc8845e2 +size 778578 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset index dbb99de..b55f4b4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f805b39fcedcc69361ded7ad1f9ce76aebc22f045d46b30e865f187a7247cc61 -size 89845 +oid sha256:deadbf803239b068177e5a5f5205df8f003b525c9d91e006b92590b3035885ba +size 85845 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 3dbb652..8cc2af0 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:8833612f9ed8852bd95bd55187b294086fc8fe05766a571d262631ed9a081228 -size 1829681 +oid sha256:a58cf2864070bdec3ab5bff291a2fce8dd466ae059ed7419d1b26bf2ac223dd9 +size 1830804 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 5c54c20..392a8ef 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2af8463550bbb5610e8fb59cbf8e5148108845e42752986d52fa538ccd736724 +oid sha256:e6644523d0dee76ac48804c4c320dd4d1ef061c1dd129787a8c5d703f5ee2d2c size 1569732 From 8588df3b8c8abb5430833d957b3687ecf30f5f0f Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Sun, 19 Jan 2025 19:25:45 +0100 Subject: [PATCH 17/96] Addendum: I didn't, maybe do multipspheretrace and get closest navpoint to projectile location? --- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 8cc2af0..d4e336a 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:a58cf2864070bdec3ab5bff291a2fce8dd466ae059ed7419d1b26bf2ac223dd9 -size 1830804 +oid sha256:709d5104a4bf2f4ea71684b1206f176612ac52a0d28e05dda013b9b349f50946 +size 1834469 From 4dad241f4e9c92347ac800051d657ca55f93cb76 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Sun, 19 Jan 2025 22:09:22 +0100 Subject: [PATCH 18/96] Not quite happy with the Shoe Placement --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index b495e42..8fba8d1 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:a53b2d1166bdf9347e8ba9490daf64dce696dc2862f4ea180b6a125f379f07aa -size 332301 +oid sha256:bb6c18928dd6201705dfce19581fbfb872936b66f990080daf35a467da79db86 +size 335236 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 d4e336a..d9c754c 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:709d5104a4bf2f4ea71684b1206f176612ac52a0d28e05dda013b9b349f50946 -size 1834469 +oid sha256:becee22f79b0b1a57437e47fbc3bb1ee2bb448f2d352c97a3ee1f0e64239d24d +size 1847350 From f5175b49a6780e7c4c4e716d171eb616bd795692 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Sun, 26 Jan 2025 23:45:17 +0100 Subject: [PATCH 19/96] Testing the Physical Control Component needed to grab Characters with VRE --- .../Content/Clarice/ClariceMain.uasset | 3 +++ .../Content/Clarice/ClariceMain_PhysicsAsset.uasset | 3 +++ .../Content/Clarice/ClariceMain_Skeleton.uasset | 3 +++ .../Content/Clarice/GrippMeshActotClariceTest.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset | 3 +++ .../Content/Clarice/Material_001.uasset | 3 +++ .../Content/Clarice/Material_002.uasset | 3 +++ .../Content/Clarice/TestClarice.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset | 3 +++ .../Mannequin/Character/Materials/M_UE4Man_Body.uasset | 4 ++-- .../Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset | 4 ++-- .../Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset | 4 ++-- .../MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset | 4 ++-- .../Materials/MaterialLayers/ML_SoftMetal_UE4.uasset | 4 ++-- .../Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset | 4 ++-- .../Materials/MaterialLayers/T_ML_Aluminum01_N.uasset | 4 ++-- .../Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset | 4 ++-- .../Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset | 4 ++-- .../Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset | 4 ++-- .../Mannequin/Character/Textures/UE4_LOGO_CARD.uasset | 4 ++-- .../Mannequin/Character/Textures/UE4_MAT_MASKA.uasset | 4 ++-- .../Mannequin/Character/Textures/UE4_Mannequin__norm.uasset | 4 ++-- .../Core/Character/Mannequins/Meshes/BP_Cabinet_Manny.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Misc/Examples/GrippableChar/GrippableChar.uasset | 4 ++-- .../Misc/Examples/GrippableCharReimport/GrippableChar.uasset | 3 +++ .../Misc/Examples/GrippableCharReimport/GrippableChar2.uasset | 3 +++ .../Examples/GrippableCharReimport/GrippableManniquin.uasset | 3 +++ .../Misc/Examples/SelfGraspActor/SelfGraspExample.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject | 4 ++++ 30 files changed, 74 insertions(+), 34 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/GrippMeshActotClariceTest.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableManniquin.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset new file mode 100644 index 0000000..a99f640 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baeb9045abd8e3db7a8fb8bf062a9da4902bccffe7514ee322964a1c38fa389b +size 1954858 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset new file mode 100644 index 0000000..035ab12 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44384d097930971201340f6dec7aeb86621abab69d1fab54c4de15e2013b0eb +size 73142 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset new file mode 100644 index 0000000..1c370fa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ce6f5d79fdc9bae82ec05bcf36a3f25fab166d86364e210085a223378cad8f +size 13548 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/GrippMeshActotClariceTest.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/GrippMeshActotClariceTest.uasset new file mode 100644 index 0000000..fbcb2e1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/GrippMeshActotClariceTest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fe11021ca5b374b23abff6b9e57bfdc0df318c484a5362ed9d342f59979975 +size 31361 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset new file mode 100644 index 0000000..c8ed70e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a0562671fe7051a291ad499d159bbcfb1fab8095e577b3b1ec6f1f930b86b9 +size 56194 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_001.uasset new file mode 100644 index 0000000..25556a7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728c0cf26782b6dee45c6ee59e7c0e865786076a6e07a87ac8740997f898ea6e +size 53615 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_002.uasset new file mode 100644 index 0000000..84f0a6c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eed24e23f62641607f67c81eccf344f62c92425c38868e2a36a824108c799eb +size 51273 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset new file mode 100644 index 0000000..14f9db9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22dc647d4cc28a5dfdf15435acaf011895da8c8d45bd1b413457fb3869bc331c +size 158033 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset new file mode 100644 index 0000000..682c917 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01fde86221bb0632650e938d8912f872c77e989a6628be02f7e8ba638195f263 +size 143004 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/M_UE4Man_Body.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/M_UE4Man_Body.uasset index dd0a558..38a4f69 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/M_UE4Man_Body.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/M_UE4Man_Body.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb1221b071760d9dcfba75f0571f49608c921310cfa2f488002a243198b8f1a5 -size 29782 +oid sha256:44a0d3d69b01bf9b01967d5cfdfaa9ecf2422ba557c793c04393b8ee5daef9d3 +size 32081 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset index d10ffb4..b98c5af 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ab6d666fd644894fa774fa9dda8eb352fd1bce6d6c31f7a30d1b117bb7aef33 -size 87003 +oid sha256:a35445935978168364cf0b097cd06e30551551e4a5c2f01acf8b994940733d4b +size 87715 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset index 464c92a..f7cdd86 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc6c2715548627e400f396bbb3b84ac8df814822e2f07a35cb1617e760d8dc76 -size 100213 +oid sha256:3fbb0cc48d7346b8c2b8601b71f5559aa4959119407462e4f6c345584bef2cce +size 100866 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset index 8470a0a..4074947 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:290cf62fb29f6dfe8881596cf940b3ca128c45d56fe81707c08bb3c034ebd781 -size 11203 +oid sha256:7073b90b30ceecf195fd156db1f8ed6d3f6ebe4c5d8e660cbb8f855e3041c848 +size 11887 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset index af20b4f..a8fbff4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd107a851b46f797ae0f07e68119092f47006e0a1b3a74fde58aac1baa45fc06 -size 87500 +oid sha256:9a6db0d1b530717fdc9c83914a28fa874586c7367c0b95f86cb9567434d502e3 +size 88206 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset index e7d7ef1..1dfe422 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb1c60928051c5bf2e48e56c6f6bf5d9664e1e0fa977d8968c946bfb8531ae5d -size 395367 +oid sha256:04d1150511ab3417ba3ff7cdd3ec9ac492108db3152b016a36abe945beb9e6ca +size 337733 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset index a749813..c21b876 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5d6d0c10c263d396cbe623561dd9f590378f4219f13256929aba78f2e7f9259 -size 404256 +oid sha256:3b8c7560722047ec8d540198cdb77d00fbc352a8942ba9ca427e17c98779bfe6 +size 305604 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset index 933e548..660b1ca 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6f7fa9ef137740de52f259ea1d53453e6d739a74e5cb77b6f110812d176e90a -size 428993 +oid sha256:6543a0ed2ee58267783e4809466b5dc9a35677ab42a97afe612958d756c12d32 +size 380225 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset index 79c8dce..dffab67 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58ced35291d53058126de2e835460a0cde4993d2dd3cb364eeb026fb944cb1d9 -size 358491 +oid sha256:2c5063ec36ea651726e1cbe6f11310c52049469aa91cb30f8d7a2ecb260a79be +size 287765 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset index e97a66c..e7590af 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2db2254f9ab9c47dd05f17518cc94024b6ec0c0cb7edca6900c2e02328adfa39 -size 58114 +oid sha256:36c0a9d14841800a5262711e7e5087eccc54c36bfea77cd15a3faba1a4f5d242 +size 48030 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Textures/UE4_LOGO_CARD.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Textures/UE4_LOGO_CARD.uasset index f783b6f..e894ae5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Textures/UE4_LOGO_CARD.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Textures/UE4_LOGO_CARD.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6badd78cd1054104de8a0acef1aec56fdefd0c57ca56f89802bf8f4581f33d9 -size 70878 +oid sha256:a9b814cfb13b15c5e7e38c3ecab4405b5e16b1dac2b45e353b26b3f217338afe +size 50966 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Textures/UE4_MAT_MASKA.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Textures/UE4_MAT_MASKA.uasset index 0dd9b8d..c9bdbb0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Textures/UE4_MAT_MASKA.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Textures/UE4_MAT_MASKA.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07842eb857d733ec1ba3ac29949afab7307f76f48051503a07d10e04219a1546 -size 211715 +oid sha256:5598f45f1d6c915dcb13f2544897078663832be0cc823de2eba669de13fd2317 +size 164480 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Textures/UE4_Mannequin__norm.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Textures/UE4_Mannequin__norm.uasset index 24eb036..06e88dc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Textures/UE4_Mannequin__norm.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Textures/UE4_Mannequin__norm.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2ed6047f58c4cd64dc8942ceeaab7d315fa94906148d5d6785b005b6b9f923a -size 5427379 +oid sha256:96b6d5932a4ceac4e5847bec656c483fde2bbc8f38cdf5cd37487fba408d5252 +size 4741564 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Meshes/BP_Cabinet_Manny.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Meshes/BP_Cabinet_Manny.uasset index cecd468..aa89abc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Meshes/BP_Cabinet_Manny.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Meshes/BP_Cabinet_Manny.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de81ff6f8540b5478b091689a7196fb10807b1b3961e5fc8e2c790232bcfc935 -size 66358 +oid sha256:6bb04f4a19bb332c4d4db98bb3116dd998f8ecbd2efc15652f56747c991ef14d +size 65147 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 392a8ef..92afdb1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6644523d0dee76ac48804c4c320dd4d1ef061c1dd129787a8c5d703f5ee2d2c -size 1569732 +oid sha256:ad3bd604fdc3dbd97073b0740195104236a85ef05b9b4eac45ade70f468a84eb +size 1585243 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/GrippableChar.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/GrippableChar.uasset index 95c6f83..eb818da 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/GrippableChar.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/GrippableChar.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6b801d2999ec3993c6f7db8ca3b7651adc8d34a305de5d05cefe76941f801fac -size 53597 +oid sha256:7588e5d8b262ea4c09dfb419aa81dc0550a8abf6589186a68eaa6c87ce372c16 +size 53119 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar.uasset new file mode 100644 index 0000000..fe3468c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af5c891936087576ced0d3b4ce3f1f64e4d5fa14c111f5205597f183cfdba65 +size 2800 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset new file mode 100644 index 0000000..c69a548 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d403c474b72d15fbc749a32c5b955236d3aeeefc852e7b6a4bafb74a98a6f51 +size 52369 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableManniquin.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableManniquin.uasset new file mode 100644 index 0000000..978afdc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableManniquin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae390bf335a9ef15855969bcb3f23f9c2232753f1c3234f875a71c810422c97f +size 96007 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/SelfGraspActor/SelfGraspExample.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/SelfGraspActor/SelfGraspExample.uasset index e89c5eb..be9a714 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/SelfGraspActor/SelfGraspExample.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/SelfGraspActor/SelfGraspExample.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2610502421420881cd1a5091cd5cfcde2a9bcc2b8e4c82453bfa2e07b12ea9f3 -size 142105 +oid sha256:01f6cf2cbaab145d36be4e5c1fdc83ad4d6b18c8f784e8f81c1ed13764db67e8 +size 144095 diff --git a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject index d53ebca..5aea7c8 100644 --- a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject +++ b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject @@ -96,6 +96,10 @@ { "Name": "CommonUI", "Enabled": true + }, + { + "Name": "PhysicsControl", + "Enabled": true } ], "TargetPlatforms": [ From 9eeb6901d4117ac6305c7c1bb3bff468d44016c3 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 27 Jan 2025 16:52:01 +0100 Subject: [PATCH 20/96] Body Modifier on Legs not working --- .../Content/Clarice/TestClarice.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset index 14f9db9..f6f9b37 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:22dc647d4cc28a5dfdf15435acaf011895da8c8d45bd1b413457fb3869bc331c -size 158033 +oid sha256:dd45558ed8231f6749a442d6875502900a7ccd9bdde9fe8ca6a9cd38b48a927b +size 167334 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 92afdb1..104a033 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad3bd604fdc3dbd97073b0740195104236a85ef05b9b4eac45ade70f468a84eb -size 1585243 +oid sha256:b18afaf7827897e38b44033711acf56f74ee17e696438089746d496a097cec24 +size 1580193 From d0229c6c2c19116654b174af5fbc06ad131094f5 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 27 Jan 2025 18:51:40 +0100 Subject: [PATCH 21/96] Update VRE, Fix broken Asset --- .../VRE/Core/Character/BP_VRCharacter.uasset | 4 +- .../Private/GripMotionControllerComponent.cpp | 4 +- .../Private/Grippables/GrippableActor.cpp | 127 +++--------------- .../Grippables/GrippableSkeletalMeshActor.cpp | 126 +++-------------- .../Grippables/GrippableStaticMeshActor.cpp | 126 +++-------------- .../Private/Misc/CollisionIgnoreSubsystem.cpp | 32 ++--- .../Private/VRRootComponent.cpp | 20 ++- .../ParentRelativeAttachmentComponent.h | 3 +- .../Public/VRRootComponent.h | 11 +- 9 files changed, 97 insertions(+), 356 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset index 6586cdb..0d853fb 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:b1b0d6218fd5028d738ad9a90c2cd04e2c4655b96b66c0d4db65f8004a380a2c -size 5699949 +oid sha256:8a54eba3492ce39423cf0e582e2997c514f3d29690306266bd271b10f2dbe65b +size 5715587 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 6f56b35..6f56a1a 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/GripMotionControllerComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/GripMotionControllerComponent.cpp @@ -8334,12 +8334,12 @@ void UGripMotionControllerComponent::GetHandType(EControllerHand& Hand) { // Check if the palm motion source extension is being used // I assume eventually epic will handle this case - if (MotionSource.Compare(FName(TEXT("RightPalm"))) == 0) + if (MotionSource.Compare(FName(TEXT("RightPalm"))) == 0 || MotionSource.Compare(FName(TEXT("RightWrist"))) == 0) { Hand = EControllerHand::Right; } // Could skip this and default to left now but would rather check - else if (MotionSource.Compare(FName(TEXT("LeftPalm"))) == 0) + else if (MotionSource.Compare(FName(TEXT("LeftPalm"))) == 0 || MotionSource.Compare(FName(TEXT("LeftWrist"))) == 0) { Hand = EControllerHand::Left; } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippableActor.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippableActor.cpp index 8e388ad..2fcaeff 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippableActor.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippableActor.cpp @@ -129,96 +129,23 @@ void AGrippableActor::PreReplication(IRepChangedPropertyTracker & ChangedPropert void AGrippableActor::GatherCurrentMovement() { - if (IsReplicatingMovement() || (RootComponent && RootComponent->GetAttachParent())) + Super::GatherCurrentMovement(); + + FRepMovement RepMovement = GetReplicatedMovement(); + if (RootComponent && (!RepMovement.bRepPhysics || RootComponent->GetAttachParent())) { - bool bWasAttachmentModified = false; - bool bWasRepMovementModified = false; - - AActor* OldAttachParent = AttachmentWeldReplication.AttachParent; - USceneComponent* OldAttachComponent = AttachmentWeldReplication.AttachComponent; - - AttachmentWeldReplication.AttachParent = nullptr; - AttachmentWeldReplication.AttachComponent = nullptr; - - FRepMovement& RepMovement = GetReplicatedMovement_Mutable(); - UPrimitiveComponent* RootPrimComp = Cast(GetRootComponent()); - if (RootPrimComp && RootPrimComp->IsSimulatingPhysics()) + + if (!RepMovement.bRepPhysics || (!RootPrimComp || !RootPrimComp->IsSimulatingPhysics())) { -#if UE_WITH_IRIS - const bool bPrevRepPhysics = GetReplicatedMovement_Mutable().bRepPhysics; -#endif // UE_WITH_IRIS + bool bWasAttachmentModified = false; - bool bFoundInCache = false; + AActor* OldAttachParent = AttachmentWeldReplication.AttachParent; + USceneComponent* OldAttachComponent = AttachmentWeldReplication.AttachComponent; - UWorld* World = GetWorld(); + AttachmentWeldReplication.AttachParent = nullptr; + AttachmentWeldReplication.AttachComponent = nullptr; - const bool bShouldUsePhysicsReplicationCache = GetPhysicsReplicationMode() != EPhysicsReplicationMode::Default; - int ServerFrame = 0; - - if (bShouldUsePhysicsReplicationCache) - { - if (FPhysScene_Chaos* Scene = static_cast(World->GetPhysicsScene())) - { - if (const FRigidBodyState* FoundState = Scene->GetStateFromReplicationCache(RootPrimComp, /*OUT*/ServerFrame)) - { - if (RepMovement.ServerFrame != ServerFrame) - { - RepMovement.FillFrom(*FoundState, this, ServerFrame); - bWasRepMovementModified = true; - } - bFoundInCache = true; - } - } - } - - if (!bFoundInCache) - { - // fallback to GT data - FRigidBodyState RBState; - RootPrimComp->GetRigidBodyState(RBState); - RepMovement.FillFrom(RBState, this, 0); - } - - // Don't replicate movement if we're welded to another parent actor. - // Their replication will affect our position indirectly since we are attached. - RepMovement.bRepPhysics = !RootPrimComp->IsWelded(); - - if (!RepMovement.bRepPhysics) - { - if (RootComponent->GetAttachParent() != nullptr) - { - // Networking for attachments assumes the RootComponent of the AttachParent actor. - // If that's not the case, we can't update this, as the client wouldn't be able to resolve the Component and would detach as a result. - AttachmentWeldReplication.AttachParent = RootComponent->GetAttachParent()->GetAttachmentRootActor(); - if (AttachmentWeldReplication.AttachParent != nullptr) - { - AttachmentWeldReplication.LocationOffset = RootComponent->GetRelativeLocation(); - AttachmentWeldReplication.RotationOffset = RootComponent->GetRelativeRotation(); - AttachmentWeldReplication.RelativeScale3D = RootComponent->GetRelativeScale3D(); - AttachmentWeldReplication.AttachComponent = RootComponent->GetAttachParent(); - AttachmentWeldReplication.AttachSocket = RootComponent->GetAttachSocketName(); - AttachmentWeldReplication.bIsWelded = RootPrimComp ? RootPrimComp->IsWelded() : false; - - // Technically, the values might have stayed the same, but we'll just assume they've changed. - bWasAttachmentModified = true; - } - } - } - - // Technically, the values might have stayed the same, but we'll just assume they've changed. - bWasRepMovementModified = true; - -#if UE_WITH_IRIS - // If RepPhysics has changed value then notify the ReplicationSystem - if (bPrevRepPhysics != GetReplicatedMovement_Mutable().bRepPhysics) - { - UpdateReplicatePhysicsCondition(); - } -#endif // UE_WITH_IRIS - } - else if (RootComponent != nullptr) - { // If we are attached, don't replicate absolute position, use AttachmentReplication instead. if (RootComponent->GetAttachParent() != nullptr) { @@ -238,34 +165,16 @@ void AGrippableActor::GatherCurrentMovement() bWasAttachmentModified = true; } } - else + + if (bWasAttachmentModified || + OldAttachParent != AttachmentWeldReplication.AttachParent || + OldAttachComponent != AttachmentWeldReplication.AttachComponent) { - RepMovement.Location = FRepMovement::RebaseOntoZeroOrigin(RootComponent->GetComponentLocation(), this); - RepMovement.Rotation = RootComponent->GetComponentRotation(); - RepMovement.LinearVelocity = GetVelocity(); - RepMovement.AngularVelocity = FVector::ZeroVector; - - // Technically, the values might have stayed the same, but we'll just assume they've changed. - bWasRepMovementModified = true; - } - - bWasRepMovementModified = (bWasRepMovementModified || RepMovement.bRepPhysics); - RepMovement.bRepPhysics = false; - } - #if WITH_PUSH_MODEL - if (bWasRepMovementModified) - { - MARK_PROPERTY_DIRTY_FROM_NAME(AActor, ReplicatedMovement, this); - } - - if (bWasAttachmentModified || - OldAttachParent != AttachmentWeldReplication.AttachParent || - OldAttachComponent != AttachmentWeldReplication.AttachComponent) - { - MARK_PROPERTY_DIRTY_FROM_NAME(AGrippableActor, AttachmentWeldReplication, this); - } + MARK_PROPERTY_DIRTY_FROM_NAME(AGrippableActor, AttachmentWeldReplication, this); #endif + } + } } } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippableSkeletalMeshActor.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippableSkeletalMeshActor.cpp index 2af2f6f..5e39bc3 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippableSkeletalMeshActor.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippableSkeletalMeshActor.cpp @@ -233,96 +233,23 @@ void AGrippableSkeletalMeshActor::PreReplication(IRepChangedPropertyTracker& Cha void AGrippableSkeletalMeshActor::GatherCurrentMovement() { - if (IsReplicatingMovement() || (RootComponent && RootComponent->GetAttachParent())) + Super::GatherCurrentMovement(); + + FRepMovement RepMovement = GetReplicatedMovement(); + if (RootComponent && (!RepMovement.bRepPhysics || RootComponent->GetAttachParent())) { - bool bWasAttachmentModified = false; - bool bWasRepMovementModified = false; - - AActor* OldAttachParent = AttachmentWeldReplication.AttachParent; - USceneComponent* OldAttachComponent = AttachmentWeldReplication.AttachComponent; - - AttachmentWeldReplication.AttachParent = nullptr; - AttachmentWeldReplication.AttachComponent = nullptr; - - FRepMovement& RepMovement = GetReplicatedMovement_Mutable(); - UPrimitiveComponent* RootPrimComp = Cast(GetRootComponent()); - if (RootPrimComp && RootPrimComp->IsSimulatingPhysics()) + + if (!RepMovement.bRepPhysics || (!RootPrimComp || !RootPrimComp->IsSimulatingPhysics())) { -#if UE_WITH_IRIS - const bool bPrevRepPhysics = GetReplicatedMovement_Mutable().bRepPhysics; -#endif // UE_WITH_IRIS + bool bWasAttachmentModified = false; - bool bFoundInCache = false; + AActor* OldAttachParent = AttachmentWeldReplication.AttachParent; + USceneComponent* OldAttachComponent = AttachmentWeldReplication.AttachComponent; - UWorld* World = GetWorld(); + AttachmentWeldReplication.AttachParent = nullptr; + AttachmentWeldReplication.AttachComponent = nullptr; - const bool bShouldUsePhysicsReplicationCache = GetPhysicsReplicationMode() != EPhysicsReplicationMode::Default; - int ServerFrame = 0; - - if (bShouldUsePhysicsReplicationCache) - { - if (FPhysScene_Chaos* Scene = static_cast(World->GetPhysicsScene())) - { - if (const FRigidBodyState* FoundState = Scene->GetStateFromReplicationCache(RootPrimComp, /*OUT*/ServerFrame)) - { - if (RepMovement.ServerFrame != ServerFrame) - { - RepMovement.FillFrom(*FoundState, this, ServerFrame); - bWasRepMovementModified = true; - } - bFoundInCache = true; - } - } - } - - if (!bFoundInCache) - { - // fallback to GT data - FRigidBodyState RBState; - RootPrimComp->GetRigidBodyState(RBState); - RepMovement.FillFrom(RBState, this, 0); - } - - // Don't replicate movement if we're welded to another parent actor. - // Their replication will affect our position indirectly since we are attached. - RepMovement.bRepPhysics = !RootPrimComp->IsWelded(); - - if (!RepMovement.bRepPhysics) - { - if (RootComponent->GetAttachParent() != nullptr) - { - // Networking for attachments assumes the RootComponent of the AttachParent actor. - // If that's not the case, we can't update this, as the client wouldn't be able to resolve the Component and would detach as a result. - AttachmentWeldReplication.AttachParent = RootComponent->GetAttachParent()->GetAttachmentRootActor(); - if (AttachmentWeldReplication.AttachParent != nullptr) - { - AttachmentWeldReplication.LocationOffset = RootComponent->GetRelativeLocation(); - AttachmentWeldReplication.RotationOffset = RootComponent->GetRelativeRotation(); - AttachmentWeldReplication.RelativeScale3D = RootComponent->GetRelativeScale3D(); - AttachmentWeldReplication.AttachComponent = RootComponent->GetAttachParent(); - AttachmentWeldReplication.AttachSocket = RootComponent->GetAttachSocketName(); - AttachmentWeldReplication.bIsWelded = RootPrimComp ? RootPrimComp->IsWelded() : false; - - // Technically, the values might have stayed the same, but we'll just assume they've changed. - bWasAttachmentModified = true; - -#if UE_WITH_IRIS - // If RepPhysics has changed value then notify the ReplicationSystem - if (bPrevRepPhysics != GetReplicatedMovement_Mutable().bRepPhysics) - { - UpdateReplicatePhysicsCondition(); - } -#endif // UE_WITH_IRIS - } - } - } - - // Technically, the values might have stayed the same, but we'll just assume they've changed. - bWasRepMovementModified = true; - } - else if (RootComponent != nullptr) - { // If we are attached, don't replicate absolute position, use AttachmentReplication instead. if (RootComponent->GetAttachParent() != nullptr) { @@ -342,33 +269,16 @@ void AGrippableSkeletalMeshActor::GatherCurrentMovement() bWasAttachmentModified = true; } } - else + + if (bWasAttachmentModified || + OldAttachParent != AttachmentWeldReplication.AttachParent || + OldAttachComponent != AttachmentWeldReplication.AttachComponent) { - RepMovement.Location = FRepMovement::RebaseOntoZeroOrigin(RootComponent->GetComponentLocation(), this); - RepMovement.Rotation = RootComponent->GetComponentRotation(); - RepMovement.LinearVelocity = GetVelocity(); - RepMovement.AngularVelocity = FVector::ZeroVector; - - // Technically, the values might have stayed the same, but we'll just assume they've changed. - bWasRepMovementModified = true; - } - - bWasRepMovementModified = (bWasRepMovementModified || RepMovement.bRepPhysics); - RepMovement.bRepPhysics = false; - } #if WITH_PUSH_MODEL - if (bWasRepMovementModified) - { - MARK_PROPERTY_DIRTY_FROM_NAME(AActor, ReplicatedMovement, this); - } - - if (bWasAttachmentModified || - OldAttachParent != AttachmentWeldReplication.AttachParent || - OldAttachComponent != AttachmentWeldReplication.AttachComponent) - { - MARK_PROPERTY_DIRTY_FROM_NAME(AGrippableSkeletalMeshActor, AttachmentWeldReplication, this); - } + MARK_PROPERTY_DIRTY_FROM_NAME(AGrippableSkeletalMeshActor, AttachmentWeldReplication, this); #endif + } + } } } 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 3a65f6e..2379ac3 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 @@ -180,96 +180,23 @@ void AGrippableStaticMeshActor::PreReplication(IRepChangedPropertyTracker & Chan void AGrippableStaticMeshActor::GatherCurrentMovement() { - if (IsReplicatingMovement() || (RootComponent && RootComponent->GetAttachParent())) + Super::GatherCurrentMovement(); + + FRepMovement RepMovement = GetReplicatedMovement(); + if (RootComponent && (!RepMovement.bRepPhysics || RootComponent->GetAttachParent())) { - bool bWasAttachmentModified = false; - bool bWasRepMovementModified = false; - - AActor* OldAttachParent = AttachmentWeldReplication.AttachParent; - USceneComponent* OldAttachComponent = AttachmentWeldReplication.AttachComponent; - - AttachmentWeldReplication.AttachParent = nullptr; - AttachmentWeldReplication.AttachComponent = nullptr; - - FRepMovement& RepMovement = GetReplicatedMovement_Mutable(); - UPrimitiveComponent* RootPrimComp = Cast(GetRootComponent()); - if (RootPrimComp && RootPrimComp->IsSimulatingPhysics()) + + if (!RepMovement.bRepPhysics || (!RootPrimComp || !RootPrimComp->IsSimulatingPhysics())) { -#if UE_WITH_IRIS - const bool bPrevRepPhysics = GetReplicatedMovement_Mutable().bRepPhysics; -#endif // UE_WITH_IRIS + bool bWasAttachmentModified = false; - bool bFoundInCache = false; + AActor* OldAttachParent = AttachmentWeldReplication.AttachParent; + USceneComponent* OldAttachComponent = AttachmentWeldReplication.AttachComponent; - UWorld* World = GetWorld(); + AttachmentWeldReplication.AttachParent = nullptr; + AttachmentWeldReplication.AttachComponent = nullptr; - const bool bShouldUsePhysicsReplicationCache = GetPhysicsReplicationMode() != EPhysicsReplicationMode::Default; - int ServerFrame = 0; - - if (bShouldUsePhysicsReplicationCache) - { - if (FPhysScene_Chaos* Scene = static_cast(World->GetPhysicsScene())) - { - if (const FRigidBodyState* FoundState = Scene->GetStateFromReplicationCache(RootPrimComp, /*OUT*/ServerFrame)) - { - if (RepMovement.ServerFrame != ServerFrame) - { - RepMovement.FillFrom(*FoundState, this, ServerFrame); - bWasRepMovementModified = true; - } - bFoundInCache = true; - } - } - } - - if (!bFoundInCache) - { - // fallback to GT data - FRigidBodyState RBState; - RootPrimComp->GetRigidBodyState(RBState); - RepMovement.FillFrom(RBState, this, 0); - } - - // Don't replicate movement if we're welded to another parent actor. - // Their replication will affect our position indirectly since we are attached. - RepMovement.bRepPhysics = !RootPrimComp->IsWelded(); - - if (!RepMovement.bRepPhysics) - { - if (RootComponent->GetAttachParent() != nullptr) - { - // Networking for attachments assumes the RootComponent of the AttachParent actor. - // If that's not the case, we can't update this, as the client wouldn't be able to resolve the Component and would detach as a result. - AttachmentWeldReplication.AttachParent = RootComponent->GetAttachParent()->GetAttachmentRootActor(); - if (AttachmentWeldReplication.AttachParent != nullptr) - { - AttachmentWeldReplication.LocationOffset = RootComponent->GetRelativeLocation(); - AttachmentWeldReplication.RotationOffset = RootComponent->GetRelativeRotation(); - AttachmentWeldReplication.RelativeScale3D = RootComponent->GetRelativeScale3D(); - AttachmentWeldReplication.AttachComponent = RootComponent->GetAttachParent(); - AttachmentWeldReplication.AttachSocket = RootComponent->GetAttachSocketName(); - AttachmentWeldReplication.bIsWelded = RootPrimComp ? RootPrimComp->IsWelded() : false; - - // Technically, the values might have stayed the same, but we'll just assume they've changed. - bWasAttachmentModified = true; - -#if UE_WITH_IRIS - // If RepPhysics has changed value then notify the ReplicationSystem - if (bPrevRepPhysics != GetReplicatedMovement_Mutable().bRepPhysics) - { - UpdateReplicatePhysicsCondition(); - } -#endif // UE_WITH_IRIS - } - } - } - - // Technically, the values might have stayed the same, but we'll just assume they've changed. - bWasRepMovementModified = true; - } - else if (RootComponent != nullptr) - { // If we are attached, don't replicate absolute position, use AttachmentReplication instead. if (RootComponent->GetAttachParent() != nullptr) { @@ -289,33 +216,16 @@ void AGrippableStaticMeshActor::GatherCurrentMovement() bWasAttachmentModified = true; } } - else + + if (bWasAttachmentModified || + OldAttachParent != AttachmentWeldReplication.AttachParent || + OldAttachComponent != AttachmentWeldReplication.AttachComponent) { - RepMovement.Location = FRepMovement::RebaseOntoZeroOrigin(RootComponent->GetComponentLocation(), this); - RepMovement.Rotation = RootComponent->GetComponentRotation(); - RepMovement.LinearVelocity = GetVelocity(); - RepMovement.AngularVelocity = FVector::ZeroVector; - - // Technically, the values might have stayed the same, but we'll just assume they've changed. - bWasRepMovementModified = true; - } - - bWasRepMovementModified = (bWasRepMovementModified || RepMovement.bRepPhysics); - RepMovement.bRepPhysics = false; - } #if WITH_PUSH_MODEL - if (bWasRepMovementModified) - { - MARK_PROPERTY_DIRTY_FROM_NAME(AActor, ReplicatedMovement, this); - } - - if (bWasAttachmentModified || - OldAttachParent != AttachmentWeldReplication.AttachParent || - OldAttachComponent != AttachmentWeldReplication.AttachComponent) - { - MARK_PROPERTY_DIRTY_FROM_NAME(AGrippableStaticMeshActor, AttachmentWeldReplication, this); - } + MARK_PROPERTY_DIRTY_FROM_NAME(AGrippableStaticMeshActor, AttachmentWeldReplication, this); #endif + } + } } } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/CollisionIgnoreSubsystem.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/CollisionIgnoreSubsystem.cpp index b619e7b..fa66659 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/CollisionIgnoreSubsystem.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/CollisionIgnoreSubsystem.cpp @@ -161,17 +161,14 @@ void UCollisionIgnoreSubsystem::CheckActiveFilters() { bool bMadeChanges = false; - for (TPair& KeyPair : CollisionTrackedPairs) + for (TMap::TIterator ItRemove = CollisionTrackedPairs.CreateIterator(); ItRemove; ++ItRemove) { - // First check for invalid primitives - if (!IsValid(KeyPair.Key.Prim1) || !IsValid(KeyPair.Key.Prim2)) + // First check for invalid primitives and an empty pair array + if (!IsValid(ItRemove->Key.Prim1) || !IsValid(ItRemove->Key.Prim2) || ItRemove->Value.PairArray.Num() < 1) { - // If we don't have a map element for this pair, then add it now - if (!RemovedPairs.Contains(KeyPair.Key)) - { - RemovedPairs.Add(KeyPair.Key, KeyPair.Value); - bMadeChanges = true; - } + ItRemove->Value.PairArray.Empty(); + ItRemove.RemoveCurrent(); + bMadeChanges = true; continue; // skip remaining checks as we have invalid primitives anyway } @@ -267,16 +264,6 @@ void UCollisionIgnoreSubsystem::CheckActiveFilters() }); } #endif - - // If there are no pairs left - if (KeyPair.Value.PairArray.Num() < 1) - { - // Try and remove it, chaos should be cleaning up the ignore setups - if (!RemovedPairs.Contains(KeyPair.Key)) - { - RemovedPairs.Add(KeyPair.Key, KeyPair.Value); - } - } } /*#if WITH_CHAOS @@ -295,13 +282,18 @@ void UCollisionIgnoreSubsystem::CheckActiveFilters() } #endif*/ - for (const TPair& KeyPair : RemovedPairs) + /*for (const TPair& KeyPair : RemovedPairs) { if (CollisionTrackedPairs.Contains(KeyPair.Key)) { CollisionTrackedPairs[KeyPair.Key].PairArray.Empty(); CollisionTrackedPairs.Remove(KeyPair.Key); } + }*/ + + if (bMadeChanges) + { + CollisionTrackedPairs.Compact(); } UpdateTimer(bMadeChanges); 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 32e9e52..c14c376 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRRootComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRRootComponent.cpp @@ -468,7 +468,7 @@ void UVRRootComponent::UpdateCharacterCapsuleOffset() { if (owningVRChar && !owningVRChar->bRetainRoomscale && owningVRChar->NetSmoother) { - if (!FMath::IsNearlyEqual(LastCapsuleHalfHeight, CapsuleHalfHeight)) + if (bCenterCapsuleOnHMD || !FMath::IsNearlyEqual(LastCapsuleHalfHeight, CapsuleHalfHeight)) { owningVRChar->NetSmoother->SetRelativeLocation(GetTargetHeightOffset(), false, nullptr, ETeleportType::TeleportPhysics); @@ -594,9 +594,23 @@ void UVRRootComponent::TickComponent(float DeltaTime, enum ELevelTick TickType, Params.bFindInitialOverlaps = true; bool bBlockingHit = false; - if (bUseWalkingCollisionOverride && bRetainRoomscale) + if (bUseWalkingCollisionOverride /* && bRetainRoomscale*/) { - FVector TargetWorldLocation = OffsetComponentToWorld.GetLocation(); + FVector TargetWorldLocation = FVector::ZeroVector; + + if (bRetainRoomscale) + { + TargetWorldLocation = OffsetComponentToWorld.GetLocation(); + } + else // Not Retained Roomscale + { + FVector NewLocation = StoredCameraRotOffset.RotateVector(FVector(VRCapsuleOffset.X, VRCapsuleOffset.Y, 0.0f)) + curCameraLoc; + FVector PlanerLocation = NewLocation - lastCameraLoc; + PlanerLocation.Z = 0.0f; + DifferenceFromLastFrame = GetComponentTransform().TransformVector(PlanerLocation); + TargetWorldLocation = LastPosition + DifferenceFromLastFrame; + } + bool bAllowWalkingCollision = false; if (CharMove != nullptr) { diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/ParentRelativeAttachmentComponent.h b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/ParentRelativeAttachmentComponent.h index e1abb2f..c95f376 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/ParentRelativeAttachmentComponent.h +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/ParentRelativeAttachmentComponent.h @@ -137,8 +137,7 @@ public: FQuat GetCalculatedRotation(FRotator InverseRot, float DeltaTime) { FRotator FinalRot = FRotator::ZeroRotator; - - if (FPlatformMath::Abs(FRotator::ClampAxis(InverseRot.Yaw) - LastRot) < YawTolerance) // This is never true with the default value of 0.0f + if (FPlatformMath::Abs(FMath::FindDeltaAngleDegrees(InverseRot.Yaw, LastRot)) < YawTolerance) // This is never true with the default value of 0.0f { if (!bWasSetOnce) { diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRRootComponent.h b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRRootComponent.h index 08ac90f..9bb42ef 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRRootComponent.h +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRRootComponent.h @@ -57,7 +57,14 @@ public: inline FVector GetTargetHeightOffset() { //return FVector::ZeroVector; - return FVector(0.f, 0.f, (-this->GetUnscaledCapsuleHalfHeight()) - VRCapsuleOffset.Z); + if (bCenterCapsuleOnHMD) + { + return FVector(0.f, 0.f, (-VRCapsuleOffset.Z) - curCameraLoc.Z); + } + else + { + return FVector(0.f, 0.f, (-this->GetUnscaledCapsuleHalfHeight()) - VRCapsuleOffset.Z); + } } /** @@ -266,7 +273,7 @@ void inline UVRRootComponent::GenerateOffsetToWorld(bool bUpdateBounds, bool bGe if(owningVRChar && !owningVRChar->bRetainRoomscale) { - OffsetComponentToWorld = FTransform(CamRotOffset.Quaternion(), FVector(0.0f, 0.0f, bCenterCapsuleOnHMD ? curCameraLoc.Z : 0.0f), FVector(1.0f)) * GetComponentTransform(); + OffsetComponentToWorld = FTransform(CamRotOffset.Quaternion(), FVector(0.0f, 0.0f, 0.0f), FVector(1.0f)) * GetComponentTransform(); } else { From 6e1077624ee6c56b1d4e90709f526b8f8fee5da3 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 27 Jan 2025 22:26:06 +0100 Subject: [PATCH 22/96] PCC - Modifying Legs still doesnt work, but changing angular strength for certain Limbs does. Grab still has the offset --- .../Content/Clarice/TestClarice.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Misc/Examples/GrippableChar/GrippableChar.uasset | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset index f6f9b37..227ffed 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd45558ed8231f6749a442d6875502900a7ccd9bdde9fe8ca6a9cd38b48a927b -size 167334 +oid sha256:726102be4942758c5f265a2dc37d6c832ea472799b43b1e03442a705c355f562 +size 182125 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 104a033..ae9b4c8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b18afaf7827897e38b44033711acf56f74ee17e696438089746d496a097cec24 -size 1580193 +oid sha256:5bdd51259d2588e77ebf341edc86288b7a161e28f41b275a6b56ef2ba57d9bf6 +size 1581904 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/GrippableChar.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/GrippableChar.uasset index eb818da..adfd813 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/GrippableChar.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/GrippableChar.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7588e5d8b262ea4c09dfb419aa81dc0550a8abf6589186a68eaa6c87ce372c16 -size 53119 +oid sha256:a55f538413ce58e627a6e216a11fed4865bed110e47b312ea54b244b61ee7f0c +size 56012 From 309ce232fb2b66467efe9dbaf135659a354ca410 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 28 Jan 2025 15:47:46 +0100 Subject: [PATCH 23/96] FIxed per Bone Grip (block VRTrace), but offset on non Per Bone still persists --- .../Content/Clarice/ClariceMain.uasset | 2 +- .../Content/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- .../Content/Clarice/ClariceMain_Skeleton.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset | 2 +- .../Content/Clarice/Material_001.uasset | 2 +- .../Content/Clarice/TestClarice.uasset | 4 ++-- .../Content/VRE/Core/Character/BP_VRCharacter.uasset | 4 ++-- .../Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset | 4 ++-- .../VRHandMeshes/Materials/Functions/CA_Mannequin.uasset | 4 ++-- .../VRHandMeshes/Materials/Functions/ChromaticCurve.uasset | 4 ++-- .../VRHandMeshes/Materials/Functions/MF_Diffraction.uasset | 4 ++-- .../VRHandMeshes/Materials/Functions/MF_logo3layers.uasset | 4 ++-- .../Materials/Functions/ML_BaseColorFallOff.uasset | 4 ++-- .../VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset | 4 ++-- .../VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset | 4 ++-- .../GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset | 4 ++-- .../VRHandMeshes/Meshes/SKM_MannyXR_right.uasset | 4 ++-- .../GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset | 4 ++-- .../Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset | 4 ++-- .../VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset | 4 ++-- .../Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset | 4 ++-- .../VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset | 4 ++-- .../VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset | 4 ++-- .../VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset | 4 ++-- .../VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset | 4 ++-- .../Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset | 4 ++-- .../VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset | 4 ++-- .../Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset | 4 ++-- .../VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset | 4 ++-- .../VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset | 4 ++-- .../VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset | 4 ++-- .../VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset | 4 ++-- .../VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset | 4 ++-- .../Content/VRE/Core/HandSockets/HandSocketBase.uasset | 4 ++-- .../Content/VRE/Core/HandSockets/HandSocketMat.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Misc/Examples/GrippableChar/GrippableChar.uasset | 4 ++-- .../Misc/Examples/GrippableCharReimport/GrippableChar2.uasset | 4 ++-- .../Misc/Examples/GrippableCharTest2/GrippableCharNew.uasset | 3 +++ .../Content/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset | 2 +- .../VRHandMeshes/Materials/Functions/CA_Mannequin.uasset | 2 +- .../VRHandMeshes/Materials/Functions/ChromaticCurve.uasset | 2 +- .../VRHandMeshes/Materials/Functions/MF_Diffraction.uasset | 2 +- .../VRHandMeshes/Materials/Functions/MF_logo3layers.uasset | 2 +- .../Materials/Functions/ML_BaseColorFallOff.uasset | 2 +- .../VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset | 2 +- .../VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset | 2 +- .../GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset | 2 +- .../VRHandMeshes/Meshes/SKM_MannyXR_right.uasset | 2 +- .../GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset | 2 +- .../Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset | 2 +- .../VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset | 2 +- .../Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset | 2 +- .../VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset | 2 +- .../VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset | 2 +- .../VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset | 2 +- .../VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset | 2 +- .../Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset | 2 +- .../VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset | 2 +- .../Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset | 2 +- .../VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset | 2 +- .../VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset | 2 +- .../VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset | 2 +- .../VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset | 2 +- .../VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset | 2 +- 66 files changed, 104 insertions(+), 101 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharTest2/GrippableCharNew.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset index a99f640..52d3d89 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:baeb9045abd8e3db7a8fb8bf062a9da4902bccffe7514ee322964a1c38fa389b +oid sha256:e6b9ab8de71bf792373f241e89818cb6321c6ca0b7873e6129bd0f9533cfb3f1 size 1954858 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset index 035ab12..6483c5c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f44384d097930971201340f6dec7aeb86621abab69d1fab54c4de15e2013b0eb -size 73142 +oid sha256:0104cc95da87de97fe8bb9d8f4940af1921bb5719ee38d4bfa5759d34e548c15 +size 35872 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset index 1c370fa..292494d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1ce6f5d79fdc9bae82ec05bcf36a3f25fab166d86364e210085a223378cad8f -size 13548 +oid sha256:579604659511b2b311e0a9ff988d277fe720825e2960a650fedea9bdd7b228bc +size 14460 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset index c8ed70e..cf18c53 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28a0562671fe7051a291ad499d159bbcfb1fab8095e577b3b1ec6f1f930b86b9 +oid sha256:139d84460f6742a6d2b4f0e060718c91d05fcc8f6c38c9a05ce8cc33efb7edd6 size 56194 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_001.uasset index 25556a7..a87a6ed 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_001.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_001.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:728c0cf26782b6dee45c6ee59e7c0e865786076a6e07a87ac8740997f898ea6e +oid sha256:561167139a9a4e753c60c92ee2270e24a4821547a80de95eae9a5d1ce11485eb size 53615 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset index 227ffed..a7e009d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:726102be4942758c5f265a2dc37d6c832ea472799b43b1e03442a705c355f562 -size 182125 +oid sha256:14ae3495e23f89785fb4d82ae3c094fce327025ef91de1bbc09ee3bed6ae5442 +size 213750 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset index 0d853fb..b7a6c3b 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:8a54eba3492ce39423cf0e582e2997c514f3d29690306266bd271b10f2dbe65b -size 5715587 +oid sha256:959dd6e244632baa154205d06015a59217a04bbf39893c141d02bf6bee224b4c +size 5712698 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset index c0b6225..80db50a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9012982f60619c314d67bd9477e6bc3c98d90b1864e5532ca7dd9f3147c8bf6b -size 21571 +oid sha256:cb7492b1aff212de7e8f5bb1af643575e8609c48a13f1481dc9cefe6290d360f +size 24141 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/CA_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/CA_Mannequin.uasset index 98e7dff..0860c2d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/CA_Mannequin.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/CA_Mannequin.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b30315c5268c4c6f2bf734d3b92e2775cd157d159f4bbc5caf9caf8e6fa107d -size 4986 +oid sha256:cfcd883c2e83697f5fe6819c20e700b8e27da5d00aadfff1640a8689dc528af0 +size 5587 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/ChromaticCurve.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/ChromaticCurve.uasset index 7bd3825..64c27c5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/ChromaticCurve.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/ChromaticCurve.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92f3173629d4560f25529f361141d58ac6fa21a8d6191c537f703b13ee929b73 -size 6447 +oid sha256:f4f2ee212dd15ee8d5abddc99c002507e4e2fc7e8b8c71b823462799a678a903 +size 6430 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_Diffraction.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_Diffraction.uasset index c815496..f0d20aa 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_Diffraction.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_Diffraction.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d0926a93a1f8fc963c4f1ea8a3938e268aac97d8637602351aa2a24214f76889 -size 32083 +oid sha256:07ea746f1b7d0aa838e5f08dd3103897690114af00a42fc01981bff5a438e98b +size 33222 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_logo3layers.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_logo3layers.uasset index ef5ad5d..1da14a6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_logo3layers.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_logo3layers.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec0f6fc2eedc7fccfcf37ea6ea4179896bc99cb556dcd05a1b467f1a0ed64e4f -size 54856 +oid sha256:b91950ea1c42e947e95cdd0fae99883c2530b1265d89430bc321f983aecc8311 +size 56690 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/ML_BaseColorFallOff.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/ML_BaseColorFallOff.uasset index e1f8e51..047f6d9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/ML_BaseColorFallOff.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Functions/ML_BaseColorFallOff.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd8135c90a2ee5475a026fda4d521aa5587c7cb37ecff60b5918ffbcbee74ad1 -size 13751 +oid sha256:fe3f38cc07e8f5719a4ee229d1562ae8050857ec6af9a43f4dcc86d4b6bb0015 +size 14187 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset index 8a6b70a..83ba32a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5ababd4023308c31b036cbcb7807007169945e2be7811b495edc82405933917 -size 15549 +oid sha256:30208deed193bc48fb435f9d6311d8046d30747d64ca0f492f63163baac975b1 +size 15665 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset index 2dcd1f5..4ebdcff 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc3290f2fdab2392cdfe63ca1f39963eb6a3ab53e94c614b2b227cbebad8fd7b -size 20126 +oid sha256:8f79220e15bc0d6ea952a51072231ff725ce5131dc3d795e8846593a5a8ab76a +size 20412 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset index 4dbd090..a5a0d32 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d0de5cf3c470c1ea90877e3518ff9dc4b96545b56f0b0e8045519907c7bfeaa -size 79412 +oid sha256:af38ded4d3f8f7d2973f2f0f7e706fba800971a40ce6dbcea6b5cb2a8e1592c6 +size 83314 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/SKM_MannyXR_right.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/SKM_MannyXR_right.uasset index 014cabe..2484762 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/SKM_MannyXR_right.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/SKM_MannyXR_right.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d158342a6729e6fe2e482e65ca96a9dd6bdb3fc9ed767848d941fb3bf234f16 -size 2059991 +oid sha256:cb92dc203488ebf02f37eca72a5285487ebf64742a6012290b15312c543e5c91 +size 2052715 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset index 778c06b..ed6b6b0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa6834d20b534c4919ed5d11564c65f3a8dc46462b12ec1e63ebdf019a46f7fc -size 53130 +oid sha256:a3ad2a6a866720fca4a73d3222255a1a54f2f3f3894d3b7ae8ad36d06803cb0d +size 54305 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset index 89c075f..c747303 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce32d32ba29bc7f506de3cecd6fca0f2f5890530ca3df2ad4028aacd5b3848ed -size 3612723 +oid sha256:63239e8cf806cc7366481f0d887a1db7727ddec8ed6a7c804a66d3ef9b67874d +size 3593023 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset index 23a94da..196df93 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1cab472105172ff531e7d4b581d49a0b0267c3a01192a9b346d167227a01cafb -size 18514275 +oid sha256:bb40d09040b29a13d2a34776c77cb4ca2049a588de06bc3f9815dd2de2cb18ac +size 18416227 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset index f235d70..6c588a5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:663d2b0ae07554ec74f1476f758828be6723bb4539974f02b9e06b445e25de82 -size 10272093 +oid sha256:aa3f9b5e4b490536ca5eaa91c18a1d1226bc7f4fb2db2ff731a12d11ae2a5bd6 +size 10429340 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset index 1267d9e..aee6ac9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d3d691c0808c6378042935fd497fa6328fe6a0f65fc14ede6ef74bd897896fd -size 5740461 +oid sha256:b0a3366192aaca7d197e2b4ec25ed2480ab1e3811b213cc23c919d47b52bbdab +size 5747253 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset index 6209c01..809e1b2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:594997242a9e782913f417bf7b66bfdd4e973f61d37f19517946b00f8330fdcd -size 11038296 +oid sha256:78588e19c9871a68f445a943c3e36a3f3815c85885461da7d103f71d80ffd6ce +size 11205116 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset index da667a0..4e26359 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d855986290da65aeb62f194871eccb3345b756a16392b74f08e484de1187cb1 -size 7198357 +oid sha256:c7621590877d7da1c436f4f884eaca01ebcdc1d014e3c71a1e72f7ca74bc073e +size 7076335 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset index cc74e2e..5cc48e1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f5198cf31123bfc90086843c08469c7446089a9c02e4730ac5a237770b4bcc38 -size 1357878 +oid sha256:9945c2a8435af1ce7c45027c8307476c1bbded8a361eb90a32aa50848e28d05b +size 1324525 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset index 815b6d6..53664aa 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:799d88e7e15925be4b7ebc9bd36a0e4a757cdf46e0cb2c7d3d09ebc9259c0f53 -size 8341499 +oid sha256:e979bf5ec183412a56182ccab12a95b68ae28081afcadc4b202e187de9829336 +size 8418038 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset index 8bea4d6..bc188e7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec720ed86dd6f43709a1da7edeb4a84adcefc17ee1417fbe58577ebf61adb580 -size 21139634 +oid sha256:b04540a700e1860479cf62e9d26725facaa941b7a66a106e390c734869306aa9 +size 21001561 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset index 6b381a5..6471599 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7cbed690c700c91f50e0869f80afc58d5cd23827937560acfc509840ea9567a4 -size 13144001 +oid sha256:4fb1f269911e931c43e553ac94cc4f4f114e747bd2f7c4ad8e6c13e421a51b5d +size 13302486 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset index 752f2ce..35b0682 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c352d07a48e228219b32dee09b7668594655cfca59d97b15dc8cb1a49e1eadd9 -size 9033629 +oid sha256:991382bea744f11aa033015a889e59cecab2512c1fb916378706b9e84fe8faf5 +size 9166226 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset index dfd2fda..efeb53a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec66618f04ba83fca769b035feb5c006ff10a3e96e661484bb1dcd6b5d810dac -size 13677722 +oid sha256:06233414ae2d9b2b6717c57bc3b307106cf98b17b7e412fcc4dd88a32d1d157f +size 14124674 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset index c5c838b..d106664 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8966f6bab5c41e69e5145b4f17e95ab65fb31e917c74eef271051a566da80c7c -size 7269441 +oid sha256:da82beeb2439ed9182f26fd476db9d95185b14a9e7f4c46d74611b8f3a012c5c +size 7156920 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset index 558b417..41d4db2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38467e22cf6c7828771d7f8184c9d6fed06b6711b35614f9760b64403e3c4945 -size 2153898 +oid sha256:db8600045ee0b4388c8450f9e5b98d1bfe23e1c12a3e6055f290c74314f9c3cd +size 2185590 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset index 906fae9..c5a24e4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f07764fd1a0041865c1cf996725714a2ba3baf0df51a24e58f0adebdd99d5d8f -size 70066 +oid sha256:33daf560f381994a612c7e7738d5aa69d411a0916ac14c0fb4f89773655d50ca +size 58820 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/HandSockets/HandSocketBase.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/HandSockets/HandSocketBase.uasset index 3143dac..04492a9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/HandSockets/HandSocketBase.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/HandSockets/HandSocketBase.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9afbf8d9f9e4bbd7cb6db658f61a41bffe5c58c0cda80b9bf40bce72b13c216 -size 16993 +oid sha256:3c2a68950b5141efadd526c79ef5800b4e020db9eff5cc65c54734d404800322 +size 17611 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/HandSockets/HandSocketMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/HandSockets/HandSocketMat.uasset index 6f7bc67..090c979 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/HandSockets/HandSocketMat.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/HandSockets/HandSocketMat.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60d11e9fd42cd8cf37367a275aa7c98a8b428cc98942013db797bca364e2e287 -size 114250 +oid sha256:424be16a355297cd1b42342a82036a3e0cae2e12f525d939e6a136edf50a097a +size 116413 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index ae9b4c8..ddc6479 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5bdd51259d2588e77ebf341edc86288b7a161e28f41b275a6b56ef2ba57d9bf6 -size 1581904 +oid sha256:3181c4f73a807d66ae03ba422b2f82c25c0e91536690b80cb23fa17e816f6d4e +size 1579720 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/GrippableChar.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/GrippableChar.uasset index adfd813..fd6eddc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/GrippableChar.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/GrippableChar.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a55f538413ce58e627a6e216a11fed4865bed110e47b312ea54b244b61ee7f0c -size 56012 +oid sha256:09ddf741a8f171699396bdefb74a3a35c9fa68970b2c8c8a35179489cb84df86 +size 56022 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset index c69a548..371bc8f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d403c474b72d15fbc749a32c5b955236d3aeeefc852e7b6a4bafb74a98a6f51 -size 52369 +oid sha256:c47b3bb87a2acf67aafcadccbf4d4ef996086cc03504eaf66d47ee911f9ebe3a +size 53135 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharTest2/GrippableCharNew.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharTest2/GrippableCharNew.uasset new file mode 100644 index 0000000..8a27169 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharTest2/GrippableCharNew.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd1ca8698b9a62aaa4a395b05cdc6479ddbf32c39fc534dd43dae03845d0f9f +size 54529 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset index ec18e18..0e046fb 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa75f2579f31e32f485f834445d3e0b1a24e912113cab2500f00c4956f918eb2 -size 5554786 +oid sha256:2defd62563ccc0824a3e35c9e8482a13624205464e30cf84d5c2ed3688d50d65 +size 5564629 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset index 27e0ca1..ecaafea 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2a131e36cfe11f44775b939c091c85cf2f72f055e172bf528fdc8fbe9d6cc9e +oid sha256:67c1c728b99865de1b1d1e308834f0c58139a06a7b3b19ef97752bc47a1fde42 size 66266 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/CA_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/CA_Mannequin.uasset index e4ca3d9..3c31d17 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/CA_Mannequin.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/CA_Mannequin.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23620c0fbba03fc51f1663f2abde3650a0ee234d3549ed4ede8dd6b335bf99b1 +oid sha256:c976740d0c59064dd3a3dbed56bbcd4cc191efe410537f3de1eaf86eaa699c69 size 5590 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ChromaticCurve.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ChromaticCurve.uasset index badc370..84be60f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ChromaticCurve.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ChromaticCurve.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bcdc9b631b133224ca261782e30c4115aec155259e514c640ebed2f0347de2c4 +oid sha256:14550970d266eba26300f7d8a733227445ed1cd597d20e41c0a79ee7685b306a size 6432 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_Diffraction.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_Diffraction.uasset index 0dd6289..8ff0b4d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_Diffraction.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_Diffraction.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40fd0f82dbc33a67c8294e9edea82e2900018e9e9980c151b989df9b3499af2b +oid sha256:17e581040655d1de9eea2e3e15c0c7ffdd718daabfe03ccc2b58179268613bda size 33226 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_logo3layers.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_logo3layers.uasset index 5cfc569..cf64434 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_logo3layers.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_logo3layers.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:48f3f17fd173d0a65eeb8e24a636032d0380e8d5f830f63cc5782c0023e0ac93 +oid sha256:860b5de68ce847daff95cf8757259e1db577c567b0a2fd9fa922bd916ac5d4af size 56693 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ML_BaseColorFallOff.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ML_BaseColorFallOff.uasset index d470df6..deb1737 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ML_BaseColorFallOff.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ML_BaseColorFallOff.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0498e50d5b427ad6bf9e7c2110410a052129a93812d50b0c773a901db1261837 +oid sha256:0054e1e6d3a91d6eb01b1f90ba3345ee1cdfa028e5f5cb699b5b9bd7bfddf76f size 14189 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset index d3f1925..c0f3077 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee4b037450fa67fd2f4707cc24145235d59feeb9cd01bc680750519b462f8542 +oid sha256:b8eb8f35f14bea3d54b0bab5c734cdffc1c5ac7bd646955b47cd6f522da4b18e size 15676 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset index 9b96b49..c4ebb72 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00e943c7d09fda849073cb097023c684397322546b7c151e4c9ec67a44dedaf1 +oid sha256:14f5b0eeb0211cbfe8b0b887442079c5c9154a212452d104bd400942f8c971e3 size 20424 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset index 3d5cd52..d7f8022 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:290de0e8b8c6fbc4f52b7c6a631b15e814b66c6520aee464f82e80430865b51b +oid sha256:2ea232420f5d0678ab758d2bd594acf42ad611f41c345bda8476ce3ef815d091 size 83541 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SKM_MannyXR_right.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SKM_MannyXR_right.uasset index 54129f8..653434c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SKM_MannyXR_right.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SKM_MannyXR_right.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a02c45cf70560c4625b3fe18ca5bcaca4850f66d9918ed2146a2394d076bca7 +oid sha256:28e538b47aec911899e93975dd57e8c32ba4707bc24d3b21d3726559e7acd48e size 2052720 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset index cbaab56..f4c1a7e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0febba908625cd326a7d38f0c2be19c91a010c9724cc951e0c3d508dcd72469 +oid sha256:e70fd49096ddd57fe880eaf1641037444232c810403c2bec36374481c75afca7 size 54309 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset index 572b0b4..f54ef59 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9fd52f08829663dfe82a2cdf812841885d5941e45166a9fc44723460cf4b2b48 +oid sha256:74095c872ee49e813c998aa0a32e3ebcbfeeda5878de3540b7fea52901c7bc48 size 3593025 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset index 7eb963a..87eddfb 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a39b90cfc883d9d132f577732e365a045c4d462067226b2b076d327681e6a560 +oid sha256:fa92e0a7bcda92f57c85034520403d721cbe7510e9284e685403ef8d39359ae9 size 18416229 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset index 7f460ea..ac080db 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cbdffb7436c12d6cdda185991f1ba6856390e877740b2dbb6f56f8e970efc300 +oid sha256:9df1150f6fd0c6eacb9aad6d28aa2df46f4958211e5d1604af7f871a11a817e4 size 10429342 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset index 4d60df8..c913dac 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08d8dc8566bc256748917d45c7a4b26569a18eec4e69492a928137caff82c7d6 +oid sha256:8c7a39a4acad4266630e53252badf09e92f449d23b7a196e7159ecabb096ece7 size 5747255 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset index 6dc0eba..d3b30c1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a3b13a483d8b13bc850111734b12173c202586beff730da38c64c95a2d6ac1e +oid sha256:88ea65fb64daef2f12a4f55d79c4c1cf59522f22b55e43b4618ded5eba736709 size 11205118 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset index 2a67bb3..b599512 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4779c2d6dd6378f926a881a8e95af5baffc4da25a468c61c0a401a460b822336 +oid sha256:4cd73dcd2f4285c3ad54ee92c49239b7eb00b53fdd576dd9952320c577c35a19 size 7076337 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset index 9a24aae..1ef50fc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:040518fd153cee122f43cc03d91aa99bac78fac733b15ec012eeb16eeede3391 +oid sha256:5f61621a29cea20c8e7745dccf12b9f227a49699859d7158c6a8550e8aa33b6b size 1324527 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset index 1180950..223b510 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2782d6228b9275a218d557bf94b8759caeedbf034e22c831036cf9297eb48d7 +oid sha256:830c9d0e06f48a2b71d6f0ac6dffb632de2742880a65f97acd0d24c933a30008 size 8418040 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset index ce6786d..faa74e1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:accae50f150525e1161605fbb35162c8a8e40de4e31b1d1123ba3d13ab5f0a88 +oid sha256:104baf884612be1abf61aa98b9e8df843bf4f49ce33d4a73fba7d7bc37a77809 size 21001563 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset index c2f75ec..08a8dfa 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c1a23701fd361f9483dccb977d06b4af6b9d01c2882dcff086226275dc85ae9d +oid sha256:6e0e7b9851a6202b96471c01f6f24cf5dedbe26d15421b552f761ea7240583e2 size 13302488 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset index f0b70ff..9a4e1e2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:16ae25492ed7aac7dae7ae0267ccad17617356814045a44f3c7f8cc36b1bfc24 +oid sha256:51fc7ac2d6d1f69da4558f354459a822e285796577e633c2b0e103cbd745b452 size 9166228 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset index d1b3fce..4939d10 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bfebde3b21440512899a569696ff8ee034c32a49010c703c4f53c2a55db90337 +oid sha256:01bfaea5a2e88d7877490895dae2a24d925549207fb8382b43dac78dd161c0a4 size 14124676 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset index 74b8214..867351c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d87c2b4edea88249864b60140d18ef6e20a2a596363b522cd0988e1b9906bb2 +oid sha256:56142a7968f485b032028d070b35732098f65b2b1f6b4a8e5565dbf3cf9c0942 size 7156922 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset index 8ad0938..f3b1ea1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5f02f5d8c449a05f5a4cb1df9f447ae3b83fedf7c71e12e762be6339b58ca4d +oid sha256:e40f39697be781e3316dd66bac9907e6e95f6c9cabaa04367d5a3dc5bb16c97e size 2185592 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset index 751819c..64bb06e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:56925e26f58717415ff6589f530240cc3289ea126e1ee319c5bba204745844f7 +oid sha256:04a7c7196f1a34506199f448266fb412f52761f2cf2da1b0f2a573f9d46b4a86 size 58822 From ed2af367d67e15232403b028fc823f269084abf6 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 29 Jan 2025 16:35:38 +0100 Subject: [PATCH 24/96] The Grab Offset due to a scaling Issue on Clarice is fixed --- .../Content/Clarice/ClariceMain.uasset | 4 ++-- .../Content/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- .../Content/Clarice/ClariceMain_Skeleton.uasset | 4 ++-- .../Content/Clarice/TestClarice.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset index 52d3d89..c4aa8ff 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6b9ab8de71bf792373f241e89818cb6321c6ca0b7873e6129bd0f9533cfb3f1 -size 1954858 +oid sha256:1179cc4068ba4ac5ca9c037f3bb146e8d132859f311ea73f64e7c79db8b9683d +size 1946985 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset index 6483c5c..ea4d633 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0104cc95da87de97fe8bb9d8f4940af1921bb5719ee38d4bfa5759d34e548c15 -size 35872 +oid sha256:2c736748f6e24552a9e8db34a26979d5b54829421a4446581b0e3de82b86a7ad +size 43318 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset index 292494d..d7ca75a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:579604659511b2b311e0a9ff988d277fe720825e2960a650fedea9bdd7b228bc -size 14460 +oid sha256:226c095e02765e4c14ab1c0394ac786af840b95ec13569cc247ab4db86aa2239 +size 14564 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset index a7e009d..66393d6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14ae3495e23f89785fb4d82ae3c094fce327025ef91de1bbc09ee3bed6ae5442 -size 213750 +oid sha256:1d8f14cd70c4bb5f732391426ad78f99d98da6fdb3cc3416502e9eada335c61c +size 266869 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset index 682c917..75fa92b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01fde86221bb0632650e938d8912f872c77e989a6628be02f7e8ba638195f263 -size 143004 +oid sha256:8af3ee68f363b1cf07710009968e9105c6436126dc80bab0d015db51ae220463 +size 146335 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index ddc6479..bf732b3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3181c4f73a807d66ae03ba422b2f82c25c0e91536690b80cb23fa17e816f6d4e -size 1579720 +oid sha256:40ccee5e355354c4171046b5c2fd957ff7aa8d3bf3922a0d99a09fc805104ae6 +size 1605118 From 04392245a8c9a2b6df8224e4b99ad2c605f3566e Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 30 Jan 2025 22:57:41 +0100 Subject: [PATCH 25/96] Still wasn't able to fix Grab Offset for Scaled Skeletal Mesh, MordenTral volunteered to look into it <3 --- .../Content/Characters/CustomAIController.uasset | 4 ++-- .../Content/Clarice/BP_Clarice.uasset | 3 +++ .../Content/Clarice/ClariceMain.uasset | 4 ++-- .../Content/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- .../Content/Clarice/ClariceMain_Skeleton.uasset | 4 ++-- .../Content/Clarice/TestClarice.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset | 4 ++-- .../Content/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/Gilbert/NewFolder/BP_Can.uasset | 3 +++ .../Content/Gilbert/NewFolder/GilbertMesh.uasset | 4 ++-- .../Content/Gilbert/NewFolder/GilbertMeshCan.uasset | 3 +++ .../Content/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset | 4 ++-- .../Content/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset | 4 ++-- .../Content/Gilbert/NewFolder/Material_004.uasset | 3 +++ .../Content/Gilbert/NewFolder/gloss.uasset | 3 +++ .../Content/Gilbert/NewFolder/normal.uasset | 3 +++ .../Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Misc/Examples/GrippableCharReimport/GrippableChar2.uasset | 4 ++-- .../Misc/Examples/SelfGraspActor/SelfGraspExample.uasset | 4 ++-- .../Content/VRE/Grippables/Weapons/Guns/GunBase.uasset | 4 ++-- .../Content/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- 28 files changed, 62 insertions(+), 44 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BP_Can.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMeshCan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Material_004.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/gloss.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/normal.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset index c74c1e9..9467460 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6ff32f935a1e4884f6e70817ea451e3e45c5a551f623a213bc2c16f12586c6b -size 228005 +oid sha256:cd8cebeb8067b8a46a117fe769f15d68db9a3824110ffa4ee9cbfd5415ba54ca +size 229657 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset new file mode 100644 index 0000000..06098a5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f43b3945f79a4298a4d6ec1f460490a405c7286511f53ad8e8ad519dd8d796 +size 165147 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset index c4aa8ff..c9f66ff 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1179cc4068ba4ac5ca9c037f3bb146e8d132859f311ea73f64e7c79db8b9683d -size 1946985 +oid sha256:99b690df668c90a6206b63b14876555acb25524efb4e187e79eb38eb47c97e79 +size 1946455 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset index ea4d633..a5903ec 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c736748f6e24552a9e8db34a26979d5b54829421a4446581b0e3de82b86a7ad -size 43318 +oid sha256:80c36db3383714d3f3045997e3b3dcbdec012bd4402a65f80fa017e714f6a26a +size 49228 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset index d7ca75a..423046a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:226c095e02765e4c14ab1c0394ac786af840b95ec13569cc247ab4db86aa2239 -size 14564 +oid sha256:d412091ec88a918f12a41a2ce157350e0bf878a84b79d136376b0851094923a0 +size 13964 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset index 66393d6..59d23ef 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d8f14cd70c4bb5f732391426ad78f99d98da6fdb3cc3416502e9eada335c61c -size 266869 +oid sha256:26db1b711f037e474ae1e2a093bb9270349e820c59794d465bf2e251dd8cc03a +size 4004 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset index 75fa92b..0c89910 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8af3ee68f363b1cf07710009968e9105c6436126dc80bab0d015db51ae220463 -size 146335 +oid sha256:42e4462157b96e0a27b7c18786ad4674c81a0d722831324885df4393c94014f0 +size 144818 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset index 8fdb078..2a30a4a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9585063f0a5962c2339d248ad07bf06c978bfc894fb6dcac811f21298a59695d -size 145733 +oid sha256:d3d3d06d7dc9ad9eebaa76e3dbfd6419a89cb83c0d0d974fa298479615c8e87b +size 213063 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset index fe9748e..56ee135 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5bf0b3adeac69eed32f6ef6da35f0f1cf26778ae95cdd4f4d0e190e5c4f970f8 -size 215044 +oid sha256:891d1c9fed9631c3bdb6dcd3e26a2fa2fc49ba561a5c0dd26c04eefce72183ea +size 213588 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset index eaa25ae..c0bbc15 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2fa040771db41004c08f3a4054e8c5c86beeec8251464e4a827e069f8f14007d -size 137576 +oid sha256:6f994a67b630d76a5e5f05d8636c7e4f8dfc54d1d90c268e1c712f853e439eeb +size 136143 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset index bf753c2..6ae1f53 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2ac470e682f90a6371f9da788ebe69a6955f15d5b82a704ad5faa4445716d231 -size 198118 +oid sha256:c18260e305e3c557893a41c24704234cc200264a4148a76132f24465e7fe99b7 +size 196587 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset index 4655e1f..62714a2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2900948793035ccbf72279639a9939a5dcb6d635b965b896d58c0f3dbfafee4a -size 197287 +oid sha256:c7f15dc9eb7d82bc62a144ef7715170387b13487333337a5eb08ab222d5bd092 +size 195762 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset index d012a32..a9f4425 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eafbf591544e10e9ddc79218265a40a7262cb2ed39b4f54c2336d471e3fe98f7 -size 193947 +oid sha256:c2744f1c1ff45c5c78cf20aa24e5fd6c700dea82bb671e35b275659fb149fdd3 +size 192521 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset index 32e4480..f1e9c10 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:69326cc34079812a94b52402042fb3b5a8e5b86a19a5056ab80e8a66546c7180 -size 194050 +oid sha256:a01b44107873a9f5123d1b5d7507704211190fec09db1aced10636f0dca29e72 +size 192532 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BP_Can.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BP_Can.uasset new file mode 100644 index 0000000..64e1c13 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BP_Can.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8016dc703c4c9336354f665dd4d45b8b9ea9032796300937eb8e65e84307ef +size 30947 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh.uasset index 1e594ce..0884df8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4bfdb896b14abea8ed2f99842117f20cab88631ea8572056bdb09978529ab4ab -size 2408974 +oid sha256:0fe2a5d69d5a0284c244083aafe9b9f37dc90a3c95ed88382f6d12cf4babc99e +size 2409327 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMeshCan.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMeshCan.uasset new file mode 100644 index 0000000..3eab01f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMeshCan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f8c16cf0be2b491c81c6cd80a1b13f823a4e511fc41a8ad7f137f366b9e15f +size 56869 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset index 20f21bf..72190d3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cb2123a30f8ee40d018a4314d142be9a64097eb6d913addc57c5e7f3a854063 -size 21489 +oid sha256:857a66fb47ccfdd52c5a3226ebe2016fc9e3b990c893d6d5893109bc4606b861 +size 54335 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset index b3b2651..cc34a11 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:57b71312b449433d4cc46745988154ee8dbf5244b80bdd8a051eda2b9cd11f47 -size 16874 +oid sha256:63f81efa75ac315122c188375c3182afe107e283019f7d8e4d3d9d9c453ad826 +size 16233 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Material_004.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Material_004.uasset new file mode 100644 index 0000000..b1a2e16 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Material_004.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb733031c7075c5163f7d2314ce524a233e8b870b163bdccde1239608564ff8 +size 52630 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/gloss.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/gloss.uasset new file mode 100644 index 0000000..270837f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/gloss.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec4dca4b0a39d2e76298b21f89f6bd4b01b760dd662d9e39439a1a99db8361a +size 1483682 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/normal.uasset new file mode 100644 index 0000000..4efb7fa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf6478472ce514a04498300c918c3574464b1b7692e3b42059fb8ba4495b0f3 +size 4511415 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset index 80db50a..d2517df 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb7492b1aff212de7e8f5bb1af643575e8609c48a13f1481dc9cefe6290d360f -size 24141 +oid sha256:7e9da6f17be92ef770290f836094a9c34ea65304e417755a82e083319f7039d3 +size 24101 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index bf732b3..a4717c3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40ccee5e355354c4171046b5c2fd957ff7aa8d3bf3922a0d99a09fc805104ae6 -size 1605118 +oid sha256:f1d930065591c86f6e237f7abdbe8e8bf70667e782b36ab72f22db4ed24fc2ba +size 1612550 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset index 371bc8f..4b2efe4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c47b3bb87a2acf67aafcadccbf4d4ef996086cc03504eaf66d47ee911f9ebe3a -size 53135 +oid sha256:99ff1f1534d2feb35b71d832bf7d2380aa2db06ac60f3b0c9db89d184fc9a01f +size 53171 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/SelfGraspActor/SelfGraspExample.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/SelfGraspActor/SelfGraspExample.uasset index be9a714..6d17cd7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/SelfGraspActor/SelfGraspExample.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/SelfGraspActor/SelfGraspExample.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01f6cf2cbaab145d36be4e5c1fdc83ad4d6b18c8f784e8f81c1ed13764db67e8 -size 144095 +oid sha256:51f7c849823c9c3eb52482689a32dd7ded939da23e52ad22d5fde53d5c0d59a5 +size 142617 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Guns/GunBase.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Guns/GunBase.uasset index 219f46f..4a47f57 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Guns/GunBase.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Guns/GunBase.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d47ff17294a4c0d9b0b5ef4da83c0a64d619100bccaf5c849a49756fec45140 -size 918454 +oid sha256:691aa267a31893c32bfeff8ef598397c4cc3776ef31d30835758f9fb7668e445 +size 918573 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset index 0e046fb..960ceb5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2defd62563ccc0824a3e35c9e8482a13624205464e30cf84d5c2ed3688d50d65 -size 5564629 +oid sha256:688b348567895062c905e9afaebf0442175b6919909968fdc8b54fe9dce6807a +size 5584459 From 8e2ee66632462d0ed80f56d500cf9f15bbccb3c1 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Sun, 2 Feb 2025 11:54:44 +0100 Subject: [PATCH 26/96] Fixed Grab offset caused by missing root Collision in Physics Asset (thanks to my saviour MordenTral) --- .../Content/Clarice/BP_Clarice.uasset | 4 ++-- .../Content/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- .../Content/Clarice/ClariceMain_Skeleton.uasset | 4 ++-- .../Content/Gilbert/NewFolder/Grip.uasset | 3 +++ .../Mesh/MannyWithRootCollision/SK_Mannequin1.uasset | 3 +++ .../MannyWithRootCollision/SK_Mannequin_PhysicsAsset1.uasset | 3 +++ .../MannyWithRootCollision/UE4_Mannequin_Skeleton1.uasset | 3 +++ .../Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Misc/Examples/GrippableCharReimport/GrippableChar2.uasset | 4 ++-- .../Content/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- 11 files changed, 26 insertions(+), 14 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Grip.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/MannyWithRootCollision/SK_Mannequin1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/MannyWithRootCollision/SK_Mannequin_PhysicsAsset1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/MannyWithRootCollision/UE4_Mannequin_Skeleton1.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset index 06098a5..8551a57 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5f43b3945f79a4298a4d6ec1f460490a405c7286511f53ad8e8ad519dd8d796 -size 165147 +oid sha256:9c6c57885948776af134c4f4a2fc16ca72b6bff01f35841a5958286284b8adfe +size 163967 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset index a5903ec..facd18e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80c36db3383714d3f3045997e3b3dcbdec012bd4402a65f80fa017e714f6a26a -size 49228 +oid sha256:bf23ae0c6d747f0529d37e036ab51a3d8d17cb0b4f1d5909299e55bf361cd9fc +size 38976 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset index 423046a..e539f61 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d412091ec88a918f12a41a2ce157350e0bf878a84b79d136376b0851094923a0 -size 13964 +oid sha256:246725ce18f8a72c8b3bcdda686c30fbe3998ab86e08502efa93a72871025d9a +size 13236 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Grip.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Grip.uasset new file mode 100644 index 0000000..7d9d4e9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Grip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12b602f56111586da875f68d5fd0557f56987583f074648f79505d6ffa781f8 +size 23197 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/MannyWithRootCollision/SK_Mannequin1.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/MannyWithRootCollision/SK_Mannequin1.uasset new file mode 100644 index 0000000..a633053 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/MannyWithRootCollision/SK_Mannequin1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56d2106d4554e313005883c1d5aa85c9d53059c1aac895e99bf90e35f900e12 +size 7239808 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/MannyWithRootCollision/SK_Mannequin_PhysicsAsset1.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/MannyWithRootCollision/SK_Mannequin_PhysicsAsset1.uasset new file mode 100644 index 0000000..e1b34ba --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/MannyWithRootCollision/SK_Mannequin_PhysicsAsset1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63a4dbafd7af7aba28ecad8bd53b4e57afa57560f5302869605746db231ab9c +size 48276 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/MannyWithRootCollision/UE4_Mannequin_Skeleton1.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/MannyWithRootCollision/UE4_Mannequin_Skeleton1.uasset new file mode 100644 index 0000000..db3615f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/MannyWithRootCollision/UE4_Mannequin_Skeleton1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f53f48a48161623665cacc51a1aaae37c12a022de0f0e81685f647b13e01a1a +size 17661 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset index e7590af..ce411e9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36c0a9d14841800a5262711e7e5087eccc54c36bfea77cd15a3faba1a4f5d242 -size 48030 +oid sha256:2cbe21b2b50a11ba58f8036389c5de340a8b044ddee2a34279f5640589177fd3 +size 48979 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index a4717c3..912d5fa 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1d930065591c86f6e237f7abdbe8e8bf70667e782b36ab72f22db4ed24fc2ba -size 1612550 +oid sha256:8cfdd12cdde26550f42a43d38ae549911c8bd1de6aa62aac3785cffd7a64b126 +size 1612312 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset index 4b2efe4..c575913 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99ff1f1534d2feb35b71d832bf7d2380aa2db06ac60f3b0c9db89d184fc9a01f -size 53171 +oid sha256:63a1dcba7e3647c2f53357199f8a4e5fe87de78fc65ef16c3c7d8b8615b80550 +size 57687 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset index 960ceb5..f27c88a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:688b348567895062c905e9afaebf0442175b6919909968fdc8b54fe9dce6807a -size 5584459 +oid sha256:73d7d870b185e722672bffbbcf498421793a933fa3adfc1dd4aea59ce1bb53fb +size 5583693 From 63ca791e57894088d34d75ed25431a8aa8d0bb89 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Sun, 2 Feb 2025 23:01:05 +0100 Subject: [PATCH 27/96] Work on Clarice Transition between simulated and Charater --- .../Content/Clarice/BP_Clarice.uasset | 4 ++-- .../Content/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- .../Content/Clarice/GrippMeshActotClariceTest.uasset | 3 --- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Content/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- 5 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/GrippMeshActotClariceTest.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset index 8551a57..70215e0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c6c57885948776af134c4f4a2fc16ca72b6bff01f35841a5958286284b8adfe -size 163967 +oid sha256:abbcfe061129c62e4c6de150e55e82cf18b65ff2e74f90eeccee71b172a29559 +size 259960 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset index facd18e..795cba7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf23ae0c6d747f0529d37e036ab51a3d8d17cb0b4f1d5909299e55bf361cd9fc -size 38976 +oid sha256:3eaa9089be730008cdc24fb03f9848659ec835f65523787cb90df99d979732ca +size 37087 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/GrippMeshActotClariceTest.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/GrippMeshActotClariceTest.uasset deleted file mode 100644 index fbcb2e1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/GrippMeshActotClariceTest.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95fe11021ca5b374b23abff6b9e57bfdc0df318c484a5362ed9d342f59979975 -size 31361 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 912d5fa..06432e9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8cfdd12cdde26550f42a43d38ae549911c8bd1de6aa62aac3785cffd7a64b126 -size 1612312 +oid sha256:8bb40e038dd4739d236738cc0767ac448f6c7ae1efa241a5bbb3f2423497c3a1 +size 1606726 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset index f27c88a..b6fa82a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73d7d870b185e722672bffbbcf498421793a933fa3adfc1dd4aea59ce1bb53fb -size 5583693 +oid sha256:51e75d6ccf6886eedb5bc7d56eb10ae416a21daa8673965c0db98d3159eaa218 +size 5575448 From d62f81a2f472b48103125c140fd2165f4eadb75f Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 3 Feb 2025 16:52:47 +0100 Subject: [PATCH 28/96] Wrok on Clarice, mostly Physics Setup / Grip --- .../Content/Characters/CustomAIController.uasset | 4 ++-- .../Content/Clarice/AnimBP_Clarice.uasset | 3 +++ .../Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset | 3 +++ .../Content/Clarice/Animations/Idle.uasset | 3 +++ .../Content/Clarice/Animations/LegsIn.uasset | 3 +++ .../Content/Clarice/Animations/MoveProjectorUp.uasset | 3 +++ .../Content/Clarice/Animations/OpenTop.uasset | 3 +++ .../Content/Clarice/Animations/Walk.uasset | 3 +++ .../Content/Clarice/BP_Clarice.uasset | 4 ++-- .../Content/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset | 3 --- .../Content/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Misc/Examples/DrawerBase/DrawerBaseActor.uasset | 4 ++-- 14 files changed, 33 insertions(+), 15 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Idle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/MoveProjectorUp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/OpenTop.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset index 9467460..ad7cdc2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd8cebeb8067b8a46a117fe769f15d68db9a3824110ffa4ee9cbfd5415ba54ca -size 229657 +oid sha256:a75a3aa2244d9f700a787641eba650d02bcef421daa664174ad0f4d53469be6f +size 227359 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset new file mode 100644 index 0000000..dda5dcd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4781e06cb0a89f4a8f3540a565308081bb0a32e1bd71235af96d981a68f5f79e +size 291965 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset new file mode 100644 index 0000000..eed5243 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad86583c6b7db7cde59b39d1acc99cb43bd396942929848d53a99a3a06ee5a07 +size 8091 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Idle.uasset new file mode 100644 index 0000000..bc4d5e3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa507c3484fbbe3d6ad259d42b465e2aed6658b338ef0b968fab3f6d098069de +size 104528 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset new file mode 100644 index 0000000..56f20f9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d22ed7f587df322fe195dfdca5d48bbed008ca3fd996ebf9059c208c16294b +size 141022 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/MoveProjectorUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/MoveProjectorUp.uasset new file mode 100644 index 0000000..1c6a6c0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/MoveProjectorUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813d557824eb74af524d7b16973c557c71705dc0718608b03e196cbf36b75de5 +size 139831 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/OpenTop.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/OpenTop.uasset new file mode 100644 index 0000000..c47413e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/OpenTop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9537130ad1f10a15fa3d76b921dd2ae0569d4b2fd06cd7ff3aa4efe25b570432 +size 176117 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk.uasset new file mode 100644 index 0000000..c031f10 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c339854d4785846e59acf4251062d5d8ff28dfa71daf17f2d876cc1d1097329 +size 144840 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset index 70215e0..3baab0c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:abbcfe061129c62e4c6de150e55e82cf18b65ff2e74f90eeccee71b172a29559 -size 259960 +oid sha256:66b9fc4eec490ae1dc5933c97b78047525c0aab4396607bafa2e5b005c359ec6 +size 287236 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset index 795cba7..589b800 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3eaa9089be730008cdc24fb03f9848659ec835f65523787cb90df99d979732ca -size 37087 +oid sha256:835fbba0e98455ab7bf41923d68b0a4fcf80f83c6518c1f034cd9b246f6f6c98 +size 39908 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset deleted file mode 100644 index 0c89910..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42e4462157b96e0a27b7c18786ad4674c81a0d722831324885df4393c94014f0 -size 144818 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset index 2a30a4a..bd16382 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3d3d06d7dc9ad9eebaa76e3dbfd6419a89cb83c0d0d974fa298479615c8e87b -size 213063 +oid sha256:c508e4f12574f7de2062e62cab659a65f5b1f08ad5f275b9f3c6ef518937f345 +size 212770 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 06432e9..f6852ac 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8bb40e038dd4739d236738cc0767ac448f6c7ae1efa241a5bbb3f2423497c3a1 -size 1606726 +oid sha256:86adb00b604ca0ab5a368f0015b3a11d059cf251e700beec548443b0e09c181e +size 1606929 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/DrawerBaseActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/DrawerBaseActor.uasset index 5d81e6c..e825b06 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/DrawerBaseActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/DrawerBaseActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6132d479a4a01d306e85c512d79eff16e96ef3c881b425095a245c28a41ef4f0 -size 79691 +oid sha256:4248f574809b923e766bbacf1efcb471897cbb0732341274a3a74c011f2d4a10 +size 78929 From c63a93568aa81d3f3b493e1b2b6b3f191ac7c58c Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 4 Feb 2025 22:13:24 +0100 Subject: [PATCH 29/96] Current Mood: F*ck this, no physics on characters i guess --- VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini | 1 + .../Content/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/Clarice/Animations/LegsIn.uasset | 4 ++-- .../Content/Clarice/BP_Clarice.uasset | 4 ++-- .../Content/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- .../Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Content/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset | 4 ++-- 9 files changed, 17 insertions(+), 16 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini index 0107c24..59be0cc 100644 --- a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini +++ b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini @@ -172,6 +172,7 @@ bSendAnonymousUsageDataToEpic=False +DefaultChannelResponses=(Channel=ECC_GameTraceChannel3,DefaultResponse=ECR_Ignore,bTraceType=False,bStaticObject=False,Name="PawnWalking") +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") +EditProfiles=(Name="PhysicsActor",CustomResponses=((Channel="VRTraceChannel"))) +EditProfiles=(Name="BlockAllDynamic",CustomResponses=((Channel="VRTraceChannel"))) -ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset index dda5dcd..fab9e85 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4781e06cb0a89f4a8f3540a565308081bb0a32e1bd71235af96d981a68f5f79e -size 291965 +oid sha256:29783a4ed0525929f995d58c04b76b0ca1ad0f9affc93c1a090eea960423aeb7 +size 294172 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset index 56f20f9..8f3fca0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3d22ed7f587df322fe195dfdca5d48bbed008ca3fd996ebf9059c208c16294b -size 141022 +oid sha256:67525f24b1e7d3abf69f511651054f601b75cd36f08ec8cebd008f262b35b3be +size 140844 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset index 3baab0c..e302f57 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:66b9fc4eec490ae1dc5933c97b78047525c0aab4396607bafa2e5b005c359ec6 -size 287236 +oid sha256:ca68d4ffb07aa02ecedbfb2ed37b14457aef1b7df81cd2620890b7fe3a346e66 +size 397821 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset index 589b800..e4db450 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:835fbba0e98455ab7bf41923d68b0a4fcf80f83c6518c1f034cd9b246f6f6c98 -size 39908 +oid sha256:4b49a4fe0f7940ffcdfa0210568d088ffb1dacef38cb6a2581176ce2389c1523 +size 41999 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset index 7aeb28b..b45bb75 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:846c832e8adc1c8daa1fce29f5f1f9234f9255908b50033aa60677310bc8a375 -size 371017 +oid sha256:5ac015e54e4ab833a8c60e9a7b353a36249b2a3ff442bb5c34ce715225348cdf +size 372160 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index f6852ac..4b466af 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86adb00b604ca0ab5a368f0015b3a11d059cf251e700beec548443b0e09c181e -size 1606929 +oid sha256:77ff36774341c93541b5633d552c57352965b09c93c7b3c186ffb6e46269ff91 +size 1619827 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset index b6fa82a..178b799 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:51e75d6ccf6886eedb5bc7d56eb10ae416a21daa8673965c0db98d3159eaa218 -size 5575448 +oid sha256:81b1ea50a6e90f5bc714f8a1ff80c1f2a33ddb5bfae30f668b6464e99cdb226c +size 5586548 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset index 1b62648..bbabd4f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea918f841f19393d99c2776415880483421022932b747b1cfb8324b2bf39414c -size 2463854 +oid sha256:b5259608547943d8ad939b6c68685cc9314a4f5437cea9db2df03c40a726ffc3 +size 2466377 From 04b15ead407895f9cf4757c476270cb7fb384e97 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 4 Feb 2025 22:58:14 +0100 Subject: [PATCH 30/96] Addendum --- .../Content/Clarice/BP_Clarice.uasset | 4 ++-- .../Content/Clarice/NewBlueprint.uasset | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset index e302f57..c69b213 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca68d4ffb07aa02ecedbfb2ed37b14457aef1b7df81cd2620890b7fe3a346e66 -size 397821 +oid sha256:172a1681909f682251b2f1353a35d93bc8f252957d8384a2904dfaf787d1282e +size 461167 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint.uasset new file mode 100644 index 0000000..1b5f360 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a2130db11ccd1f91c5bf3f31673b26db86a63eaae2958113a25a4f87d4a0ea +size 30394 From 37e46a298a64f4dbf5a3a284f20b575640dd91fe Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 5 Feb 2025 12:56:58 +0100 Subject: [PATCH 31/96] Fixed Issue caused by the locked Constraint from root to body --- .../Content/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/Clarice/BP_Clarice.uasset | 4 ++-- .../Content/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- .../Content/Clarice/NewBlueprint1.uasset | 3 +++ .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Content/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset | 4 ++-- 7 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint1.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset index fab9e85..a006c98 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:29783a4ed0525929f995d58c04b76b0ca1ad0f9affc93c1a090eea960423aeb7 -size 294172 +oid sha256:aa743f124530e72974b71aeb266f9aef166dace48d7d41840493e4b8a5f3be45 +size 285544 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset index c69b213..4e7bcaf 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:172a1681909f682251b2f1353a35d93bc8f252957d8384a2904dfaf787d1282e -size 461167 +oid sha256:6acb5a3729074783658166a6a16b0279ac76e1b05a69b7606decd2e77f76fce5 +size 451294 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset index e4db450..b50a3ae 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b49a4fe0f7940ffcdfa0210568d088ffb1dacef38cb6a2581176ce2389c1523 -size 41999 +oid sha256:71e3efee10434873316d4d459f1770f676f4b28970c029ba5c0d189e2e8efe5f +size 41952 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint1.uasset new file mode 100644 index 0000000..bf7fd8e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4631d1f188eb4fff51a3f76c4e242c25bfde3e60df167c232a98859cb43094 +size 155650 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 4b466af..2d00ce4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:77ff36774341c93541b5633d552c57352965b09c93c7b3c186ffb6e46269ff91 -size 1619827 +oid sha256:64cf56abaf11a29b7eee3cc39514626a59ca7fcf897d11824888554625f7b9d1 +size 1614576 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset index 178b799..43ec7e0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81b1ea50a6e90f5bc714f8a1ff80c1f2a33ddb5bfae30f668b6464e99cdb226c -size 5586548 +oid sha256:03f3674c2b19ecbcc2f42fa46d45b04acc7784f895069b3c673ec1de82e4de85 +size 5594028 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset index bbabd4f..149e4f9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b5259608547943d8ad939b6c68685cc9314a4f5437cea9db2df03c40a726ffc3 -size 2466377 +oid sha256:445ee8cc28ab18420ae92bed6e48b1af6a172e30eadbaa93b94c1323fd83618e +size 2465162 From 76327f43aca545db78270590577f0b27fde10d75 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 6 Feb 2025 15:40:25 +0100 Subject: [PATCH 32/96] Happy with the Character Grab now, AnimBP needs Jump, Flying needs to be Implemented as well --- .../Content/Characters/BP_BaseCharacter.uasset | 4 ++-- .../Content/Characters/CustomAIController.uasset | 4 ++-- .../Content/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/Clarice/Animations/LegsIn.uasset | 4 ++-- .../Content/Clarice/BP_Clarice.uasset | 4 ++-- .../Content/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- .../Content/Clarice/NewBlueprint.uasset | 2 +- .../Content/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Misc/Examples/GrippableCharReimport/GrippableChar2.uasset | 4 ++-- .../Content/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset index 96c5eac..608eb89 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13016df46140df1f30b1553627bc427864483c41e75028499f69e6216e84ebf9 -size 74853 +oid sha256:7efa80377ac10aa24c00998ce42fa5ac1aa238c0aa9936d3ab03aecb524dd7b2 +size 74865 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset index ad7cdc2..cf76c8a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a75a3aa2244d9f700a787641eba650d02bcef421daa664174ad0f4d53469be6f -size 227359 +oid sha256:357511792bc8b44669758852a6467e9298e82c359ec71e76b4f63687b4d80fe7 +size 228759 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset index a006c98..2935885 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa743f124530e72974b71aeb266f9aef166dace48d7d41840493e4b8a5f3be45 -size 285544 +oid sha256:d4e086856ff154b1285f44d442226383825d1c42cc052b1b9d03f1e0500df64c +size 284596 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset index 8f3fca0..69d574e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67525f24b1e7d3abf69f511651054f601b75cd36f08ec8cebd008f262b35b3be -size 140844 +oid sha256:0229b94eac8151254ba44cce4351b2634d2de8eff23b743f272d7a79772853c5 +size 141141 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset index 4e7bcaf..cf4c801 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6acb5a3729074783658166a6a16b0279ac76e1b05a69b7606decd2e77f76fce5 -size 451294 +oid sha256:b6d4b74a0255ae484213afedd7f338e2a3926d2a530db07a38c2c7eb561646c6 +size 391527 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset index b50a3ae..e7972c2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71e3efee10434873316d4d459f1770f676f4b28970c029ba5c0d189e2e8efe5f -size 41952 +oid sha256:2d0171f35591e055e0b2b8d573bfb5ce1123a1c6bfd43c13b9d1950a8cdde6fb +size 42544 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint.uasset index 1b5f360..f370508 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e7a2130db11ccd1f91c5bf3f31673b26db86a63eaae2958113a25a4f87d4a0ea +oid sha256:b6a964bac1fd44fe30e6c9dbb4c21a11a02088ef18c18c735dc9d0261f8e0e20 size 30394 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset index bd16382..004941f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c508e4f12574f7de2062e62cab659a65f5b1f08ad5f275b9f3c6ef518937f345 -size 212770 +oid sha256:9fbcde1b66d57a39843940006f3db4f15231e30ac608b0e3ddf83d1b4fb6e3f0 +size 210976 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 2d00ce4..bcb606e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64cf56abaf11a29b7eee3cc39514626a59ca7fcf897d11824888554625f7b9d1 -size 1614576 +oid sha256:a4b7d3c6cb87551970e162c26503a07343c330b2ae6382fea47c248fc7134504 +size 1615184 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset index c575913..6697fc1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63a1dcba7e3647c2f53357199f8a4e5fe87de78fc65ef16c3c7d8b8615b80550 -size 57687 +oid sha256:83aba14ed2dbb58436599a222b7b670c4eadae2647ad3cf241bcbe50aec45407 +size 57202 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset index 43ec7e0..76cf8a1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03f3674c2b19ecbcc2f42fa46d45b04acc7784f895069b3c673ec1de82e4de85 -size 5594028 +oid sha256:c7b3cf2c3ef8b02f6db11c37504d06334c7be6acdf64997b683ee575d8d2239b +size 5604560 From 57fcb14dbbf589c742871325cc5cde260d39e8db Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 6 Feb 2025 22:38:29 +0100 Subject: [PATCH 33/96] Misc --- .../Content/Characters/CustomAIController.uasset | 4 ++-- .../Content/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/Clarice/BP_Clarice.uasset | 4 ++-- .../Content/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset index cf76c8a..09e818a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:357511792bc8b44669758852a6467e9298e82c359ec71e76b4f63687b4d80fe7 -size 228759 +oid sha256:58d855c6cb3571cc0e4220f60ee6713e96dec1371395ecf136977cc8c4ed8633 +size 216230 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset index 2935885..97ca3b0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d4e086856ff154b1285f44d442226383825d1c42cc052b1b9d03f1e0500df64c -size 284596 +oid sha256:17ad4a83b50903eee692fde1d289cf5ad82a917229c47000234361d1d584eb3d +size 284663 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset index cf4c801..d636d36 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6d4b74a0255ae484213afedd7f338e2a3926d2a530db07a38c2c7eb561646c6 -size 391527 +oid sha256:b8aca96b3b9233e8890522847abe18cfd9f9d9a4e7a4b760f2fd95c7fdccaa10 +size 424938 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset index e7972c2..a8309b9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d0171f35591e055e0b2b8d573bfb5ce1123a1c6bfd43c13b9d1950a8cdde6fb -size 42544 +oid sha256:9d6eeb9c4e01c8c8f89863bb9b4e40a973d64d69931c01b0545605f2776d5872 +size 42432 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index bcb606e..23c2753 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4b7d3c6cb87551970e162c26503a07343c330b2ae6382fea47c248fc7134504 -size 1615184 +oid sha256:c27cd519f9c109ba2407cb78aef99a25250070c2daa23d9c59bfc7a769ff045c +size 1616312 From 455d5b5fbb401b5e99ce825c81e64418234d9458 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 10 Feb 2025 23:25:14 +0100 Subject: [PATCH 34/96] Messed up Clean Up for not knowing about Redirectors (revert by force push), Fixed Clarice Movement Mode after Drop, Fixed Clarice Roll Root Contraint, Added Textures and new improved Walk Animation for Clarice --- .../Content/Characters/CustomAIController.uasset | 4 ++-- .../Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset | 4 ++-- .../Content/Clarice/Animations/Idle.uasset | 4 ++-- .../Content/Clarice/Animations/LegsIn.uasset | 4 ++-- .../Content/Clarice/Animations/MoveProjectorUp.uasset | 4 ++-- .../Content/Clarice/Animations/OpenTop.uasset | 4 ++-- .../Content/Clarice/Animations/Walk.uasset | 4 ++-- .../Content/Clarice/Animations/Walk_01.uasset | 3 +++ .../Content/Clarice/BP_Clarice.uasset | 4 ++-- .../Content/Clarice/ClariceMain.uasset | 4 ++-- .../Content/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- .../Content/Clarice/ClariceMain_Skeleton.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset | 4 ++-- .../Clarice/Textures/MergedBake_Bake1_PBR_Diffuse.uasset | 3 +++ .../MergedBake_Bake1_PBR_MetallicRoughnessEmission.uasset | 3 +++ .../Clarice/Textures/MergedBake_Bake1_PBR_Normal.uasset | 3 +++ .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- 17 files changed, 38 insertions(+), 26 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk_01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_MetallicRoughnessEmission.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_Normal.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset index 09e818a..0c597be 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58d855c6cb3571cc0e4220f60ee6713e96dec1371395ecf136977cc8c4ed8633 -size 216230 +oid sha256:72af50c59cf97b52452ee6b6bc6b97bc4a042dc9690d2f86da895372f33e8ee1 +size 214148 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset index eed5243..a083b7b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad86583c6b7db7cde59b39d1acc99cb43bd396942929848d53a99a3a06ee5a07 -size 8091 +oid sha256:4dea151ae07ffc943b47fec5c38d578aa7d1512e85271cb1182ef2fa3ccd0ca4 +size 8221 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Idle.uasset index bc4d5e3..8933a30 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Idle.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Idle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa507c3484fbbe3d6ad259d42b465e2aed6658b338ef0b968fab3f6d098069de -size 104528 +oid sha256:cfa10a0f8e74264e39f4722b0bd9939a603c40dc954fc0a0d62a3f4931acfc6f +size 113286 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset index 69d574e..6dcc198 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0229b94eac8151254ba44cce4351b2634d2de8eff23b743f272d7a79772853c5 -size 141141 +oid sha256:f839a13ea48b584f08ebdc0885c707a316f79e74b6a089886b8b6aaa620bb303 +size 149574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/MoveProjectorUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/MoveProjectorUp.uasset index 1c6a6c0..ff74b9c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/MoveProjectorUp.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/MoveProjectorUp.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:813d557824eb74af524d7b16973c557c71705dc0718608b03e196cbf36b75de5 -size 139831 +oid sha256:3c8e5262a7e689f1f7351496f60fdc23bbaf39adf74fcb9def4420fccd290eac +size 148042 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/OpenTop.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/OpenTop.uasset index c47413e..336af96 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/OpenTop.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/OpenTop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9537130ad1f10a15fa3d76b921dd2ae0569d4b2fd06cd7ff3aa4efe25b570432 -size 176117 +oid sha256:0f667447cfdda4fc1dd07976b97811fac093739e9d5dfe45cc25f5db0d2ef210 +size 183759 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk.uasset index c031f10..a208d67 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c339854d4785846e59acf4251062d5d8ff28dfa71daf17f2d876cc1d1097329 -size 144840 +oid sha256:fc993f38a799be8a79caee1eea7f972671d82b7cd04cd98448ef16fd90c1257d +size 149977 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk_01.uasset new file mode 100644 index 0000000..32ecd89 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92c7a6256a90156570e5d2e86ff9eebc46eab722634a0633e89f75a4cd294db +size 144768 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset index d636d36..d98ea8b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8aca96b3b9233e8890522847abe18cfd9f9d9a4e7a4b760f2fd95c7fdccaa10 -size 424938 +oid sha256:c8a57ad7fcae158441f148a822ec3e691f0227a98f9cd006223bcb4b9102abe1 +size 350606 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset index c9f66ff..941fd42 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99b690df668c90a6206b63b14876555acb25524efb4e187e79eb38eb47c97e79 -size 1946455 +oid sha256:200687438e6e9f1f989a675317fcf30a0d641a2f85e5d3cff4007271045aa089 +size 2073705 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset index a8309b9..9d0c0ab 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d6eeb9c4e01c8c8f89863bb9b4e40a973d64d69931c01b0545605f2776d5872 -size 42432 +oid sha256:6321ec6111aee3112ebfea43886912d1a7b04a4a61e21aa75b87cf619d85e2ed +size 42250 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset index e539f61..8c3b731 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:246725ce18f8a72c8b3bcdda686c30fbe3998ab86e08502efa93a72871025d9a -size 13236 +oid sha256:a03fa93c3d3d5e91410ae81c2a76231729f3ee15d003fc5d2cb996f100f01ccb +size 13443 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset index cf18c53..618ec39 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:139d84460f6742a6d2b4f0e060718c91d05fcc8f6c38c9a05ce8cc33efb7edd6 -size 56194 +oid sha256:3c07ec4b68141526e545c82356b100a468c27ec31bb3db94877c5f46eb88e9d1 +size 61752 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..8cbbdd5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7846cb36f5f432e07277aa00b2305dda5804879bc3d01f4ee462b3f74d3eae6 +size 19612586 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_MetallicRoughnessEmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_MetallicRoughnessEmission.uasset new file mode 100644 index 0000000..9052906 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_MetallicRoughnessEmission.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cacd4546bb72987af066097cf5e12c36a39966af221ce7e325a77faacbf306f +size 12197318 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..c222ff7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f0521bca327113631162213459bce12b9ee5456c4ae111419f5f33244c0a79 +size 92255803 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 23c2753..0c62470 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c27cd519f9c109ba2407cb78aef99a25250070c2daa23d9c59bfc7a769ff045c -size 1616312 +oid sha256:e15941ad2c323ff4545e100a8e7fe6829d425b8a508980edfac0e35e249217c9 +size 1615738 From d73516c8421752c1a3554bb22b5de2929b8bc329 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 11 Feb 2025 13:05:58 +0100 Subject: [PATCH 35/96] Cleanup --- VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini | 4 ++-- .../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 +++ VIRTUOS_ExpansionPluginTests/Content/BP_GameInstance.uasset | 3 --- .../Content/CR_Mannequin_BasicFootIK_Take1.uasset | 4 ++-- .../Content/Characters/BPI_Character.uasset | 3 --- .../Content/Characters/BP_BaseCharacter.uasset | 3 --- .../Content/Characters/CustomAIController.uasset | 3 --- .../Characters/Mannequin_UE4/Animations/Jog_Fwd.uasset | 3 --- .../Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset | 3 --- .../Materials/Layers/ML_ShinyPlastic_Beige.uasset | 3 --- .../Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset | 3 --- .../Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset | 3 --- .../Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset | 3 --- .../Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset | 3 --- .../Characters/Mannequin_UE4/Meshes/SK_Mannequin.uasset | 3 --- .../Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset | 3 --- .../Mannequin_UE4/Meshes/SK_Mannequin_Skeleton.uasset | 3 --- .../Characters/Mannequin_UE4/Rigs/IK_UE4_Mannequin.uasset | 3 --- .../Mannequin_UE4/Rigs/RTG_UE4Manny_UE5Manny.uasset | 3 --- .../Mannequin_UE4/Rigs/RTG_UE5Manny_UE4Manny.uasset | 3 --- .../Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset | 3 --- .../Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset | 3 --- .../Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset | 3 --- .../Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset | 3 --- .../Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset | 3 --- .../Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset | 3 --- .../Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset | 3 --- .../Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset | 3 --- .../Content/Characters/Mannequins/Animations/ABP_Manny.uasset | 3 --- .../Content/Characters/Mannequins/Animations/ABP_Quinn.uasset | 3 --- .../Mannequins/Animations/Manny/BS_MM_WalkRun.uasset | 3 --- .../Mannequins/Animations/Manny/MM_Fall_Loop.uasset | 3 --- .../Characters/Mannequins/Animations/Manny/MM_Idle.uasset | 3 --- .../Characters/Mannequins/Animations/Manny/MM_Jump.uasset | 3 --- .../Characters/Mannequins/Animations/Manny/MM_Land.uasset | 3 --- .../Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset | 3 --- .../Characters/Mannequins/Animations/Manny/MM_T_Pose.uasset | 3 --- .../Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset | 3 --- .../Mannequins/Animations/Manny/MM_Walk_InPlace.uasset | 3 --- .../Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset | 3 --- .../Characters/Mannequins/Animations/Quinn/MF_Idle.uasset | 3 --- .../Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset | 3 --- .../Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset | 3 --- .../Mannequins/Materials/Functions/CA_Mannequin.uasset | 3 --- .../Mannequins/Materials/Functions/ChromaticCurve.uasset | 3 --- .../Mannequins/Materials/Functions/MF_Diffraction.uasset | 3 --- .../Mannequins/Materials/Functions/MF_logo3layers.uasset | 3 --- .../Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset | 3 --- .../Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset | 3 --- .../Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset | 3 --- .../Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset | 3 --- .../Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset | 3 --- .../Characters/Mannequins/Materials/M_Mannequin.uasset | 3 --- .../Characters/Mannequins/Meshes/Mannequin_LODSettings.uasset | 3 --- .../Content/Characters/Mannequins/Meshes/SKM_Manny.uasset | 3 --- .../Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset | 3 --- .../Content/Characters/Mannequins/Meshes/SKM_Quinn.uasset | 3 --- .../Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset | 3 --- .../Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset | 3 --- .../Characters/Mannequins/Rigs/ABP_Manny_PostProcess.uasset | 3 --- .../Characters/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset | 3 --- .../Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset | 3 --- .../Characters/Mannequins/Rigs/CR_Mannequin_Body.uasset | 3 --- .../Characters/Mannequins/Rigs/CR_Mannequin_Procedural.uasset | 3 --- .../Content/Characters/Mannequins/Rigs/IK_Mannequin.uasset | 3 --- .../Content/Characters/Mannequins/Rigs/PA_Mannequin.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_calf_l_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_calf_l_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_calf_r_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_calf_r_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_foot_l_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_foot_l_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_foot_r_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_foot_r_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_hand_l_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_hand_l_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_hand_r_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_hand_r_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_thigh_l_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_thigh_l_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_thigh_r_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_thigh_r_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_pose.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_anim.uasset | 3 --- .../Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_pose.uasset | 3 --- .../Content/Characters/Mannequins/Rigs/RTG_Mannequin.uasset | 3 --- .../Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset | 3 --- .../Characters/Mannequins/Textures/Manny/T_Manny_01_BN.uasset | 3 --- .../Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset | 3 --- .../Characters/Mannequins/Textures/Manny/T_Manny_01_D.uasset | 3 --- .../Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset | 3 --- .../Characters/Mannequins/Textures/Manny/T_Manny_01_N.uasset | 3 --- .../Mannequins/Textures/Manny/T_Manny_01_Tan.uasset | 3 --- .../Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset | 3 --- .../Characters/Mannequins/Textures/Manny/T_Manny_02_BN.uasset | 3 --- .../Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset | 3 --- .../Characters/Mannequins/Textures/Manny/T_Manny_02_D.uasset | 3 --- .../Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset | 3 --- .../Characters/Mannequins/Textures/Manny/T_Manny_02_N.uasset | 3 --- .../Mannequins/Textures/Manny/T_Manny_02_Tan.uasset | 3 --- .../Mannequins/Textures/Quinn/T_Quinn_01ID_BN.uasset | 3 --- .../Mannequins/Textures/Quinn/T_Quinn_01ID_D.uasset | 3 --- .../Mannequins/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset | 3 --- .../Mannequins/Textures/Quinn/T_Quinn_01ID_N.uasset | 3 --- .../Mannequins/Textures/Quinn/T_Quinn_01ID_Tan.uasset | 3 --- .../Mannequins/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset | 3 --- .../Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset | 3 --- .../Mannequins/Textures/Quinn/T_Quinn_02ID_BN.uasset | 3 --- .../Mannequins/Textures/Quinn/T_Quinn_02ID_D.uasset | 3 --- .../Mannequins/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset | 3 --- .../Mannequins/Textures/Quinn/T_Quinn_02ID_N.uasset | 3 --- .../Mannequins/Textures/Quinn/T_Quinn_02ID_Tan.uasset | 3 --- .../Mannequins/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset | 3 --- .../Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset | 3 --- .../Characters/Mannequins/Textures/Shared/T_UE_Logo_M.uasset | 3 --- .../Content/Clarice/AnimBP_Clarice.uasset | 3 --- .../Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset | 3 --- .../Content/Clarice/Animations/Idle.uasset | 3 --- .../Content/Clarice/Animations/LegsIn.uasset | 3 --- .../Content/Clarice/Animations/MoveProjectorUp.uasset | 3 --- .../Content/Clarice/Animations/OpenTop.uasset | 3 --- .../Content/Clarice/Animations/Walk.uasset | 3 --- .../Content/Clarice/Animations/Walk_01.uasset | 3 --- .../Content/Clarice/BP_Clarice.uasset | 3 --- .../Content/Clarice/ClariceMain.uasset | 3 --- .../Content/Clarice/ClariceMain_PhysicsAsset.uasset | 3 --- .../Content/Clarice/ClariceMain_Skeleton.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset | 3 --- .../Content/Clarice/Material_001.uasset | 3 --- .../Content/Clarice/Material_002.uasset | 3 --- .../Content/Clarice/NewBlueprint.uasset | 3 --- .../Content/Clarice/NewBlueprint1.uasset | 3 --- .../Content/Clarice/TestClarice.uasset | 3 --- .../Clarice/Textures/MergedBake_Bake1_PBR_Diffuse.uasset | 3 --- .../MergedBake_Bake1_PBR_MetallicRoughnessEmission.uasset | 3 --- .../Clarice/Textures/MergedBake_Bake1_PBR_Normal.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Credits/Credits.uasset | 3 --- .../Content/Credits/StructCredits.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Credits/WB_Credit.uasset | 3 --- .../Development/LevelPrototyping/Materials/MF_ProcGrid.uasset | 3 +++ .../LevelPrototyping/Materials/MI_PrototypeGrid_Gray.uasset | 3 +++ .../Materials/MI_PrototypeGrid_Gray_02.uasset | 3 +++ .../Materials/MI_PrototypeGrid_TopDark.uasset | 3 +++ .../LevelPrototyping/Materials/MI_Solid_Blue.uasset | 3 +++ .../LevelPrototyping/Materials/M_PrototypeGrid.uasset | 3 +++ .../Development/LevelPrototyping/Materials/M_Solid.uasset | 3 +++ .../Development/LevelPrototyping/Meshes/SM_ChamferCube.uasset | 3 +++ .../Development/LevelPrototyping/Meshes/SM_Cube.uasset | 3 +++ .../Development/LevelPrototyping/Meshes/SM_Cylinder.uasset | 3 +++ .../LevelPrototyping/Meshes/SM_QuarterCylinder.uasset | 3 +++ .../Development/LevelPrototyping/Meshes/SM_Ramp.uasset | 3 +++ .../LevelPrototyping/Textures/T_GridChecker_A.uasset | 3 +++ .../StarterContent/Architecture/Floor_400x400.uasset | 3 +++ .../StarterContent/Architecture/Pillar_50x500.uasset | 3 +++ .../StarterContent/Architecture/SM_AssetPlatform.uasset | 3 +++ .../StarterContent/Architecture/Wall_400x200.uasset | 3 +++ .../StarterContent/Architecture/Wall_400x300.uasset | 3 +++ .../StarterContent/Architecture/Wall_400x400.uasset | 3 +++ .../StarterContent/Architecture/Wall_500x500.uasset | 3 +++ .../StarterContent/Architecture/Wall_Door_400x300.uasset | 3 +++ .../StarterContent/Architecture/Wall_Door_400x400.uasset | 3 +++ .../StarterContent/Architecture/Wall_Window_400x300.uasset | 3 +++ .../StarterContent/Architecture/Wall_Window_400x400.uasset | 3 +++ .../Development/StarterContent/Audio/Collapse01.uasset | 3 +++ .../Development/StarterContent/Audio/Collapse02.uasset | 3 +++ .../Development/StarterContent/Audio/Collapse_Cue.uasset | 3 +++ .../Development/StarterContent/Audio/Explosion01.uasset | 3 +++ .../Development/StarterContent/Audio/Explosion02.uasset | 3 +++ .../Development/StarterContent/Audio/Explosion_Cue.uasset | 3 +++ .../Content/Development/StarterContent/Audio/Fire01.uasset | 3 +++ .../Development/StarterContent/Audio/Fire01_Cue.uasset | 3 +++ .../Development/StarterContent/Audio/Fire_Sparks01.uasset | 3 +++ .../Development/StarterContent/Audio/Fire_Sparks01_Cue.uasset | 3 +++ .../Content/Development/StarterContent/Audio/Light01.uasset | 3 +++ .../Development/StarterContent/Audio/Light01_Cue.uasset | 3 +++ .../Content/Development/StarterContent/Audio/Light02.uasset | 3 +++ .../Development/StarterContent/Audio/Light02_Cue.uasset | 3 +++ .../Content/Development/StarterContent/Audio/Smoke01.uasset | 3 +++ .../Development/StarterContent/Audio/Smoke01_Cue.uasset | 3 +++ .../StarterContent/Audio/Starter_Background_Cue.uasset | 3 +++ .../Development/StarterContent/Audio/Starter_Birds01.uasset | 3 +++ .../Development/StarterContent/Audio/Starter_Music01.uasset | 3 +++ .../Development/StarterContent/Audio/Starter_Music_Cue.uasset | 3 +++ .../Development/StarterContent/Audio/Starter_Wind05.uasset | 3 +++ .../Development/StarterContent/Audio/Starter_Wind06.uasset | 3 +++ .../Content/Development/StarterContent/Audio/Steam01.uasset | 3 +++ .../Development/StarterContent/Audio/Steam01_Cue.uasset | 3 +++ .../StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset | 3 +++ .../Blueprints/Assets/M_LightStage_Arrows.uasset | 3 +++ .../Blueprints/Assets/M_LightStage_Skybox_Black.uasset | 3 +++ .../Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset | 3 +++ .../Blueprints/Assets/M_LightStage_Skybox_Master.uasset | 3 +++ .../StarterContent/Blueprints/Assets/SM_Arrows.uasset | 3 +++ .../StarterContent/Blueprints/Assets/Skybox.uasset | 3 +++ .../StarterContent/Blueprints/Assets/SunlightColorLUT.uasset | 3 +++ .../StarterContent/Blueprints/BP_LightStudio.uasset | 3 +++ .../StarterContent/Blueprints/Blueprint_CeilingLight.uasset | 3 +++ .../Blueprints/Blueprint_Effect_Explosion.uasset | 3 +++ .../StarterContent/Blueprints/Blueprint_Effect_Fire.uasset | 3 +++ .../StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset | 3 +++ .../StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset | 3 +++ .../StarterContent/Blueprints/Blueprint_Effect_Steam.uasset | 3 +++ .../StarterContent/Blueprints/Blueprint_WallSconce.uasset | 3 +++ .../StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset | 3 +++ .../StarterContent/Materials/M_AssetPlatform.uasset | 3 +++ .../Development/StarterContent/Materials/M_Basic_Floor.uasset | 3 +++ .../Development/StarterContent/Materials/M_Basic_Wall.uasset | 3 +++ .../StarterContent/Materials/M_Brick_Clay_Beveled.uasset | 3 +++ .../StarterContent/Materials/M_Brick_Clay_New.uasset | 3 +++ .../StarterContent/Materials/M_Brick_Clay_Old.uasset | 3 +++ .../StarterContent/Materials/M_Brick_Cut_Stone.uasset | 3 +++ .../StarterContent/Materials/M_Brick_Hewn_Stone.uasset | 3 +++ .../StarterContent/Materials/M_Ceramic_Tile_Checker.uasset | 3 +++ .../StarterContent/Materials/M_CobbleStone_Pebble.uasset | 3 +++ .../StarterContent/Materials/M_CobbleStone_Rough.uasset | 3 +++ .../StarterContent/Materials/M_CobbleStone_Smooth.uasset | 3 +++ .../StarterContent/Materials/M_ColorGrid_LowSpec.uasset | 3 +++ .../StarterContent/Materials/M_Concrete_Grime.uasset | 3 +++ .../StarterContent/Materials/M_Concrete_Panels.uasset | 3 +++ .../StarterContent/Materials/M_Concrete_Poured.uasset | 3 +++ .../StarterContent/Materials/M_Concrete_Tiles.uasset | 3 +++ .../Materials/M_Concrete_TilesWorldAligned.uasset | 3 +++ .../Development/StarterContent/Materials/M_Glass.uasset | 3 +++ .../StarterContent/Materials/M_Ground_Grass.uasset | 3 +++ .../StarterContent/Materials/M_Ground_Gravel.uasset | 3 +++ .../Development/StarterContent/Materials/M_Ground_Moss.uasset | 3 +++ .../StarterContent/Materials/M_Metal_Brushed_Nickel.uasset | 3 +++ .../StarterContent/Materials/M_Metal_Burnished_Steel.uasset | 3 +++ .../StarterContent/Materials/M_Metal_Chrome.uasset | 3 +++ .../StarterContent/Materials/M_Metal_Copper.uasset | 3 +++ .../Development/StarterContent/Materials/M_Metal_Gold.uasset | 3 +++ .../Development/StarterContent/Materials/M_Metal_Rust.uasset | 3 +++ .../Development/StarterContent/Materials/M_Metal_Steel.uasset | 3 +++ .../Development/StarterContent/Materials/M_Rock_Basalt.uasset | 3 +++ .../StarterContent/Materials/M_Rock_Marble_Polished.uasset | 3 +++ .../StarterContent/Materials/M_Rock_Sandstone.uasset | 3 +++ .../Development/StarterContent/Materials/M_Rock_Slate.uasset | 3 +++ .../StarterContent/Materials/M_Tech_Checker_Dot.uasset | 3 +++ .../StarterContent/Materials/M_Tech_Hex_Tile.uasset | 3 +++ .../StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset | 3 +++ .../Development/StarterContent/Materials/M_Tech_Panel.uasset | 3 +++ .../Development/StarterContent/Materials/M_Water_Lake.uasset | 3 +++ .../Development/StarterContent/Materials/M_Water_Ocean.uasset | 3 +++ .../Materials/M_Wood_Floor_Walnut_Polished.uasset | 3 +++ .../StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset | 3 +++ .../Development/StarterContent/Materials/M_Wood_Oak.uasset | 3 +++ .../Development/StarterContent/Materials/M_Wood_Pine.uasset | 3 +++ .../Development/StarterContent/Materials/M_Wood_Walnut.uasset | 3 +++ .../StarterContent/Particles/Materials/M_Burst.uasset | 3 +++ .../StarterContent/Particles/Materials/M_Dust_Particle.uasset | 3 +++ .../StarterContent/Particles/Materials/M_Fire_SubUV.uasset | 3 +++ .../Particles/Materials/M_Heat_Distortion.uasset | 3 +++ .../Particles/Materials/M_Radial_Gradient.uasset | 3 +++ .../StarterContent/Particles/Materials/M_Spark.uasset | 3 +++ .../Particles/Materials/M_explosion_subUV.uasset | 3 +++ .../StarterContent/Particles/Materials/M_radial_ramp.uasset | 3 +++ .../StarterContent/Particles/Materials/M_smoke_subUV.uasset | 3 +++ .../StarterContent/Particles/Materials/m_flare_01.uasset | 3 +++ .../StarterContent/Particles/P_Ambient_Dust.uasset | 3 +++ .../Development/StarterContent/Particles/P_Explosion.uasset | 3 +++ .../Development/StarterContent/Particles/P_Fire.uasset | 3 +++ .../Development/StarterContent/Particles/P_Smoke.uasset | 3 +++ .../Development/StarterContent/Particles/P_Sparks.uasset | 3 +++ .../Development/StarterContent/Particles/P_Steam_Lit.uasset | 3 +++ .../Development/StarterContent/Props/MaterialSphere.uasset | 3 +++ .../Development/StarterContent/Props/Materials/M_Bush.uasset | 3 +++ .../Development/StarterContent/Props/Materials/M_Chair.uasset | 3 +++ .../Development/StarterContent/Props/Materials/M_Door.uasset | 3 +++ .../Development/StarterContent/Props/Materials/M_Frame.uasset | 3 +++ .../Development/StarterContent/Props/Materials/M_Lamp.uasset | 3 +++ .../Development/StarterContent/Props/Materials/M_Rock.uasset | 3 +++ .../Development/StarterContent/Props/Materials/M_Shelf.uasset | 3 +++ .../StarterContent/Props/Materials/M_Statue.uasset | 3 +++ .../StarterContent/Props/Materials/M_StatueGlass.uasset | 3 +++ .../StarterContent/Props/Materials/M_TableRound.uasset | 3 +++ .../Content/Development/StarterContent/Props/SM_Bush.uasset | 3 +++ .../Content/Development/StarterContent/Props/SM_Chair.uasset | 3 +++ .../Development/StarterContent/Props/SM_CornerFrame.uasset | 3 +++ .../Content/Development/StarterContent/Props/SM_Couch.uasset | 3 +++ .../Content/Development/StarterContent/Props/SM_Door.uasset | 3 +++ .../Development/StarterContent/Props/SM_DoorFrame.uasset | 3 +++ .../Development/StarterContent/Props/SM_GlassWindow.uasset | 3 +++ .../Development/StarterContent/Props/SM_Lamp_Ceiling.uasset | 3 +++ .../Development/StarterContent/Props/SM_Lamp_Wall.uasset | 3 +++ .../Development/StarterContent/Props/SM_PillarFrame.uasset | 3 +++ .../Development/StarterContent/Props/SM_PillarFrame300.uasset | 3 +++ .../Content/Development/StarterContent/Props/SM_Rock.uasset | 3 +++ .../Content/Development/StarterContent/Props/SM_Shelf.uasset | 3 +++ .../Content/Development/StarterContent/Props/SM_Stairs.uasset | 3 +++ .../Content/Development/StarterContent/Props/SM_Statue.uasset | 3 +++ .../Development/StarterContent/Props/SM_TableRound.uasset | 3 +++ .../Development/StarterContent/Props/SM_WindowFrame.uasset | 3 +++ .../Development/StarterContent/Shapes/Shape_Cone.uasset | 3 +++ .../Development/StarterContent/Shapes/Shape_Cube.uasset | 3 +++ .../Development/StarterContent/Shapes/Shape_Cylinder.uasset | 3 +++ .../StarterContent/Shapes/Shape_NarrowCapsule.uasset | 3 +++ .../Development/StarterContent/Shapes/Shape_Pipe.uasset | 3 +++ .../Development/StarterContent/Shapes/Shape_Pipe_180.uasset | 3 +++ .../Development/StarterContent/Shapes/Shape_Pipe_90.uasset | 3 +++ .../Development/StarterContent/Shapes/Shape_Plane.uasset | 3 +++ .../StarterContent/Shapes/Shape_QuadPyramid.uasset | 3 +++ .../Development/StarterContent/Shapes/Shape_Sphere.uasset | 3 +++ .../Development/StarterContent/Shapes/Shape_Torus.uasset | 3 +++ .../Development/StarterContent/Shapes/Shape_TriPyramid.uasset | 3 +++ .../Development/StarterContent/Shapes/Shape_Trim.uasset | 3 +++ .../Development/StarterContent/Shapes/Shape_Trim_90_In.uasset | 3 +++ .../StarterContent/Shapes/Shape_Trim_90_Out.uasset | 3 +++ .../Development/StarterContent/Shapes/Shape_Tube.uasset | 3 +++ .../Development/StarterContent/Shapes/Shape_Wedge_A.uasset | 3 +++ .../Development/StarterContent/Shapes/Shape_Wedge_B.uasset | 3 +++ .../StarterContent/Shapes/Shape_WideCapsule.uasset | 3 +++ .../StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset | 3 +++ .../StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset | 3 +++ .../StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset | 3 +++ .../StarterContent/Textures/T_Brick_Clay_New_D.uasset | 3 +++ .../StarterContent/Textures/T_Brick_Clay_New_M.uasset | 3 +++ .../StarterContent/Textures/T_Brick_Clay_New_N.uasset | 3 +++ .../StarterContent/Textures/T_Brick_Clay_Old_D.uasset | 3 +++ .../StarterContent/Textures/T_Brick_Clay_Old_N.uasset | 3 +++ .../StarterContent/Textures/T_Brick_Cut_Stone_D.uasset | 3 +++ .../StarterContent/Textures/T_Brick_Cut_Stone_N.uasset | 3 +++ .../StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset | 3 +++ .../StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset | 3 +++ .../StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset | 3 +++ .../Development/StarterContent/Textures/T_Burst_M.uasset | 3 +++ .../Development/StarterContent/Textures/T_Bush_D.uasset | 3 +++ .../Development/StarterContent/Textures/T_Bush_N.uasset | 3 +++ .../StarterContent/Textures/T_Ceramic_Tile_M.uasset | 3 +++ .../StarterContent/Textures/T_Ceramic_Tile_N.uasset | 3 +++ .../Development/StarterContent/Textures/T_Chair_M.uasset | 3 +++ .../Development/StarterContent/Textures/T_Chair_N.uasset | 3 +++ .../StarterContent/Textures/T_Checker_Noise_M.uasset | 3 +++ .../StarterContent/Textures/T_CobbleStone_Pebble_D.uasset | 3 +++ .../StarterContent/Textures/T_CobbleStone_Pebble_M.uasset | 3 +++ .../StarterContent/Textures/T_CobbleStone_Pebble_N.uasset | 3 +++ .../StarterContent/Textures/T_CobbleStone_Rough_D.uasset | 3 +++ .../StarterContent/Textures/T_CobbleStone_Rough_N.uasset | 3 +++ .../StarterContent/Textures/T_CobbleStone_Smooth_D.uasset | 3 +++ .../StarterContent/Textures/T_CobbleStone_Smooth_M.uasset | 3 +++ .../StarterContent/Textures/T_CobbleStone_Smooth_N.uasset | 3 +++ .../StarterContent/Textures/T_Concrete_Grime_D.uasset | 3 +++ .../StarterContent/Textures/T_Concrete_Panels_D.uasset | 3 +++ .../StarterContent/Textures/T_Concrete_Panels_N.uasset | 3 +++ .../StarterContent/Textures/T_Concrete_Poured_D.uasset | 3 +++ .../StarterContent/Textures/T_Concrete_Poured_N.uasset | 3 +++ .../StarterContent/Textures/T_Concrete_Tiles_D.uasset | 3 +++ .../StarterContent/Textures/T_Concrete_Tiles_M.uasset | 3 +++ .../StarterContent/Textures/T_Concrete_Tiles_N.uasset | 3 +++ .../Textures/T_Concrete_Tiles_Variation_M.uasset | 3 +++ .../StarterContent/Textures/T_Detail_Rocky_N.uasset | 3 +++ .../Development/StarterContent/Textures/T_Door_M.uasset | 3 +++ .../Development/StarterContent/Textures/T_Door_N.uasset | 3 +++ .../StarterContent/Textures/T_Dust_Particle_D.uasset | 3 +++ .../StarterContent/Textures/T_Explosion_SubUV.uasset | 3 +++ .../Development/StarterContent/Textures/T_Fire_SubUV.uasset | 3 +++ .../Development/StarterContent/Textures/T_Fire_Tiled_D.uasset | 3 +++ .../Development/StarterContent/Textures/T_Frame_M.uasset | 3 +++ .../Development/StarterContent/Textures/T_Frame_N.uasset | 3 +++ .../Development/StarterContent/Textures/T_Gradinet_01.uasset | 3 +++ .../StarterContent/Textures/T_Ground_Grass_D.uasset | 3 +++ .../StarterContent/Textures/T_Ground_Grass_N.uasset | 3 +++ .../StarterContent/Textures/T_Ground_Gravel_D.uasset | 3 +++ .../StarterContent/Textures/T_Ground_Gravel_N.uasset | 3 +++ .../StarterContent/Textures/T_Ground_Moss_N.uasset | 3 +++ .../Development/StarterContent/Textures/T_Lamp_M.uasset | 3 +++ .../Development/StarterContent/Textures/T_Lamp_N.uasset | 3 +++ .../StarterContent/Textures/T_MacroVariation.uasset | 3 +++ .../StarterContent/Textures/T_Metal_Aluminum_D.uasset | 3 +++ .../StarterContent/Textures/T_Metal_Copper_D.uasset | 3 +++ .../Development/StarterContent/Textures/T_Metal_Gold_D.uasset | 3 +++ .../Development/StarterContent/Textures/T_Metal_Gold_N.uasset | 3 +++ .../Development/StarterContent/Textures/T_Metal_Rust_D.uasset | 3 +++ .../Development/StarterContent/Textures/T_Metal_Rust_N.uasset | 3 +++ .../StarterContent/Textures/T_Metal_Steel_D.uasset | 3 +++ .../StarterContent/Textures/T_Metal_Steel_N.uasset | 3 +++ .../StarterContent/Textures/T_Perlin_Noise_M.uasset | 3 +++ .../Development/StarterContent/Textures/T_RockMesh_M.uasset | 3 +++ .../Development/StarterContent/Textures/T_RockMesh_N.uasset | 3 +++ .../StarterContent/Textures/T_Rock_Basalt_D.uasset | 3 +++ .../StarterContent/Textures/T_Rock_Basalt_N.uasset | 3 +++ .../StarterContent/Textures/T_Rock_Marble_Polished_D.uasset | 3 +++ .../StarterContent/Textures/T_Rock_Sandstone_D.uasset | 3 +++ .../StarterContent/Textures/T_Rock_Sandstone_N.uasset | 3 +++ .../Development/StarterContent/Textures/T_Rock_Slate_D.uasset | 3 +++ .../Development/StarterContent/Textures/T_Rock_Slate_N.uasset | 3 +++ .../StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset | 3 +++ .../Development/StarterContent/Textures/T_Shelf_M.uasset | 3 +++ .../Development/StarterContent/Textures/T_Shelf_N.uasset | 3 +++ .../StarterContent/Textures/T_Single_Tile_N.uasset | 3 +++ .../Development/StarterContent/Textures/T_Smoke_SubUV.uasset | 3 +++ .../StarterContent/Textures/T_Smoke_Tiled_D.uasset | 3 +++ .../Development/StarterContent/Textures/T_Spark_Core.uasset | 3 +++ .../Development/StarterContent/Textures/T_Statue_M.uasset | 3 +++ .../Development/StarterContent/Textures/T_Statue_N.uasset | 3 +++ .../Development/StarterContent/Textures/T_TableRound_M.uasset | 3 +++ .../Development/StarterContent/Textures/T_TableRound_N.uasset | 3 +++ .../Development/StarterContent/Textures/T_Tech_Dot_M.uasset | 3 +++ .../Development/StarterContent/Textures/T_Tech_Dot_N.uasset | 3 +++ .../StarterContent/Textures/T_Tech_Hex_Tile_M.uasset | 3 +++ .../StarterContent/Textures/T_Tech_Hex_Tile_N.uasset | 3 +++ .../Development/StarterContent/Textures/T_Tech_Panel_M.uasset | 3 +++ .../Development/StarterContent/Textures/T_Tech_Panel_N.uasset | 3 +++ .../Development/StarterContent/Textures/T_Water_M.uasset | 3 +++ .../Development/StarterContent/Textures/T_Water_N.uasset | 3 +++ .../StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset | 3 +++ .../StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset | 3 +++ .../StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset | 3 +++ .../Development/StarterContent/Textures/T_Wood_Oak_D.uasset | 3 +++ .../Development/StarterContent/Textures/T_Wood_Oak_N.uasset | 3 +++ .../Development/StarterContent/Textures/T_Wood_Pine_D.uasset | 3 +++ .../Development/StarterContent/Textures/T_Wood_Pine_N.uasset | 3 +++ .../StarterContent/Textures/T_Wood_Walnut_D.uasset | 3 +++ .../StarterContent/Textures/T_Wood_Walnut_N.uasset | 3 +++ .../StarterContent/Textures/T_ground_Moss_D.uasset | 3 +++ .../UIMaterialLab/Curves/Atlas_UIMaterialLab.uasset | 3 +++ .../Development/UIMaterialLab/Curves/Curve_HeartPulse.uasset | 3 +++ .../UIMaterialLab/Fonts/PermanentMarker-Regular.uasset | 3 +++ .../UIMaterialLab/Fonts/PermanentMarker-Regular_Font.uasset | 3 +++ .../Development/UIMaterialLab/Fonts/Roboto-Black.uasset | 3 +++ .../Development/UIMaterialLab/Fonts/Roboto-BlackItalic.uasset | 3 +++ .../Development/UIMaterialLab/Fonts/Roboto-Bold.uasset | 3 +++ .../Development/UIMaterialLab/Fonts/Roboto-BoldItalic.uasset | 3 +++ .../Development/UIMaterialLab/Fonts/Roboto-Italic.uasset | 3 +++ .../Development/UIMaterialLab/Fonts/Roboto-Light.uasset | 3 +++ .../Development/UIMaterialLab/Fonts/Roboto-LightItalic.uasset | 3 +++ .../Development/UIMaterialLab/Fonts/Roboto-Medium.uasset | 3 +++ .../UIMaterialLab/Fonts/Roboto-MediumItalic.uasset | 3 +++ .../Development/UIMaterialLab/Fonts/Roboto-Regular.uasset | 3 +++ .../Development/UIMaterialLab/Fonts/Roboto-Thin.uasset | 3 +++ .../Development/UIMaterialLab/Fonts/Roboto-ThinItalic.uasset | 3 +++ .../Content/Development/UIMaterialLab/Fonts/Roboto.uasset | 3 +++ .../Distortions/MF_UI_PolarCoordinates.uasset | 3 +++ .../MaterialFunctions/Distortions/MF_UI_Skew.uasset | 3 +++ .../MaterialFunctions/Distortions/MF_UI_Slant.uasset | 3 +++ .../MaterialFunctions/Distortions/MF_UI_WaveWarp.uasset | 3 +++ .../MaterialFunctions/Masks/MF_UI_Alternate.uasset | 3 +++ .../MaterialFunctions/Masks/MF_UI_BlindMask.uasset | 3 +++ .../MaterialFunctions/Masks/MF_UI_CheckerMask.uasset | 3 +++ .../MaterialFunctions/Masks/MF_UI_Radial_Segments.uasset | 3 +++ .../MaterialFunctions/Masks/MF_UI_RingMask.uasset | 3 +++ .../MaterialFunctions/Masks/MF_UI_Sectors.uasset | 3 +++ .../MaterialFunctions/Masks/MF_UI_SquareGradient.uasset | 3 +++ .../MaterialFunctions/Masks/MF_UI_WedgesMask.uasset | 3 +++ .../MaterialFunctions/Patterns/MF_UI_GridTiling.uasset | 3 +++ .../MaterialFunctions/Patterns/MF_UI_Halftone.uasset | 3 +++ .../MaterialFunctions/Patterns/MF_UI_HexagonTiling.uasset | 3 +++ .../MaterialFunctions/Patterns/MF_UI_Truchet.uasset | 3 +++ .../UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Box.uasset | 3 +++ .../MaterialFunctions/SDFs/MF_UI_SDF_Circle.uasset | 3 +++ .../MaterialFunctions/SDFs/MF_UI_SDF_Hexagon.uasset | 3 +++ .../MaterialFunctions/SDFs/MF_UI_SDF_Intersection.uasset | 3 +++ .../MaterialFunctions/SDFs/MF_UI_SDF_Subtraction.uasset | 3 +++ .../MaterialFunctions/SDFs/MF_UI_SDF_Triangle.uasset | 3 +++ .../MaterialFunctions/SDFs/MF_UI_SDF_Union.uasset | 3 +++ .../UIMaterialLab/MaterialFunctions/SDFs/MF_UI_Wave.uasset | 3 +++ .../MaterialFunctions/Time/MF_UI_LinearTime.uasset | 3 +++ .../MaterialFunctions/Time/MF_UI_SineTime.uasset | 3 +++ .../MaterialFunctions/Time/MF_UI_TimeDisplace.uasset | 3 +++ .../MaterialFunctions/Transforms/MF_UI_Flip.uasset | 3 +++ .../MaterialFunctions/Transforms/MF_UI_Scale.uasset | 3 +++ .../MaterialFunctions/Transforms/MF_UI_Symmetry.uasset | 3 +++ .../MaterialFunctions/Transforms/MF_UI_Translate.uasset | 3 +++ .../MaterialFunctions/Utilities/MF_UI_AspectRatio.uasset | 3 +++ .../MaterialFunctions/Utilities/MF_UI_EaseCurves.uasset | 3 +++ .../MaterialFunctions/Utilities/MF_UI_PingPong.uasset | 3 +++ .../MaterialFunctions/Utilities/MF_UI_Pixelate.uasset | 3 +++ .../MaterialFunctions/Utilities/MF_UI_Random.uasset | 3 +++ .../Utilities/MF_UI_RemappableGradient.uasset | 3 +++ .../Utilities/MF_UI_RemappableGradient_Float.uasset | 3 +++ .../MaterialFunctions/Utilities/MF_UI_SteppedGradient.uasset | 3 +++ .../MaterialFunctions/Utilities/MF_UI_WeightedCorners.uasset | 3 +++ .../1_Transforms/1_Translate/MI_UI_Translate_1.uasset | 3 +++ .../1_Transforms/1_Translate/MI_UI_Translate_2.uasset | 3 +++ .../1_Transforms/1_Translate/MI_UI_Translate_3.uasset | 3 +++ .../Materials/1_Transforms/1_Translate/M_UI_Translate.uasset | 3 +++ .../Materials/1_Transforms/2_Rotate/MI_UI_Rotate_1.uasset | 3 +++ .../Materials/1_Transforms/2_Rotate/MI_UI_Rotate_2.uasset | 3 +++ .../Materials/1_Transforms/2_Rotate/MI_UI_Rotate_3.uasset | 3 +++ .../Materials/1_Transforms/2_Rotate/M_UI_Rotate.uasset | 3 +++ .../Materials/1_Transforms/3_Scale/MI_UI_Scale_1.uasset | 3 +++ .../Materials/1_Transforms/3_Scale/MI_UI_Scale_2.uasset | 3 +++ .../Materials/1_Transforms/3_Scale/M_UI_Scale.uasset | 3 +++ .../Materials/1_Transforms/4_Flip/MI_UI_Flip_1.uasset | 3 +++ .../Materials/1_Transforms/4_Flip/MI_UI_Flip_2.uasset | 3 +++ .../Materials/1_Transforms/4_Flip/M_UI_Flip.uasset | 3 +++ .../Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_1.uasset | 3 +++ .../Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_2.uasset | 3 +++ .../Materials/1_Transforms/6_Symmetry/M_UI_Symmetry.uasset | 3 +++ .../1_LinearGradient/MI_UI_LinearGradient_1.uasset | 3 +++ .../1_LinearGradient/MI_UI_LinearGradient_2.uasset | 3 +++ .../1_LinearGradient/MI_UI_LinearGradient_3.uasset | 3 +++ .../2_Gradients/1_LinearGradient/M_UI_LinearGradient.uasset | 3 +++ .../2_RadialGradient/MI_UI_RadialGradient_1.uasset | 3 +++ .../2_RadialGradient/MI_UI_RadialGradient_2.uasset | 3 +++ .../2_Gradients/2_RadialGradient/M_UI_RadialGradient.uasset | 3 +++ .../2_Gradients/3_AngleGradient/MI_UI_AngleGradient_1.uasset | 3 +++ .../2_Gradients/3_AngleGradient/MI_UI_AngleGradient_2.uasset | 3 +++ .../2_Gradients/3_AngleGradient/M_UI_AngleGradient.uasset | 3 +++ .../4_SquareGradient/MI_UI_SquareGradient_1.uasset | 3 +++ .../4_SquareGradient/MI_UI_SquareGradient_2.uasset | 3 +++ .../2_Gradients/4_SquareGradient/M_UI_SquareGradient.uasset | 3 +++ .../5_RemappableGradient/MI_UI_RemappableGradient_1.uasset | 3 +++ .../5_RemappableGradient/MI_UI_RemappableGradient_2.uasset | 3 +++ .../5_RemappableGradient/MI_UI_RemappableGradient_3.uasset | 3 +++ .../5_RemappableGradient/M_UI_RemappableGradient.uasset | 3 +++ .../Materials/3_Time/1_LinearTime/MI_UI_LinearTime.uasset | 3 +++ .../Materials/3_Time/1_LinearTime/M_UI_LinearTime.uasset | 3 +++ .../2_EasingFunctions/MI_UI_EasingFunctions_CubicIn.uasset | 3 +++ .../2_EasingFunctions/MI_UI_EasingFunctions_CubicInOut.uasset | 3 +++ .../2_EasingFunctions/MI_UI_EasingFunctions_CubicOut.uasset | 3 +++ .../2_EasingFunctions/MI_UI_EasingFunctions_QuinticIn.uasset | 3 +++ .../MI_UI_EasingFunctions_QuinticInOut.uasset | 3 +++ .../2_EasingFunctions/MI_UI_EasingFunctions_QuinticOut.uasset | 3 +++ .../2_EasingFunctions/MI_UI_EasingFunctions_SineIn.uasset | 3 +++ .../2_EasingFunctions/MI_UI_EasingFunctions_SineInOut.uasset | 3 +++ .../2_EasingFunctions/MI_UI_EasingFunctions_SineOut.uasset | 3 +++ .../3_Time/2_EasingFunctions/M_UI_EasingFunctions.uasset | 3 +++ .../2_EasingFunctions/M_UI_EasingFunctions_Linear.uasset | 3 +++ .../3_Time/3_TimeDisplace/MI_UI_TimeDisplace_1.uasset | 3 +++ .../3_Time/3_TimeDisplace/MI_UI_TimeDisplace_2.uasset | 3 +++ .../3_Time/3_TimeDisplace/MI_UI_TimeDisplace_3.uasset | 3 +++ .../3_Time/3_TimeDisplace/MI_UI_TimeDisplace_4.uasset | 3 +++ .../3_Time/3_TimeDisplace/MI_UI_TimeDisplace_5.uasset | 3 +++ .../Materials/3_Time/3_TimeDisplace/M_UI_TimeDisplace.uasset | 3 +++ .../Materials/4_Shapes/1_SDFs/MI_UI_SDF_Box.uasset | 3 +++ .../Materials/4_Shapes/1_SDFs/MI_UI_SDF_Circle.uasset | 3 +++ .../Materials/4_Shapes/1_SDFs/MI_UI_SDF_Hexagon.uasset | 3 +++ .../Materials/4_Shapes/1_SDFs/MI_UI_SDF_Triangle.uasset | 3 +++ .../UIMaterialLab/Materials/4_Shapes/1_SDFs/M_UI_SDFs.uasset | 3 +++ .../4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Example.uasset | 3 +++ .../MI_UI_SDF_Intersection_Exact.uasset | 3 +++ .../MI_UI_SDF_Intersection_Smooth.uasset | 3 +++ .../MI_UI_SDF_Subtraction_Exact.uasset | 3 +++ .../MI_UI_SDF_Subtraction_Smooth.uasset | 3 +++ .../2_SDF_BooleanOperations/MI_UI_SDF_Union_Exact.uasset | 3 +++ .../2_SDF_BooleanOperations/MI_UI_SDF_Union_Smooth.uasset | 3 +++ .../2_SDF_BooleanOperations/M_UI_SDF_BooleanOperations.uasset | 3 +++ .../4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_1.uasset | 3 +++ .../3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_1.uasset | 3 +++ .../3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_2.uasset | 3 +++ .../4_Shapes/3_SDF_Morphing/M_UI_SDF_Morphing.uasset | 3 +++ .../Materials/4_Shapes/4_Wave/MI_UI_Wave_1.uasset | 3 +++ .../Materials/4_Shapes/4_Wave/MI_UI_Wave_2.uasset | 3 +++ .../Materials/4_Shapes/4_Wave/MI_UI_Wave_3.uasset | 3 +++ .../UIMaterialLab/Materials/4_Shapes/4_Wave/M_UI_Wave.uasset | 3 +++ .../4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_1.uasset | 3 +++ .../4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_2.uasset | 3 +++ .../4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_3.uasset | 3 +++ .../4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_4.uasset | 3 +++ .../Materials/4_Shapes/5_SDF_Effects/M_UI_SDF_Effects.uasset | 3 +++ .../Materials/5_Masks/1_Blind/MI_UI_BlindMask.uasset | 3 +++ .../Materials/5_Masks/1_Blind/MI_UI_Sweep_1.uasset | 3 +++ .../Materials/5_Masks/1_Blind/MI_UI_Sweep_2.uasset | 3 +++ .../Materials/5_Masks/1_Blind/MI_UI_Sweep_3.uasset | 3 +++ .../Materials/5_Masks/1_Blind/M_UI_BlindMask.uasset | 3 +++ .../Materials/5_Masks/2_Wedges/MI_UI_Wedges_1.uasset | 3 +++ .../Materials/5_Masks/2_Wedges/MI_UI_Wedges_2.uasset | 3 +++ .../Materials/5_Masks/2_Wedges/MI_UI_Wedges_3.uasset | 3 +++ .../Materials/5_Masks/2_Wedges/M_UI_Wedges.uasset | 3 +++ .../Materials/5_Masks/3_Checkers/MI_UI_Checkers_1.uasset | 3 +++ .../Materials/5_Masks/3_Checkers/MI_UI_Checkers_2.uasset | 3 +++ .../Materials/5_Masks/3_Checkers/M_UI_Checkers.uasset | 3 +++ .../5_Masks/4_RadialSegments/MI_UI_Radial_Segments_1.uasset | 3 +++ .../5_Masks/4_RadialSegments/MI_UI_Radial_Segments_2.uasset | 3 +++ .../5_Masks/4_RadialSegments/MI_UI_Radial_Segments_3.uasset | 3 +++ .../5_Masks/4_RadialSegments/M_UI_Radial_Segments.uasset | 3 +++ .../Materials/5_Masks/5_Sectors/MI_UI_Sectors_1.uasset | 3 +++ .../Materials/5_Masks/5_Sectors/MI_UI_Sectors_2.uasset | 3 +++ .../Materials/5_Masks/5_Sectors/M_UI_Sectors.uasset | 3 +++ .../Materials/5_Masks/6_Rings/MI_UI_Rings_1.uasset | 3 +++ .../Materials/5_Masks/6_Rings/MI_UI_Rings_2.uasset | 3 +++ .../UIMaterialLab/Materials/5_Masks/6_Rings/M_UI_Rings.uasset | 3 +++ .../6_Patterns/1_GridTiling/MI_UI_GridTiling_1.uasset | 3 +++ .../6_Patterns/1_GridTiling/MI_UI_GridTiling_2.uasset | 3 +++ .../Materials/6_Patterns/1_GridTiling/M_UI_GridTiling.uasset | 3 +++ .../2_HexagonalTiling/MI_UI_HexagonalTiling_1.uasset | 3 +++ .../2_HexagonalTiling/MI_UI_HexagonalTiling_2.uasset | 3 +++ .../6_Patterns/2_HexagonalTiling/M_UI_HexagonalTiling.uasset | 3 +++ .../6_Patterns/3_Truchet/MI_UI_Truchet_Mask_1.uasset | 3 +++ .../6_Patterns/3_Truchet/MI_UI_Truchet_Mask_2.uasset | 3 +++ .../6_Patterns/3_Truchet/MI_UI_Truchet_Mask_3.uasset | 3 +++ .../6_Patterns/3_Truchet/MI_UI_Truchet_Mask_4.uasset | 3 +++ .../Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_1.uasset | 3 +++ .../Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_2.uasset | 3 +++ .../Materials/6_Patterns/3_Truchet/M_UI_Truchet_Mask.uasset | 3 +++ .../Materials/6_Patterns/3_Truchet/M_UI_Truchet_UVs.uasset | 3 +++ .../Materials/6_Patterns/4_Halftone/MI_UI_Halftone_1.uasset | 3 +++ .../Materials/6_Patterns/4_Halftone/MI_UI_Halftone_2.uasset | 3 +++ .../Materials/6_Patterns/4_Halftone/MI_UI_Halftone_3.uasset | 3 +++ .../Materials/6_Patterns/4_Halftone/M_UI_Halftone.uasset | 3 +++ .../Materials/7_UVDistortion/1_Slant/MI_UI_Slant_1.uasset | 3 +++ .../Materials/7_UVDistortion/1_Slant/MI_UI_Slant_2.uasset | 3 +++ .../Materials/7_UVDistortion/1_Slant/M_UI_Slant.uasset | 3 +++ .../Materials/7_UVDistortion/2_Skew/MI_UI_Skew_1.uasset | 3 +++ .../Materials/7_UVDistortion/2_Skew/MI_UI_Skew_2.uasset | 3 +++ .../Materials/7_UVDistortion/2_Skew/M_UI_Skew.uasset | 3 +++ .../3_PolarCoordinates/MI_UI_PolarCoordinates_1.uasset | 3 +++ .../3_PolarCoordinates/MI_UI_PolarCoordinates_2.uasset | 3 +++ .../3_PolarCoordinates/M_UI_PolarCoordinates.uasset | 3 +++ .../7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_1.uasset | 3 +++ .../7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_2.uasset | 3 +++ .../7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_3.uasset | 3 +++ .../Materials/7_UVDistortion/4_WaveWarp/M_UI_WaveWarp.uasset | 3 +++ .../Materials/8_Utilities/1_Random/MI_UI_Random_1.uasset | 3 +++ .../Materials/8_Utilities/1_Random/MI_UI_Random_2.uasset | 3 +++ .../Materials/8_Utilities/1_Random/MI_UI_Random_3.uasset | 3 +++ .../Materials/8_Utilities/1_Random/M_UI_Random.uasset | 3 +++ .../2_SteppedGradient/MI_UI_SteppedGradient_1.uasset | 3 +++ .../2_SteppedGradient/MI_UI_SteppedGradient_2.uasset | 3 +++ .../2_SteppedGradient/MI_UI_SteppedGradient_3.uasset | 3 +++ .../8_Utilities/2_SteppedGradient/M_UI_SteppedGradient.uasset | 3 +++ .../Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_1.uasset | 3 +++ .../Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_2.uasset | 3 +++ .../Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_3.uasset | 3 +++ .../Materials/8_Utilities/3_Pixelate/M_UI_Pixelate.uasset | 3 +++ .../Materials/8_Utilities/4_PingPong/MI_UI_PingPong_1.uasset | 3 +++ .../Materials/8_Utilities/4_PingPong/MI_UI_PingPong_2.uasset | 3 +++ .../Materials/8_Utilities/4_PingPong/M_UI_PingPong.uasset | 3 +++ .../Development/UIMaterialLab/Textures/T_UI_Axe.uasset | 3 +++ .../Development/UIMaterialLab/Textures/T_UI_Cards.uasset | 3 +++ .../Development/UIMaterialLab/Textures/T_UI_Noise.uasset | 3 +++ .../Development/UIMaterialLab/Textures/T_UI_Numbers.uasset | 3 +++ .../Development/UIMaterialLab/Textures/T_UI_Oxo.uasset | 3 +++ .../Development/UIMaterialLab/Textures/T_UI_Potion.uasset | 3 +++ .../Development/UIMaterialLab/Textures/T_UI_Shield.uasset | 3 +++ .../Development/UIMaterialLab/Textures/T_UI_Sword.uasset | 3 +++ .../Development/UIMaterialLab/Textures/WIP_texture.uasset | 3 +++ .../Widgets/ComponentMaterials/M_UI_Button.uasset | 3 +++ .../Widgets/ComponentMaterials/M_UI_Button2.uasset | 3 +++ .../Widgets/ComponentMaterials/M_UI_Button3.uasset | 3 +++ .../Widgets/ComponentMaterials/M_UI_Button3_Inst.uasset | 3 +++ .../Widgets/ComponentMaterials/M_UI_LedBackground.uasset | 3 +++ .../ComponentMaterials/M_UI_Liquid_Fill_SaveSlot_Inst.uasset | 3 +++ .../Widgets/ComponentMaterials/M_UI_ObjectiveFill.uasset | 3 +++ .../Widgets/ComponentMaterials/M_UI_ProfileCard.uasset | 3 +++ .../ComponentMaterials/M_UI_ProgressBar_Segmented.uasset | 3 +++ .../UIMaterialLab/Widgets/ComponentMaterials/M_UI_Slot.uasset | 3 +++ .../Widgets/ComponentMaterials/M_UI_TileBackground.uasset | 3 +++ .../Widgets/ComponentMaterials/M_UI_WIP_Tile.uasset | 3 +++ .../MaterialInstances/MI_TabBackground.uasset | 3 +++ .../MaterialInstances/MI_TileBackground.uasset | 3 +++ .../ComponentMaterials/MaterialInstances/MI_TileShadow.uasset | 3 +++ .../ComponentMaterials/MaterialInstances/MI_UI_Button.uasset | 3 +++ .../ComponentMaterials/MaterialInstances/MI_UI_Button2.uasset | 3 +++ .../ComponentMaterials/MaterialInstances/MI_UI_Button3.uasset | 3 +++ .../MaterialInstances/MI_UI_LedBackground.uasset | 3 +++ .../MaterialInstances/MI_UI_LedBackground1.uasset | 3 +++ .../MaterialInstances/MI_UI_Liquid_Fill_1.uasset | 3 +++ .../MaterialInstances/MI_UI_Liquid_Fill_2.uasset | 3 +++ .../MaterialInstances/MI_UI_Liquid_Fill_3.uasset | 3 +++ .../MaterialInstances/MI_UI_ObjectiveFill.uasset | 3 +++ .../MaterialInstances/MI_UI_ObjectiveFill_2.uasset | 3 +++ .../MaterialInstances/MI_UI_ProfileCard.uasset | 3 +++ .../MaterialInstances/MI_UI_ProgressBar_1.uasset | 3 +++ .../MaterialInstances/MI_UI_ProgressBar_2.uasset | 3 +++ .../MaterialInstances/MI_UI_ProgressBar_3.uasset | 3 +++ .../ComponentMaterials/MaterialInstances/MI_UI_Slot_1.uasset | 3 +++ .../ComponentMaterials/MaterialInstances/MI_UI_Slot_2.uasset | 3 +++ .../ComponentMaterials/MaterialInstances/MI_UI_Slot_3.uasset | 3 +++ .../ComponentMaterials/MaterialInstances/MI_UI_Slot_4.uasset | 3 +++ .../MaterialInstances/MI_UI_WIP_Tile.uasset | 3 +++ .../Widgets/Components/MaterialLab_ModularTile.uasset | 3 +++ .../Widgets/Components/MaterialLab_SectionButton.uasset | 3 +++ .../Widgets/Components/MaterialLab_SectionHeader.uasset | 3 +++ .../UIMaterialLab/Widgets/Components/MaterialLab_Tile.uasset | 3 +++ .../Widgets/Components/WBP_Applications_Button.uasset | 3 +++ .../Widgets/Components/WBP_Applications_Button_2.uasset | 3 +++ .../Widgets/Components/WBP_Applications_Button_3.uasset | 3 +++ .../UIMaterialLab/Widgets/Components/WBP_HalftoneMenu.uasset | 3 +++ .../UIMaterialLab/Widgets/Components/WBP_InventoryGrid.uasset | 3 +++ .../UIMaterialLab/Widgets/Components/WBP_InventorySlot.uasset | 3 +++ .../UIMaterialLab/Widgets/Components/WBP_ObjectiveFill.uasset | 3 +++ .../Content/Development/UIMaterialLab/Widgets/Main.uasset | 3 +++ .../Widgets/Pages/1_MaterialLab_Transforms.uasset | 3 +++ .../Widgets/Pages/2_MaterialLab_Gradients.uasset | 3 +++ .../UIMaterialLab/Widgets/Pages/3_MaterialLab_Time.uasset | 3 +++ .../UIMaterialLab/Widgets/Pages/4_MaterialLab_SDFs.uasset | 3 +++ .../UIMaterialLab/Widgets/Pages/5_MaterialLab_Masks.uasset | 3 +++ .../UIMaterialLab/Widgets/Pages/6_MaterialLab_Patterns.uasset | 3 +++ .../Widgets/Pages/7_MaterialLab_UVDistortions.uasset | 3 +++ .../Widgets/Pages/8_MaterialLab_Utilities.uasset | 3 +++ .../Widgets/Pages/9_MaterialLab_Applications.uasset | 3 +++ .../UIMaterialLab/Widgets/Styles/h2_text_style.uasset | 3 +++ .../UIMaterialLab/Widgets/Styles/h3_text_style.uasset | 3 +++ .../UIMaterialLab/Widgets/Styles/section_text_style.uasset | 3 +++ .../UIMaterialLab/Widgets/WBP_MaterialLab_Main.uasset | 3 +++ .../Content/Electrical/Generator/12_low.uasset | 3 --- .../Content/Electrical/Generator/12_low_001.uasset | 3 --- .../Content/Electrical/Generator/12_low_002.uasset | 3 --- .../Content/Electrical/Generator/12_low_003.uasset | 3 --- .../Content/Electrical/Generator/BP_Generator.uasset | 3 --- .../Content/Electrical/Generator/Material__43.uasset | 3 --- .../Generator/Material__43_Base_color_tga_nonVT.uasset | 3 --- .../Generator/Material__43_Emissive_tga_nonVT.uasset | 3 --- ...tallic_tga_png-Material__43_Roughness_tga_png_nonVT.uasset | 3 --- .../Generator/Material__43_Normal_DirectX_tga_nonVT.uasset | 3 --- .../Content/Electrical/Recorder/BP_Cassette.uasset | 3 --- .../Content/Electrical/Recorder/BP_Recorder.uasset | 3 --- .../Content/Electrical/Recorder/Cassette_atlas_Normal.uasset | 3 --- .../Electrical/Recorder/Cassette_atlas_Roughness.uasset | 3 --- .../Content/Electrical/Recorder/Cassette_texture.uasset | 3 --- .../Content/Electrical/Recorder/Recorder1.uasset | 3 --- .../Content/Electrical/Recorder/Recorder_Bake_ao_1_low.uasset | 3 --- .../Electrical/Recorder/Recorder_Bake_ao_1_low_001.uasset | 3 --- .../Electrical/Recorder/Recorder_Bake_ao_1_low_002.uasset | 3 --- .../Electrical/Recorder/Recorder_Bake_ao_1_low_003.uasset | 3 --- .../Electrical/Recorder/Recorder_Bake_ao_1_low_004.uasset | 3 --- .../Electrical/Recorder/Recorder_Bake_ao_1_low_005.uasset | 3 --- .../Electrical/Recorder/Recorder_Bake_ao_1_low_006.uasset | 3 --- .../Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset | 3 --- .../Content/Electrical/Recorder/Recorder_Cassette.uasset | 3 --- .../Content/Electrical/Recorder/TR_glass.uasset | 3 --- .../Content/Electrical/Recorder/TapeRecorder_BaseColor.uasset | 3 --- .../Content/Electrical/Recorder/TapeRecorder_Emission.uasset | 3 --- .../Content/Electrical/Recorder/TapeRecorder_Metalness.uasset | 3 --- .../Content/Electrical/Recorder/TapeRecorder_Normal.uasset | 3 --- .../Content/Electrical/Recorder/TapeRecorder_Roughness.uasset | 3 --- .../Content/Electrical/Recorder/lambert2.uasset | 3 --- .../Content/FieldTest/Forest001_rostlinka_24_0.uasset | 3 --- .../Content/FieldTest/Forest001_rostlinka_24_01.uasset | 3 --- .../Content/FieldTest/Forest001_rostlinka_24_012.uasset | 3 --- .../Content/FieldTest/Forest001_rostlinka_24_0123.uasset | 3 --- .../Content/FieldTest/Forest001_rostlinka_24_01234.uasset | 3 --- .../Content/FieldTest/Forest002_Material__25_0.uasset | 3 --- .../Content/FieldTest/Forest002_Material__25_01.uasset | 3 --- .../Content/FieldTest/Material_25.uasset | 3 --- .../Content/FieldTest/Material_25_diffuse.uasset | 3 --- .../Content/FieldTest/Material_25_normal.uasset | 3 --- .../Content/FieldTest/Material_25_specularGlossiness.uasset | 3 --- .../Content/FieldTest/R1_Material__25_0.uasset | 3 --- .../Content/FieldTest/R2_Material__25_0.uasset | 3 --- .../Content/FieldTest/R3_Material__25_0.uasset | 3 --- .../Content/FieldTest/R4_Material__25_0.uasset | 3 --- .../Content/FieldTest/cesticka_01.uasset | 3 --- .../Content/FieldTest/cesticka_01_cesticka_01_0.uasset | 3 --- .../Content/FieldTest/cesticka_01_diffuse.uasset | 3 --- .../Content/FieldTest/cesticka_01_normal.uasset | 3 --- .../Content/FieldTest/cesticka_01_occlusion.uasset | 3 --- .../Content/FieldTest/rostlina_25_A_rostlinka_24_0.uasset | 3 --- .../Content/FieldTest/rostlina_25_B_rostlinka_24_0.uasset | 3 --- .../Content/FieldTest/rostlina_25_C_rostlinka_24_0.uasset | 3 --- .../Content/FieldTest/rostlinka_24.uasset | 3 --- .../Content/FieldTest/rostlinka_24_diffuse.uasset | 3 --- .../Content/FieldTest/rostlinka_24_normal.uasset | 3 --- .../Content/FieldTest/rostlinka_24_occlusion.uasset | 3 --- .../Content/FieldTest/rostlinka_24_specularGlossiness.uasset | 3 --- .../FirstPerson/Blueprints/BP_SpudExamplesGameInstance.uasset | 3 --- .../Content/FirstPerson/Textures/NewSaveIcon.uasset | 3 --- .../Content/FirstPerson/UI/Widget_SaveLoadScreen_new.uasset | 3 --- .../Content/FirstPerson/UI/Widget_SaveSlot.uasset | 3 --- .../Content/FirstPerson/UI/Widget_UI.uasset | 3 --- .../Content/Fluids/BP/BP_Fluid.uasset | 3 --- .../Content/Fluids/BP/BP_LiquidXMotion.uasset | 3 --- .../Content/Fluids/BP/BP_LiquidXMotion_C.uasset | 3 --- .../Content/Fluids/BP/Default__BP_LiquidXMotion_C.uasset | 3 --- .../Content/Fluids/M/Asset/M_BioGrenGlass.uasset | 3 --- .../Content/Fluids/M/Asset/M_BioGrenMetal.uasset | 3 --- .../Content/Fluids/M/Asset/M_BrassCap.uasset | 3 --- .../Content/Fluids/M/Asset/M_Cork.uasset | 3 --- .../Content/Fluids/M/Asset/M_CrystalGlow.uasset | 3 --- .../Content/Fluids/M/Asset/M_FloorMat.uasset | 3 --- .../Content/Fluids/M/Asset/M_Glass.uasset | 3 --- .../Content/Fluids/M/Asset/StinsonBeach_Mat.uasset | 3 --- .../Content/Fluids/M/MF_ColorCycler_4Way.uasset | 3 --- .../Content/Fluids/M/MI_Fluid_01.uasset | 3 --- .../Content/Fluids/M/MI_Fluid_02.uasset | 3 --- .../Content/Fluids/M/MI_Fluid_03.uasset | 3 --- .../Content/Fluids/M/MI_LiquidX_02.uasset | 3 --- .../Content/Fluids/M/M_Fluid_Master.uasset | 3 --- .../Content/Fluids/Maps/Demonstration.umap | 3 --- .../Content/Fluids/Maps/Overview.umap | 3 --- VIRTUOS_ExpansionPluginTests/Content/Fluids/S/S_Flask.uasset | 3 --- .../Fluids/T/BioGren/S_BioGren_M_Metal_BaseColor.uasset | 3 --- .../Content/Fluids/T/BioGren/S_BioGren_M_Metal_Normal.uasset | 3 --- .../S_BioGren_M_Metal_OcclusionRoughnessMetallic.uasset | 3 --- .../Content/Fluids/T/BioGren/T_Glass_Opacity_Inv.uasset | 3 --- .../Content/Fluids/T/Shared/T_Bubbles.uasset | 3 --- .../Content/Fluids/T/Shared/T_FloorGrid.uasset | 3 --- .../Content/Fluids/T/Shared/T_GlassNormal.uasset | 3 --- .../Content/Fluids/T/T_CorkNoise.uasset | 3 --- .../Content/FreezingChamber/ALAS3_Final_PBR_Diffuse.uasset | 3 --- .../Content/FreezingChamber/ALAS3_Final_PBR_Mat.uasset | 3 --- .../Content/FreezingChamber/ALAS3_Final_PBR_Normal.uasset | 3 --- .../Content/FreezingChamber/AlphaEmission.uasset | 3 --- .../Content/FreezingChamber/BP_FreezingChamber.uasset | 3 --- .../Content/FreezingChamber/Cylinder_056.uasset | 3 --- .../Content/FreezingChamber/Cylinder_057.uasset | 3 --- .../Content/FreezingChamber/Cylinder_058.uasset | 3 --- .../Content/FreezingChamber/Material_021.uasset | 3 --- .../Content/FreezingChamber/MetalRoughnessTransmission.uasset | 3 --- .../Plate/DiamondPlate008D_2K-JPG_Color.uasset | 3 --- .../Plate/DiamondPlate008D_2K-JPG_NormalDX.uasset | 3 --- .../Content/FreezingChamber/Plate/M_DiamondMetal.uasset | 3 --- .../Content/FreezingChamber/Plate/Plate.uasset | 3 --- .../FreezingChamber/Plate/T_Diamond_MetallicRoughness.uasset | 3 --- .../Content/FreezingChamber/Tank/M_Tank.uasset | 3 --- .../Tank/MetallicRoughnessNormal_Tank_PBR_PackedTex.uasset | 3 --- .../Content/FreezingChamber/Tank/Tank.uasset | 3 --- .../Content/FreezingChamber/Tank/Tank_Tank_PBR_Diffuse.uasset | 3 --- .../Content/Furniture/Doors/BP_SliderDoor.uasset | 3 --- .../Content/Furniture/Doors/FrameStopper.uasset | 3 --- .../Content/Furniture/Doors/J_2b01.uasset | 3 --- .../Content/Furniture/Doors/J_2b01_002.uasset | 3 --- .../Content/Furniture/Doors/J_2b01_011.uasset | 3 --- .../Content/Furniture/Doors/Material_001.uasset | 3 --- .../Content/Furniture/Doors/NewBlueprint.uasset | 3 --- .../Content/Furniture/Doors/door2_9_BaseColor.uasset | 3 --- .../Content/Furniture/Doors/door2_9_BaseColor_nonVT.uasset | 3 --- .../Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset | 3 --- .../door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset | 3 --- .../Content/Furniture/Doors/door2_9_Normal.uasset | 3 --- .../Content/Furniture/Doors/door2_9_Normal_nonVT.uasset | 3 --- .../Content/Furniture/Table/Table.uasset | 3 --- .../Content/Furniture/Table/Table_001.uasset | 3 --- .../Content/Furniture/Table/wood_table_worn.uasset | 3 --- .../Content/Gilbert/BP_GilbertThirdPerson.uasset | 3 --- .../Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.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 | 3 --- .../NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset | 3 --- .../NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset | 3 --- .../NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset | 3 --- .../Animations/Test/Gilbert_Actions__WalkBackwward.uasset | 3 --- .../Animations/Test/Gilbert_Actions__WalkForward.uasset | 3 --- .../Animations/Test/Gilbert_Actions__WalkLeft.uasset | 3 --- .../Animations/Test/Gilbert_Actions__WalkRight.uasset | 3 --- .../Content/Gilbert/NewFolder/BP_Can.uasset | 3 --- .../Content/Gilbert/NewFolder/BS_Movement.uasset | 3 --- .../Content/Gilbert/NewFolder/GilbertMesh.uasset | 3 --- .../Content/Gilbert/NewFolder/GilbertMeshCan.uasset | 3 --- .../Content/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset | 3 --- .../Content/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset | 3 --- .../Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset | 3 --- .../Gilbert/NewFolder/Gilbert_Skeleton_Skeleton.uasset | 3 --- .../Content/Gilbert/NewFolder/Grip.uasset | 3 --- .../Content/Gilbert/NewFolder/Material_004.uasset | 3 --- .../Content/Gilbert/NewFolder/Movement.uasset | 3 --- .../Content/Gilbert/NewFolder/NavLink_AI.uasset | 3 --- .../Content/Gilbert/NewFolder/SM_Gilbert.uasset | 3 --- .../Content/Gilbert/NewFolder/WatercanRobot3.uasset | 3 --- .../Content/Gilbert/NewFolder/WatercanRobot4.uasset | 3 --- .../Content/Gilbert/NewFolder/WatercanRobot4_Skeleton.uasset | 3 --- .../NewFolder/WatercanRobot4_Skeleton_AnimBlueprint.uasset | 3 --- .../Content/Gilbert/NewFolder/gloss.uasset | 3 --- .../Content/Gilbert/NewFolder/normal.uasset | 3 --- .../Content/Gilbert/SplineActor.uasset | 3 --- .../Content/Gilbert/TestSpline.uasset | 3 --- .../Content/GlobeBotTest/Globe-Globe.uasset | 3 --- .../Content/GlobeBotTest/Globe.uasset | 3 --- .../Content/GlobeBotTest/Globe1.uasset | 3 --- .../Content/GlobeBotTest/GlobeRobot.uasset | 3 --- .../Content/GlobeBotTest/Globe_001_Baked.uasset | 3 --- .../Content/GlobeBotTest/TestCharacter.uasset | 3 --- .../Content/Inventory/BP_InventoryWidget.uasset | 3 --- .../Content/Inventory/BP_VRInventory.uasset | 3 --- .../Content/Inventory/InventoryDataTable.uasset | 3 --- .../Content/Inventory/InventoryStruct.uasset | 3 --- .../Content/Inventory/ItemDataComponent.uasset | 3 --- .../Content/LevelPrototyping/Materials/MF_ProcGrid.uasset | 3 --- .../LevelPrototyping/Materials/MI_PrototypeGrid_Gray.uasset | 3 --- .../Materials/MI_PrototypeGrid_Gray_02.uasset | 3 --- .../Materials/MI_PrototypeGrid_TopDark.uasset | 3 --- .../Content/LevelPrototyping/Materials/MI_Solid_Blue.uasset | 3 --- .../Content/LevelPrototyping/Materials/M_PrototypeGrid.uasset | 3 --- .../Content/LevelPrototyping/Materials/M_Solid.uasset | 3 --- .../Content/LevelPrototyping/Meshes/SM_ChamferCube.uasset | 3 --- .../Content/LevelPrototyping/Meshes/SM_Cube.uasset | 3 --- .../Content/LevelPrototyping/Meshes/SM_Cylinder.uasset | 3 --- .../Content/LevelPrototyping/Meshes/SM_QuarterCylinder.uasset | 3 --- .../Content/LevelPrototyping/Meshes/SM_Ramp.uasset | 3 --- .../Content/LevelPrototyping/Textures/T_GridChecker_A.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Lights/BP_Light.uasset | 3 --- .../Content/Lights/M_FlickeringLight.uasset | 3 --- .../Content/Liquids/BP/BP_Fluid.uasset | 3 --- .../Content/Liquids/M/Asset/M_Glass.uasset | 3 --- .../Content/Liquids/M/MI_LiquidX_02.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Liquids/Maps/Demo.umap | 3 --- .../Content/Liquids_/BP/BP_Fluid.uasset | 3 --- .../Content/Liquids_/BP/BP_Fluid_C.uasset | 3 --- .../Content/Liquids_/BP/Default__BP_Fluid_C.uasset | 3 --- .../Content/Liquids_/M/Asset/M_Glass.uasset | 3 --- .../Content/Liquids_/M/MI_LiquidX_02.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/MF/MF_UV.uasset | 3 --- .../Content/MF/MF_VTA_TriplanarMapping.uasset | 3 --- .../Content/MainMenu/BP_GameStart.uasset | 3 --- .../Content/MainMenu/BP_MainMenu.uasset | 3 --- .../Content/MainMenu/BP_WidgetWithIndex.uasset | 3 --- .../Content/MainMenu/Credits/WB_Credits.uasset | 3 --- .../Content/MainMenu/Enum_MenuButtonType.uasset | 3 --- .../Content/MainMenu/Logo/BP_Logo.uasset | 3 --- .../Content/MainMenu/Logo/M_Logo.uasset | 3 --- .../Content/MainMenu/Logo/M_Logo_Inst_Dissolve.uasset | 3 --- .../Content/MainMenu/M_PP_MainMenu.uasset | 3 --- .../Content/MainMenu/NS_Bubbles.uasset | 3 --- .../Content/MainMenu/UI_Materials/MF_Dissolve.uasset | 3 --- .../Content/MainMenu/UI_Materials/MPC_UI.uasset | 3 --- .../Content/MainMenu/UI_Materials/M_ButtonHover.uasset | 3 --- .../Content/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset | 3 --- .../Content/MainMenu/UI_Materials/M_Logo.uasset | 3 --- .../Content/MainMenu/UI_Materials/M_MainMenuAppear.uasset | 3 --- .../Content/MainMenu/UI_Materials/M_SaveSlotRetainer.uasset | 3 --- .../MainMenu/UI_Materials/M_SaveSlotRetainer_Inst.uasset | 3 --- .../Content/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset | 3 --- .../MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset | 3 --- .../MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset | 3 --- .../UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset | 3 --- .../M_UI_Liquid_Fill_Button_Inst_Hover_Pressed.uasset | 3 --- .../UI_Materials/M_UI_Liquid_Fill_Button_Inst_Volume.uasset | 3 --- .../M_UI_Liquid_Fill_Button_Inst_WIdgetSlot.uasset | 3 --- .../M_UI_Liquid_Fill_Button_Inst_WIdgetSlot_Hovered.uasset | 3 --- .../Content/MainMenu/UI_Materials/M_UI_Textures.uasset | 3 --- .../Content/MainMenu/UI_Materials/M_UI_Textures_Arrow.uasset | 3 --- .../Content/MainMenu/UI_Materials/M_UI_Textures_Plus.uasset | 3 --- .../Content/MainMenu/UI_Materials/Pictogram/Bystander.uasset | 3 --- .../Content/MainMenu/UI_Materials/Pictogram/Joystick.uasset | 3 --- .../MainMenu/UI_Materials/Pictogram/MI_Bystander.uasset | 3 --- .../Content/MainMenu/UI_Materials/Pictogram/MI_Shift.uasset | 3 --- .../Content/MainMenu/UI_Materials/Pictogram/MI_Stick.uasset | 3 --- .../MainMenu/UI_Materials/Pictogram/MI_Teleport.uasset | 3 --- .../MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset | 3 --- .../MainMenu/UI_Materials/Pictogram/M_PictogramBorder.uasset | 3 --- .../Content/MainMenu/UI_Materials/Pictogram/Shift.uasset | 3 --- .../Content/MainMenu/UI_Materials/Pictogram/Teleport.uasset | 3 --- .../Content/MainMenu/UI_Materials/T_Arrow.uasset | 3 --- .../Content/MainMenu/UI_Materials/T_Logo.uasset | 3 --- .../Content/MainMenu/UI_Materials/T_Plus.uasset | 3 --- .../Content/MainMenu/UI_Materials/TestWidget.uasset | 3 --- .../MainMenu/UI_Materials/Widget3DPassThrough_NoDepth.uasset | 3 --- .../UI_Materials/Widget3DPassThrough_NoDepth_Inst.uasset | 3 --- .../Content/MainMenu/UI_Sound/MS_LogoIntro.uasset | 3 --- .../Content/MainMenu/UI_Sound/MS_MainMenuMusic.uasset | 3 --- .../Content/MainMenu/UI_Sound/MS_UIClick.uasset | 3 --- .../Content/MainMenu/UI_Sound/MS_UIConfirm.uasset | 3 --- .../Content/MainMenu/UI_Sound/MS_UIMove.uasset | 3 --- .../Content/MainMenu/UI_Sound/MenuHover.uasset | 3 --- .../Content/MainMenu/UI_Sound/SW_LogoIntro.uasset | 3 --- .../Content/MainMenu/UI_Sound/SW_MainMenuMusic.uasset | 3 --- .../Content/MainMenu/UI_Sound/SW_UIClick.uasset | 3 --- .../Content/MainMenu/UI_Sound/SW_UIConfirm.uasset | 3 --- .../Content/MainMenu/UI_Sound/SW_UIMove.uasset | 3 --- .../Content/MainMenu/WB_AudioSettings.uasset | 3 --- .../Content/MainMenu/WB_Button.uasset | 3 --- .../Content/MainMenu/WB_Button_Back.uasset | 3 --- .../Content/MainMenu/WB_Button_StyleMain.uasset | 3 --- .../Content/MainMenu/WB_CustomSaveLoadScreen.uasset | 3 --- .../Content/MainMenu/WB_GameSettings.uasset | 3 --- .../Content/MainMenu/WB_GraphicsSettings.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Main.uasset | 3 --- .../Content/MainMenu/WB_MainMenu1.uasset | 3 --- .../Content/MainMenu/WB_SettingSwitch.uasset | 3 --- .../Content/MainMenu/WB_SettingsMain.uasset | 3 --- .../Content/MainMenu/WidgetMovementComponent.uasset | 3 --- .../Content/MainMenu/Widget_SaveSlot.uasset | 3 --- .../Content/Maps/Advanced_Lighting.umap | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Demonstration.umap | 3 +++ .../Content/Maps/Freezing_Chamber3.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Maps/Main.umap | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Material_017.uasset | 3 --- .../Content/Maps/Metal024_8K-JPG_Color.uasset | 3 --- .../Content/Maps/Metal024_8K-JPG_Color_nonVT.uasset | 3 --- ...Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset | 3 --- ...24_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset | 3 --- .../Content/Maps/Metal024_8K-JPG_NormalGL.uasset | 3 --- .../Content/Maps/Metal024_8K-JPG_NormalGL_nonVT.uasset | 3 --- .../Content/Maps/Minimal_Default.umap | 3 +++ .../Content/Maps/MotionControllerMap.umap | 3 +++ .../Content/Maps/MotionControllerMap1_BlockOut.umap | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/NewMaterial.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Maps/Overview.umap | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/StarterMap.umap | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/ThirdPersonMap.umap | 3 +++ .../Content/Materials/ALAS_Bake1_PBR_Alpha.uasset | 3 --- .../Content/Materials/ALAS_Bake1_PBR_Diffuse.uasset | 3 --- .../Content/Materials/ALAS_Bake1_PBR_Emission.uasset | 3 --- .../Content/Materials/ALAS_Bake1_PBR_Metalness.uasset | 3 --- .../Content/Materials/ALAS_Bake1_PBR_Normal.uasset | 3 --- .../Content/Materials/ALAS_Bake1_PBR_Roughness.uasset | 3 --- .../Content/Materials/DryGround/M_DryGround.uasset | 3 --- .../Content/Materials/DryGround/M_DryGround_Inst.uasset | 3 --- .../Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset | 3 --- .../Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset | 3 --- .../Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset | 3 --- .../Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset | 3 --- .../Content/Materials/Freezing_Chamber_Body_003.uasset | 3 --- .../Content/Materials/Freezing_Chamber_Door_Left_003.uasset | 3 --- .../Content/Materials/Freezing_Chamber_Door_Right_003.uasset | 3 --- .../Content/Materials/M_FreezingChamber.uasset | 3 --- .../Content/Materials/M_SpriteBubble.uasset | 3 --- .../Content/Materials/PostProcess/M_PP_Fog.uasset | 3 --- .../Content/Materials/PostProcess/M_PP_Fog_Inst.uasset | 3 --- .../Materials/StoneTiles/Concrete031_4K-JPG_Color.uasset | 3 --- .../StoneTiles/Concrete031_4K-JPG_Displacement.uasset | 3 --- .../Materials/StoneTiles/Concrete031_4K-JPG_NormalDX.uasset | 3 --- .../Materials/StoneTiles/Concrete031_4K-JPG_Roughness.uasset | 3 --- .../Content/Materials/StoneTiles/M_StoneTiles.uasset | 3 --- .../Content/Materials/StoneTiles/M_StoneTiles_Inst.uasset | 3 --- .../Content/Materials/StoneTiles/M_WorldAlignedBump.uasset | 3 --- .../Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset | 3 --- .../Content/Materials/StoneTiles/Test_WS_Parallax_Inst.uasset | 3 --- .../Content/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset | 3 --- .../Materials/StoneTiles/Tiles132C_4K-JPG_Color.uasset | 3 --- .../Materials/StoneTiles/large_floor_tiles_02_diff_4k.uasset | 3 --- .../Materials/StoneTiles/large_floor_tiles_02_disp_4k.uasset | 3 --- .../StoneTiles/large_floor_tiles_02_nor_dx_4k.uasset | 3 --- .../Materials/StoneTiles/large_floor_tiles_02_rough_4k.uasset | 3 --- .../Materials/StoneTiles/large_grey_tiles_arm_4k.uasset | 3 --- .../Materials/StoneTiles/large_grey_tiles_diff_4k.uasset | 3 --- .../Materials/StoneTiles/large_grey_tiles_nor_dx_4k.uasset | 3 --- .../Content/Materials/StoneTiles/tiles_0130_ao_4k.uasset | 3 --- .../Content/Materials/StoneTiles/tiles_0130_color_4k.uasset | 3 --- .../Content/Materials/StoneTiles/tiles_0130_height_4k.uasset | 3 --- .../Materials/StoneTiles/tiles_0130_normal_directx_4k.uasset | 3 --- .../Materials/StoneTiles/tiles_0130_roughness_4k.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/PotionTest/Potion.uasset | 3 --- .../Content/PotionTest/PotionActor.uasset | 3 --- .../Content/PotionTest/PotionMat.uasset | 3 --- .../Content/PotionTest/Stopper.uasset | 3 --- .../Content/Recorder/BP_Cassette.uasset | 3 --- .../Content/Recorder/BP_Recorder.uasset | 3 --- .../Content/Recorder/Cassette_atlas_Normal.uasset | 3 --- .../Content/Recorder/Cassette_atlas_Roughness.uasset | 3 --- .../Content/Recorder/Cassette_texture.uasset | 3 --- .../Content/Recorder/NewBlueprint.uasset | 3 --- .../Content/Recorder/Recorder1.uasset | 3 --- .../Content/Recorder/Recorder_Bake_ao_1_low.uasset | 3 --- .../Content/Recorder/Recorder_Bake_ao_1_low_001.uasset | 3 --- .../Content/Recorder/Recorder_Bake_ao_1_low_002.uasset | 3 --- .../Content/Recorder/Recorder_Bake_ao_1_low_003.uasset | 3 --- .../Content/Recorder/Recorder_Bake_ao_1_low_004.uasset | 3 --- .../Content/Recorder/Recorder_Bake_ao_1_low_005.uasset | 3 --- .../Content/Recorder/Recorder_Bake_ao_1_low_006.uasset | 3 --- .../Content/Recorder/Recorder_Bake_ao_1_low_007.uasset | 3 --- .../Content/Recorder/Recorder_Cassette.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Recorder/TR_glass.uasset | 3 --- .../Content/Recorder/TapeRecorder_BaseColor.uasset | 3 --- .../Content/Recorder/TapeRecorder_Emission.uasset | 3 --- .../Content/Recorder/TapeRecorder_Metalness.uasset | 3 --- .../Content/Recorder/TapeRecorder_Normal.uasset | 3 --- .../Content/Recorder/TapeRecorder_Roughness.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Recorder/lambert2.uasset | 3 --- .../Content/Respirator/BP_Respirator.uasset | 3 --- .../Content/Respirator/Black_denim.uasset | 3 --- .../Content/Respirator/Black_plastic.uasset | 3 --- .../Content/Respirator/Black_plastic_no_image.uasset | 3 --- .../Content/Respirator/Cartridge_filter_bake_002.uasset | 3 --- .../Content/Respirator/Filter_material_black.uasset | 3 --- .../Content/Respirator/Front_mouthpiece_bake.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Respirator/Glass2.uasset | 3 --- .../Content/Respirator/Head_strap_bake.uasset | 3 --- .../Content/Respirator/Metal_black.uasset | 3 --- .../Content/Respirator/Metal_gray.uasset | 3 --- .../Content/Respirator/Metal_steel.uasset | 3 --- .../Content/Respirator/Mouthpiece_interior_bake.uasset | 3 --- .../Content/Respirator/Plastic_gray.uasset | 3 --- .../Content/Respirator/Plastic_gray_001.uasset | 3 --- .../Content/Respirator/Plastic_orange.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Respirator/Rubber.uasset | 3 --- .../Content/Respirator/Scuffed_plastic_gray.uasset | 3 --- .../Content/Respirator/Seal_black.uasset | 3 --- .../Content/Respirator/Side_cartridge_bake.uasset | 3 --- .../Content/Respirator/Side_cartridge_bake_001.uasset | 3 --- .../Content/Respirator/Side_cartridge_plate_bake.uasset | 3 --- .../Content/Respirator/face_mask_seal_bake.uasset | 3 --- .../Content/Respirator/respirator_282_bake.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Saves/E_Quality.uasset | 3 --- .../Content/Saves/MainMenuSave.uasset | 3 --- .../Content/Saves/SaveGame_PreMainMenu.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/Lamps.uasset | 3 --- .../Content/ScifiLamp/M_ScifiLamp.uasset | 3 --- .../Content/ScifiLamp/M_ScifiLamp_Inst.uasset | 3 --- .../ScifiLamp/MetallRoughtnessEmissionHeightScifiLamp.uasset | 3 --- .../Content/ScifiLamp/SMat_Base_Color.uasset | 3 --- .../Content/ScifiLamp/SMat_Normal_DirectX.uasset | 3 --- .../Content/SoundClasses/MusicSoundClass.uasset | 3 --- .../Content/SoundClasses/SCM_MasterSoundMix.uasset | 3 --- .../Content/SoundClasses/SCM_MusicSoundMix.uasset | 3 --- .../Content/SoundClasses/SCM_SFXSoundMix.uasset | 3 --- .../Content/SoundClasses/SC_MasterSoundClass.uasset | 3 --- .../Content/SoundClasses/SFXSoundClass.uasset | 3 --- .../Content/SpiralStaircase/Cub.uasset | 3 --- .../Content/SpiralStaircase/Ff.uasset | 3 --- .../Content/SpiralStaircase/column.uasset | 3 --- .../Content/SpiralStaircase/stairs.uasset | 3 --- .../Content/Splines/BP_SplineParent.uasset | 3 --- .../Content/Splines/Pipes/90Degree-Big.uasset | 3 --- .../Content/Splines/Pipes/90Degree-Small.uasset | 3 --- .../Content/Splines/Pipes/Half-X-Pipe.uasset | 3 --- .../Content/Splines/Pipes/M_Pipe.uasset | 3 --- .../Content/Splines/Pipes/M_Pipe1.uasset | 3 --- .../Content/Splines/Pipes/M_Pipe1_Inst.uasset | 3 --- .../Content/Splines/Pipes/M_Pipe_Inst.uasset | 3 --- .../Content/Splines/Pipes/M_Pipe_Inst1.uasset | 3 --- .../Content/Splines/Pipes/Pipe004_4K-JPG_Color.uasset | 3 --- .../Content/Splines/Pipes/Pipe004_4K-JPG_Metalness.uasset | 3 --- .../Content/Splines/Pipes/Pipe004_4K-JPG_Roughness.uasset | 3 --- .../Content/Splines/Pipes/Straight.uasset | 3 --- .../Content/Splines/Pipes/X-Pipe.uasset | 3 --- .../Content/Splines/Tube/BP_Spline_NTube.uasset | 3 --- .../Content/Splines/Tube/Material_002.uasset | 3 --- .../Content/Splines/Tube/Pipe004_4K-JPG_Color.uasset | 3 --- .../Content/Splines/Tube/Pipe004_4K-JPG_Metalness.uasset | 3 --- .../Content/Splines/Tube/Pipe004_4K-JPG_Roughness.uasset | 3 --- .../Content/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat.uasset | 3 --- .../Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst.uasset | 3 --- .../Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst1.uasset | 3 --- .../Content/Splines/Tube/untitled.uasset | 3 --- .../Content/Splines/Tube/untitled1.uasset | 3 --- .../Content/StarterContent/Architecture/Floor_400x400.uasset | 3 --- .../Content/StarterContent/Architecture/Pillar_50x500.uasset | 3 --- .../StarterContent/Architecture/SM_AssetPlatform.uasset | 3 --- .../Content/StarterContent/Architecture/Wall_400x200.uasset | 3 --- .../Content/StarterContent/Architecture/Wall_400x300.uasset | 3 --- .../Content/StarterContent/Architecture/Wall_400x400.uasset | 3 --- .../Content/StarterContent/Architecture/Wall_500x500.uasset | 3 --- .../StarterContent/Architecture/Wall_Door_400x300.uasset | 3 --- .../StarterContent/Architecture/Wall_Door_400x400.uasset | 3 --- .../StarterContent/Architecture/Wall_Window_400x300.uasset | 3 --- .../StarterContent/Architecture/Wall_Window_400x400.uasset | 3 --- .../Content/StarterContent/Audio/Collapse01.uasset | 3 --- .../Content/StarterContent/Audio/Collapse02.uasset | 3 --- .../Content/StarterContent/Audio/Collapse_Cue.uasset | 3 --- .../Content/StarterContent/Audio/Explosion01.uasset | 3 --- .../Content/StarterContent/Audio/Explosion02.uasset | 3 --- .../Content/StarterContent/Audio/Explosion_Cue.uasset | 3 --- .../Content/StarterContent/Audio/Fire01.uasset | 3 --- .../Content/StarterContent/Audio/Fire01_Cue.uasset | 3 --- .../Content/StarterContent/Audio/Fire_Sparks01.uasset | 3 --- .../Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset | 3 --- .../Content/StarterContent/Audio/Light01.uasset | 3 --- .../Content/StarterContent/Audio/Light01_Cue.uasset | 3 --- .../Content/StarterContent/Audio/Light02.uasset | 3 --- .../Content/StarterContent/Audio/Light02_Cue.uasset | 3 --- .../Content/StarterContent/Audio/Smoke01.uasset | 3 --- .../Content/StarterContent/Audio/Smoke01_Cue.uasset | 3 --- .../StarterContent/Audio/Starter_Background_Cue.uasset | 3 --- .../Content/StarterContent/Audio/Starter_Birds01.uasset | 3 --- .../Content/StarterContent/Audio/Starter_Music01.uasset | 3 --- .../Content/StarterContent/Audio/Starter_Music_Cue.uasset | 3 --- .../Content/StarterContent/Audio/Starter_Wind05.uasset | 3 --- .../Content/StarterContent/Audio/Starter_Wind06.uasset | 3 --- .../Content/StarterContent/Audio/Steam01.uasset | 3 --- .../Content/StarterContent/Audio/Steam01_Cue.uasset | 3 --- .../StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset | 3 --- .../Blueprints/Assets/M_LightStage_Arrows.uasset | 3 --- .../Blueprints/Assets/M_LightStage_Skybox_Black.uasset | 3 --- .../Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset | 3 --- .../Blueprints/Assets/M_LightStage_Skybox_Master.uasset | 3 --- .../Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset | 3 --- .../Content/StarterContent/Blueprints/Assets/Skybox.uasset | 3 --- .../StarterContent/Blueprints/Assets/SunlightColorLUT.uasset | 3 --- .../Content/StarterContent/Blueprints/BP_LightStudio.uasset | 3 --- .../StarterContent/Blueprints/Blueprint_CeilingLight.uasset | 3 --- .../Blueprints/Blueprint_Effect_Explosion.uasset | 3 --- .../StarterContent/Blueprints/Blueprint_Effect_Fire.uasset | 3 --- .../StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset | 3 --- .../StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset | 3 --- .../StarterContent/Blueprints/Blueprint_Effect_Steam.uasset | 3 --- .../StarterContent/Blueprints/Blueprint_WallSconce.uasset | 3 --- .../StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset | 3 --- .../Content/StarterContent/Maps/Advanced_Lighting.umap | 3 --- .../Content/StarterContent/Maps/Minimal_Default.umap | 3 --- .../Content/StarterContent/Maps/StarterMap.umap | 3 --- .../Content/StarterContent/Materials/M_AssetPlatform.uasset | 3 --- .../Content/StarterContent/Materials/M_Basic_Floor.uasset | 3 --- .../Content/StarterContent/Materials/M_Basic_Wall.uasset | 3 --- .../StarterContent/Materials/M_Brick_Clay_Beveled.uasset | 3 --- .../Content/StarterContent/Materials/M_Brick_Clay_New.uasset | 3 --- .../Content/StarterContent/Materials/M_Brick_Clay_Old.uasset | 3 --- .../Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset | 3 --- .../StarterContent/Materials/M_Brick_Hewn_Stone.uasset | 3 --- .../StarterContent/Materials/M_Ceramic_Tile_Checker.uasset | 3 --- .../StarterContent/Materials/M_CobbleStone_Pebble.uasset | 3 --- .../StarterContent/Materials/M_CobbleStone_Rough.uasset | 3 --- .../StarterContent/Materials/M_CobbleStone_Smooth.uasset | 3 --- .../StarterContent/Materials/M_ColorGrid_LowSpec.uasset | 3 --- .../Content/StarterContent/Materials/M_Concrete_Grime.uasset | 3 --- .../Content/StarterContent/Materials/M_Concrete_Panels.uasset | 3 --- .../Content/StarterContent/Materials/M_Concrete_Poured.uasset | 3 --- .../Content/StarterContent/Materials/M_Concrete_Tiles.uasset | 3 --- .../Materials/M_Concrete_TilesWorldAligned.uasset | 3 --- .../Content/StarterContent/Materials/M_Glass.uasset | 3 --- .../Content/StarterContent/Materials/M_Ground_Grass.uasset | 3 --- .../Content/StarterContent/Materials/M_Ground_Gravel.uasset | 3 --- .../Content/StarterContent/Materials/M_Ground_Moss.uasset | 3 --- .../StarterContent/Materials/M_Metal_Brushed_Nickel.uasset | 3 --- .../StarterContent/Materials/M_Metal_Burnished_Steel.uasset | 3 --- .../Content/StarterContent/Materials/M_Metal_Chrome.uasset | 3 --- .../Content/StarterContent/Materials/M_Metal_Copper.uasset | 3 --- .../Content/StarterContent/Materials/M_Metal_Gold.uasset | 3 --- .../Content/StarterContent/Materials/M_Metal_Rust.uasset | 3 --- .../Content/StarterContent/Materials/M_Metal_Steel.uasset | 3 --- .../Content/StarterContent/Materials/M_Rock_Basalt.uasset | 3 --- .../StarterContent/Materials/M_Rock_Marble_Polished.uasset | 3 --- .../Content/StarterContent/Materials/M_Rock_Sandstone.uasset | 3 --- .../Content/StarterContent/Materials/M_Rock_Slate.uasset | 3 --- .../StarterContent/Materials/M_Tech_Checker_Dot.uasset | 3 --- .../Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset | 3 --- .../StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset | 3 --- .../Content/StarterContent/Materials/M_Tech_Panel.uasset | 3 --- .../Content/StarterContent/Materials/M_Water_Lake.uasset | 3 --- .../Content/StarterContent/Materials/M_Water_Ocean.uasset | 3 --- .../Materials/M_Wood_Floor_Walnut_Polished.uasset | 3 --- .../StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset | 3 --- .../Content/StarterContent/Materials/M_Wood_Oak.uasset | 3 --- .../Content/StarterContent/Materials/M_Wood_Pine.uasset | 3 --- .../Content/StarterContent/Materials/M_Wood_Walnut.uasset | 3 --- .../Content/StarterContent/Particles/Materials/M_Burst.uasset | 3 --- .../StarterContent/Particles/Materials/M_Dust_Particle.uasset | 3 --- .../StarterContent/Particles/Materials/M_Fire_SubUV.uasset | 3 --- .../Particles/Materials/M_Heat_Distortion.uasset | 3 --- .../Particles/Materials/M_Radial_Gradient.uasset | 3 --- .../Content/StarterContent/Particles/Materials/M_Spark.uasset | 3 --- .../Particles/Materials/M_explosion_subUV.uasset | 3 --- .../StarterContent/Particles/Materials/M_radial_ramp.uasset | 3 --- .../StarterContent/Particles/Materials/M_smoke_subUV.uasset | 3 --- .../StarterContent/Particles/Materials/m_flare_01.uasset | 3 --- .../Content/StarterContent/Particles/P_Ambient_Dust.uasset | 3 --- .../Content/StarterContent/Particles/P_Explosion.uasset | 3 --- .../Content/StarterContent/Particles/P_Fire.uasset | 3 --- .../Content/StarterContent/Particles/P_Smoke.uasset | 3 --- .../Content/StarterContent/Particles/P_Sparks.uasset | 3 --- .../Content/StarterContent/Particles/P_Steam_Lit.uasset | 3 --- .../Content/StarterContent/Props/MaterialSphere.uasset | 3 --- .../Content/StarterContent/Props/Materials/M_Bush.uasset | 3 --- .../Content/StarterContent/Props/Materials/M_Chair.uasset | 3 --- .../Content/StarterContent/Props/Materials/M_Door.uasset | 3 --- .../Content/StarterContent/Props/Materials/M_Frame.uasset | 3 --- .../Content/StarterContent/Props/Materials/M_Lamp.uasset | 3 --- .../Content/StarterContent/Props/Materials/M_Rock.uasset | 3 --- .../Content/StarterContent/Props/Materials/M_Shelf.uasset | 3 --- .../Content/StarterContent/Props/Materials/M_Statue.uasset | 3 --- .../StarterContent/Props/Materials/M_StatueGlass.uasset | 3 --- .../StarterContent/Props/Materials/M_TableRound.uasset | 3 --- .../Content/StarterContent/Props/SM_Bush.uasset | 3 --- .../Content/StarterContent/Props/SM_Chair.uasset | 3 --- .../Content/StarterContent/Props/SM_CornerFrame.uasset | 3 --- .../Content/StarterContent/Props/SM_Couch.uasset | 3 --- .../Content/StarterContent/Props/SM_Door.uasset | 3 --- .../Content/StarterContent/Props/SM_DoorFrame.uasset | 3 --- .../Content/StarterContent/Props/SM_GlassWindow.uasset | 3 --- .../Content/StarterContent/Props/SM_Lamp_Ceiling.uasset | 3 --- .../Content/StarterContent/Props/SM_Lamp_Wall.uasset | 3 --- .../Content/StarterContent/Props/SM_PillarFrame.uasset | 3 --- .../Content/StarterContent/Props/SM_PillarFrame300.uasset | 3 --- .../Content/StarterContent/Props/SM_Rock.uasset | 3 --- .../Content/StarterContent/Props/SM_Shelf.uasset | 3 --- .../Content/StarterContent/Props/SM_Stairs.uasset | 3 --- .../Content/StarterContent/Props/SM_Statue.uasset | 3 --- .../Content/StarterContent/Props/SM_TableRound.uasset | 3 --- .../Content/StarterContent/Props/SM_WindowFrame.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_Cone.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_Cube.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_Cylinder.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_Pipe.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_Pipe_180.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_Pipe_90.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_Plane.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_QuadPyramid.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_Sphere.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_Torus.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_TriPyramid.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_Trim.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_Trim_90_In.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_Tube.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_Wedge_A.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_Wedge_B.uasset | 3 --- .../Content/StarterContent/Shapes/Shape_WideCapsule.uasset | 3 --- .../StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset | 3 --- .../StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset | 3 --- .../StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset | 3 --- .../Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset | 3 --- .../StarterContent/Textures/T_Brick_Cut_Stone_D.uasset | 3 --- .../StarterContent/Textures/T_Brick_Cut_Stone_N.uasset | 3 --- .../StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset | 3 --- .../StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset | 3 --- .../StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Burst_M.uasset | 3 --- .../Content/StarterContent/Textures/T_Bush_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Bush_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset | 3 --- .../Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Chair_M.uasset | 3 --- .../Content/StarterContent/Textures/T_Chair_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Checker_Noise_M.uasset | 3 --- .../StarterContent/Textures/T_CobbleStone_Pebble_D.uasset | 3 --- .../StarterContent/Textures/T_CobbleStone_Pebble_M.uasset | 3 --- .../StarterContent/Textures/T_CobbleStone_Pebble_N.uasset | 3 --- .../StarterContent/Textures/T_CobbleStone_Rough_D.uasset | 3 --- .../StarterContent/Textures/T_CobbleStone_Rough_N.uasset | 3 --- .../StarterContent/Textures/T_CobbleStone_Smooth_D.uasset | 3 --- .../StarterContent/Textures/T_CobbleStone_Smooth_M.uasset | 3 --- .../StarterContent/Textures/T_CobbleStone_Smooth_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Concrete_Grime_D.uasset | 3 --- .../StarterContent/Textures/T_Concrete_Panels_D.uasset | 3 --- .../StarterContent/Textures/T_Concrete_Panels_N.uasset | 3 --- .../StarterContent/Textures/T_Concrete_Poured_D.uasset | 3 --- .../StarterContent/Textures/T_Concrete_Poured_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset | 3 --- .../Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset | 3 --- .../Textures/T_Concrete_Tiles_Variation_M.uasset | 3 --- .../Content/StarterContent/Textures/T_Detail_Rocky_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Door_M.uasset | 3 --- .../Content/StarterContent/Textures/T_Door_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Dust_Particle_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Explosion_SubUV.uasset | 3 --- .../Content/StarterContent/Textures/T_Fire_SubUV.uasset | 3 --- .../Content/StarterContent/Textures/T_Fire_Tiled_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Frame_M.uasset | 3 --- .../Content/StarterContent/Textures/T_Frame_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Gradinet_01.uasset | 3 --- .../Content/StarterContent/Textures/T_Ground_Grass_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Ground_Grass_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Ground_Gravel_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Ground_Gravel_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Ground_Moss_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Lamp_M.uasset | 3 --- .../Content/StarterContent/Textures/T_Lamp_N.uasset | 3 --- .../Content/StarterContent/Textures/T_MacroVariation.uasset | 3 --- .../Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Metal_Copper_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Metal_Gold_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Metal_Gold_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Metal_Rust_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Metal_Rust_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Metal_Steel_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Metal_Steel_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Perlin_Noise_M.uasset | 3 --- .../Content/StarterContent/Textures/T_RockMesh_M.uasset | 3 --- .../Content/StarterContent/Textures/T_RockMesh_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Rock_Basalt_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Rock_Basalt_N.uasset | 3 --- .../StarterContent/Textures/T_Rock_Marble_Polished_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Rock_Slate_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Rock_Slate_N.uasset | 3 --- .../StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Shelf_M.uasset | 3 --- .../Content/StarterContent/Textures/T_Shelf_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Single_Tile_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Smoke_SubUV.uasset | 3 --- .../Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Spark_Core.uasset | 3 --- .../Content/StarterContent/Textures/T_Statue_M.uasset | 3 --- .../Content/StarterContent/Textures/T_Statue_N.uasset | 3 --- .../Content/StarterContent/Textures/T_TableRound_M.uasset | 3 --- .../Content/StarterContent/Textures/T_TableRound_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Tech_Dot_M.uasset | 3 --- .../Content/StarterContent/Textures/T_Tech_Dot_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset | 3 --- .../Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Tech_Panel_M.uasset | 3 --- .../Content/StarterContent/Textures/T_Tech_Panel_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Water_M.uasset | 3 --- .../Content/StarterContent/Textures/T_Water_N.uasset | 3 --- .../StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset | 3 --- .../StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset | 3 --- .../StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Wood_Oak_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Wood_Oak_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Wood_Pine_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Wood_Pine_N.uasset | 3 --- .../Content/StarterContent/Textures/T_Wood_Walnut_D.uasset | 3 --- .../Content/StarterContent/Textures/T_Wood_Walnut_N.uasset | 3 --- .../Content/StarterContent/Textures/T_ground_Moss_D.uasset | 3 --- .../ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset | 3 --- .../Content/ThirdPerson/Input/Actions/IA_Jump.uasset | 3 --- .../Content/ThirdPerson/Input/Actions/IA_Look.uasset | 3 --- .../Content/ThirdPerson/Input/Actions/IA_Move.uasset | 3 --- .../Content/ThirdPerson/Input/IMC_Default.uasset | 3 --- .../Content/ThirdPerson/Maps/ThirdPersonMap.umap | 3 --- VIRTUOS_ExpansionPluginTests/Content/UI/BP_SPUD_UITest.uasset | 3 --- .../Content/UI/Credits/Credits.uasset | 3 +++ .../Content/UI/Credits/StructCredits.uasset | 3 +++ .../Content/UI/Credits/WB_Credit.uasset | 3 +++ .../Content/UI/Inventory/BP_InventoryWidget.uasset | 3 +++ .../Content/UI/Inventory/BP_VRInventory.uasset | 3 +++ .../Content/UI/Inventory/InventoryDataTable.uasset | 3 +++ .../Content/UI/Inventory/InventoryStruct.uasset | 3 +++ .../Content/UI/Inventory/ItemDataComponent.uasset | 3 +++ .../Content/UI/MainMenu/BP_GameStart.uasset | 3 +++ .../Content/UI/MainMenu/BP_MainMenu.uasset | 3 +++ .../Content/UI/MainMenu/BP_WidgetWithIndex.uasset | 3 +++ .../Content/UI/MainMenu/Credits/WB_Credits.uasset | 3 +++ .../Content/UI/MainMenu/Enum_MenuButtonType.uasset | 3 +++ .../Content/UI/MainMenu/Logo/BP_Logo.uasset | 3 +++ .../Content/UI/MainMenu/Logo/M_Logo.uasset | 3 +++ .../Content/UI/MainMenu/Logo/M_Logo_Inst_Dissolve.uasset | 3 +++ .../Content/UI/MainMenu/M_PP_MainMenu.uasset | 3 +++ .../Content/UI/MainMenu/NS_Bubbles.uasset | 3 +++ .../Content/UI/MainMenu/UI_Materials/MF_Dissolve.uasset | 3 +++ .../Content/UI/MainMenu/UI_Materials/MPC_UI.uasset | 3 +++ .../Content/UI/MainMenu/UI_Materials/M_ButtonHover.uasset | 3 +++ .../UI/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset | 3 +++ .../Content/UI/MainMenu/UI_Materials/M_MainMenuAppear.uasset | 3 +++ .../UI/MainMenu/UI_Materials/M_SaveSlotRetainer.uasset | 3 +++ .../UI/MainMenu/UI_Materials/M_SaveSlotRetainer_Inst.uasset | 3 +++ .../Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset | 3 +++ .../UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset | 3 +++ .../MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset | 3 +++ .../UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset | 3 +++ .../M_UI_Liquid_Fill_Button_Inst_Hover_Pressed.uasset | 3 +++ .../UI_Materials/M_UI_Liquid_Fill_Button_Inst_Volume.uasset | 3 +++ .../M_UI_Liquid_Fill_Button_Inst_WIdgetSlot.uasset | 3 +++ .../M_UI_Liquid_Fill_Button_Inst_WIdgetSlot_Hovered.uasset | 3 +++ .../Content/UI/MainMenu/UI_Materials/M_UI_Textures.uasset | 3 +++ .../UI/MainMenu/UI_Materials/M_UI_Textures_Arrow.uasset | 3 +++ .../UI/MainMenu/UI_Materials/M_UI_Textures_Plus.uasset | 3 +++ .../UI/MainMenu/UI_Materials/Pictogram/Bystander.uasset | 3 +++ .../UI/MainMenu/UI_Materials/Pictogram/Joystick.uasset | 3 +++ .../UI/MainMenu/UI_Materials/Pictogram/MI_Bystander.uasset | 3 +++ .../UI/MainMenu/UI_Materials/Pictogram/MI_Shift.uasset | 3 +++ .../UI/MainMenu/UI_Materials/Pictogram/MI_Stick.uasset | 3 +++ .../UI/MainMenu/UI_Materials/Pictogram/MI_Teleport.uasset | 3 +++ .../UI/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset | 3 +++ .../Content/UI/MainMenu/UI_Materials/Pictogram/Shift.uasset | 3 +++ .../UI/MainMenu/UI_Materials/Pictogram/Teleport.uasset | 3 +++ .../Content/UI/MainMenu/UI_Materials/T_Arrow.uasset | 3 +++ .../Content/UI/MainMenu/UI_Materials/T_Logo.uasset | 3 +++ .../Content/UI/MainMenu/UI_Materials/T_Plus.uasset | 3 +++ .../Content/UI/MainMenu/UI_Materials/TestWidget.uasset | 3 +++ .../MainMenu/UI_Materials/Widget3DPassThrough_NoDepth.uasset | 3 +++ .../UI_Materials/Widget3DPassThrough_NoDepth_Inst.uasset | 3 +++ .../Content/UI/MainMenu/UI_Sound/MS_LogoIntro.uasset | 3 +++ .../Content/UI/MainMenu/UI_Sound/MS_MainMenuMusic.uasset | 3 +++ .../Content/UI/MainMenu/UI_Sound/MS_UIClick.uasset | 3 +++ .../Content/UI/MainMenu/UI_Sound/MS_UIConfirm.uasset | 3 +++ .../Content/UI/MainMenu/UI_Sound/MS_UIMove.uasset | 3 +++ .../Content/UI/MainMenu/UI_Sound/MenuHover.uasset | 3 +++ .../Content/UI/MainMenu/UI_Sound/SW_LogoIntro.uasset | 3 +++ .../Content/UI/MainMenu/UI_Sound/SW_MainMenuMusic.uasset | 3 +++ .../Content/UI/MainMenu/UI_Sound/SW_UIClick.uasset | 3 +++ .../Content/UI/MainMenu/UI_Sound/SW_UIConfirm.uasset | 3 +++ .../Content/UI/MainMenu/UI_Sound/SW_UIMove.uasset | 3 +++ .../Content/UI/MainMenu/WB_AudioSettings.uasset | 3 +++ .../Content/UI/MainMenu/WB_Button.uasset | 3 +++ .../Content/UI/MainMenu/WB_Button_Back.uasset | 3 +++ .../Content/UI/MainMenu/WB_Button_StyleMain.uasset | 3 +++ .../Content/UI/MainMenu/WB_CustomSaveLoadScreen.uasset | 3 +++ .../Content/UI/MainMenu/WB_GameSettings.uasset | 3 +++ .../Content/UI/MainMenu/WB_GraphicsSettings.uasset | 3 +++ .../Content/UI/MainMenu/WB_Main.uasset | 3 +++ .../Content/UI/MainMenu/WB_MainMenu1.uasset | 3 +++ .../Content/UI/MainMenu/WB_SettingSwitch.uasset | 3 +++ .../Content/UI/MainMenu/WB_SettingsMain.uasset | 3 +++ .../Content/UI/MainMenu/WidgetMovementComponent.uasset | 3 +++ .../Content/UI/MainMenu/Widget_SaveSlot.uasset | 3 +++ .../Content/UI/Saves/E_Quality.uasset | 3 +++ .../Content/UI/Saves/SaveGame_PreMainMenu.uasset | 3 +++ .../Content/UI/UI_2/BP_SPUD_UITest.uasset | 3 +++ .../Content/UI/UI_2/Widget_SaveLoadScreen.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/UI/UI_2/Widget_UI.uasset | 3 +++ .../Content/UIMaterialLab/Curves/Atlas_UIMaterialLab.uasset | 3 --- .../Content/UIMaterialLab/Curves/Curve_HeartPulse.uasset | 3 --- .../UIMaterialLab/Fonts/PermanentMarker-Regular.uasset | 3 --- .../UIMaterialLab/Fonts/PermanentMarker-Regular_Font.uasset | 3 --- .../Content/UIMaterialLab/Fonts/Roboto-Black.uasset | 3 --- .../Content/UIMaterialLab/Fonts/Roboto-BlackItalic.uasset | 3 --- .../Content/UIMaterialLab/Fonts/Roboto-Bold.uasset | 3 --- .../Content/UIMaterialLab/Fonts/Roboto-BoldItalic.uasset | 3 --- .../Content/UIMaterialLab/Fonts/Roboto-Italic.uasset | 3 --- .../Content/UIMaterialLab/Fonts/Roboto-Light.uasset | 3 --- .../Content/UIMaterialLab/Fonts/Roboto-LightItalic.uasset | 3 --- .../Content/UIMaterialLab/Fonts/Roboto-Medium.uasset | 3 --- .../Content/UIMaterialLab/Fonts/Roboto-MediumItalic.uasset | 3 --- .../Content/UIMaterialLab/Fonts/Roboto-Regular.uasset | 3 --- .../Content/UIMaterialLab/Fonts/Roboto-Thin.uasset | 3 --- .../Content/UIMaterialLab/Fonts/Roboto-ThinItalic.uasset | 3 --- .../Content/UIMaterialLab/Fonts/Roboto.uasset | 3 --- .../Content/UIMaterialLab/Maps/Main.umap | 3 --- .../Distortions/MF_UI_PolarCoordinates.uasset | 3 --- .../MaterialFunctions/Distortions/MF_UI_Skew.uasset | 3 --- .../MaterialFunctions/Distortions/MF_UI_Slant.uasset | 3 --- .../MaterialFunctions/Distortions/MF_UI_WaveWarp.uasset | 3 --- .../MaterialFunctions/Masks/MF_UI_Alternate.uasset | 3 --- .../MaterialFunctions/Masks/MF_UI_BlindMask.uasset | 3 --- .../MaterialFunctions/Masks/MF_UI_CheckerMask.uasset | 3 --- .../MaterialFunctions/Masks/MF_UI_Radial_Segments.uasset | 3 --- .../MaterialFunctions/Masks/MF_UI_RingMask.uasset | 3 --- .../MaterialFunctions/Masks/MF_UI_Sectors.uasset | 3 --- .../MaterialFunctions/Masks/MF_UI_SquareGradient.uasset | 3 --- .../MaterialFunctions/Masks/MF_UI_WedgesMask.uasset | 3 --- .../MaterialFunctions/Patterns/MF_UI_GridTiling.uasset | 3 --- .../MaterialFunctions/Patterns/MF_UI_Halftone.uasset | 3 --- .../MaterialFunctions/Patterns/MF_UI_HexagonTiling.uasset | 3 --- .../MaterialFunctions/Patterns/MF_UI_Truchet.uasset | 3 --- .../UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Box.uasset | 3 --- .../MaterialFunctions/SDFs/MF_UI_SDF_Circle.uasset | 3 --- .../MaterialFunctions/SDFs/MF_UI_SDF_Hexagon.uasset | 3 --- .../MaterialFunctions/SDFs/MF_UI_SDF_Intersection.uasset | 3 --- .../MaterialFunctions/SDFs/MF_UI_SDF_Subtraction.uasset | 3 --- .../MaterialFunctions/SDFs/MF_UI_SDF_Triangle.uasset | 3 --- .../MaterialFunctions/SDFs/MF_UI_SDF_Union.uasset | 3 --- .../UIMaterialLab/MaterialFunctions/SDFs/MF_UI_Wave.uasset | 3 --- .../MaterialFunctions/Time/MF_UI_LinearTime.uasset | 3 --- .../MaterialFunctions/Time/MF_UI_SineTime.uasset | 3 --- .../MaterialFunctions/Time/MF_UI_TimeDisplace.uasset | 3 --- .../MaterialFunctions/Transforms/MF_UI_Flip.uasset | 3 --- .../MaterialFunctions/Transforms/MF_UI_Scale.uasset | 3 --- .../MaterialFunctions/Transforms/MF_UI_Symmetry.uasset | 3 --- .../MaterialFunctions/Transforms/MF_UI_Translate.uasset | 3 --- .../MaterialFunctions/Utilities/MF_UI_AspectRatio.uasset | 3 --- .../MaterialFunctions/Utilities/MF_UI_EaseCurves.uasset | 3 --- .../MaterialFunctions/Utilities/MF_UI_PingPong.uasset | 3 --- .../MaterialFunctions/Utilities/MF_UI_Pixelate.uasset | 3 --- .../MaterialFunctions/Utilities/MF_UI_Random.uasset | 3 --- .../Utilities/MF_UI_RemappableGradient.uasset | 3 --- .../Utilities/MF_UI_RemappableGradient_Float.uasset | 3 --- .../MaterialFunctions/Utilities/MF_UI_SteppedGradient.uasset | 3 --- .../MaterialFunctions/Utilities/MF_UI_WeightedCorners.uasset | 3 --- .../1_Transforms/1_Translate/MI_UI_Translate_1.uasset | 3 --- .../1_Transforms/1_Translate/MI_UI_Translate_2.uasset | 3 --- .../1_Transforms/1_Translate/MI_UI_Translate_3.uasset | 3 --- .../Materials/1_Transforms/1_Translate/M_UI_Translate.uasset | 3 --- .../Materials/1_Transforms/2_Rotate/MI_UI_Rotate_1.uasset | 3 --- .../Materials/1_Transforms/2_Rotate/MI_UI_Rotate_2.uasset | 3 --- .../Materials/1_Transforms/2_Rotate/MI_UI_Rotate_3.uasset | 3 --- .../Materials/1_Transforms/2_Rotate/M_UI_Rotate.uasset | 3 --- .../Materials/1_Transforms/3_Scale/MI_UI_Scale_1.uasset | 3 --- .../Materials/1_Transforms/3_Scale/MI_UI_Scale_2.uasset | 3 --- .../Materials/1_Transforms/3_Scale/M_UI_Scale.uasset | 3 --- .../Materials/1_Transforms/4_Flip/MI_UI_Flip_1.uasset | 3 --- .../Materials/1_Transforms/4_Flip/MI_UI_Flip_2.uasset | 3 --- .../Materials/1_Transforms/4_Flip/M_UI_Flip.uasset | 3 --- .../Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_1.uasset | 3 --- .../Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_2.uasset | 3 --- .../Materials/1_Transforms/6_Symmetry/M_UI_Symmetry.uasset | 3 --- .../1_LinearGradient/MI_UI_LinearGradient_1.uasset | 3 --- .../1_LinearGradient/MI_UI_LinearGradient_2.uasset | 3 --- .../1_LinearGradient/MI_UI_LinearGradient_3.uasset | 3 --- .../2_Gradients/1_LinearGradient/M_UI_LinearGradient.uasset | 3 --- .../2_RadialGradient/MI_UI_RadialGradient_1.uasset | 3 --- .../2_RadialGradient/MI_UI_RadialGradient_2.uasset | 3 --- .../2_Gradients/2_RadialGradient/M_UI_RadialGradient.uasset | 3 --- .../2_Gradients/3_AngleGradient/MI_UI_AngleGradient_1.uasset | 3 --- .../2_Gradients/3_AngleGradient/MI_UI_AngleGradient_2.uasset | 3 --- .../2_Gradients/3_AngleGradient/M_UI_AngleGradient.uasset | 3 --- .../4_SquareGradient/MI_UI_SquareGradient_1.uasset | 3 --- .../4_SquareGradient/MI_UI_SquareGradient_2.uasset | 3 --- .../2_Gradients/4_SquareGradient/M_UI_SquareGradient.uasset | 3 --- .../5_RemappableGradient/MI_UI_RemappableGradient_1.uasset | 3 --- .../5_RemappableGradient/MI_UI_RemappableGradient_2.uasset | 3 --- .../5_RemappableGradient/MI_UI_RemappableGradient_3.uasset | 3 --- .../5_RemappableGradient/M_UI_RemappableGradient.uasset | 3 --- .../Materials/3_Time/1_LinearTime/MI_UI_LinearTime.uasset | 3 --- .../Materials/3_Time/1_LinearTime/M_UI_LinearTime.uasset | 3 --- .../2_EasingFunctions/MI_UI_EasingFunctions_CubicIn.uasset | 3 --- .../2_EasingFunctions/MI_UI_EasingFunctions_CubicInOut.uasset | 3 --- .../2_EasingFunctions/MI_UI_EasingFunctions_CubicOut.uasset | 3 --- .../2_EasingFunctions/MI_UI_EasingFunctions_QuinticIn.uasset | 3 --- .../MI_UI_EasingFunctions_QuinticInOut.uasset | 3 --- .../2_EasingFunctions/MI_UI_EasingFunctions_QuinticOut.uasset | 3 --- .../2_EasingFunctions/MI_UI_EasingFunctions_SineIn.uasset | 3 --- .../2_EasingFunctions/MI_UI_EasingFunctions_SineInOut.uasset | 3 --- .../2_EasingFunctions/MI_UI_EasingFunctions_SineOut.uasset | 3 --- .../3_Time/2_EasingFunctions/M_UI_EasingFunctions.uasset | 3 --- .../2_EasingFunctions/M_UI_EasingFunctions_Linear.uasset | 3 --- .../3_Time/3_TimeDisplace/MI_UI_TimeDisplace_1.uasset | 3 --- .../3_Time/3_TimeDisplace/MI_UI_TimeDisplace_2.uasset | 3 --- .../3_Time/3_TimeDisplace/MI_UI_TimeDisplace_3.uasset | 3 --- .../3_Time/3_TimeDisplace/MI_UI_TimeDisplace_4.uasset | 3 --- .../3_Time/3_TimeDisplace/MI_UI_TimeDisplace_5.uasset | 3 --- .../Materials/3_Time/3_TimeDisplace/M_UI_TimeDisplace.uasset | 3 --- .../Materials/4_Shapes/1_SDFs/MI_UI_SDF_Box.uasset | 3 --- .../Materials/4_Shapes/1_SDFs/MI_UI_SDF_Circle.uasset | 3 --- .../Materials/4_Shapes/1_SDFs/MI_UI_SDF_Hexagon.uasset | 3 --- .../Materials/4_Shapes/1_SDFs/MI_UI_SDF_Triangle.uasset | 3 --- .../UIMaterialLab/Materials/4_Shapes/1_SDFs/M_UI_SDFs.uasset | 3 --- .../4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Example.uasset | 3 --- .../MI_UI_SDF_Intersection_Exact.uasset | 3 --- .../MI_UI_SDF_Intersection_Smooth.uasset | 3 --- .../MI_UI_SDF_Subtraction_Exact.uasset | 3 --- .../MI_UI_SDF_Subtraction_Smooth.uasset | 3 --- .../2_SDF_BooleanOperations/MI_UI_SDF_Union_Exact.uasset | 3 --- .../2_SDF_BooleanOperations/MI_UI_SDF_Union_Smooth.uasset | 3 --- .../2_SDF_BooleanOperations/M_UI_SDF_BooleanOperations.uasset | 3 --- .../4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_1.uasset | 3 --- .../3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_1.uasset | 3 --- .../3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_2.uasset | 3 --- .../4_Shapes/3_SDF_Morphing/M_UI_SDF_Morphing.uasset | 3 --- .../Materials/4_Shapes/4_Wave/MI_UI_Wave_1.uasset | 3 --- .../Materials/4_Shapes/4_Wave/MI_UI_Wave_2.uasset | 3 --- .../Materials/4_Shapes/4_Wave/MI_UI_Wave_3.uasset | 3 --- .../UIMaterialLab/Materials/4_Shapes/4_Wave/M_UI_Wave.uasset | 3 --- .../4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_1.uasset | 3 --- .../4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_2.uasset | 3 --- .../4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_3.uasset | 3 --- .../4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_4.uasset | 3 --- .../Materials/4_Shapes/5_SDF_Effects/M_UI_SDF_Effects.uasset | 3 --- .../Materials/5_Masks/1_Blind/MI_UI_BlindMask.uasset | 3 --- .../Materials/5_Masks/1_Blind/MI_UI_Sweep_1.uasset | 3 --- .../Materials/5_Masks/1_Blind/MI_UI_Sweep_2.uasset | 3 --- .../Materials/5_Masks/1_Blind/MI_UI_Sweep_3.uasset | 3 --- .../Materials/5_Masks/1_Blind/M_UI_BlindMask.uasset | 3 --- .../Materials/5_Masks/2_Wedges/MI_UI_Wedges_1.uasset | 3 --- .../Materials/5_Masks/2_Wedges/MI_UI_Wedges_2.uasset | 3 --- .../Materials/5_Masks/2_Wedges/MI_UI_Wedges_3.uasset | 3 --- .../Materials/5_Masks/2_Wedges/M_UI_Wedges.uasset | 3 --- .../Materials/5_Masks/3_Checkers/MI_UI_Checkers_1.uasset | 3 --- .../Materials/5_Masks/3_Checkers/MI_UI_Checkers_2.uasset | 3 --- .../Materials/5_Masks/3_Checkers/M_UI_Checkers.uasset | 3 --- .../5_Masks/4_RadialSegments/MI_UI_Radial_Segments_1.uasset | 3 --- .../5_Masks/4_RadialSegments/MI_UI_Radial_Segments_2.uasset | 3 --- .../5_Masks/4_RadialSegments/MI_UI_Radial_Segments_3.uasset | 3 --- .../5_Masks/4_RadialSegments/M_UI_Radial_Segments.uasset | 3 --- .../Materials/5_Masks/5_Sectors/MI_UI_Sectors_1.uasset | 3 --- .../Materials/5_Masks/5_Sectors/MI_UI_Sectors_2.uasset | 3 --- .../Materials/5_Masks/5_Sectors/M_UI_Sectors.uasset | 3 --- .../Materials/5_Masks/6_Rings/MI_UI_Rings_1.uasset | 3 --- .../Materials/5_Masks/6_Rings/MI_UI_Rings_2.uasset | 3 --- .../UIMaterialLab/Materials/5_Masks/6_Rings/M_UI_Rings.uasset | 3 --- .../6_Patterns/1_GridTiling/MI_UI_GridTiling_1.uasset | 3 --- .../6_Patterns/1_GridTiling/MI_UI_GridTiling_2.uasset | 3 --- .../Materials/6_Patterns/1_GridTiling/M_UI_GridTiling.uasset | 3 --- .../2_HexagonalTiling/MI_UI_HexagonalTiling_1.uasset | 3 --- .../2_HexagonalTiling/MI_UI_HexagonalTiling_2.uasset | 3 --- .../6_Patterns/2_HexagonalTiling/M_UI_HexagonalTiling.uasset | 3 --- .../6_Patterns/3_Truchet/MI_UI_Truchet_Mask_1.uasset | 3 --- .../6_Patterns/3_Truchet/MI_UI_Truchet_Mask_2.uasset | 3 --- .../6_Patterns/3_Truchet/MI_UI_Truchet_Mask_3.uasset | 3 --- .../6_Patterns/3_Truchet/MI_UI_Truchet_Mask_4.uasset | 3 --- .../Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_1.uasset | 3 --- .../Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_2.uasset | 3 --- .../Materials/6_Patterns/3_Truchet/M_UI_Truchet_Mask.uasset | 3 --- .../Materials/6_Patterns/3_Truchet/M_UI_Truchet_UVs.uasset | 3 --- .../Materials/6_Patterns/4_Halftone/MI_UI_Halftone_1.uasset | 3 --- .../Materials/6_Patterns/4_Halftone/MI_UI_Halftone_2.uasset | 3 --- .../Materials/6_Patterns/4_Halftone/MI_UI_Halftone_3.uasset | 3 --- .../Materials/6_Patterns/4_Halftone/M_UI_Halftone.uasset | 3 --- .../Materials/7_UVDistortion/1_Slant/MI_UI_Slant_1.uasset | 3 --- .../Materials/7_UVDistortion/1_Slant/MI_UI_Slant_2.uasset | 3 --- .../Materials/7_UVDistortion/1_Slant/M_UI_Slant.uasset | 3 --- .../Materials/7_UVDistortion/2_Skew/MI_UI_Skew_1.uasset | 3 --- .../Materials/7_UVDistortion/2_Skew/MI_UI_Skew_2.uasset | 3 --- .../Materials/7_UVDistortion/2_Skew/M_UI_Skew.uasset | 3 --- .../3_PolarCoordinates/MI_UI_PolarCoordinates_1.uasset | 3 --- .../3_PolarCoordinates/MI_UI_PolarCoordinates_2.uasset | 3 --- .../3_PolarCoordinates/M_UI_PolarCoordinates.uasset | 3 --- .../7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_1.uasset | 3 --- .../7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_2.uasset | 3 --- .../7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_3.uasset | 3 --- .../Materials/7_UVDistortion/4_WaveWarp/M_UI_WaveWarp.uasset | 3 --- .../Materials/8_Utilities/1_Random/MI_UI_Random_1.uasset | 3 --- .../Materials/8_Utilities/1_Random/MI_UI_Random_2.uasset | 3 --- .../Materials/8_Utilities/1_Random/MI_UI_Random_3.uasset | 3 --- .../Materials/8_Utilities/1_Random/M_UI_Random.uasset | 3 --- .../2_SteppedGradient/MI_UI_SteppedGradient_1.uasset | 3 --- .../2_SteppedGradient/MI_UI_SteppedGradient_2.uasset | 3 --- .../2_SteppedGradient/MI_UI_SteppedGradient_3.uasset | 3 --- .../8_Utilities/2_SteppedGradient/M_UI_SteppedGradient.uasset | 3 --- .../Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_1.uasset | 3 --- .../Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_2.uasset | 3 --- .../Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_3.uasset | 3 --- .../Materials/8_Utilities/3_Pixelate/M_UI_Pixelate.uasset | 3 --- .../Materials/8_Utilities/4_PingPong/MI_UI_PingPong_1.uasset | 3 --- .../Materials/8_Utilities/4_PingPong/MI_UI_PingPong_2.uasset | 3 --- .../Materials/8_Utilities/4_PingPong/M_UI_PingPong.uasset | 3 --- .../Content/UIMaterialLab/Textures/T_UI_Axe.uasset | 3 --- .../Content/UIMaterialLab/Textures/T_UI_Cards.uasset | 3 --- .../Content/UIMaterialLab/Textures/T_UI_Noise.uasset | 3 --- .../Content/UIMaterialLab/Textures/T_UI_Numbers.uasset | 3 --- .../Content/UIMaterialLab/Textures/T_UI_Oxo.uasset | 3 --- .../Content/UIMaterialLab/Textures/T_UI_Potion.uasset | 3 --- .../Content/UIMaterialLab/Textures/T_UI_Shield.uasset | 3 --- .../Content/UIMaterialLab/Textures/T_UI_Sword.uasset | 3 --- .../Content/UIMaterialLab/Textures/WIP_texture.uasset | 3 --- .../Widgets/ComponentMaterials/M_UI_Button.uasset | 3 --- .../Widgets/ComponentMaterials/M_UI_Button2.uasset | 3 --- .../Widgets/ComponentMaterials/M_UI_Button3.uasset | 3 --- .../Widgets/ComponentMaterials/M_UI_Button3_Inst.uasset | 3 --- .../Widgets/ComponentMaterials/M_UI_LedBackground.uasset | 3 --- .../ComponentMaterials/M_UI_Liquid_Fill_SaveSlot_Inst.uasset | 3 --- .../Widgets/ComponentMaterials/M_UI_ObjectiveFill.uasset | 3 --- .../Widgets/ComponentMaterials/M_UI_ProfileCard.uasset | 3 --- .../ComponentMaterials/M_UI_ProgressBar_Segmented.uasset | 3 --- .../UIMaterialLab/Widgets/ComponentMaterials/M_UI_Slot.uasset | 3 --- .../Widgets/ComponentMaterials/M_UI_TileBackground.uasset | 3 --- .../Widgets/ComponentMaterials/M_UI_WIP_Tile.uasset | 3 --- .../MaterialInstances/MI_TabBackground.uasset | 3 --- .../MaterialInstances/MI_TileBackground.uasset | 3 --- .../ComponentMaterials/MaterialInstances/MI_TileShadow.uasset | 3 --- .../ComponentMaterials/MaterialInstances/MI_UI_Button.uasset | 3 --- .../ComponentMaterials/MaterialInstances/MI_UI_Button2.uasset | 3 --- .../ComponentMaterials/MaterialInstances/MI_UI_Button3.uasset | 3 --- .../MaterialInstances/MI_UI_LedBackground.uasset | 3 --- .../MaterialInstances/MI_UI_LedBackground1.uasset | 3 --- .../MaterialInstances/MI_UI_Liquid_Fill_1.uasset | 3 --- .../MaterialInstances/MI_UI_Liquid_Fill_2.uasset | 3 --- .../MaterialInstances/MI_UI_Liquid_Fill_3.uasset | 3 --- .../MaterialInstances/MI_UI_ObjectiveFill.uasset | 3 --- .../MaterialInstances/MI_UI_ObjectiveFill_2.uasset | 3 --- .../MaterialInstances/MI_UI_ProfileCard.uasset | 3 --- .../MaterialInstances/MI_UI_ProgressBar_1.uasset | 3 --- .../MaterialInstances/MI_UI_ProgressBar_2.uasset | 3 --- .../MaterialInstances/MI_UI_ProgressBar_3.uasset | 3 --- .../ComponentMaterials/MaterialInstances/MI_UI_Slot_1.uasset | 3 --- .../ComponentMaterials/MaterialInstances/MI_UI_Slot_2.uasset | 3 --- .../ComponentMaterials/MaterialInstances/MI_UI_Slot_3.uasset | 3 --- .../ComponentMaterials/MaterialInstances/MI_UI_Slot_4.uasset | 3 --- .../MaterialInstances/MI_UI_WIP_Tile.uasset | 3 --- .../Widgets/Components/MaterialLab_ModularTile.uasset | 3 --- .../Widgets/Components/MaterialLab_SectionButton.uasset | 3 --- .../Widgets/Components/MaterialLab_SectionHeader.uasset | 3 --- .../UIMaterialLab/Widgets/Components/MaterialLab_Tile.uasset | 3 --- .../Widgets/Components/WBP_Applications_Button.uasset | 3 --- .../Widgets/Components/WBP_Applications_Button_2.uasset | 3 --- .../Widgets/Components/WBP_Applications_Button_3.uasset | 3 --- .../UIMaterialLab/Widgets/Components/WBP_HalftoneMenu.uasset | 3 --- .../UIMaterialLab/Widgets/Components/WBP_InventoryGrid.uasset | 3 --- .../UIMaterialLab/Widgets/Components/WBP_InventorySlot.uasset | 3 --- .../UIMaterialLab/Widgets/Components/WBP_ObjectiveFill.uasset | 3 --- .../Content/UIMaterialLab/Widgets/Main.uasset | 3 --- .../Widgets/Pages/1_MaterialLab_Transforms.uasset | 3 --- .../Widgets/Pages/2_MaterialLab_Gradients.uasset | 3 --- .../UIMaterialLab/Widgets/Pages/3_MaterialLab_Time.uasset | 3 --- .../UIMaterialLab/Widgets/Pages/4_MaterialLab_SDFs.uasset | 3 --- .../UIMaterialLab/Widgets/Pages/5_MaterialLab_Masks.uasset | 3 --- .../UIMaterialLab/Widgets/Pages/6_MaterialLab_Patterns.uasset | 3 --- .../Widgets/Pages/7_MaterialLab_UVDistortions.uasset | 3 --- .../Widgets/Pages/8_MaterialLab_Utilities.uasset | 3 --- .../Widgets/Pages/9_MaterialLab_Applications.uasset | 3 --- .../Content/UIMaterialLab/Widgets/Styles/h2_text_style.uasset | 3 --- .../Content/UIMaterialLab/Widgets/Styles/h3_text_style.uasset | 3 --- .../UIMaterialLab/Widgets/Styles/section_text_style.uasset | 3 --- .../Content/UIMaterialLab/Widgets/WBP_MaterialLab_Main.uasset | 3 --- .../Content/UI_2/BP_SPUD_UITest.uasset | 3 --- .../Content/UI_2/Widget_SaveLoadScreen.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_UI.uasset | 3 --- .../UTCLiquid/3DAsset/LiquidContainers/SM_GlassBottle.uasset | 3 --- .../Content/UTCLiquid/3DAsset/SM_GlassBottle.uasset | 3 --- .../Content/UTCLiquid/3DAsset/UnrealMannequin.uasset | 3 --- .../Content/UTCLiquid/BP/BP_LiquidActor.uasset | 3 --- .../Content/UTCLiquid/Library/MF/MF_CapBubbles.uasset | 3 --- .../Content/UTCLiquid/Library/MF/MF_CapUVs.uasset | 3 --- .../Content/UTCLiquid/Library/MF/MF_LiquidMask.uasset | 3 --- .../Content/UTCLiquid/Library/MF/MF_NormalBlending.uasset | 3 --- .../Content/UTCLiquid/Library/MF/MF_SideBubbles.uasset | 3 --- .../Content/UTCLiquid/Library/MF/MF_WavesMask.uasset | 3 --- .../Content/UTCLiquid/Library/MI/MI_Cork.uasset | 3 --- .../Content/UTCLiquid/Library/MI/MI_Glass.uasset | 3 --- .../Content/UTCLiquid/Library/MI/MI_Liquid.uasset | 3 --- .../Content/UTCLiquid/Library/MM/MM_BasicMaterial.uasset | 3 --- .../Content/UTCLiquid/Library/MM/MM_LiquidShader.uasset | 3 --- .../Content/UTCLiquid/Library/MM/NewMaterial.uasset | 3 --- .../Content/UTCLiquid/Library/MM/Tools/Hide.uasset | 3 --- .../Content/UTCLiquid/Library/MM/Tools/MM_Hider.uasset | 3 --- .../Content/UTCLiquid/Library/MM/Tools/MM_RTWaves.uasset | 3 --- .../UTCLiquid/Library/MM/Tools/SDF/MM_SDFCapJumpFlood.uasset | 3 --- .../UTCLiquid/Library/MM/Tools/SDF/MM_SDFCapMask.uasset | 3 --- .../UTCLiquid/Library/Textures/Cork/Cork_002_COLOR.uasset | 3 --- .../UTCLiquid/Library/Textures/Cork/Cork_002_NORM.uasset | 3 --- .../UTCLiquid/Library/Textures/Cork/Cork_002_ROUGH.uasset | 3 --- .../Library/Textures/HDRI/forgotten_miniland_2k.uasset | 3 --- .../UTCLiquid/Library/Textures/HDRI/kiara_interior_2k.uasset | 3 --- .../UTCLiquid/Library/Textures/HDRI/studio_small_08_2k.uasset | 3 --- .../Imperfections/imperfection_0002_opacity_2k.uasset | 3 --- .../Textures/Imperfections/paper_0023_normal_direct_1k.uasset | 3 --- .../UTCLiquid/Library/Textures/RenderTargets/RT_Cap.uasset | 3 --- .../UTCLiquid/Library/Textures/RenderTargets/RT_Waves.uasset | 3 --- .../UTCLiquid/Library/Textures/SphereRenderHeightMap.uasset | 3 --- .../Content/UTCLiquid/Map/LiquidShader.umap | 3 --- .../Content/UTCLiquid/SM_GlassBottle.uasset | 3 --- .../Content/VFX/Projector/BP_TestProjector.uasset | 3 --- .../Content/VFX/Projector/MPC_Projector.uasset | 3 --- .../Content/VFX/Projector/M_Projector.uasset | 3 --- .../Content/VFX/Projector/M_Projector_Inst.uasset | 3 --- .../Content/VFX/Projector/M_Rays.uasset | 3 --- .../Content/VFX/Projector/M_Rays_Inst.uasset | 3 --- .../VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset | 3 --- .../Content/VFX/Projector/Nitrate.uasset | 3 --- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../Content/VRE/Core/Character/BP_VRCharacter.uasset | 4 ++-- .../Content/VRE/Core/Character/BP_VRInventory.uasset | 3 --- .../Content/VRE/Core/Character/M_Boots_Inst.uasset | 3 --- .../VRE/Core/Character/Mannequins/Animations/ABP_Manny.uasset | 4 ++-- .../VRE/Core/Character/Mannequins/Animations/ABP_Quinn.uasset | 4 ++-- .../Character/Mannequins/Rigs/ABP_Manny_PostProcess.uasset | 4 ++-- .../Character/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset | 4 ++-- .../Character/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset | 4 ++-- .../Core/Character/Mannequins/Rigs/CR_Mannequin_Body.uasset | 4 ++-- .../Character/Mannequins/Rigs/CR_Mannequin_Procedural.uasset | 4 ++-- .../Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset | 4 ++-- .../VRHandMeshes/Meshes/HandDuplicate/Handtest1.uasset | 3 --- .../Content/VRE/Core/Template_VR_Player_Controller.uasset | 4 ++-- .../Content/VRE/Core/Template_VR_Player_Controller_3rd.uasset | 4 ++-- .../Content/VRE/Core/VRGameInstance.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 3 --- .../Content/VRE/ExampleMap/MotionControllerMap1_BlockOut.umap | 3 --- .../VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset | 4 ++-- .../Misc/Examples/DrawerBase/Cabinet/BP_Cabinet.uasset | 3 --- .../Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset | 4 ++-- .../DrawerBase/FileCabinet/MovablesSoundComponent.uasset | 4 ++-- .../FileCabinet/Struct_MovablesSoundComponent.uasset | 4 ++-- .../Misc/Examples/GrippableChar/GrippableChar.uasset | 4 ++-- .../Misc/Examples/GrippableCharReimport/GrippableChar.uasset | 3 --- .../Misc/Examples/GrippableCharTest2/GrippableCharNew.uasset | 4 ++-- .../VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset | 4 ++-- .../Content/VRE/Grippables/Weapons/Guns/GrappleGun.uasset | 4 ++-- .../Content/VRE/Grippables/Weapons/Guns/GunBase.uasset | 4 ++-- .../Content/VRE/Input/VREInputMappingContext.uasset | 4 ++-- .../Content/VRE/Level/Car/VehicleBP/Sedan/BP_Tractor.uasset | 4 ++-- .../Content/VRE/Level/WallWalking/WallWalkingVolume.uasset | 4 ++-- .../VRE/VRE2/Core/Character/BP_Teleport_Controller.uasset | 3 +++ .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 3 +++ .../VRE/VRE2/Core/Character/BasicShapeMaterialTrans.uasset | 3 +++ .../VRE/VRE2/Core/Character/DefaultTextMaterialOpaque2.uasset | 3 +++ .../Content/VRE/VRE2/Core/Character/LaserBeamSplineMat.uasset | 3 +++ .../Mannequin/Animations/MannequinHand_Right_CanGrab.uasset | 3 +++ .../Mannequin/Animations/MannequinHand_Right_Grab.uasset | 3 +++ .../Mannequin/Animations/MannequinHand_Right_Open.uasset | 3 +++ .../Core/Character/Mannequin/Animations/RightGrip_BS.uasset | 3 +++ .../Character/Mannequin/Animations/RightHand_AnimBP.uasset | 3 +++ .../Character/Mannequin/Character/Materials/M_HandMat.uasset | 3 +++ .../Mannequin/Character/Mesh/MannequinHand_Right.uasset | 3 +++ .../Character/Mesh/MannequinHand_Right_PhysicsAsset.uasset | 3 +++ .../Character/Mesh/MannequinHand_Right_Skeleton.uasset | 3 +++ .../Character/Textures/UE4_Mannequin_MAT_MASKA.uasset | 3 +++ .../Character/Textures/UE4_Mannequin__normals.uasset | 3 +++ .../Mannequins/Materials/Functions/CA_Mannequin.uasset | 3 +++ .../Mannequins/Materials/Functions/ChromaticCurve.uasset | 3 +++ .../Mannequins/Materials/Functions/MF_Diffraction.uasset | 3 +++ .../Mannequins/Materials/Functions/MF_logo3layers.uasset | 3 +++ .../Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset | 3 +++ .../Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset | 3 +++ .../Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset | 3 +++ .../Core/Character/Mannequins/Materials/M_Mannequin.uasset | 3 +++ .../Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset | 3 +++ .../Character/Mannequins/Textures/Manny/T_Manny_01_BN.uasset | 3 +++ .../Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset | 3 +++ .../Character/Mannequins/Textures/Manny/T_Manny_01_D.uasset | 3 +++ .../Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset | 3 +++ .../Character/Mannequins/Textures/Manny/T_Manny_01_N.uasset | 3 +++ .../Character/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset | 3 +++ .../Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset | 3 +++ .../Character/Mannequins/Textures/Manny/T_Manny_02_BN.uasset | 3 +++ .../Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset | 3 +++ .../Character/Mannequins/Textures/Manny/T_Manny_02_D.uasset | 3 +++ .../Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset | 3 +++ .../Character/Mannequins/Textures/Manny/T_Manny_02_N.uasset | 3 +++ .../Character/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset | 3 +++ .../Character/Mannequins/Textures/Shared/T_UE_Logo_M.uasset | 3 +++ .../VRE2/Core/Character/Materials/MF_OccludedPixels.uasset | 3 +++ .../Character/Materials/MI_TeleportCylinderPreview.uasset | 3 +++ .../VRE/VRE2/Core/Character/Materials/M_ArcEndpoint.uasset | 3 +++ .../VRE/VRE2/Core/Character/Materials/M_SplineArcMat.uasset | 3 +++ .../VRE2/Core/Character/Materials/M_TeleportPreviews.uasset | 3 +++ .../VRE/VRE2/Core/Character/Materials/TeleportMCP.uasset | 3 +++ .../VRE/VRE2/Core/Character/Meshes/BeaconDirection.uasset | 3 +++ .../Content/VRE/VRE2/Core/Character/Meshes/BeamMesh.uasset | 3 +++ .../VRE/VRE2/Core/Character/Meshes/SM_FatCylinder.uasset | 3 +++ .../Content/VRE/VRE2/Core/Character/VOIPAtten.uasset | 3 +++ .../Content/VRE/VRE2/Core/GraspingHands/Gestures.uasset | 3 +++ .../VRE/VRE2/Core/GraspingHands/GraspAnimBPManny.uasset | 3 +++ .../VRE/VRE2/Core/GraspingHands/GraspingBlendManny.uasset | 3 +++ .../VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset | 3 +++ .../VRE/VRE2/Core/GraspingHands/GraspingPhysicsManny.uasset | 3 +++ .../VRHandMeshes/Animations/A_MannequinsXR_Grasp_Right.uasset | 3 +++ .../VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset | 3 +++ .../VRHandMeshes/Animations/GrabAnimation.uasset | 3 +++ .../VRHandMeshes/Materials/Functions/CA_Mannequin.uasset | 3 +++ .../VRHandMeshes/Materials/Functions/ChromaticCurve.uasset | 3 +++ .../VRHandMeshes/Materials/Functions/MF_Diffraction.uasset | 3 +++ .../VRHandMeshes/Materials/Functions/MF_logo3layers.uasset | 3 +++ .../Materials/Functions/ML_BaseColorFallOff.uasset | 3 +++ .../VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset | 3 +++ .../VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset | 3 +++ .../GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset | 3 +++ .../VRHandMeshes/Meshes/SKM_MannyXR_right.uasset | 3 +++ .../GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset | 3 +++ .../Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset | 3 +++ .../VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset | 3 +++ .../Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset | 3 +++ .../VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset | 3 +++ .../VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset | 3 +++ .../VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset | 3 +++ .../VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset | 3 +++ .../Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset | 3 +++ .../VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset | 3 +++ .../Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset | 3 +++ .../VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset | 3 +++ .../VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset | 3 +++ .../VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset | 3 +++ .../VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset | 3 +++ .../VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset | 3 +++ .../Content/VRE/VRE2/Core/HandSockets/HandSocketMat.uasset | 3 +++ .../Content/VRE/VRE2/Core/OutlineFX/MT_I_OUTLINER.uasset | 3 +++ .../Content/VRE/VRE2/Core/OutlineFX/M_LocalOutlines.uasset | 3 +++ .../Content/VRE/VRE2/Core/OutlineFX/VRStereoFixer.uasset | 3 +++ .../VRE/VRE2/Grippables/Misc/Examples/Potion/Potion.uasset | 3 +++ .../VRE/VRE2/Grippables/Misc/Examples/Potion/PotionMat.uasset | 3 +++ .../VRE/VRE2/Grippables/Misc/Examples/Potion/Stopper.uasset | 3 +++ .../VRE/VRE2/Grippables/Weapons/Guns/BaseMaterial.uasset | 3 +++ .../Weapons/Guns/FirstPersonProjectileMaterial.uasset | 3 +++ .../Content/VRE/VRE2/Input/Actions/AlternateGripLeft.uasset | 3 +++ .../Content/VRE/VRE2/Input/Actions/AlternateGripRight.uasset | 3 +++ .../VRE/VRE2/Input/Actions/ControllerMovementLeft.uasset | 3 +++ .../VRE/VRE2/Input/Actions/ControllerMovementRight.uasset | 3 +++ .../Content/VRE/VRE2/Input/Actions/LaserBeamLeft.uasset | 3 +++ .../Content/VRE/VRE2/Input/Actions/LaserBeamRight.uasset | 3 +++ .../VRE/VRE2/Input/Actions/MotionControllerThumbLeft_X.uasset | 3 +++ .../VRE/VRE2/Input/Actions/MotionControllerThumbLeft_Y.uasset | 3 +++ .../VRE2/Input/Actions/MotionControllerThumbRight_X.uasset | 3 +++ .../VRE2/Input/Actions/MotionControllerThumbRight_Y.uasset | 3 +++ .../Content/VRE/VRE2/Input/Actions/PrimaryGripLeft.uasset | 3 +++ .../Content/VRE/VRE2/Input/Actions/PrimaryGripRight.uasset | 3 +++ .../Content/VRE/VRE2/Input/Actions/TeleportLeft.uasset | 3 +++ .../Content/VRE/VRE2/Input/Actions/TeleportRight.uasset | 3 +++ .../Content/VRE/VRE2/Input/Actions/UseHeldObjectLeft.uasset | 3 +++ .../Content/VRE/VRE2/Input/Actions/UseHeldObjectRight.uasset | 3 +++ .../Content/VRE/VRE2/Misc/Meshes/1M_Cube.uasset | 3 +++ .../Content/VRE/VRE2/Misc/Meshes/CubeMaterial.uasset | 3 +++ .../Materials/DefaultRibbonMaterial_NoGradient.uasset | 3 +++ .../Content/VRE/VRTemplate/Materials/M_TeleportRibbon.uasset | 3 +++ .../Content/VRE/VRTemplate/Materials/M_TossRibbon.uasset | 3 +++ .../VRTemplate/Materials/M_WidgetTraceRibbon_NoDepth.uasset | 3 +++ .../Content/VRE/VRTemplate/VFX/NPC_VRTemplate.uasset | 3 +++ .../Content/VRE/VRTemplate/VFX/NS_MenuPointer.uasset | 3 +++ .../Content/VRE/VRTemplate/VFX/NS_PickupTrace.uasset | 3 +++ .../Content/VRE/VRTemplate/VFX/NS_TeleportTrace.uasset | 3 +++ .../Content/VRE2/Core/Character/BP_Teleport_Controller.uasset | 3 --- .../Content/VRE2/Core/Character/BP_VRCharacter2.uasset | 3 --- .../VRE2/Core/Character/BasicShapeMaterialTrans.uasset | 3 --- .../VRE2/Core/Character/DefaultTextMaterialOpaque2.uasset | 3 --- .../Content/VRE2/Core/Character/GripEnum.uasset | 3 --- .../Content/VRE2/Core/Character/LaserBeamSplineMat.uasset | 3 --- .../Mannequin/Animations/MannequinHand_Right_CanGrab.uasset | 3 --- .../Mannequin/Animations/MannequinHand_Right_Grab.uasset | 3 --- .../Mannequin/Animations/MannequinHand_Right_Open.uasset | 3 --- .../Core/Character/Mannequin/Animations/RightGrip_BS.uasset | 3 --- .../Character/Mannequin/Animations/RightHand_AnimBP.uasset | 3 --- .../Character/Mannequin/Character/Materials/M_HandMat.uasset | 3 --- .../Mannequin/Character/Mesh/MannequinHand_Right.uasset | 3 --- .../Character/Mesh/MannequinHand_Right_PhysicsAsset.uasset | 3 --- .../Character/Mesh/MannequinHand_Right_Skeleton.uasset | 3 --- .../Character/Textures/UE4_Mannequin_MAT_MASKA.uasset | 3 --- .../Character/Textures/UE4_Mannequin__normals.uasset | 3 --- .../Mannequins/Materials/Functions/CA_Mannequin.uasset | 3 --- .../Mannequins/Materials/Functions/ChromaticCurve.uasset | 3 --- .../Mannequins/Materials/Functions/MF_Diffraction.uasset | 3 --- .../Mannequins/Materials/Functions/MF_logo3layers.uasset | 3 --- .../Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset | 3 --- .../Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset | 3 --- .../Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset | 3 --- .../Core/Character/Mannequins/Materials/M_Mannequin.uasset | 3 --- .../Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset | 3 --- .../Character/Mannequins/Textures/Manny/T_Manny_01_BN.uasset | 3 --- .../Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset | 3 --- .../Character/Mannequins/Textures/Manny/T_Manny_01_D.uasset | 3 --- .../Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset | 3 --- .../Character/Mannequins/Textures/Manny/T_Manny_01_N.uasset | 3 --- .../Character/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset | 3 --- .../Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset | 3 --- .../Character/Mannequins/Textures/Manny/T_Manny_02_BN.uasset | 3 --- .../Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset | 3 --- .../Character/Mannequins/Textures/Manny/T_Manny_02_D.uasset | 3 --- .../Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset | 3 --- .../Character/Mannequins/Textures/Manny/T_Manny_02_N.uasset | 3 --- .../Character/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset | 3 --- .../Character/Mannequins/Textures/Shared/T_UE_Logo_M.uasset | 3 --- .../VRE2/Core/Character/Materials/MF_OccludedPixels.uasset | 3 --- .../Character/Materials/MI_TeleportCylinderPreview.uasset | 3 --- .../VRE2/Core/Character/Materials/M_ArcEndpoint.uasset | 3 --- .../VRE2/Core/Character/Materials/M_SplineArcMat.uasset | 3 --- .../VRE2/Core/Character/Materials/M_TeleportPreviews.uasset | 3 --- .../Content/VRE2/Core/Character/Materials/TeleportMCP.uasset | 3 --- .../Content/VRE2/Core/Character/Meshes/BeaconDirection.uasset | 3 --- .../Content/VRE2/Core/Character/Meshes/BeamMesh.uasset | 3 --- .../Content/VRE2/Core/Character/Meshes/SM_FatCylinder.uasset | 3 --- .../Content/VRE2/Core/Character/MovementMode.uasset | 3 --- .../Content/VRE2/Core/Character/VOIPAtten.uasset | 3 --- .../Content/VRE2/Core/GraspingHands/Gestures.uasset | 3 --- .../Content/VRE2/Core/GraspingHands/GraspAnimBPManny.uasset | 3 --- .../Content/VRE2/Core/GraspingHands/GraspingBlendManny.uasset | 3 --- .../Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset | 3 --- .../VRE2/Core/GraspingHands/GraspingPhysicsManny.uasset | 3 --- .../Content/VRE2/Core/GraspingHands/HandAnimState.uasset | 3 --- .../Content/VRE2/Core/GraspingHands/TriggerIndexs.uasset | 3 --- .../VRHandMeshes/Animations/A_MannequinsXR_Grasp_Right.uasset | 3 --- .../VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset | 3 --- .../VRHandMeshes/Animations/GrabAnimation.uasset | 3 --- .../VRHandMeshes/Materials/Functions/CA_Mannequin.uasset | 3 --- .../VRHandMeshes/Materials/Functions/ChromaticCurve.uasset | 3 --- .../VRHandMeshes/Materials/Functions/MF_Diffraction.uasset | 3 --- .../VRHandMeshes/Materials/Functions/MF_logo3layers.uasset | 3 --- .../Materials/Functions/ML_BaseColorFallOff.uasset | 3 --- .../VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset | 3 --- .../VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset | 3 --- .../GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset | 3 --- .../VRHandMeshes/Meshes/SKM_MannyXR_right.uasset | 3 --- .../GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset | 3 --- .../Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset | 3 --- .../VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset | 3 --- .../Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset | 3 --- .../VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset | 3 --- .../VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset | 3 --- .../VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset | 3 --- .../VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset | 3 --- .../Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset | 3 --- .../VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset | 3 --- .../Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset | 3 --- .../VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset | 3 --- .../VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset | 3 --- .../VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset | 3 --- .../VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset | 3 --- .../VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset | 3 --- .../Content/VRE2/Core/HandSockets/HandSocketBase.uasset | 3 --- .../Content/VRE2/Core/HandSockets/HandSocketBase2.uasset | 3 --- .../Content/VRE2/Core/HandSockets/HandSocketMat.uasset | 3 --- .../Content/VRE2/Core/OutlineFX/MT_I_OUTLINER.uasset | 3 --- .../Content/VRE2/Core/OutlineFX/M_LocalOutlines.uasset | 3 --- .../Content/VRE2/Core/OutlineFX/VRStereoFixer.uasset | 3 --- .../VRE2/Grippables/Misc/Examples/Potion/Potion.uasset | 3 --- .../VRE2/Grippables/Misc/Examples/Potion/PotionMat.uasset | 3 --- .../VRE2/Grippables/Misc/Examples/Potion/Stopper.uasset | 3 --- .../Content/VRE2/Grippables/Weapons/Guns/BaseMaterial.uasset | 3 --- .../Weapons/Guns/FirstPersonProjectileMaterial.uasset | 3 --- .../Content/VRE2/Input/Actions/AlternateGripLeft.uasset | 3 --- .../Content/VRE2/Input/Actions/AlternateGripRight.uasset | 3 --- .../Content/VRE2/Input/Actions/ControllerMovementLeft.uasset | 3 --- .../Content/VRE2/Input/Actions/ControllerMovementRight.uasset | 3 --- .../Content/VRE2/Input/Actions/LaserBeamLeft.uasset | 3 --- .../Content/VRE2/Input/Actions/LaserBeamRight.uasset | 3 --- .../VRE2/Input/Actions/MotionControllerThumbLeft_X.uasset | 3 --- .../VRE2/Input/Actions/MotionControllerThumbLeft_Y.uasset | 3 --- .../VRE2/Input/Actions/MotionControllerThumbRight_X.uasset | 3 --- .../VRE2/Input/Actions/MotionControllerThumbRight_Y.uasset | 3 --- .../Content/VRE2/Input/Actions/PrimaryGripLeft.uasset | 3 --- .../Content/VRE2/Input/Actions/PrimaryGripRight.uasset | 3 --- .../Content/VRE2/Input/Actions/TeleportLeft.uasset | 3 --- .../Content/VRE2/Input/Actions/TeleportRight.uasset | 3 --- .../Content/VRE2/Input/Actions/UseHeldObjectLeft.uasset | 3 --- .../Content/VRE2/Input/Actions/UseHeldObjectRight.uasset | 3 --- .../Content/VRE2/Misc/Meshes/1M_Cube.uasset | 3 --- .../Content/VRE2/Misc/Meshes/CubeMaterial.uasset | 3 --- .../Materials/DefaultRibbonMaterial_NoGradient.uasset | 3 --- .../Content/VRTemplate/Materials/M_TeleportRibbon.uasset | 3 --- .../Content/VRTemplate/Materials/M_TossRibbon.uasset | 3 --- .../VRTemplate/Materials/M_WidgetTraceRibbon_NoDepth.uasset | 3 --- .../Content/VRTemplate/VFX/NPC_VRTemplate.uasset | 3 --- .../Content/VRTemplate/VFX/NS_MenuPointer.uasset | 3 --- .../Content/VRTemplate/VFX/NS_PickupTrace.uasset | 3 --- .../Content/VRTemplate/VFX/NS_TeleportTrace.uasset | 3 --- .../Content/Walls/M_Basic_Wall.uasset | 3 --- .../Content/Walls/SM_Wall2Sided.uasset | 3 --- .../Content/Walls/WallSubDivfbx.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Walls/Wall_1.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Walls/Wall_2.uasset | 3 --- .../Content/World/Characters/BPI_Character.uasset | 3 +++ .../Content/World/Characters/BP_BaseCharacter.uasset | 3 +++ .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 3 +++ .../Clarice/Animations/Blendspace_Walk_Clarice.uasset | 3 +++ .../Content/World/Characters/Clarice/Animations/Idle.uasset | 3 +++ .../Content/World/Characters/Clarice/Animations/LegsIn.uasset | 3 +++ .../Characters/Clarice/Animations/MoveProjectorUp.uasset | 3 +++ .../World/Characters/Clarice/Animations/OpenTop.uasset | 3 +++ .../Content/World/Characters/Clarice/Animations/Walk.uasset | 3 +++ .../World/Characters/Clarice/Animations/Walk_01.uasset | 3 +++ .../Content/World/Characters/Clarice/BP_Clarice.uasset | 3 +++ .../Content/World/Characters/Clarice/ClariceMain.uasset | 3 +++ .../World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset | 3 +++ .../World/Characters/Clarice/ClariceMain_Skeleton.uasset | 3 +++ .../Content/World/Characters/Clarice/Material.uasset | 3 +++ .../Content/World/Characters/Clarice/Material_001.uasset | 3 +++ .../Content/World/Characters/Clarice/Material_002.uasset | 3 +++ .../Content/World/Characters/Clarice/NewBlueprint.uasset | 3 +++ .../Content/World/Characters/Clarice/NewBlueprint1.uasset | 3 +++ .../Clarice/Textures/MergedBake_Bake1_PBR_Diffuse.uasset | 3 +++ .../MergedBake_Bake1_PBR_MetallicRoughnessEmission.uasset | 3 +++ .../Clarice/Textures/MergedBake_Bake1_PBR_Normal.uasset | 3 +++ .../Content/World/Characters/CustomAIController.uasset | 3 +++ .../FirstPerson/Blueprints/BP_SpudExamplesGameInstance.uasset | 3 +++ .../World/Characters/FirstPerson/Textures/NewSaveIcon.uasset | 3 +++ .../FirstPerson/UI/Widget_SaveLoadScreen_new.uasset | 3 +++ .../World/Characters/FirstPerson/UI/Widget_SaveSlot.uasset | 3 +++ .../Content/World/Characters/FirstPerson/UI/Widget_UI.uasset | 3 +++ .../World/Characters/Gilbert/BP_GilbertThirdPerson.uasset | 3 +++ .../NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset | 3 +++ .../NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset | 3 +++ .../NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset | 3 +++ .../NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset | 3 +++ .../Animations/Test/Gilbert_Actions__WalkBackwward.uasset | 3 +++ .../Animations/Test/Gilbert_Actions__WalkForward.uasset | 3 +++ .../Animations/Test/Gilbert_Actions__WalkLeft.uasset | 3 +++ .../Animations/Test/Gilbert_Actions__WalkRight.uasset | 3 +++ .../Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/BS_Movement.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/GilbertMesh.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_Skeleton_AnimBlueprint.uasset | 3 +++ .../Content/World/Characters/Gilbert/NewFolder/Grip.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/Material_004.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/NavLink_AI.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 +++ .../Content/World/Characters/Gilbert/SplineActor.uasset | 3 +++ .../Content/World/Characters/Gilbert/TestSpline.uasset | 3 +++ .../Content/World/Characters/GlobeBotTest/Globe-Globe.uasset | 3 +++ .../Content/World/Characters/GlobeBotTest/Globe.uasset | 3 +++ .../Content/World/Characters/GlobeBotTest/Globe1.uasset | 3 +++ .../Content/World/Characters/GlobeBotTest/GlobeRobot.uasset | 3 +++ .../World/Characters/GlobeBotTest/Globe_001_Baked.uasset | 3 +++ .../World/Characters/GlobeBotTest/TestCharacter.uasset | 3 +++ .../World/Characters/Mannequin_UE4/Animations/Jog_Fwd.uasset | 3 +++ .../Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset | 3 +++ .../Materials/Layers/ML_ShinyPlastic_Beige.uasset | 3 +++ .../Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset | 3 +++ .../Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset | 3 +++ .../Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset | 3 +++ .../Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset | 3 +++ .../World/Characters/Mannequin_UE4/Meshes/SK_Mannequin.uasset | 3 +++ .../Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset | 3 +++ .../Mannequin_UE4/Meshes/SK_Mannequin_Skeleton.uasset | 3 +++ .../Characters/Mannequin_UE4/Rigs/IK_UE4_Mannequin.uasset | 3 +++ .../Mannequin_UE4/Rigs/RTG_UE4Manny_UE5Manny.uasset | 3 +++ .../Mannequin_UE4/Rigs/RTG_UE5Manny_UE4Manny.uasset | 3 +++ .../Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset | 3 +++ .../Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset | 3 +++ .../Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset | 3 +++ .../Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset | 3 +++ .../Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset | 3 +++ .../Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset | 3 +++ .../Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset | 3 +++ .../Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset | 3 +++ .../World/Characters/Mannequins/Animations/ABP_Manny.uasset | 3 +++ .../World/Characters/Mannequins/Animations/ABP_Quinn.uasset | 3 +++ .../Mannequins/Animations/Manny/BS_MM_WalkRun.uasset | 3 +++ .../Mannequins/Animations/Manny/MM_Fall_Loop.uasset | 3 +++ .../Characters/Mannequins/Animations/Manny/MM_Idle.uasset | 3 +++ .../Characters/Mannequins/Animations/Manny/MM_Jump.uasset | 3 +++ .../Characters/Mannequins/Animations/Manny/MM_Land.uasset | 3 +++ .../Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset | 3 +++ .../Characters/Mannequins/Animations/Manny/MM_T_Pose.uasset | 3 +++ .../Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset | 3 +++ .../Mannequins/Animations/Manny/MM_Walk_InPlace.uasset | 3 +++ .../Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset | 3 +++ .../Characters/Mannequins/Animations/Quinn/MF_Idle.uasset | 3 +++ .../Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset | 3 +++ .../Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset | 3 +++ .../Mannequins/Materials/Functions/CA_Mannequin.uasset | 3 +++ .../Mannequins/Materials/Functions/ChromaticCurve.uasset | 3 +++ .../Mannequins/Materials/Functions/MF_Diffraction.uasset | 3 +++ .../Mannequins/Materials/Functions/MF_logo3layers.uasset | 3 +++ .../Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset | 3 +++ .../Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset | 3 +++ .../Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset | 3 +++ .../Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset | 3 +++ .../Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset | 3 +++ .../World/Characters/Mannequins/Materials/M_Mannequin.uasset | 3 +++ .../Characters/Mannequins/Meshes/Mannequin_LODSettings.uasset | 3 +++ .../World/Characters/Mannequins/Meshes/SKM_Manny.uasset | 3 +++ .../Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset | 3 +++ .../World/Characters/Mannequins/Meshes/SKM_Quinn.uasset | 3 +++ .../Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset | 3 +++ .../World/Characters/Mannequins/Meshes/SK_Mannequin.uasset | 3 +++ .../Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset | 3 +++ .../Characters/Mannequins/Textures/Manny/T_Manny_01_BN.uasset | 3 +++ .../Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset | 3 +++ .../Characters/Mannequins/Textures/Manny/T_Manny_01_D.uasset | 3 +++ .../Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset | 3 +++ .../Characters/Mannequins/Textures/Manny/T_Manny_01_N.uasset | 3 +++ .../Mannequins/Textures/Manny/T_Manny_01_Tan.uasset | 3 +++ .../Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset | 3 +++ .../Characters/Mannequins/Textures/Manny/T_Manny_02_BN.uasset | 3 +++ .../Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset | 3 +++ .../Characters/Mannequins/Textures/Manny/T_Manny_02_D.uasset | 3 +++ .../Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset | 3 +++ .../Characters/Mannequins/Textures/Manny/T_Manny_02_N.uasset | 3 +++ .../Mannequins/Textures/Manny/T_Manny_02_Tan.uasset | 3 +++ .../Mannequins/Textures/Quinn/T_Quinn_01ID_BN.uasset | 3 +++ .../Mannequins/Textures/Quinn/T_Quinn_01ID_D.uasset | 3 +++ .../Mannequins/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset | 3 +++ .../Mannequins/Textures/Quinn/T_Quinn_01ID_N.uasset | 3 +++ .../Mannequins/Textures/Quinn/T_Quinn_01ID_Tan.uasset | 3 +++ .../Mannequins/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset | 3 +++ .../Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset | 3 +++ .../Mannequins/Textures/Quinn/T_Quinn_02ID_BN.uasset | 3 +++ .../Mannequins/Textures/Quinn/T_Quinn_02ID_D.uasset | 3 +++ .../Mannequins/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset | 3 +++ .../Mannequins/Textures/Quinn/T_Quinn_02ID_N.uasset | 3 +++ .../Mannequins/Textures/Quinn/T_Quinn_02ID_Tan.uasset | 3 +++ .../Mannequins/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset | 3 +++ .../Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset | 3 +++ .../Characters/Mannequins/Textures/Shared/T_UE_Logo_M.uasset | 3 +++ .../ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset | 3 +++ .../World/Characters/ThirdPerson/Input/Actions/IA_Jump.uasset | 3 +++ .../World/Characters/ThirdPerson/Input/Actions/IA_Look.uasset | 3 +++ .../World/Characters/ThirdPerson/Input/Actions/IA_Move.uasset | 3 +++ .../World/Characters/ThirdPerson/Input/IMC_Default.uasset | 3 +++ .../World/Interactibles/Electrical/Generator/12_low.uasset | 3 +++ .../Interactibles/Electrical/Generator/12_low_001.uasset | 3 +++ .../Interactibles/Electrical/Generator/12_low_002.uasset | 3 +++ .../Interactibles/Electrical/Generator/12_low_003.uasset | 3 +++ .../Interactibles/Electrical/Generator/BP_Generator.uasset | 3 +++ .../Interactibles/Electrical/Generator/Material__43.uasset | 3 +++ .../Generator/Material__43_Base_color_tga_nonVT.uasset | 3 +++ .../Generator/Material__43_Emissive_tga_nonVT.uasset | 3 +++ ...tallic_tga_png-Material__43_Roughness_tga_png_nonVT.uasset | 3 +++ .../Generator/Material__43_Normal_DirectX_tga_nonVT.uasset | 3 +++ .../Interactibles/Electrical/Recorder/BP_Cassette.uasset | 3 +++ .../Interactibles/Electrical/Recorder/BP_Recorder.uasset | 3 +++ .../Electrical/Recorder/Cassette_atlas_Normal.uasset | 3 +++ .../Electrical/Recorder/Cassette_atlas_Roughness.uasset | 3 +++ .../Interactibles/Electrical/Recorder/Cassette_texture.uasset | 3 +++ .../World/Interactibles/Electrical/Recorder/Recorder1.uasset | 3 +++ .../Electrical/Recorder/Recorder_Bake_ao_1_low.uasset | 3 +++ .../Electrical/Recorder/Recorder_Bake_ao_1_low_001.uasset | 3 +++ .../Electrical/Recorder/Recorder_Bake_ao_1_low_002.uasset | 3 +++ .../Electrical/Recorder/Recorder_Bake_ao_1_low_003.uasset | 3 +++ .../Electrical/Recorder/Recorder_Bake_ao_1_low_004.uasset | 3 +++ .../Electrical/Recorder/Recorder_Bake_ao_1_low_005.uasset | 3 +++ .../Electrical/Recorder/Recorder_Bake_ao_1_low_006.uasset | 3 +++ .../Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset | 3 +++ .../Electrical/Recorder/Recorder_Cassette.uasset | 3 +++ .../World/Interactibles/Electrical/Recorder/TR_glass.uasset | 3 +++ .../Electrical/Recorder/TapeRecorder_BaseColor.uasset | 3 +++ .../Electrical/Recorder/TapeRecorder_Emission.uasset | 3 +++ .../Electrical/Recorder/TapeRecorder_Metalness.uasset | 3 +++ .../Electrical/Recorder/TapeRecorder_Normal.uasset | 3 +++ .../Electrical/Recorder/TapeRecorder_Roughness.uasset | 3 +++ .../World/Interactibles/Electrical/Recorder/lambert2.uasset | 3 +++ .../Content/World/Interactibles/Fluids/BP/BP_Fluid.uasset | 3 +++ .../World/Interactibles/Fluids/M/Asset/M_BioGrenGlass.uasset | 3 +++ .../World/Interactibles/Fluids/M/Asset/M_BioGrenMetal.uasset | 3 +++ .../World/Interactibles/Fluids/M/Asset/M_BrassCap.uasset | 3 +++ .../Content/World/Interactibles/Fluids/M/Asset/M_Cork.uasset | 3 +++ .../World/Interactibles/Fluids/M/Asset/M_CrystalGlow.uasset | 3 +++ .../World/Interactibles/Fluids/M/Asset/M_FloorMat.uasset | 3 +++ .../Content/World/Interactibles/Fluids/M/Asset/M_Glass.uasset | 3 +++ .../Interactibles/Fluids/M/Asset/StinsonBeach_Mat.uasset | 3 +++ .../World/Interactibles/Fluids/M/MF_ColorCycler_4Way.uasset | 3 +++ .../Content/World/Interactibles/Fluids/M/MI_Fluid_01.uasset | 3 +++ .../Content/World/Interactibles/Fluids/M/MI_Fluid_02.uasset | 3 +++ .../Content/World/Interactibles/Fluids/M/MI_Fluid_03.uasset | 3 +++ .../World/Interactibles/Fluids/M/M_Fluid_Master.uasset | 3 +++ .../Content/World/Interactibles/Fluids/S/S_Flask.uasset | 3 +++ .../Fluids/T/BioGren/S_BioGren_M_Metal_BaseColor.uasset | 3 +++ .../Fluids/T/BioGren/S_BioGren_M_Metal_Normal.uasset | 3 +++ .../S_BioGren_M_Metal_OcclusionRoughnessMetallic.uasset | 3 +++ .../Interactibles/Fluids/T/BioGren/T_Glass_Opacity_Inv.uasset | 3 +++ .../World/Interactibles/Fluids/T/Shared/T_Bubbles.uasset | 3 +++ .../World/Interactibles/Fluids/T/Shared/T_FloorGrid.uasset | 3 +++ .../World/Interactibles/Fluids/T/Shared/T_GlassNormal.uasset | 3 +++ .../Content/World/Interactibles/Fluids/T/T_CorkNoise.uasset | 3 +++ .../FreezingChamber/ALAS3_Final_PBR_Diffuse.uasset | 3 +++ .../Interactibles/FreezingChamber/ALAS3_Final_PBR_Mat.uasset | 3 +++ .../FreezingChamber/ALAS3_Final_PBR_Normal.uasset | 3 +++ .../World/Interactibles/FreezingChamber/AlphaEmission.uasset | 3 +++ .../Interactibles/FreezingChamber/BP_FreezingChamber.uasset | 3 +++ .../World/Interactibles/FreezingChamber/Cylinder_056.uasset | 3 +++ .../World/Interactibles/FreezingChamber/Cylinder_057.uasset | 3 +++ .../World/Interactibles/FreezingChamber/Cylinder_058.uasset | 3 +++ .../World/Interactibles/FreezingChamber/Material_021.uasset | 3 +++ .../FreezingChamber/MetalRoughnessTransmission.uasset | 3 +++ .../Plate/DiamondPlate008D_2K-JPG_Color.uasset | 3 +++ .../Plate/DiamondPlate008D_2K-JPG_NormalDX.uasset | 3 +++ .../Interactibles/FreezingChamber/Plate/M_DiamondMetal.uasset | 3 +++ .../World/Interactibles/FreezingChamber/Plate/Plate.uasset | 3 +++ .../FreezingChamber/Plate/T_Diamond_MetallicRoughness.uasset | 3 +++ .../World/Interactibles/FreezingChamber/Tank/M_Tank.uasset | 3 +++ .../Tank/MetallicRoughnessNormal_Tank_PBR_PackedTex.uasset | 3 +++ .../World/Interactibles/FreezingChamber/Tank/Tank.uasset | 3 +++ .../FreezingChamber/Tank/Tank_Tank_PBR_Diffuse.uasset | 3 +++ .../World/Interactibles/Furniture/Doors/BP_SliderDoor.uasset | 3 +++ .../World/Interactibles/Furniture/Doors/FrameStopper.uasset | 3 +++ .../Content/World/Interactibles/Furniture/Doors/J_2b01.uasset | 3 +++ .../World/Interactibles/Furniture/Doors/J_2b01_002.uasset | 3 +++ .../World/Interactibles/Furniture/Doors/J_2b01_011.uasset | 3 +++ .../World/Interactibles/Furniture/Doors/Material_001.uasset | 3 +++ .../Interactibles/Furniture/Doors/door2_9_BaseColor.uasset | 3 +++ .../Furniture/Doors/door2_9_BaseColor_nonVT.uasset | 3 +++ .../Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset | 3 +++ .../door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset | 3 +++ .../World/Interactibles/Furniture/Doors/door2_9_Normal.uasset | 3 +++ .../Interactibles/Furniture/Doors/door2_9_Normal_nonVT.uasset | 3 +++ .../Content/World/Interactibles/Furniture/Table/Table.uasset | 3 +++ .../World/Interactibles/Furniture/Table/Table_001.uasset | 3 +++ .../Interactibles/Furniture/Table/wood_table_worn.uasset | 3 +++ .../Content/World/Interactibles/PotionTest/Potion.uasset | 3 +++ .../Content/World/Interactibles/PotionTest/PotionActor.uasset | 3 +++ .../Content/World/Interactibles/PotionTest/PotionMat.uasset | 3 +++ .../Content/World/Interactibles/PotionTest/Stopper.uasset | 3 +++ .../World/Interactibles/Respirator/BP_Respirator.uasset | 3 +++ .../Content/World/Interactibles/Respirator/Black_denim.uasset | 3 +++ .../World/Interactibles/Respirator/Black_plastic.uasset | 3 +++ .../Interactibles/Respirator/Black_plastic_no_image.uasset | 3 +++ .../Interactibles/Respirator/Cartridge_filter_bake_002.uasset | 3 +++ .../Interactibles/Respirator/Filter_material_black.uasset | 3 +++ .../Interactibles/Respirator/Front_mouthpiece_bake.uasset | 3 +++ .../Content/World/Interactibles/Respirator/Glass2.uasset | 3 +++ .../World/Interactibles/Respirator/Head_strap_bake.uasset | 3 +++ .../Content/World/Interactibles/Respirator/Metal_black.uasset | 3 +++ .../Content/World/Interactibles/Respirator/Metal_gray.uasset | 3 +++ .../Content/World/Interactibles/Respirator/Metal_steel.uasset | 3 +++ .../Interactibles/Respirator/Mouthpiece_interior_bake.uasset | 3 +++ .../World/Interactibles/Respirator/Plastic_gray.uasset | 3 +++ .../World/Interactibles/Respirator/Plastic_gray_001.uasset | 3 +++ .../World/Interactibles/Respirator/Plastic_orange.uasset | 3 +++ .../Content/World/Interactibles/Respirator/Rubber.uasset | 3 +++ .../Interactibles/Respirator/Scuffed_plastic_gray.uasset | 3 +++ .../Content/World/Interactibles/Respirator/Seal_black.uasset | 3 +++ .../World/Interactibles/Respirator/Side_cartridge_bake.uasset | 3 +++ .../Interactibles/Respirator/Side_cartridge_bake_001.uasset | 3 +++ .../Interactibles/Respirator/Side_cartridge_plate_bake.uasset | 3 +++ .../World/Interactibles/Respirator/face_mask_seal_bake.uasset | 3 +++ .../World/Interactibles/Respirator/respirator_282_bake.uasset | 3 +++ .../Content/World/Materials/DryGround/M_DryGround.uasset | 3 +++ .../Content/World/Materials/DryGround/M_DryGround_Inst.uasset | 3 +++ .../Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset | 3 +++ .../Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset | 3 +++ .../Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset | 3 +++ .../Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset | 3 +++ .../Content/World/Materials/MF/MF_UV.uasset | 3 +++ .../Content/World/Materials/MF/MF_VTA_TriplanarMapping.uasset | 3 +++ .../Content/World/Materials/Metal_017/Material_017.uasset | 3 +++ .../World/Materials/Metal_017/Metal024_8K-JPG_Color.uasset | 3 +++ .../Materials/Metal_017/Metal024_8K-JPG_Color_nonVT.uasset | 3 +++ ...Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset | 3 +++ ...24_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset | 3 +++ .../World/Materials/Metal_017/Metal024_8K-JPG_NormalGL.uasset | 3 +++ .../Materials/Metal_017/Metal024_8K-JPG_NormalGL_nonVT.uasset | 3 +++ .../Content/World/Materials/Metal_017/NewMaterial.uasset | 3 +++ .../Content/World/Materials/PostProcess/M_PP_Fog.uasset | 3 +++ .../Content/World/Materials/PostProcess/M_PP_Fog_Inst.uasset | 3 +++ .../Content/World/Materials/Sprites/M_SpriteBubble.uasset | 3 +++ .../Materials/StoneTiles/Concrete031_4K-JPG_Color.uasset | 3 +++ .../StoneTiles/Concrete031_4K-JPG_Displacement.uasset | 3 +++ .../Materials/StoneTiles/Concrete031_4K-JPG_NormalDX.uasset | 3 +++ .../Materials/StoneTiles/Concrete031_4K-JPG_Roughness.uasset | 3 +++ .../Content/World/Materials/StoneTiles/M_StoneTiles.uasset | 3 +++ .../World/Materials/StoneTiles/M_StoneTiles_Inst.uasset | 3 +++ .../World/Materials/StoneTiles/M_WorldAlignedBump.uasset | 3 +++ .../World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset | 3 +++ .../World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset | 3 +++ .../World/Materials/StoneTiles/Tiles132C_4K-JPG_Color.uasset | 3 +++ .../Materials/StoneTiles/large_floor_tiles_02_diff_4k.uasset | 3 +++ .../Materials/StoneTiles/large_floor_tiles_02_disp_4k.uasset | 3 +++ .../StoneTiles/large_floor_tiles_02_nor_dx_4k.uasset | 3 +++ .../Materials/StoneTiles/large_floor_tiles_02_rough_4k.uasset | 3 +++ .../World/Materials/StoneTiles/large_grey_tiles_arm_4k.uasset | 3 +++ .../Materials/StoneTiles/large_grey_tiles_diff_4k.uasset | 3 +++ .../Materials/StoneTiles/large_grey_tiles_nor_dx_4k.uasset | 3 +++ .../World/Materials/StoneTiles/tiles_0130_ao_4k.uasset | 3 +++ .../World/Materials/StoneTiles/tiles_0130_color_4k.uasset | 3 +++ .../World/Materials/StoneTiles/tiles_0130_height_4k.uasset | 3 +++ .../Materials/StoneTiles/tiles_0130_normal_directx_4k.uasset | 3 +++ .../World/Materials/StoneTiles/tiles_0130_roughness_4k.uasset | 3 +++ .../Content/World/Static/Lights/BP_Light.uasset | 3 +++ .../Content/World/Static/Lights/M_FlickeringLight.uasset | 3 +++ .../Content/World/Static/Lights/ScifiLamp/Lamps.uasset | 3 +++ .../Content/World/Static/Lights/ScifiLamp/M_ScifiLamp.uasset | 3 +++ .../World/Static/Lights/ScifiLamp/M_ScifiLamp_Inst.uasset | 3 +++ .../ScifiLamp/MetallRoughtnessEmissionHeightScifiLamp.uasset | 3 +++ .../World/Static/Lights/ScifiLamp/SMat_Base_Color.uasset | 3 +++ .../World/Static/Lights/ScifiLamp/SMat_Normal_DirectX.uasset | 3 +++ .../Content/World/Static/Splines/BP_SplineParent.uasset | 3 +++ .../Content/World/Static/Splines/Pipes/90Degree-Big.uasset | 3 +++ .../Content/World/Static/Splines/Pipes/90Degree-Small.uasset | 3 +++ .../Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset | 3 +++ .../Content/World/Static/Splines/Pipes/M_Pipe.uasset | 3 +++ .../Content/World/Static/Splines/Pipes/M_Pipe1.uasset | 3 +++ .../Content/World/Static/Splines/Pipes/M_Pipe1_Inst.uasset | 3 +++ .../Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset | 3 +++ .../Content/World/Static/Splines/Pipes/M_Pipe_Inst1.uasset | 3 +++ .../World/Static/Splines/Pipes/Pipe004_4K-JPG_Color.uasset | 3 +++ .../Static/Splines/Pipes/Pipe004_4K-JPG_Metalness.uasset | 3 +++ .../Static/Splines/Pipes/Pipe004_4K-JPG_Roughness.uasset | 3 +++ .../Content/World/Static/Splines/Pipes/Straight.uasset | 3 +++ .../Content/World/Static/Splines/Pipes/X-Pipe.uasset | 3 +++ .../Content/World/Static/Splines/Tube/BP_Spline_NTube.uasset | 3 +++ .../Content/World/Static/Splines/Tube/Material_002.uasset | 3 +++ .../World/Static/Splines/Tube/Pipe004_4K-JPG_Color.uasset | 3 +++ .../World/Static/Splines/Tube/Pipe004_4K-JPG_Metalness.uasset | 3 +++ .../World/Static/Splines/Tube/Pipe004_4K-JPG_Roughness.uasset | 3 +++ .../Static/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat.uasset | 3 +++ .../Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst.uasset | 3 +++ .../Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst1.uasset | 3 +++ .../Content/World/Static/Splines/Tube/untitled.uasset | 3 +++ .../Content/World/Static/Splines/Tube/untitled1.uasset | 3 +++ .../World/Static/Stairs/ChamberStair/Freezing_Chamber3.uasset | 3 +++ .../Content/World/Static/Stairs/SpiralStaircase/Cub.uasset | 3 +++ .../Content/World/Static/Stairs/SpiralStaircase/Ff.uasset | 3 +++ .../Content/World/Static/Stairs/SpiralStaircase/column.uasset | 3 +++ .../Content/World/Static/Stairs/SpiralStaircase/stairs.uasset | 3 +++ .../Content/World/Static/Walls/M_Basic_Wall.uasset | 3 +++ .../Content/World/Static/Walls/SM_Wall2Sided.uasset | 3 +++ .../Content/World/Static/Walls/WallSubDivfbx.uasset | 3 +++ .../Content/World/Static/Walls/Wall_1.uasset | 3 +++ .../Content/World/Static/Walls/Wall_2.uasset | 3 +++ .../Content/World/VFX/Projector/BP_TestProjector.uasset | 3 +++ .../Content/World/VFX/Projector/MPC_Projector.uasset | 3 +++ .../Content/World/VFX/Projector/M_Projector.uasset | 3 +++ .../Content/World/VFX/Projector/M_Projector_Inst.uasset | 3 +++ .../Content/World/VFX/Projector/M_Rays.uasset | 3 +++ .../Content/World/VFX/Projector/M_Rays_Inst.uasset | 3 +++ .../VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset | 3 +++ .../Content/World/VFX/Projector/Nitrate.uasset | 3 +++ .../Maps/ThirdPersonMap/0/9Z/OBHQTF8IORVT433VKL992W.uasset | 3 +++ .../Maps/ThirdPersonMap/0/DX/5FW2U4KT04K2AKQRKKFG5Z.uasset | 3 +++ .../Maps/ThirdPersonMap/2/AZ/70ZA0QG6595U5CSKW4XB2J.uasset | 3 +++ .../Maps/ThirdPersonMap/2/JP/YMLHL2H3S68CJH18NK97PI.uasset | 3 +++ .../Maps/ThirdPersonMap/3/1B/XASWLK7IUNZGYZ8JCJ6O5Y.uasset | 3 +++ .../Maps/ThirdPersonMap/3/27/KYAQ7LV9GK2CHZ4R38QLDV.uasset | 3 +++ .../Maps/ThirdPersonMap/3/3J/IWSSFGQQZ4WAXKO4RKFB5A.uasset | 3 +++ .../Maps/ThirdPersonMap/3/UD/BB4MDNTU359RPOEOB0K97W.uasset | 3 +++ .../Maps/ThirdPersonMap/4/89/CAD4L5YR5UXXW71HZ63KCG.uasset | 3 +++ .../Maps/ThirdPersonMap/4/G4/MV3XET7AFC2OLKDOYUREHB.uasset | 3 +++ .../Maps/ThirdPersonMap/4/VI/PDXA9Q02LMQ2U8KWXCKWUI.uasset | 3 +++ .../Maps/ThirdPersonMap/4/ZC/QA2JFU2WVETHLSVDTUMTW2.uasset | 3 +++ .../Maps/ThirdPersonMap/5/M0/H1MB1V7RGMSV5BTJFZDX3K.uasset | 3 +++ .../Maps/ThirdPersonMap/5/OD/WWBJIMIHZC4BU0PPRDMGMC.uasset | 3 +++ .../Maps/ThirdPersonMap/6/39/I37LBIY268745LDONK7LEY.uasset | 3 +++ .../Maps/ThirdPersonMap/6/6M/75583HW08PHU4LHVXQUKXB.uasset | 3 +++ .../Maps/ThirdPersonMap/6/MQ/0DB0NM38OI54F6UILEELUN.uasset | 3 +++ .../Maps/ThirdPersonMap/7/60/29HCLQP5BSCTP2C9E9FPVQ.uasset | 3 +++ .../Maps/ThirdPersonMap/7/F6/MCG2ZB13LMCCVMRE7CXUK0.uasset | 3 +++ .../Maps/ThirdPersonMap/7/N7/5IOD6DQZFMSDGO6XBA842S.uasset | 3 +++ .../Maps/ThirdPersonMap/7/SN/54G2E6KSHCBT0L3UCPROEX.uasset | 3 +++ .../Maps/ThirdPersonMap/8/6M/OV8P6XY6MYN8XDC227RW7Q.uasset | 3 +++ .../Maps/ThirdPersonMap/9/10/KGJCP16G822BWCJMYT24UB.uasset | 3 +++ .../Maps/ThirdPersonMap/A/5G/TOKFWU2WLTKZJQ6HYC87P0.uasset | 3 +++ .../Maps/ThirdPersonMap/A/DJ/84OZS9XQL8S92VD9N64Z3C.uasset | 3 +++ .../Maps/ThirdPersonMap/A/DU/SHXKDCL5C22VB58FTQ8ZDV.uasset | 3 +++ .../Maps/ThirdPersonMap/A/K5/9S6ODUEFVJUL0SEGAOQFIF.uasset | 3 +++ .../Maps/ThirdPersonMap/B/SZ/7X10U0YJMTGIYJGKRV4SQ8.uasset | 3 +++ .../Maps/ThirdPersonMap/B/UZ/MW118F6KLVZJ6WNXBG0MK2.uasset | 3 +++ .../Maps/ThirdPersonMap/C/IZ/F47RIT6PBRGD3VFHIO4PVP.uasset | 3 +++ .../Maps/ThirdPersonMap/C/QS/6I0TQQKGM2S7FVOKOWFBTW.uasset | 3 +++ .../Maps/ThirdPersonMap/D/70/VEM240MOJXJJ7YV9QJXKEA.uasset | 3 +++ .../Maps/ThirdPersonMap/D/VY/RSXANJEVJDNKW83NLSURPT.uasset | 3 +++ .../Maps/ThirdPersonMap/E/3P/NF019C8GJDI83HNZ92IZFK.uasset | 3 +++ .../Maps/ThirdPersonMap/E/5F/0Z08S1SLLMASVSCMRCTL2G.uasset | 3 +++ .../Maps/ThirdPersonMap/E/JJ/FJ93PGBA64REAOI7YZUGHA.uasset | 3 +++ .../Maps/ThirdPersonMap/E/TC/EC62AUM1KL8N4VMYBMI6DI.uasset | 3 +++ .../Maps/ThirdPersonMap/E/UC/HT0RFYX9XJZ3FJT4PXLP4Q.uasset | 3 +++ .../Maps/ThirdPersonMap/E/WO/P4J3OY3UC4H4E8QMUTYGZ2.uasset | 3 +++ .../Maps/ThirdPersonMap/F/5L/7A163E6ID9AKE7GFEZCD4B.uasset | 3 +++ .../Maps/ThirdPersonMap/0/43/HYQWORMY4JDQ5X3OKZXFLC.uasset | 3 --- .../Maps/ThirdPersonMap/0/FG/C9C8NKPQ680JETAE5ROTT1.uasset | 3 --- .../Maps/ThirdPersonMap/1/AZ/A7GPT109Y6ZTTJD4A7TXER.uasset | 3 --- .../Maps/ThirdPersonMap/1/HL/XWFFRCIJ8QK4NRO30ALA6J.uasset | 3 --- .../Maps/ThirdPersonMap/1/WU/NB37RT5Q32Z8MJWD8BD2SO.uasset | 3 --- .../Maps/ThirdPersonMap/3/EY/87SHEJN5UBEAN2K5OV1G6R.uasset | 3 --- .../Maps/ThirdPersonMap/3/M3/7JQC72ZY37QM4IT43WD5CW.uasset | 3 --- .../Maps/ThirdPersonMap/3/P3/O43ETCZTFMLWWH1CJ941H2.uasset | 3 --- .../Maps/ThirdPersonMap/4/60/5PI42YRDC8HSSG6BVV2GRR.uasset | 3 --- .../Maps/ThirdPersonMap/4/LN/30UBDLYFFA5ZR7U4W4L4GG.uasset | 3 --- .../Maps/ThirdPersonMap/4/PN/2QISIGK5DJNQ05US8O8FXW.uasset | 3 --- .../Maps/ThirdPersonMap/5/11/IM858T68EBXCBX1T2FNR96.uasset | 3 --- .../Maps/ThirdPersonMap/5/7E/BEYC27T14FHBU6LF2F60RR.uasset | 3 --- .../Maps/ThirdPersonMap/5/9Q/U98KGKQ41NJYFOGFQM8ZDY.uasset | 3 --- .../Maps/ThirdPersonMap/5/QO/CO9MG7REJF8N8AQFYRCI06.uasset | 3 --- .../Maps/ThirdPersonMap/5/R1/TS5OQ5CRUWFZYL1ZQ7I416.uasset | 3 --- .../Maps/ThirdPersonMap/6/CZ/K2YM0JIRZ78IHGM8W2QBAF.uasset | 3 --- .../Maps/ThirdPersonMap/6/HF/9H7TKAXH9DD8KI3TIXGI2I.uasset | 3 --- .../Maps/ThirdPersonMap/6/IR/OTJMGDDXDV5TI7982YKZ5P.uasset | 3 --- .../Maps/ThirdPersonMap/6/J7/N10XDC9G27EMLS5AGZ6AVV.uasset | 3 --- .../Maps/ThirdPersonMap/6/NC/UUYHDUFQAXTRRN4RVOPIUF.uasset | 3 --- .../Maps/ThirdPersonMap/6/XB/9VVR39MG0K7W5GQIEFE7SO.uasset | 3 --- .../Maps/ThirdPersonMap/6/YO/NG2R9BPZVA7ZDN0Z4VSTG6.uasset | 3 --- .../Maps/ThirdPersonMap/8/3J/6B9RJI3FDPCETRKXUXCQ4C.uasset | 3 --- .../Maps/ThirdPersonMap/8/S1/DXUWD12MD3HRWVVXX076BY.uasset | 3 --- .../Maps/ThirdPersonMap/9/U7/H8YL2PPHZPBTI74SUD0RNL.uasset | 3 --- .../Maps/ThirdPersonMap/A/16/Q7Y1URWWFS0TXGWUTO3S61.uasset | 3 --- .../Maps/ThirdPersonMap/A/17/6LXV4Y6DE3LUT705XNU4DZ.uasset | 3 --- .../Maps/ThirdPersonMap/A/MS/MRHJREJ6H7USQYWF1KO8F6.uasset | 3 --- .../Maps/ThirdPersonMap/B/4D/BBOCKSZY1GVHTFRX0PR0O8.uasset | 3 --- .../Maps/ThirdPersonMap/B/8K/1IKKDYS7RULH8FRYRPPF04.uasset | 3 --- .../Maps/ThirdPersonMap/B/EA/9BWDWCNL7OZT2HTML9LK1Y.uasset | 3 --- .../Maps/ThirdPersonMap/B/FB/8RB55FM1HBEUVO4IOQC4YN.uasset | 3 --- .../Maps/ThirdPersonMap/C/QF/BY1DA5CRGQSAMOTK8RA8KR.uasset | 3 --- .../Maps/ThirdPersonMap/C/YT/CQR16QFDKKEYP53M51TV4F.uasset | 3 --- .../Maps/ThirdPersonMap/D/0G/JNKFA4X9LRMSF343ESPF6Q.uasset | 3 --- .../Maps/ThirdPersonMap/D/3V/NMHOKL5LGQDOAAG00FUMZR.uasset | 3 --- .../Maps/ThirdPersonMap/D/DE/SWSI13675DVYIZ0N4NF7Y3.uasset | 3 --- .../Maps/ThirdPersonMap/E/8O/GK06JAEJ82TQ0GA2QB0DJG.uasset | 3 --- .../Maps/ThirdPersonMap/E/FR/LBG6LPN5JCL3FMVSI2CK6R.uasset | 3 --- .../Maps/ThirdPersonMap/0/LP/HOQDDEJSX9R0ODQOK1Y7QB.uasset | 3 +++ .../Maps/ThirdPersonMap/3/S0/2MYLD3N4H63YG9514GELE4.uasset | 3 +++ .../Maps/ThirdPersonMap/4/7L/SXH3UGN19D3VQJWXM1VDXR.uasset | 3 +++ .../Maps/ThirdPersonMap/7/69/04G3LI1R3GQQO06J7NLTJR.uasset | 3 +++ .../Maps/ThirdPersonMap/9/5R/GRYFGKFKEMB7KHV4BQ0YR0.uasset | 3 +++ .../Maps/ThirdPersonMap/C/HR/A7IM5OYPCH5LEMV3IPFFTV.uasset | 3 +++ .../Maps/ThirdPersonMap/4/VW/TY7TSUER9KKGHX2BMKSL0L.uasset | 3 --- .../Maps/ThirdPersonMap/6/D8/3MZ6M1DB94VN44C87D65WR.uasset | 3 --- .../Maps/ThirdPersonMap/6/TK/PIQ0B2FNWR15P52TECP27A.uasset | 3 --- .../Maps/ThirdPersonMap/9/KN/KHZG97SS6AL73U7AXDWH6J.uasset | 3 --- .../Maps/ThirdPersonMap/C/7N/FDH7Y28CQFXDK8P6MM1HXM.uasset | 3 --- .../Maps/ThirdPersonMap/E/GP/22PD314FCWY4ZK61DE3XZC.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/test.uasset | 3 --- 2546 files changed, 3529 insertions(+), 4138 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/MusicSoundClass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MasterSoundMix.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MusicSoundMix.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_SFXSoundMix.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SC_MasterSoundClass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SFXSoundClass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/BP_GameInstance.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/BPI_Character.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Animations/Jog_Fwd.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Skeleton.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Rigs/IK_UE4_Mannequin.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Rigs/RTG_UE4Manny_UE5Manny.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Rigs/RTG_UE5Manny_UE4Manny.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/ABP_Manny.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/ABP_Quinn.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/BS_MM_WalkRun.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Idle.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Jump.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Land.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_T_Pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Walk_InPlace.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Quinn/MF_Idle.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/CA_Mannequin.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/ChromaticCurve.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/MF_Diffraction.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/MF_logo3layers.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/M_Mannequin.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/Mannequin_LODSettings.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SKM_Manny.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SKM_Quinn.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/ABP_Manny_PostProcess.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/CR_Mannequin_Body.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/CR_Mannequin_Procedural.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/IK_Mannequin.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/PA_Mannequin.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_anim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_pose.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/RTG_Mannequin.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_BN.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_BN.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_BN.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_Tan.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_BN.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_Tan.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Shared/T_UE_Logo_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Idle.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/MoveProjectorUp.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/OpenTop.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk_01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_001.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_002.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_Diffuse.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_MetallicRoughnessEmission.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_Normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Credits/Credits.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Credits/StructCredits.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Credits/WB_Credit.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MF_ProcGrid.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MI_PrototypeGrid_Gray.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MI_PrototypeGrid_TopDark.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MI_Solid_Blue.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/M_PrototypeGrid.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/M_Solid.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_ChamferCube.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_Cube.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_Cylinder.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_QuarterCylinder.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_Ramp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Textures/T_GridChecker_A.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Floor_400x400.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Pillar_50x500.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/SM_AssetPlatform.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_400x200.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_400x300.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_400x400.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_500x500.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_Door_400x300.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_Door_400x400.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_Window_400x300.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_Window_400x400.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Collapse01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Collapse02.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Collapse_Cue.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Explosion01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Explosion02.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Explosion_Cue.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Fire01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Fire01_Cue.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Fire_Sparks01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Fire_Sparks01_Cue.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Light01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Light01_Cue.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Light02.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Light02_Cue.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Smoke01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Smoke01_Cue.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Background_Cue.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Birds01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Music01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Music_Cue.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Wind05.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Wind06.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Steam01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Steam01_Cue.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/SM_Arrows.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/Skybox.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/BP_LightStudio.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_CeilingLight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_WallSconce.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_AssetPlatform.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Basic_Floor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Basic_Wall.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Clay_Beveled.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Clay_New.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Clay_Old.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Cut_Stone.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Hewn_Stone.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_CobbleStone_Pebble.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_CobbleStone_Rough.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_CobbleStone_Smooth.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_ColorGrid_LowSpec.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_Grime.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_Panels.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_Poured.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_Tiles.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_TilesWorldAligned.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Glass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Ground_Grass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Ground_Gravel.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Ground_Moss.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Burnished_Steel.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Chrome.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Copper.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Gold.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Rust.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Steel.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Rock_Basalt.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Rock_Marble_Polished.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Rock_Sandstone.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Rock_Slate.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Tech_Checker_Dot.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Tech_Hex_Tile.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Tech_Panel.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Water_Lake.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Water_Ocean.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Oak.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Pine.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Walnut.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Burst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Dust_Particle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Fire_SubUV.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Heat_Distortion.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Radial_Gradient.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Spark.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_explosion_subUV.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_radial_ramp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_smoke_subUV.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/m_flare_01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Ambient_Dust.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Explosion.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Fire.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Smoke.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Sparks.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Steam_Lit.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/MaterialSphere.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Bush.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Chair.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Door.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Frame.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Lamp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Rock.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Shelf.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Statue.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_StatueGlass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_TableRound.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Bush.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Chair.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_CornerFrame.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Couch.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Door.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_DoorFrame.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_GlassWindow.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Lamp_Ceiling.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Lamp_Wall.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_PillarFrame.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_PillarFrame300.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Rock.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Shelf.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Stairs.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Statue.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_TableRound.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_WindowFrame.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Cone.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Cube.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Cylinder.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_NarrowCapsule.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Pipe.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Pipe_180.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Pipe_90.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Plane.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_QuadPyramid.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Sphere.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Torus.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_TriPyramid.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Trim.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Trim_90_In.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Trim_90_Out.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Tube.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Wedge_A.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Wedge_B.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_WideCapsule.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_New_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_New_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_New_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Old_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Old_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Burst_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Bush_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Bush_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ceramic_Tile_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ceramic_Tile_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Chair_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Chair_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Checker_Noise_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Rough_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Rough_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Grime_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Panels_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Panels_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Poured_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Poured_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Tiles_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Tiles_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Tiles_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Detail_Rocky_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Door_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Door_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Dust_Particle_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Explosion_SubUV.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Fire_SubUV.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Fire_Tiled_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Frame_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Frame_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Gradinet_01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Grass_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Grass_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Gravel_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Gravel_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Moss_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Lamp_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Lamp_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_MacroVariation.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Aluminum_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Copper_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Gold_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Gold_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Rust_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Rust_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Steel_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Steel_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Perlin_Noise_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_RockMesh_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_RockMesh_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Basalt_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Basalt_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Sandstone_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Sandstone_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Slate_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Slate_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Shelf_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Shelf_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Single_Tile_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Smoke_SubUV.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Smoke_Tiled_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Spark_Core.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Statue_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Statue_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_TableRound_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_TableRound_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Dot_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Dot_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Panel_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Panel_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Water_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Water_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Oak_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Oak_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Pine_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Pine_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Walnut_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Walnut_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_ground_Moss_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Curves/Atlas_UIMaterialLab.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Curves/Curve_HeartPulse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/PermanentMarker-Regular.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/PermanentMarker-Regular_Font.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Black.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-BlackItalic.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Bold.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-BoldItalic.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Italic.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Light.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-LightItalic.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Medium.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-MediumItalic.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Regular.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Thin.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-ThinItalic.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_PolarCoordinates.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_Skew.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_Slant.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_WaveWarp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Alternate.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_BlindMask.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_CheckerMask.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Radial_Segments.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_RingMask.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Sectors.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_SquareGradient.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_WedgesMask.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_GridTiling.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_Halftone.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_HexagonTiling.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_Truchet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Box.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Circle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Hexagon.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Intersection.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Subtraction.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Triangle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Union.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_Wave.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Time/MF_UI_LinearTime.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Time/MF_UI_SineTime.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Time/MF_UI_TimeDisplace.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Flip.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Scale.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Symmetry.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Translate.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_AspectRatio.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_EaseCurves.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_PingPong.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_Pixelate.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_Random.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_RemappableGradient.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_RemappableGradient_Float.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_SteppedGradient.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_WeightedCorners.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/1_Translate/M_UI_Translate.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/2_Rotate/M_UI_Rotate.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/3_Scale/MI_UI_Scale_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/3_Scale/MI_UI_Scale_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/3_Scale/M_UI_Scale.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/4_Flip/MI_UI_Flip_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/4_Flip/MI_UI_Flip_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/4_Flip/M_UI_Flip.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/6_Symmetry/M_UI_Symmetry.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/M_UI_LinearGradient.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/MI_UI_RadialGradient_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/MI_UI_RadialGradient_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/M_UI_RadialGradient.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/MI_UI_AngleGradient_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/MI_UI_AngleGradient_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/M_UI_AngleGradient.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/MI_UI_SquareGradient_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/MI_UI_SquareGradient_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/M_UI_SquareGradient.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/M_UI_RemappableGradient.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/1_LinearTime/MI_UI_LinearTime.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/1_LinearTime/M_UI_LinearTime.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicIn.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicInOut.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicOut.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticIn.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticInOut.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticOut.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineIn.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineInOut.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineOut.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/M_UI_EasingFunctions.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/M_UI_EasingFunctions_Linear.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_4.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_5.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/M_UI_TimeDisplace.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Box.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Circle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Hexagon.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Triangle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/M_UI_SDFs.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Example.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Intersection_Exact.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Intersection_Smooth.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Subtraction_Exact.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Subtraction_Smooth.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Union_Exact.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Union_Smooth.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/M_UI_SDF_BooleanOperations.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/M_UI_SDF_Morphing.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/4_Wave/M_UI_Wave.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_4.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/M_UI_SDF_Effects.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_BlindMask.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/M_UI_BlindMask.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/2_Wedges/M_UI_Wedges.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/3_Checkers/MI_UI_Checkers_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/3_Checkers/MI_UI_Checkers_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/3_Checkers/M_UI_Checkers.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/4_RadialSegments/M_UI_Radial_Segments.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/5_Sectors/MI_UI_Sectors_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/5_Sectors/MI_UI_Sectors_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/5_Sectors/M_UI_Sectors.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/6_Rings/MI_UI_Rings_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/6_Rings/MI_UI_Rings_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/6_Rings/M_UI_Rings.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/1_GridTiling/MI_UI_GridTiling_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/1_GridTiling/MI_UI_GridTiling_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/1_GridTiling/M_UI_GridTiling.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/MI_UI_HexagonalTiling_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/MI_UI_HexagonalTiling_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/M_UI_HexagonalTiling.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_4.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/M_UI_Truchet_Mask.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/M_UI_Truchet_UVs.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/4_Halftone/M_UI_Halftone.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/1_Slant/MI_UI_Slant_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/1_Slant/MI_UI_Slant_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/1_Slant/M_UI_Slant.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/2_Skew/MI_UI_Skew_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/2_Skew/MI_UI_Skew_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/2_Skew/M_UI_Skew.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/MI_UI_PolarCoordinates_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/MI_UI_PolarCoordinates_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/M_UI_PolarCoordinates.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/M_UI_WaveWarp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/1_Random/M_UI_Random.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/M_UI_SteppedGradient.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/3_Pixelate/M_UI_Pixelate.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/4_PingPong/MI_UI_PingPong_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/4_PingPong/MI_UI_PingPong_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/4_PingPong/M_UI_PingPong.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Axe.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Cards.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Noise.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Numbers.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Oxo.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Potion.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Shield.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Sword.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/WIP_texture.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button3_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_LedBackground.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_SaveSlot_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ObjectiveFill.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ProfileCard.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ProgressBar_Segmented.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Slot.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_TileBackground.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_WIP_Tile.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TabBackground.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TileBackground.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TileShadow.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_LedBackground.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_LedBackground1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ObjectiveFill.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ObjectiveFill_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProfileCard.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_4.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_WIP_Tile.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/MaterialLab_ModularTile.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/MaterialLab_SectionButton.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/MaterialLab_SectionHeader.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/MaterialLab_Tile.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_Applications_Button.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_Applications_Button_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_Applications_Button_3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_HalftoneMenu.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_InventoryGrid.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_InventorySlot.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_ObjectiveFill.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Main.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/1_MaterialLab_Transforms.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/2_MaterialLab_Gradients.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/3_MaterialLab_Time.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/4_MaterialLab_SDFs.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/5_MaterialLab_Masks.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/6_MaterialLab_Patterns.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/7_MaterialLab_UVDistortions.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/8_MaterialLab_Utilities.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/9_MaterialLab_Applications.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Styles/h2_text_style.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Styles/h3_text_style.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Styles/section_text_style.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/WBP_MaterialLab_Main.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/12_low.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/12_low_001.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/12_low_002.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/12_low_003.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/BP_Generator.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43_Base_color_tga_nonVT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43_Emissive_tga_nonVT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43_Metallic_tga_png-Material__43_Roughness_tga_png_nonVT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43_Normal_DirectX_tga_nonVT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/BP_Cassette.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/BP_Recorder.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Cassette_atlas_Normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Cassette_atlas_Roughness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Cassette_texture.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_001.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_002.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_003.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_004.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_005.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_006.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Cassette.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TR_glass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_BaseColor.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_Emission.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_Metalness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_Normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_Roughness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/lambert2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_0.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_012.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_0123.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_01234.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest002_Material__25_0.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest002_Material__25_01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/Material_25.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/Material_25_diffuse.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/Material_25_normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/Material_25_specularGlossiness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/R1_Material__25_0.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/R2_Material__25_0.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/R3_Material__25_0.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/R4_Material__25_0.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01_cesticka_01_0.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01_diffuse.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01_normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01_occlusion.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlina_25_A_rostlinka_24_0.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlina_25_B_rostlinka_24_0.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlina_25_C_rostlinka_24_0.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24_diffuse.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24_normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24_occlusion.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24_specularGlossiness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FirstPerson/Blueprints/BP_SpudExamplesGameInstance.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FirstPerson/Textures/NewSaveIcon.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_SaveLoadScreen_new.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_SaveSlot.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_UI.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/BP/BP_Fluid.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/BP/BP_LiquidXMotion.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/BP/BP_LiquidXMotion_C.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/BP/Default__BP_LiquidXMotion_C.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_BioGrenGlass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_BioGrenMetal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_BrassCap.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_Cork.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_CrystalGlow.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_FloorMat.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_Glass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/StinsonBeach_Mat.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MF_ColorCycler_4Way.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MI_Fluid_01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MI_Fluid_02.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MI_Fluid_03.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MI_LiquidX_02.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/M/M_Fluid_Master.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/Maps/Demonstration.umap delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/Maps/Overview.umap delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/S/S_Flask.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/T/BioGren/S_BioGren_M_Metal_BaseColor.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/T/BioGren/S_BioGren_M_Metal_Normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/T/BioGren/S_BioGren_M_Metal_OcclusionRoughnessMetallic.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/T/BioGren/T_Glass_Opacity_Inv.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/T/Shared/T_Bubbles.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/T/Shared/T_FloorGrid.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/T/Shared/T_GlassNormal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Fluids/T/T_CorkNoise.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/ALAS3_Final_PBR_Diffuse.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/ALAS3_Final_PBR_Mat.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/ALAS3_Final_PBR_Normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/AlphaEmission.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/BP_FreezingChamber.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Cylinder_056.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Cylinder_057.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Cylinder_058.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Material_021.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/MetalRoughnessTransmission.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/DiamondPlate008D_2K-JPG_Color.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/DiamondPlate008D_2K-JPG_NormalDX.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/M_DiamondMetal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/Plate.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/T_Diamond_MetallicRoughness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Tank/M_Tank.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Tank/MetallicRoughnessNormal_Tank_PBR_PackedTex.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Tank/Tank.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Tank/Tank_Tank_PBR_Diffuse.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/BP_SliderDoor.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/FrameStopper.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/J_2b01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/J_2b01_002.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/J_2b01_011.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/Material_001.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_BaseColor.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_BaseColor_nonVT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_Normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_Normal_nonVT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Furniture/Table/Table.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Furniture/Table/Table_001.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Furniture/Table/wood_table_worn.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BP_Can.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BS_Movement.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMeshCan.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_Skeleton.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Grip.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Material_004.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/SM_Gilbert.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton_AnimBlueprint.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/gloss.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/Globe-Globe.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/Globe.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/Globe1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/GlobeRobot.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/Globe_001_Baked.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/TestCharacter.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Inventory/BP_InventoryWidget.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Inventory/BP_VRInventory.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Inventory/InventoryDataTable.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Inventory/InventoryStruct.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Inventory/ItemDataComponent.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MF_ProcGrid.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MI_PrototypeGrid_TopDark.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MI_Solid_Blue.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/M_PrototypeGrid.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/M_Solid.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_ChamferCube.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_Cube.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_Cylinder.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_QuarterCylinder.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_Ramp.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Textures/T_GridChecker_A.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Lights/BP_Light.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Lights/M_FlickeringLight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Liquids/BP/BP_Fluid.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Liquids/M/Asset/M_Glass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Liquids/M/MI_LiquidX_02.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Liquids/Maps/Demo.umap delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Liquids_/BP/BP_Fluid.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Liquids_/BP/BP_Fluid_C.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Liquids_/BP/Default__BP_Fluid_C.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Liquids_/M/Asset/M_Glass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Liquids_/M/MI_LiquidX_02.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MF/MF_UV.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MF/MF_VTA_TriplanarMapping.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_GameStart.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/Credits/WB_Credits.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/Logo/BP_Logo.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/Logo/M_Logo.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/Logo/M_Logo_Inst_Dissolve.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_PP_MainMenu.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/NS_Bubbles.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/MF_Dissolve.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/MPC_UI.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_ButtonHover.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_Logo.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_MainMenuAppear.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_SaveSlotRetainer.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_SaveSlotRetainer_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover_Pressed.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Volume.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot_Hovered.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Arrow.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Plus.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Bystander.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Joystick.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Bystander.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Shift.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Stick.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Teleport.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_PictogramBorder.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Shift.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Teleport.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Arrow.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Logo.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Plus.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/TestWidget.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_LogoIntro.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_MainMenuMusic.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_UIClick.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_UIConfirm.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_UIMove.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MenuHover.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_LogoIntro.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_MainMenuMusic.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_UIClick.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_UIConfirm.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_UIMove.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_AudioSettings.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_Back.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_StyleMain.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GraphicsSettings.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Main.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_MainMenu1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingSwitch.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingsMain.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WidgetMovementComponent.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveSlot.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Advanced_Lighting.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Demonstration.umap delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Freezing_Chamber3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Main.umap delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Material_017.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_Color.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_Color_nonVT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_NormalGL.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_NormalGL_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Minimal_Default.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap1_BlockOut.umap delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/NewMaterial.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Overview.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/StarterMap.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/ThirdPersonMap.umap delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Alpha.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Diffuse.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Emission.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Metalness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Roughness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/Freezing_Chamber_Body_003.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/Freezing_Chamber_Door_Left_003.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/Freezing_Chamber_Door_Right_003.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/M_FreezingChamber.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/M_SpriteBubble.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/PostProcess/M_PP_Fog.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/PostProcess/M_PP_Fog_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Concrete031_4K-JPG_Color.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Concrete031_4K-JPG_Displacement.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Concrete031_4K-JPG_NormalDX.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Concrete031_4K-JPG_Roughness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/M_StoneTiles.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/M_StoneTiles_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/M_WorldAlignedBump.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Test_WS_Parallax_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Tiles132C_4K-JPG_Color.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_floor_tiles_02_diff_4k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_floor_tiles_02_disp_4k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_floor_tiles_02_nor_dx_4k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_floor_tiles_02_rough_4k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_grey_tiles_arm_4k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_grey_tiles_diff_4k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_grey_tiles_nor_dx_4k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_ao_4k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_color_4k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_height_4k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_normal_directx_4k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_roughness_4k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/PotionTest/Potion.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/PotionTest/PotionActor.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/PotionTest/PotionMat.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/PotionTest/Stopper.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/BP_Cassette.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/BP_Recorder.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/Cassette_atlas_Normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/Cassette_atlas_Roughness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/Cassette_texture.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/NewBlueprint.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_001.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_002.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_003.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_004.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_005.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_006.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_007.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Cassette.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/TR_glass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_BaseColor.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_Emission.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_Metalness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_Normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_Roughness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Recorder/lambert2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/BP_Respirator.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Black_denim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Black_plastic.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Black_plastic_no_image.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Cartridge_filter_bake_002.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Filter_material_black.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Front_mouthpiece_bake.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Glass2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Head_strap_bake.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Metal_black.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Metal_gray.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Metal_steel.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Mouthpiece_interior_bake.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Plastic_gray.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Plastic_gray_001.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Plastic_orange.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Rubber.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Scuffed_plastic_gray.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Seal_black.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Side_cartridge_bake.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Side_cartridge_bake_001.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/Side_cartridge_plate_bake.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/face_mask_seal_bake.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Respirator/respirator_282_bake.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Saves/E_Quality.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Saves/MainMenuSave.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Saves/SaveGame_PreMainMenu.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/Lamps.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/M_ScifiLamp.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/M_ScifiLamp_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/MetallRoughtnessEmissionHeightScifiLamp.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/SMat_Base_Color.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/SMat_Normal_DirectX.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/SoundClasses/MusicSoundClass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_MasterSoundMix.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_MusicSoundMix.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_SFXSoundMix.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SC_MasterSoundClass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SFXSoundClass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/SpiralStaircase/Cub.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/SpiralStaircase/Ff.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/SpiralStaircase/column.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/SpiralStaircase/stairs.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/BP_SplineParent.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/90Degree-Big.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/90Degree-Small.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Half-X-Pipe.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe1_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe_Inst1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Pipe004_4K-JPG_Color.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Pipe004_4K-JPG_Metalness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Pipe004_4K-JPG_Roughness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Straight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/X-Pipe.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/BP_Spline_NTube.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Material_002.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Color.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Metalness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Roughness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/untitled.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/untitled1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Floor_400x400.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Pillar_50x500.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/SM_AssetPlatform.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_400x200.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_400x300.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_400x400.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_500x500.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_Door_400x300.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_Door_400x400.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_Window_400x300.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_Window_400x400.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Collapse01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Collapse02.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Collapse_Cue.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Explosion01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Explosion02.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Explosion_Cue.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Fire01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Fire01_Cue.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Fire_Sparks01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Light01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Light01_Cue.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Light02.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Light02_Cue.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Smoke01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Smoke01_Cue.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Background_Cue.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Birds01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Music01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Music_Cue.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Wind05.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Wind06.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Steam01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Steam01_Cue.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/Skybox.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/BP_LightStudio.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Maps/Advanced_Lighting.umap delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Maps/Minimal_Default.umap delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Maps/StarterMap.umap delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_AssetPlatform.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Basic_Floor.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Basic_Wall.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Clay_New.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_Grime.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_Panels.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_Poured.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_Tiles.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_TilesWorldAligned.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Glass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Ground_Grass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Ground_Gravel.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Ground_Moss.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Chrome.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Copper.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Gold.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Rust.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Steel.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Rock_Basalt.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Rock_Sandstone.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Rock_Slate.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Tech_Panel.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Water_Lake.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Water_Ocean.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Oak.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Pine.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Walnut.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Burst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Spark.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/m_flare_01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Ambient_Dust.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Explosion.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Fire.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Smoke.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Sparks.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Steam_Lit.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/MaterialSphere.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Bush.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Chair.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Door.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Frame.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Lamp.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Rock.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Shelf.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Statue.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_StatueGlass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_TableRound.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Bush.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Chair.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_CornerFrame.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Couch.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Door.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_DoorFrame.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_GlassWindow.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Lamp_Wall.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_PillarFrame.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_PillarFrame300.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Rock.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Shelf.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Stairs.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Statue.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_TableRound.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_WindowFrame.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Cone.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Cube.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Cylinder.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Pipe.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Pipe_180.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Pipe_90.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Plane.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Sphere.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Torus.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_TriPyramid.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Trim.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Tube.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Wedge_A.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Wedge_B.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_WideCapsule.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Burst_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Bush_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Bush_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Chair_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Chair_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Checker_Noise_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Door_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Door_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Dust_Particle_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Explosion_SubUV.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Fire_SubUV.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Frame_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Frame_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Gradinet_01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Grass_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Grass_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Moss_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Lamp_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Lamp_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_MacroVariation.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Copper_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Gold_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Gold_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Rust_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Rust_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Steel_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Steel_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_RockMesh_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_RockMesh_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Slate_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Slate_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Shelf_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Shelf_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Single_Tile_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Smoke_SubUV.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Spark_Core.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Statue_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Statue_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_TableRound_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_TableRound_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Dot_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Dot_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Panel_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Panel_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Water_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Water_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Oak_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Oak_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Pine_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Pine_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_ground_Moss_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Input/Actions/IA_Jump.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Input/Actions/IA_Look.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Input/Actions/IA_Move.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Input/IMC_Default.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Maps/ThirdPersonMap.umap delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/BP_SPUD_UITest.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Credits/Credits.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Credits/StructCredits.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Credits/WB_Credit.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/InventoryDataTable.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/InventoryStruct.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/ItemDataComponent.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_GameStart.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_MainMenu.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_WidgetWithIndex.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Credits/WB_Credits.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Enum_MenuButtonType.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/BP_Logo.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/M_Logo.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/M_Logo_Inst_Dissolve.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/M_PP_MainMenu.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/NS_Bubbles.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/MF_Dissolve.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/MPC_UI.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_ButtonHover.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_MainMenuAppear.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_SaveSlotRetainer.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_SaveSlotRetainer_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover_Pressed.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Volume.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot_Hovered.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Textures.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Textures_Arrow.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Textures_Plus.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/Bystander.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/Joystick.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/MI_Bystander.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/MI_Shift.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/MI_Stick.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/MI_Teleport.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/Shift.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/Teleport.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/T_Arrow.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/T_Logo.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/T_Plus.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/TestWidget.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_LogoIntro.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_MainMenuMusic.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIClick.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIConfirm.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIMove.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MenuHover.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_LogoIntro.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_MainMenuMusic.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_UIClick.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_UIConfirm.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_UIMove.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_AudioSettings.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button_Back.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button_StyleMain.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_CustomSaveLoadScreen.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_GameSettings.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_GraphicsSettings.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Main.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_MainMenu1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_SettingSwitch.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_SettingsMain.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WidgetMovementComponent.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Widget_SaveSlot.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Saves/E_Quality.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Saves/SaveGame_PreMainMenu.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/UI_2/BP_SPUD_UITest.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/UI_2/Widget_SaveLoadScreen.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/UI_2/Widget_UI.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Curves/Atlas_UIMaterialLab.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Curves/Curve_HeartPulse.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/PermanentMarker-Regular.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/PermanentMarker-Regular_Font.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Black.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-BlackItalic.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Bold.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-BoldItalic.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Italic.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Light.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-LightItalic.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Medium.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-MediumItalic.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Regular.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Thin.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-ThinItalic.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Maps/Main.umap delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_PolarCoordinates.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_Skew.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_Slant.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_WaveWarp.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Alternate.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_BlindMask.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_CheckerMask.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Radial_Segments.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_RingMask.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Sectors.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_SquareGradient.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_WedgesMask.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_GridTiling.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_Halftone.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_HexagonTiling.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_Truchet.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Box.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Circle.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Hexagon.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Intersection.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Subtraction.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Triangle.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Union.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_Wave.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Time/MF_UI_LinearTime.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Time/MF_UI_SineTime.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Time/MF_UI_TimeDisplace.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Flip.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Scale.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Symmetry.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Translate.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_AspectRatio.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_EaseCurves.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_PingPong.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_Pixelate.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_Random.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_RemappableGradient.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_RemappableGradient_Float.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_SteppedGradient.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_WeightedCorners.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/1_Translate/M_UI_Translate.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/2_Rotate/M_UI_Rotate.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/3_Scale/MI_UI_Scale_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/3_Scale/MI_UI_Scale_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/3_Scale/M_UI_Scale.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/4_Flip/MI_UI_Flip_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/4_Flip/MI_UI_Flip_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/4_Flip/M_UI_Flip.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/6_Symmetry/M_UI_Symmetry.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/M_UI_LinearGradient.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/MI_UI_RadialGradient_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/MI_UI_RadialGradient_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/M_UI_RadialGradient.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/MI_UI_AngleGradient_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/MI_UI_AngleGradient_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/M_UI_AngleGradient.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/MI_UI_SquareGradient_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/MI_UI_SquareGradient_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/M_UI_SquareGradient.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/M_UI_RemappableGradient.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/1_LinearTime/MI_UI_LinearTime.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/1_LinearTime/M_UI_LinearTime.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicIn.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicInOut.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicOut.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticIn.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticInOut.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticOut.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineIn.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineInOut.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineOut.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/M_UI_EasingFunctions.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/M_UI_EasingFunctions_Linear.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_4.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_5.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/M_UI_TimeDisplace.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Box.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Circle.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Hexagon.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Triangle.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/M_UI_SDFs.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Example.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Intersection_Exact.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Intersection_Smooth.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Subtraction_Exact.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Subtraction_Smooth.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Union_Exact.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Union_Smooth.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/M_UI_SDF_BooleanOperations.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/M_UI_SDF_Morphing.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/4_Wave/M_UI_Wave.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_4.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/M_UI_SDF_Effects.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_BlindMask.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/M_UI_BlindMask.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/2_Wedges/M_UI_Wedges.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/3_Checkers/MI_UI_Checkers_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/3_Checkers/MI_UI_Checkers_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/3_Checkers/M_UI_Checkers.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/4_RadialSegments/M_UI_Radial_Segments.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/5_Sectors/MI_UI_Sectors_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/5_Sectors/MI_UI_Sectors_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/5_Sectors/M_UI_Sectors.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/6_Rings/MI_UI_Rings_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/6_Rings/MI_UI_Rings_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/6_Rings/M_UI_Rings.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/1_GridTiling/MI_UI_GridTiling_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/1_GridTiling/MI_UI_GridTiling_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/1_GridTiling/M_UI_GridTiling.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/MI_UI_HexagonalTiling_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/MI_UI_HexagonalTiling_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/M_UI_HexagonalTiling.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_4.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/M_UI_Truchet_Mask.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/M_UI_Truchet_UVs.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/4_Halftone/M_UI_Halftone.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/1_Slant/MI_UI_Slant_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/1_Slant/MI_UI_Slant_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/1_Slant/M_UI_Slant.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/2_Skew/MI_UI_Skew_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/2_Skew/MI_UI_Skew_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/2_Skew/M_UI_Skew.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/MI_UI_PolarCoordinates_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/MI_UI_PolarCoordinates_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/M_UI_PolarCoordinates.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/M_UI_WaveWarp.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/1_Random/M_UI_Random.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/M_UI_SteppedGradient.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/3_Pixelate/M_UI_Pixelate.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/4_PingPong/MI_UI_PingPong_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/4_PingPong/MI_UI_PingPong_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/4_PingPong/M_UI_PingPong.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Axe.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Cards.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Noise.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Numbers.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Oxo.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Potion.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Shield.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Sword.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/WIP_texture.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button3_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_LedBackground.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_SaveSlot_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ObjectiveFill.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ProfileCard.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ProgressBar_Segmented.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Slot.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_TileBackground.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_WIP_Tile.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TabBackground.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TileBackground.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TileShadow.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_LedBackground.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_LedBackground1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ObjectiveFill.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ObjectiveFill_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProfileCard.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_4.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_WIP_Tile.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/MaterialLab_ModularTile.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/MaterialLab_SectionButton.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/MaterialLab_SectionHeader.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/MaterialLab_Tile.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_Applications_Button.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_Applications_Button_2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_Applications_Button_3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_HalftoneMenu.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_InventoryGrid.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_InventorySlot.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_ObjectiveFill.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Main.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/1_MaterialLab_Transforms.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/2_MaterialLab_Gradients.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/3_MaterialLab_Time.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/4_MaterialLab_SDFs.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/5_MaterialLab_Masks.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/6_MaterialLab_Patterns.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/7_MaterialLab_UVDistortions.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/8_MaterialLab_Utilities.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/9_MaterialLab_Applications.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Styles/h2_text_style.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Styles/h3_text_style.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Styles/section_text_style.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/WBP_MaterialLab_Main.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI_2/BP_SPUD_UITest.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_SaveLoadScreen.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_UI.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/3DAsset/LiquidContainers/SM_GlassBottle.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/3DAsset/SM_GlassBottle.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/3DAsset/UnrealMannequin.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/BP/BP_LiquidActor.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_CapBubbles.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_CapUVs.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_LiquidMask.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_NormalBlending.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_SideBubbles.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_WavesMask.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MI/MI_Cork.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MI/MI_Glass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MI/MI_Liquid.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/MM_BasicMaterial.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/MM_LiquidShader.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/NewMaterial.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/Hide.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/MM_Hider.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/MM_RTWaves.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/SDF/MM_SDFCapJumpFlood.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/SDF/MM_SDFCapMask.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Cork/Cork_002_COLOR.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Cork/Cork_002_NORM.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Cork/Cork_002_ROUGH.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/HDRI/forgotten_miniland_2k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/HDRI/kiara_interior_2k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/HDRI/studio_small_08_2k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Imperfections/imperfection_0002_opacity_2k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Imperfections/paper_0023_normal_direct_1k.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/RenderTargets/RT_Cap.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/RenderTargets/RT_Waves.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/SphereRenderHeightMap.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Map/LiquidShader.umap delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/SM_GlassBottle.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/BP_TestProjector.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MPC_Projector.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRInventory.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/M_Boots_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/HandDuplicate/Handtest1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap1_BlockOut.umap delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Cabinet/BP_Cabinet.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_Teleport_Controller.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BasicShapeMaterialTrans.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/DefaultTextMaterialOpaque2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/LaserBeamSplineMat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_CanGrab.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_Grab.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_Open.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/RightGrip_BS.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/RightHand_AnimBP.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Materials/M_HandMat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right_PhysicsAsset.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right_Skeleton.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Textures/UE4_Mannequin__normals.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/CA_Mannequin.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/ChromaticCurve.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/MF_Diffraction.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/MF_logo3layers.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/M_Mannequin.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_BN.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_BN.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Shared/T_UE_Logo_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/MF_OccludedPixels.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/MI_TeleportCylinderPreview.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/M_ArcEndpoint.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/M_SplineArcMat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/M_TeleportPreviews.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/TeleportMCP.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Meshes/BeaconDirection.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Meshes/BeamMesh.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Meshes/SM_FatCylinder.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/VOIPAtten.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/Gestures.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspAnimBPManny.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingBlendManny.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingPhysicsManny.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Grasp_Right.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Animations/GrabAnimation.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/CA_Mannequin.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ChromaticCurve.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_Diffraction.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_logo3layers.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ML_BaseColorFallOff.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SKM_MannyXR_right.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/HandSockets/HandSocketMat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/OutlineFX/MT_I_OUTLINER.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/OutlineFX/M_LocalOutlines.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/OutlineFX/VRStereoFixer.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Misc/Examples/Potion/Potion.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Misc/Examples/Potion/PotionMat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Misc/Examples/Potion/Stopper.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Weapons/Guns/BaseMaterial.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Weapons/Guns/FirstPersonProjectileMaterial.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/AlternateGripLeft.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/AlternateGripRight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/ControllerMovementLeft.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/ControllerMovementRight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/LaserBeamLeft.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/LaserBeamRight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/MotionControllerThumbLeft_X.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/MotionControllerThumbLeft_Y.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/MotionControllerThumbRight_X.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/MotionControllerThumbRight_Y.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/PrimaryGripLeft.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/PrimaryGripRight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/TeleportLeft.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/TeleportRight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/UseHeldObjectLeft.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/UseHeldObjectRight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Misc/Meshes/1M_Cube.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Misc/Meshes/CubeMaterial.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/Materials/DefaultRibbonMaterial_NoGradient.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/Materials/M_TeleportRibbon.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/Materials/M_TossRibbon.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/Materials/M_WidgetTraceRibbon_NoDepth.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NPC_VRTemplate.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_MenuPointer.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_PickupTrace.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_TeleportTrace.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_Teleport_Controller.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BasicShapeMaterialTrans.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/DefaultTextMaterialOpaque2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/GripEnum.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/LaserBeamSplineMat.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_CanGrab.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_Grab.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_Open.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/RightGrip_BS.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/RightHand_AnimBP.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Materials/M_HandMat.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right_PhysicsAsset.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right_Skeleton.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Textures/UE4_Mannequin__normals.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/CA_Mannequin.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/ChromaticCurve.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/MF_Diffraction.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/MF_logo3layers.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/M_Mannequin.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_BN.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_BN.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Shared/T_UE_Logo_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/MF_OccludedPixels.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/MI_TeleportCylinderPreview.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/M_ArcEndpoint.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/M_SplineArcMat.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/M_TeleportPreviews.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/TeleportMCP.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Meshes/BeaconDirection.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Meshes/BeamMesh.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Meshes/SM_FatCylinder.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/MovementMode.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/VOIPAtten.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/Gestures.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspAnimBPManny.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingBlendManny.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingPhysicsManny.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/HandAnimState.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/TriggerIndexs.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Grasp_Right.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Animations/GrabAnimation.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/CA_Mannequin.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ChromaticCurve.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_Diffraction.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_logo3layers.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ML_BaseColorFallOff.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SKM_MannyXR_right.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/HandSockets/HandSocketBase.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/HandSockets/HandSocketBase2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/HandSockets/HandSocketMat.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/OutlineFX/MT_I_OUTLINER.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/OutlineFX/M_LocalOutlines.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/OutlineFX/VRStereoFixer.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Misc/Examples/Potion/Potion.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Misc/Examples/Potion/PotionMat.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Misc/Examples/Potion/Stopper.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Weapons/Guns/BaseMaterial.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Weapons/Guns/FirstPersonProjectileMaterial.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/AlternateGripLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/AlternateGripRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/ControllerMovementLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/ControllerMovementRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/LaserBeamLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/LaserBeamRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/MotionControllerThumbLeft_X.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/MotionControllerThumbLeft_Y.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/MotionControllerThumbRight_X.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/MotionControllerThumbRight_Y.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/PrimaryGripLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/PrimaryGripRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/TeleportLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/TeleportRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/UseHeldObjectLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/UseHeldObjectRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Misc/Meshes/1M_Cube.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE2/Misc/Meshes/CubeMaterial.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/DefaultRibbonMaterial_NoGradient.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/M_TeleportRibbon.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/M_TossRibbon.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/M_WidgetTraceRibbon_NoDepth.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NPC_VRTemplate.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NS_MenuPointer.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NS_PickupTrace.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NS_TeleportTrace.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Walls/M_Basic_Wall.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Walls/SM_Wall2Sided.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Walls/WallSubDivfbx.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Walls/Wall_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Walls/Wall_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/BPI_Character.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Blendspace_Walk_Clarice.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/LegsIn.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Material.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Material_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Material_002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Textures/MergedBake_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Textures/MergedBake_Bake1_PBR_MetallicRoughnessEmission.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Textures/MergedBake_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/Blueprints/BP_SpudExamplesGameInstance.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/Textures/NewSaveIcon.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/UI/Widget_SaveLoadScreen_new.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/UI/Widget_SaveSlot.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/UI/Widget_UI.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Grip.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Material_004.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/WatercanRobot3_Cube_008.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/gloss.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/SplineActor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/TestSpline.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/Globe-Globe.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/Globe.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/Globe1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/GlobeRobot.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/Globe_001_Baked.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/TestCharacter.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Animations/Jog_Fwd.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Meshes/SK_Mannequin.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Skeleton.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Rigs/IK_UE4_Mannequin.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Rigs/RTG_UE4Manny_UE5Manny.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Rigs/RTG_UE5Manny_UE4Manny.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/ABP_Manny.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/ABP_Quinn.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/BS_MM_WalkRun.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Idle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Jump.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Land.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_T_Pose.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Walk_InPlace.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Quinn/MF_Idle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/CA_Mannequin.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/ChromaticCurve.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/MF_Diffraction.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/MF_logo3layers.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/M_Mannequin.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/Mannequin_LODSettings.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SKM_Manny.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SKM_Quinn.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SK_Mannequin.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_BN.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_BN.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_BN.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_Tan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_BN.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_Tan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Shared/T_UE_Logo_M.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Input/Actions/IA_Jump.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Input/Actions/IA_Look.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Input/Actions/IA_Move.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Input/IMC_Default.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/12_low.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/12_low_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/12_low_002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/12_low_003.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/BP_Generator.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43_Base_color_tga_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43_Emissive_tga_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43_Metallic_tga_png-Material__43_Roughness_tga_png_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43_Normal_DirectX_tga_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Cassette_atlas_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Cassette_atlas_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Cassette_texture.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_003.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_004.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_005.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_006.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Cassette.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TR_glass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_BaseColor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_Emission.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_Metalness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/lambert2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/BP/BP_Fluid.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_BioGrenGlass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_BioGrenMetal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_BrassCap.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_Cork.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_CrystalGlow.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_FloorMat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_Glass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/StinsonBeach_Mat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/MF_ColorCycler_4Way.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/MI_Fluid_01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/MI_Fluid_02.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/MI_Fluid_03.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/M_Fluid_Master.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/S/S_Flask.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/BioGren/S_BioGren_M_Metal_BaseColor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/BioGren/S_BioGren_M_Metal_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/BioGren/S_BioGren_M_Metal_OcclusionRoughnessMetallic.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/BioGren/T_Glass_Opacity_Inv.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/Shared/T_Bubbles.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/Shared/T_FloorGrid.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/Shared/T_GlassNormal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/T_CorkNoise.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/ALAS3_Final_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/ALAS3_Final_PBR_Mat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/ALAS3_Final_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/AlphaEmission.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/BP_FreezingChamber.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Cylinder_056.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Cylinder_057.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Cylinder_058.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Material_021.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/MetalRoughnessTransmission.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/DiamondPlate008D_2K-JPG_Color.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/DiamondPlate008D_2K-JPG_NormalDX.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/M_DiamondMetal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/Plate.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/T_Diamond_MetallicRoughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/M_Tank.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/MetallicRoughnessNormal_Tank_PBR_PackedTex.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/Tank.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/Tank_Tank_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/BP_SliderDoor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/FrameStopper.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01_002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01_011.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/Material_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_BaseColor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_BaseColor_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Normal_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/Table.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/Table_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/wood_table_worn.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/Potion.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/PotionActor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/PotionMat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/Stopper.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/BP_Respirator.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Black_denim.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Black_plastic.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Black_plastic_no_image.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Cartridge_filter_bake_002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Filter_material_black.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Front_mouthpiece_bake.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Glass2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Head_strap_bake.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Metal_black.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Metal_gray.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Metal_steel.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Mouthpiece_interior_bake.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Plastic_gray.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Plastic_gray_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Plastic_orange.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Rubber.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Scuffed_plastic_gray.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Seal_black.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Side_cartridge_bake.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Side_cartridge_bake_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Side_cartridge_plate_bake.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/face_mask_seal_bake.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/respirator_282_bake.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/M_DryGround.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/M_DryGround_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_UV.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_VTA_TriplanarMapping.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Material_017.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Color.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Color_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_NormalGL.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_NormalGL_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/NewMaterial.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Fog.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Fog_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Sprites/M_SpriteBubble.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Concrete031_4K-JPG_Color.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Concrete031_4K-JPG_Displacement.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Concrete031_4K-JPG_NormalDX.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Concrete031_4K-JPG_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_StoneTiles.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_StoneTiles_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_WorldAlignedBump.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Tiles132C_4K-JPG_Color.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_floor_tiles_02_diff_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_floor_tiles_02_disp_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_floor_tiles_02_nor_dx_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_floor_tiles_02_rough_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_grey_tiles_arm_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_grey_tiles_diff_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_grey_tiles_nor_dx_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_ao_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_color_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_height_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_normal_directx_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_roughness_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/M_FlickeringLight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/Lamps.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/M_ScifiLamp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/M_ScifiLamp_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/MetallRoughtnessEmissionHeightScifiLamp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/SMat_Base_Color.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/SMat_Normal_DirectX.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/BP_SplineParent.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/90Degree-Big.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/90Degree-Small.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_Color.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_Metalness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Straight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/X-Pipe.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/BP_Spline_NTube.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Material_002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Color.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Metalness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/untitled.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/untitled1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/ChamberStair/Freezing_Chamber3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/SpiralStaircase/Cub.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/SpiralStaircase/Ff.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/SpiralStaircase/column.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/SpiralStaircase/stairs.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/M_Basic_Wall.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/SM_Wall2Sided.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/WallSubDivfbx.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Wall_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Wall_2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MPC_Projector.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/0/9Z/OBHQTF8IORVT433VKL992W.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/0/DX/5FW2U4KT04K2AKQRKKFG5Z.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/2/AZ/70ZA0QG6595U5CSKW4XB2J.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/2/JP/YMLHL2H3S68CJH18NK97PI.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/3/1B/XASWLK7IUNZGYZ8JCJ6O5Y.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/3/27/KYAQ7LV9GK2CHZ4R38QLDV.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/3/3J/IWSSFGQQZ4WAXKO4RKFB5A.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/3/UD/BB4MDNTU359RPOEOB0K97W.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/4/89/CAD4L5YR5UXXW71HZ63KCG.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/4/G4/MV3XET7AFC2OLKDOYUREHB.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/4/VI/PDXA9Q02LMQ2U8KWXCKWUI.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/4/ZC/QA2JFU2WVETHLSVDTUMTW2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/5/M0/H1MB1V7RGMSV5BTJFZDX3K.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/5/OD/WWBJIMIHZC4BU0PPRDMGMC.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/6/39/I37LBIY268745LDONK7LEY.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/6/6M/75583HW08PHU4LHVXQUKXB.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/6/MQ/0DB0NM38OI54F6UILEELUN.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/7/60/29HCLQP5BSCTP2C9E9FPVQ.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/7/F6/MCG2ZB13LMCCVMRE7CXUK0.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/7/N7/5IOD6DQZFMSDGO6XBA842S.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/7/SN/54G2E6KSHCBT0L3UCPROEX.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/8/6M/OV8P6XY6MYN8XDC227RW7Q.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/9/10/KGJCP16G822BWCJMYT24UB.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/A/5G/TOKFWU2WLTKZJQ6HYC87P0.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/A/DJ/84OZS9XQL8S92VD9N64Z3C.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/A/DU/SHXKDCL5C22VB58FTQ8ZDV.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/A/K5/9S6ODUEFVJUL0SEGAOQFIF.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/B/SZ/7X10U0YJMTGIYJGKRV4SQ8.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/B/UZ/MW118F6KLVZJ6WNXBG0MK2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/C/IZ/F47RIT6PBRGD3VFHIO4PVP.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/C/QS/6I0TQQKGM2S7FVOKOWFBTW.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/D/70/VEM240MOJXJJ7YV9QJXKEA.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/D/VY/RSXANJEVJDNKW83NLSURPT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/3P/NF019C8GJDI83HNZ92IZFK.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/5F/0Z08S1SLLMASVSCMRCTL2G.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/JJ/FJ93PGBA64REAOI7YZUGHA.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/TC/EC62AUM1KL8N4VMYBMI6DI.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/UC/HT0RFYX9XJZ3FJT4PXLP4Q.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/WO/P4J3OY3UC4H4E8QMUTYGZ2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/F/5L/7A163E6ID9AKE7GFEZCD4B.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/43/HYQWORMY4JDQ5X3OKZXFLC.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/FG/C9C8NKPQ680JETAE5ROTT1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/AZ/A7GPT109Y6ZTTJD4A7TXER.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/HL/XWFFRCIJ8QK4NRO30ALA6J.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/WU/NB37RT5Q32Z8MJWD8BD2SO.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/EY/87SHEJN5UBEAN2K5OV1G6R.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/M3/7JQC72ZY37QM4IT43WD5CW.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/P3/O43ETCZTFMLWWH1CJ941H2.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/60/5PI42YRDC8HSSG6BVV2GRR.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/LN/30UBDLYFFA5ZR7U4W4L4GG.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/PN/2QISIGK5DJNQ05US8O8FXW.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/11/IM858T68EBXCBX1T2FNR96.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/7E/BEYC27T14FHBU6LF2F60RR.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/9Q/U98KGKQ41NJYFOGFQM8ZDY.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/QO/CO9MG7REJF8N8AQFYRCI06.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/R1/TS5OQ5CRUWFZYL1ZQ7I416.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/CZ/K2YM0JIRZ78IHGM8W2QBAF.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/HF/9H7TKAXH9DD8KI3TIXGI2I.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/IR/OTJMGDDXDV5TI7982YKZ5P.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/J7/N10XDC9G27EMLS5AGZ6AVV.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/NC/UUYHDUFQAXTRRN4RVOPIUF.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/XB/9VVR39MG0K7W5GQIEFE7SO.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/YO/NG2R9BPZVA7ZDN0Z4VSTG6.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/3J/6B9RJI3FDPCETRKXUXCQ4C.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/S1/DXUWD12MD3HRWVVXX076BY.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/9/U7/H8YL2PPHZPBTI74SUD0RNL.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/16/Q7Y1URWWFS0TXGWUTO3S61.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/17/6LXV4Y6DE3LUT705XNU4DZ.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/MS/MRHJREJ6H7USQYWF1KO8F6.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/4D/BBOCKSZY1GVHTFRX0PR0O8.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/8K/1IKKDYS7RULH8FRYRPPF04.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/EA/9BWDWCNL7OZT2HTML9LK1Y.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/FB/8RB55FM1HBEUVO4IOQC4YN.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/QF/BY1DA5CRGQSAMOTK8RA8KR.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/YT/CQR16QFDKKEYP53M51TV4F.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/0G/JNKFA4X9LRMSF343ESPF6Q.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/3V/NMHOKL5LGQDOAAG00FUMZR.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/DE/SWSI13675DVYIZ0N4NF7Y3.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/E/8O/GK06JAEJ82TQ0GA2QB0DJG.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/E/FR/LBG6LPN5JCL3FMVSI2CK6R.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/0/LP/HOQDDEJSX9R0ODQOK1Y7QB.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/3/S0/2MYLD3N4H63YG9514GELE4.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/4/7L/SXH3UGN19D3VQJWXM1VDXR.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/7/69/04G3LI1R3GQQO06J7NLTJR.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/9/5R/GRYFGKFKEMB7KHV4BQ0YR0.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/C/HR/A7IM5OYPCH5LEMV3IPFFTV.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/4/VW/TY7TSUER9KKGHX2BMKSL0L.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/6/D8/3MZ6M1DB94VN44C87D65WR.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/6/TK/PIQ0B2FNWR15P52TECP27A.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/9/KN/KHZG97SS6AL73U7AXDWH6J.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/C/7N/FDH7Y28CQFXDK8P6MM1HXM.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/E/GP/22PD314FCWY4ZK61DE3XZC.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/test.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini index 59be0cc..39bb7ef 100644 --- a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini +++ b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini @@ -33,14 +33,14 @@ ConfiguredInternetSpeed=15000 ConfiguredLanSpeed=20000 [/Script/EngineSettings.GameMapsSettings] -EditorStartupMap=/Game/VRE/ExampleMap/MotionControllerMap.MotionControllerMap +EditorStartupMap=/Game/Maps/MotionControllerMap.MotionControllerMap LocalMapOptions= TransitionMap= bUseSplitscreen=False TwoPlayerSplitscreenLayout=Horizontal ThreePlayerSplitscreenLayout=FavorTop GameInstanceClass=/Game/VRE/Core/VRGameInstance.VRGameInstance_C -GameDefaultMap=/Game/VRE/ExampleMap/MotionControllerMap.MotionControllerMap +GameDefaultMap=/Game/Maps/Map_MainMenu.Map_MainMenu ServerDefaultMap=/Engine/Maps/Entry GlobalDefaultGameMode=/Game/VRE/Core/SteamVR_GM.SteamVR_GM_C GlobalDefaultServerGameMode=None diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/MusicSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/MusicSoundClass.uasset new file mode 100644 index 0000000..6933388 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/MusicSoundClass.uasset @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..ed00718 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MasterSoundMix.uasset @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..2666565 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MusicSoundMix.uasset @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..b772f17 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_SFXSoundMix.uasset @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..6463ddc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SC_MasterSoundClass.uasset @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..9182649 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SFXSoundClass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed462344cb652036dce27eb4d997c0faf5eaa35d54eaace47019d7d0bf2a2ec +size 1517 diff --git a/VIRTUOS_ExpansionPluginTests/Content/BP_GameInstance.uasset b/VIRTUOS_ExpansionPluginTests/Content/BP_GameInstance.uasset deleted file mode 100644 index c4cfa99..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/BP_GameInstance.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbeb97ab304b6b6ef01d60252bd37642626062c612e11f6d748bedb7397b2fcd -size 17977 diff --git a/VIRTUOS_ExpansionPluginTests/Content/CR_Mannequin_BasicFootIK_Take1.uasset b/VIRTUOS_ExpansionPluginTests/Content/CR_Mannequin_BasicFootIK_Take1.uasset index 813c3ad..d15b7c8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/CR_Mannequin_BasicFootIK_Take1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/CR_Mannequin_BasicFootIK_Take1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d0be2999bf5b13a84158f7fc2e708d6451b3c3df0206d9fe85466219aedcb35 -size 13760 +oid sha256:102f2e4697c234593afb9b68964aaae820efb85314051522ca1ca9355c9d8435 +size 13953 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/BPI_Character.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/BPI_Character.uasset deleted file mode 100644 index 44c4b3d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/BPI_Character.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2b196c7c75d1bb4a2b4cf850860a70a5ceb50e59868d35fb203f1e7482e45ca -size 10561 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset deleted file mode 100644 index 608eb89..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7efa80377ac10aa24c00998ce42fa5ac1aa238c0aa9936d3ab03aecb524dd7b2 -size 74865 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset deleted file mode 100644 index 0c597be..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72af50c59cf97b52452ee6b6bc6b97bc4a042dc9690d2f86da895372f33e8ee1 -size 214148 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Animations/Jog_Fwd.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Animations/Jog_Fwd.uasset deleted file mode 100644 index b915e8e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Animations/Jog_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81b4dd2a00331ba3086ce06a8673667359183399c5fb1ab924060e2c84720691 -size 203111 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset deleted file mode 100644 index 4d2cc64..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa87ecdbb722402bdb4decef1a53487d6b74789076cb7aa51a4521553f478a89 -size 13710 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige.uasset deleted file mode 100644 index 26c98f4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b544f3c62bdc242ceb673eb94a30a1bb881ea3b126d849e8e969ea6b30c25772 -size 10382 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset deleted file mode 100644 index 71812b7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff2747888cb753414087d94c0aaa824e88aae93ca25584419a1ace2de31bb048 -size 11197 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset deleted file mode 100644 index 3fbbe60..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28ffa6db34aa484d7f36d872c88b5628a5a9aff7279c1e0d819fb20fe29459ed -size 14647 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset deleted file mode 100644 index ab712a1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4042ac871e2df59386ec9b28ce4c8436753e92ba1e0c69b8ba1b75220a386e96 -size 28440 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset deleted file mode 100644 index 86a96e3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03e96660ce9ddd947d06b73332cc5e3ce76339f937d2cd7ef5396e20a1bdd968 -size 11162 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin.uasset deleted file mode 100644 index f595931..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:add4a29562eefee1f38203b6377e56cdb62ad5f109776e845d05e4050552926c -size 5583495 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset deleted file mode 100644 index 063f935..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8e0bf4f4a7a8702be683d64e382e0994d56a24f6ef94a0e13d0d3504df9e490 -size 46446 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Skeleton.uasset deleted file mode 100644 index 5ee88a5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44ad784e4e3635f78abc34c3f266522218994b20714ddda144bbcbaa5972c4ed -size 22962 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Rigs/IK_UE4_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Rigs/IK_UE4_Mannequin.uasset deleted file mode 100644 index 80b681c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Rigs/IK_UE4_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce8694572ad9b6bf3f7b4bfb00f12aba5d5253d65389475ebcc8f9d8d43c37b2 -size 68924 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Rigs/RTG_UE4Manny_UE5Manny.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Rigs/RTG_UE4Manny_UE5Manny.uasset deleted file mode 100644 index 4c60e88..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Rigs/RTG_UE4Manny_UE5Manny.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:592717cabe08dd57e5ee625c860879be13a18932f8654fe73ee0bbaee063caf6 -size 23985 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Rigs/RTG_UE5Manny_UE4Manny.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Rigs/RTG_UE5Manny_UE4Manny.uasset deleted file mode 100644 index 11f762e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Rigs/RTG_UE5Manny_UE4Manny.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b34deb079185dedefe04151a3c824a6981b25e12c65f89e7bcd120c68d0f7cac -size 19357 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset deleted file mode 100644 index 0909fde..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf805e02f583024a7f5a40f4b2a249809ce711a46de5c84bcd74609b73fed351 -size 395400 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset deleted file mode 100644 index 7eceba1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:582564da5dbbe8e30e6d65babae05ff22edce4a0bc8833f95180b505f0837447 -size 404289 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset deleted file mode 100644 index e18a52a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64a3293fbe4df89c9040bc8d5e9cc6cebc945715ca1c8dc62a7682acc526a524 -size 429026 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset deleted file mode 100644 index e984535..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c84157238dd3d148b4f51e44a46f82d5dfd714beaa67c4c9c2998bdc7ec3365 -size 358524 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset deleted file mode 100644 index 5e4c2a3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec1d27963fc08f75eeee585f78d96ffbd8727bfe86c7c1fe0e7e2a2dd57d5a26 -size 211489 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset deleted file mode 100644 index 8fd335b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:354c99110df3d84a5cf4bb01de49d994a5c674c9788bd4b5fc779bf3030c54cf -size 5427488 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset deleted file mode 100644 index 6c32cbe..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6f7d178353537343355bd9e8021951aac860c189c1393f57777df90c720466a -size 41868 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset deleted file mode 100644 index 3236d1f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a30f20159eb0e91b89c5f36aa9e6699b4c1a2af7328296c3fd77c392e10b2c7 -size 56343 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/ABP_Manny.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/ABP_Manny.uasset deleted file mode 100644 index 9e5b15d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/ABP_Manny.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:698ad59b091eadff740a7ed78bb18cfad875fa3143d2ae614e0317d5e9680a79 -size 368180 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/ABP_Quinn.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/ABP_Quinn.uasset deleted file mode 100644 index ae1cbad..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/ABP_Quinn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd84317778ba8ee13b7addf2bd11988a07c38cffbebb129562a25785e5215abb -size 39313 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/BS_MM_WalkRun.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/BS_MM_WalkRun.uasset deleted file mode 100644 index c1625d5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/BS_MM_WalkRun.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17534cfadb0ecbfec9556f6b116d3cc4276b2d8ea5b451062ba3919c5ce24a6c -size 8993 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.uasset deleted file mode 100644 index 391c245..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:732b4cb73137a34d510f774b0ab63934bf2ee5532b0333d401fa450f88e44010 -size 698209 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Idle.uasset deleted file mode 100644 index 00049a8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d03e57ab6829b8f60cf19ba1ee5e0ac82e37e5429427edaad472fb473f71d1c -size 897634 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Jump.uasset deleted file mode 100644 index 360bd01..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Jump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:771ad470861e3bec955b22c889d2b9acb844a6ae91565b0e647c7adace39878b -size 290962 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Land.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Land.uasset deleted file mode 100644 index f5e0d2c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Land.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24f34cf736992c09b7502185c3d71ef1c79278fb558dacc91fa494ecfe452fe5 -size 300335 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset deleted file mode 100644 index 84ca078..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aff51ddb72b98d9cd2f4c1351f132dfcfde83d905f4f37d1f35b793b26c95b96 -size 293237 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_T_Pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_T_Pose.uasset deleted file mode 100644 index 16d2289..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_T_Pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b7e4d1ff30352e296f446e77eed841ad7d5344430c5f7141fd09aad7e0af2c3 -size 30458 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset deleted file mode 100644 index 5e734eb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:226e6affa1682ddf630a2e7759bc8b08dae033490a0449400af18a97941440c4 -size 382783 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Walk_InPlace.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Walk_InPlace.uasset deleted file mode 100644 index 18e0680..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Manny/MM_Walk_InPlace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55a005cf4d673d8fcef1b93e2be270b8c47a8a82b7cbf895a915d27710d4a40b -size 609238 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset deleted file mode 100644 index 83e9ffb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6974eb2d3d4f246d91f0cfea6b4400aed38c722b67dc9ca8c15c9bc4a14e193 -size 9025 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Quinn/MF_Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Quinn/MF_Idle.uasset deleted file mode 100644 index 56a8a86..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Quinn/MF_Idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98c6ee27d23ad13b69cd51e466058ff8f75e55ec69ab78911d43eb2d54151022 -size 919278 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset deleted file mode 100644 index a022266..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:069b7d70641be0a4f2c0d9f0cb4662c796da0f2969c6f1297ae3e22dd3479026 -size 431040 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset deleted file mode 100644 index a334b55..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a277d4a34033b8e5b336eace9857a4abf1f255a2a4687fa1709b5a5a464ea137 -size 449906 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/CA_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/CA_Mannequin.uasset deleted file mode 100644 index 33b7e4d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/CA_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5564d59ac367f94d06d6eafc8eafbc1144eec525ebcaf0bd20c3effd400bcf8b -size 4812 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/ChromaticCurve.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/ChromaticCurve.uasset deleted file mode 100644 index b66dfad..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/ChromaticCurve.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32f26545999f01c55f8900c2d491d4cb39f3c545b061225deee2c8b70e760b70 -size 6306 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/MF_Diffraction.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/MF_Diffraction.uasset deleted file mode 100644 index fbe47aa..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/MF_Diffraction.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1248c9176bcd4693cab74b63249bd9f0434758dda1c4f4b5c53da5e2a2b91ec2 -size 32183 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/MF_logo3layers.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/MF_logo3layers.uasset deleted file mode 100644 index 96a2e85..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/MF_logo3layers.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1f542fd354f8ff82fb685318e3665da4e9a9207add267de9ce6cf8779b5e147 -size 56603 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset deleted file mode 100644 index 2c79117..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:242a332a47b300d429e94147a7ffd38ed09b5c2467dede5e90525494af7c5e18 -size 13437 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset deleted file mode 100644 index 4c76d43..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2492fbdc6d6af64af264159aeab1b4ed6fc859e2adbd1be4aef59dd8221c7d49 -size 21590 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset deleted file mode 100644 index 8027144..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e6b0c28b5f10768f406776c4fc9d853eb915efdcff8e79465e96aff8c11872b -size 24853 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset deleted file mode 100644 index b486efd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc66db2c2b3f8f37191aad8bc59bbdecda0a19a03a995c602df3b2d8cb3f19e9 -size 19667 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset deleted file mode 100644 index 7f69c8a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46e73fecdb44bdf4bbbd661ee36798f7956f76360594023cb51b96f92ca4c01c -size 25230 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/M_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/M_Mannequin.uasset deleted file mode 100644 index 8c4ba13..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Materials/M_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c19c44d3a63f9975bb2e777d37d44341cf24907674c36cca79c558383406f0d5 -size 83079 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/Mannequin_LODSettings.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/Mannequin_LODSettings.uasset deleted file mode 100644 index b342d7b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/Mannequin_LODSettings.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae6203ccee7839e886951796d05315fe1dd9b9aa44c8a60a9525d5ccd905d5b6 -size 18996 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SKM_Manny.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SKM_Manny.uasset deleted file mode 100644 index 9f1f7d2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SKM_Manny.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1df1a6b3db170cd80f14c40653fbc9a692af00f7abd575872d9cd8a707e05c6 -size 34534883 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset deleted file mode 100644 index efc750c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc39b456f2700d3f7aa0dfa99432424c78464b723a143bdf337dcc96867aaab9 -size 18527372 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SKM_Quinn.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SKM_Quinn.uasset deleted file mode 100644 index 113ac4e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SKM_Quinn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0fdd468262ff66fd30eb55f7bac167063959e5d9dbfa36abf853a5d77616a59 -size 36495654 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset deleted file mode 100644 index 0a0d0d1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01031c54550174f0a09f13787b128229316afa699302577044e13b6c71d830ed -size 19371553 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset deleted file mode 100644 index e864a47..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:777b2aa0a679b5d326814440204787ff0ba56b4ad9477a407b24d689155b050c -size 160872 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/ABP_Manny_PostProcess.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/ABP_Manny_PostProcess.uasset deleted file mode 100644 index dd58011..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/ABP_Manny_PostProcess.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f58d1ac6047ec45bf31bec1071a5afc0e9dde9d50849bd8e74ca1c4271495c8 -size 463451 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset deleted file mode 100644 index 2bb81b5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f57ba4350e61b3a5fac6cff45c3d21b81d0ab289765dac797b150b8bac98f34 -size 463249 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset deleted file mode 100644 index 5f9d5fc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5314912601999e3d139f91d690abb1482523a4ea46eef906e901b6d266743cf7 -size 520941 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/CR_Mannequin_Body.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/CR_Mannequin_Body.uasset deleted file mode 100644 index f58f765..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/CR_Mannequin_Body.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d6092d8eb4a158e99568dffe0f036a5310b03d5a917e3b58529c7d5fd4088ce -size 16036573 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/CR_Mannequin_Procedural.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/CR_Mannequin_Procedural.uasset deleted file mode 100644 index 98e0204..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/CR_Mannequin_Procedural.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d1abd304377e26c3c7e5a3b7488c522b118cc62ba0f574e9a63ec2e6ca22ac6 -size 2267523 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/IK_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/IK_Mannequin.uasset deleted file mode 100644 index c35c1ab..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/IK_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edd623de3bde5afa06348d226eb98ba4f7d66c962ad7c93b4d25feef5de4b124 -size 143479 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/PA_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/PA_Mannequin.uasset deleted file mode 100644 index 72b3611..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/PA_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0b163ae42f4717b12d4a9ab0c6b9da218e2d0d64e891b508e81586ac2a3adee -size 289285 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_anim.uasset deleted file mode 100644 index 3c14e35..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec42316c0d0e642867721ab1ac8b58452ee537c9dde5e4d4389d745ccc44e9a6 -size 141452 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_pose.uasset deleted file mode 100644 index 44ba84b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26f5c00f4b1a7000505a233e217aa55c5e32b0473128b7cb96f34051dc330da5 -size 207430 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_anim.uasset deleted file mode 100644 index bd39dac..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afe97fa82d46c150d56573b1d1c3d59fbac288f498c3de5fecedd8ac64c2263a -size 141462 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_pose.uasset deleted file mode 100644 index 13f2622..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fb5783ac00efbfb039007568246d1ac33d36da09eec69e3cf0d01e1f96d13fe -size 207430 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_anim.uasset deleted file mode 100644 index 31710ac..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b4292d4d3cc8c3a23c0d2ea80461f9c05379a22e97c94094a1c4e342e6f0fa9 -size 141484 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_pose.uasset deleted file mode 100644 index 18cd550..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56c0e188c3d854c92956755b9c89b8cb6cdb75f1bc4aac655f0d5f6524fb8160 -size 205732 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_anim.uasset deleted file mode 100644 index d7cc735..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9263821d96862a7121442b54bcaff72775c4758fb2218747bd3540207aa0fecd -size 141486 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_pose.uasset deleted file mode 100644 index 8fe32e5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20d21639ca1cd7876ba408a4e6603f66d3d4c9a65d2bbf7c76b59f28e4d020e3 -size 206334 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_anim.uasset deleted file mode 100644 index 46f2b70..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5d2ef5f757409ad457660e4388272646155d5bcdfecc4705b85b41d338835c6 -size 129460 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_pose.uasset deleted file mode 100644 index e022eed..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b0c29406e6b6a8074edb2b2d1107d62972059ccae5c0bfe3dc6d99d932f00ed -size 132176 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_anim.uasset deleted file mode 100644 index b347990..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f872db9323bc78b01d91dea5e406cfa348ef10aeed5b9e66a97ddc87b58704e -size 129462 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_pose.uasset deleted file mode 100644 index f35a314..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0313dfda857c8a37ae26a104bee21803eb49acc138a18fd7a6864320d025ef40 -size 132176 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_anim.uasset deleted file mode 100644 index b2d1b80..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ad7d36e92954cf783be7be2c7ce8e2e6b3b4376645985a6a772b5890977c381 -size 135460 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_pose.uasset deleted file mode 100644 index 05550aa..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1d40437f02274fec5ff3cad47fa3e1cb2997db9397507823c299f0749e1c5f0 -size 169206 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_anim.uasset deleted file mode 100644 index 64537c2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e52609e89b719e493df4ed2a196996db3c4dfff4b20a83f68a747099f31827c9 -size 135462 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_pose.uasset deleted file mode 100644 index 0cd5c37..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9b7b4ce565d7c55919dfeea6b785e2704cba7cc2ca8ad786145739a7eac36bc -size 169206 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_anim.uasset deleted file mode 100644 index 3653416..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1761fa57b6504be33ac4c346839446698f20fcc8942a36574ae579e99d6311b -size 203916 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_pose.uasset deleted file mode 100644 index 9009fa1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a75265541e206479aabe98ede22dad0ae72aedd9b43fa8c33741422f4c5ec38 -size 361644 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_anim.uasset deleted file mode 100644 index 68f69cb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bad38ef33364282ad783d13ff05ac64235fbd94f735f7970aa690f302927139 -size 165486 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_pose.uasset deleted file mode 100644 index ad01a2d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02a9cb1c077531f9bc0acd2f5868d25d42e7f1edaf21d29b0a89a67f277bb2d2 -size 361644 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_anim.uasset deleted file mode 100644 index 6abd3af..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46328ac897d55c35ed2c5f7d28443c963b6e4ed348adaf74980b1b7e64514975 -size 195468 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_pose.uasset deleted file mode 100644 index 30332d0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac1fba41bdc8d3832f26bee507b7f83d2e51051cae58ecbea0a1e73f3d1e8198 -size 557972 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_anim.uasset deleted file mode 100644 index a18ad76..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b17348bde6d9bd17838698331f08c1babf8a120aab05553ddcbf658cef3d6caf -size 195470 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_pose.uasset deleted file mode 100644 index c673e13..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bd106c4cf63362f741611edf562149e7d928c4e12a5debac2a27265bc315775 -size 557972 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_anim.uasset deleted file mode 100644 index e4c5ebe..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59995bd0fd055a0c29809abcec8ab593a4cfb517a8c52d09b56870ad46a6a431 -size 207486 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_pose.uasset deleted file mode 100644 index 91540fe..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b56619a8bff783926b5bc17770f90ca5b6dae18cfce0cfde29c69db26df8c968 -size 641633 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_anim.uasset deleted file mode 100644 index cef74d7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55a49a9b5f1d55df4733f651d7110c677fff421e8ccf317a7b5604d46380df9c -size 207488 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_pose.uasset deleted file mode 100644 index 00174b7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed2b9dab16c319539175975f14ed906f2e442ebb3705a0f1bfb932b8b2752eec -size 630195 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_anim.uasset deleted file mode 100644 index 41247fa..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:315c606d481e66842161f6d640843049c1bb8fad801817cdc01b5347459fe663 -size 190030 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_pose.uasset deleted file mode 100644 index 7c0c664..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ee7e7490da8bc5da27bee03d313475c546418b9aa15186cc1e342ac314d1599 -size 245188 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_anim.uasset deleted file mode 100644 index 54c61de..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46a6c2f1c8b50afe1849072f062ead508a2f570682f1b21b2e85334776c5f315 -size 228099 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_pose.uasset deleted file mode 100644 index c7c2930..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaf41bdfdbbcde2f668b07dd932baac1b5517312d04d75b77dce1e82272b31b4 -size 245269 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_anim.uasset deleted file mode 100644 index 89f006a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:def1eceb6484991a242bd5bd4bf2c9c1b857861ff5b981ee916a23d4db023b4b -size 222063 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_pose.uasset deleted file mode 100644 index da6c387..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2225dbb5778c1529862086865e86272e574cc993ac0a48cb1c0cc28fafb27c1 -size 205936 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_anim.uasset deleted file mode 100644 index 3fc197f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97a0673daaa10512b94608a6ff11d82914e0812760b75ea7e86c3b43c0b4c97b -size 183734 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_pose.uasset deleted file mode 100644 index 7c90b80..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aba097887d167f4b9277338de16c7feb689882acb393b32a0ac176d27f62e2b8 -size 205980 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_anim.uasset deleted file mode 100644 index 500df25..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6995c1603c3553af502c2ef04f6fb685d9183f0668266c6562f16238e08f80fb -size 171708 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_pose.uasset deleted file mode 100644 index 16a952a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98e401355f6f5bdba83fc2e84ecd9d7e5128f1d6f0c585f368b9d971da58273c -size 132123 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_anim.uasset deleted file mode 100644 index b79204b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91500b65453319b136c33e0b3edb161adf1030a5c3c30c8602390f1725af65b3 -size 171710 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_pose.uasset deleted file mode 100644 index a1b9497..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4af5fd34572deb49a2335651c0a311e4db80ed2394c6c1ad633735fa1cf5e44 -size 132123 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_anim.uasset deleted file mode 100644 index 30a8ffb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b0b0e92c4297c40bf94f63ccebd938acc49fc4b1ce45f1680fa533c5ea923cc -size 177708 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_pose.uasset deleted file mode 100644 index 01c8105..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7c66da3c6a7b2801d9ada447fff4a2593a4b6054a178141f1eae26e21e4b3a7 -size 169153 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_anim.uasset deleted file mode 100644 index 635dce7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6128ed9b666f06dde9df5e3d647aff8994b07ad1b4b36fedf693726d63ce138 -size 158608 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_pose.uasset deleted file mode 100644 index 622cc1b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:973ad5984394de84cfbe2dd3021f7f64f8c4c2e85b6573866382df76c0d9d2f3 -size 169153 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_anim.uasset deleted file mode 100644 index 5a95d70..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecd03a972b3109a14840c924efe7d5f6b486ad3e7764773d33eacfb8032bea64 -size 194631 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_pose.uasset deleted file mode 100644 index f2c2239..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:106aa8dc6d3493474f24e4d3240212c3c24428249d5f09f078c65d0372cc3d4d -size 399529 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_anim.uasset deleted file mode 100644 index d830514..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93be05fdf4241bdc152877416175f804bd2e1976d7588919192316bd7b21e936 -size 194633 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_pose.uasset deleted file mode 100644 index a979165..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:610877f087e4e77eba703036159d4abc95b52a1f196b7a317da97963e7477455 -size 399529 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_anim.uasset deleted file mode 100644 index d39f203..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae59b67795d102845bd680e15d74a9b70688315a0ca489232f56cc9005de5597 -size 218614 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_pose.uasset deleted file mode 100644 index 591b42b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04d95febf97f6a4d406c53efc6551eb20b378c8a91fef18c151b92a8b3df1abb -size 557618 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_anim.uasset deleted file mode 100644 index 0062c43..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b808aa71712168bf1905b91a238f152347579523c2eeec52401b67bf6de6ad27 -size 218616 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_pose.uasset deleted file mode 100644 index 49e65e6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76f65a5466dd4cd84abd48bef6245bb84930f7b8efff23807a88d4b23df3c1b3 -size 557618 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_anim.uasset deleted file mode 100644 index 81727ce..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1de49cf76ee2b6e93936cad3a1ace2bb849e3cd84a24bb84e566abde3a035758 -size 206632 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_pose.uasset deleted file mode 100644 index 782027a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d72952cdf9066cd84e1e5ea11cc2f6a754b0e79f8f037e1f2c8fc8c86ddb408f -size 485440 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_anim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_anim.uasset deleted file mode 100644 index a756ff3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d1fd8bad84e7c6c45884137870261dc78789def4c72683b3775790722d1894d -size 206634 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_pose.uasset deleted file mode 100644 index ed588fc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee8b8e737a19894faf44176bcd5aca3405b3a1879eeea792ebdb0c534691cf1c -size 488450 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/RTG_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/RTG_Mannequin.uasset deleted file mode 100644 index 88c8cd2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Rigs/RTG_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:710754e06ca383f6333958aea11321463736f5ffe6b1f82dfcf79896e2a5228b -size 23721 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset deleted file mode 100644 index 110ab26..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac817a2d33aa0cd0a8695b9fba9a925a1c71cfbe6de32986a51e6acb1ca598c0 -size 3612605 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_BN.uasset deleted file mode 100644 index 0875d1d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_BN.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8036d465bf677ee48f2c45bb50911cbd085a3d5208959e0b70377bb8d9bc26a6 -size 18514168 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset deleted file mode 100644 index 83b1a1f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3502ef8e4e68f4968b52510cf1fbf2fc0ccc1eb8d7c1e1afeb350d650c2e8ab -size 10271972 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_D.uasset deleted file mode 100644 index eb17abe..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc929bd4eb67ba8610069c601709062d142cca925eedc40c89a940037650b524 -size 5740376 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset deleted file mode 100644 index f341498..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b54209191bfa9dc3c8e195661e0d7807a24f039a3010d54f04e984f63669881c -size 11038184 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_N.uasset deleted file mode 100644 index 6168d14..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b90b6df5b96b505495be378ecb268a17640ba88b40cfe5b0fc764aac26a07c40 -size 7198251 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset deleted file mode 100644 index ed6ba96..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:251a25a1ac777fddadd2845c84edca5b4ce15b749e9f46d8169c001b9be9c4ea -size 1357770 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset deleted file mode 100644 index 66c12c4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51d2a2a0683e0c5654d4c5c724e8360c83e4ffe5181ae740872ca3fc0533e85a -size 8341381 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_BN.uasset deleted file mode 100644 index 779cd91..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_BN.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0361a08e270d688814e73adf503937c3012771b0a939f839a06f7c6c8d5269c3 -size 21139527 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset deleted file mode 100644 index acd53f1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:651eac4091121b27a09f3b13110ec307e9bd815f9a6e573618d051c24387de46 -size 13144043 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_D.uasset deleted file mode 100644 index 4c97af8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42864bd62f0f0d9510453038ff284cc1c1fc09630af8da0cb496e0563a2ffacb -size 9033544 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset deleted file mode 100644 index 264d373..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb66b07e8c8621bf361a9d18f97c668677e51164b5892c2577c94703531482e8 -size 13677610 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_N.uasset deleted file mode 100644 index 709611b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:790e9d4e061af061c727d118634801c4834b46e119dd1917ffe5d18f6601d53f -size 7269335 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset deleted file mode 100644 index fd9ae9f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:187e5fb0047bcc653c7a6e014c49e3d6582e955a3c034579cfb756c80b68dc53 -size 2153790 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_BN.uasset deleted file mode 100644 index cd4420a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_BN.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:267382e5ca6dcb468e63545e09778b0e16dbd7652cb6d735b487cff1990e809f -size 16108599 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_D.uasset deleted file mode 100644 index a9ba547..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:792f234ebadad1dc45153c9b1987326d3a4da485d88cf8b1234e3395f5165070 -size 4711156 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset deleted file mode 100644 index d692b9f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e765500d0458a2b4612541ae714281afc376b1d4758403017eb1ca6bc6892de9 -size 11656141 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_N.uasset deleted file mode 100644 index 2c453f3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8266e8da977f915cbd75329eb02feee571f92067ee749b45099c290519bf20b -size 5217676 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_Tan.uasset deleted file mode 100644 index 552a695..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_Tan.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57d9b50418e742ee22fc67783d9db3afb5027c3ef943753e4137742a692b4e01 -size 1104627 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset deleted file mode 100644 index 044d1f5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5583b02c8b943d60f91f5d9bb59466c9fb1ab3aa811d599c54a20f2a19661b2 -size 5834834 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset deleted file mode 100644 index de237dd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2134af63f2d5037e8fcab8e4f50593d62c731f4a8af43bdbd7c2613debea0cbb -size 12399926 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_BN.uasset deleted file mode 100644 index d47e6fd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_BN.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa063b2ea5c44fbc95b17b6a6c093c39a6bbbee1082137c42cbf23b311c75cef -size 19706883 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_D.uasset deleted file mode 100644 index 779799d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40f579c2a83087c90b7f36744a15798194e9ecbe7c6560d0da2903653ed17723 -size 6732524 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset deleted file mode 100644 index 282d0b6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98195f96efbfcf97ddf05c69f2f04388a5e5aefa22d2c9d771f37b22aba8fc2a -size 13169771 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_N.uasset deleted file mode 100644 index be61334..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:637241dcbbff574ea1032881f60ddb007ce4a33a61864c6b0d3b3b7aa392d0d9 -size 5217676 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_Tan.uasset deleted file mode 100644 index 9b9edc4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_Tan.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcb445b1af4f07ce1b59ab3c8c25af3da7eb1f9c019559b0fd9172c31f38fa5f -size 1758494 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset deleted file mode 100644 index 977a24f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53b15563df73f76b904d67eec1f7f7ad3c27166bdb1aa21d99c7f9eec0116d60 -size 6901973 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset deleted file mode 100644 index 717049b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe4e287b727a2b1d18f26557d1569111eda715219f8c73bd96cb74ff87c2cb8c -size 13427858 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Shared/T_UE_Logo_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Shared/T_UE_Logo_M.uasset deleted file mode 100644 index 51bc908..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/Mannequins/Textures/Shared/T_UE_Logo_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0571397248a1f4acc7607d1e53676cbb154e3c9c8a19d570915d76b70caaf99c -size 69960 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset deleted file mode 100644 index 97ca3b0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17ad4a83b50903eee692fde1d289cf5ad82a917229c47000234361d1d584eb3d -size 284663 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset deleted file mode 100644 index a083b7b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4dea151ae07ffc943b47fec5c38d578aa7d1512e85271cb1182ef2fa3ccd0ca4 -size 8221 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Idle.uasset deleted file mode 100644 index 8933a30..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfa10a0f8e74264e39f4722b0bd9939a603c40dc954fc0a0d62a3f4931acfc6f -size 113286 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset deleted file mode 100644 index 6dcc198..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f839a13ea48b584f08ebdc0885c707a316f79e74b6a089886b8b6aaa620bb303 -size 149574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/MoveProjectorUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/MoveProjectorUp.uasset deleted file mode 100644 index ff74b9c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/MoveProjectorUp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c8e5262a7e689f1f7351496f60fdc23bbaf39adf74fcb9def4420fccd290eac -size 148042 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/OpenTop.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/OpenTop.uasset deleted file mode 100644 index 336af96..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/OpenTop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f667447cfdda4fc1dd07976b97811fac093739e9d5dfe45cc25f5db0d2ef210 -size 183759 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk.uasset deleted file mode 100644 index a208d67..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc993f38a799be8a79caee1eea7f972671d82b7cd04cd98448ef16fd90c1257d -size 149977 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk_01.uasset deleted file mode 100644 index 32ecd89..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e92c7a6256a90156570e5d2e86ff9eebc46eab722634a0633e89f75a4cd294db -size 144768 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset deleted file mode 100644 index d98ea8b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8a57ad7fcae158441f148a822ec3e691f0227a98f9cd006223bcb4b9102abe1 -size 350606 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset deleted file mode 100644 index 941fd42..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:200687438e6e9f1f989a675317fcf30a0d641a2f85e5d3cff4007271045aa089 -size 2073705 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset deleted file mode 100644 index 9d0c0ab..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6321ec6111aee3112ebfea43886912d1a7b04a4a61e21aa75b87cf619d85e2ed -size 42250 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset deleted file mode 100644 index 8c3b731..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a03fa93c3d3d5e91410ae81c2a76231729f3ee15d003fc5d2cb996f100f01ccb -size 13443 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset deleted file mode 100644 index 618ec39..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c07ec4b68141526e545c82356b100a468c27ec31bb3db94877c5f46eb88e9d1 -size 61752 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_001.uasset deleted file mode 100644 index a87a6ed..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_001.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:561167139a9a4e753c60c92ee2270e24a4821547a80de95eae9a5d1ce11485eb -size 53615 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_002.uasset deleted file mode 100644 index 84f0a6c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Material_002.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8eed24e23f62641607f67c81eccf344f62c92425c38868e2a36a824108c799eb -size 51273 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint.uasset deleted file mode 100644 index f370508..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6a964bac1fd44fe30e6c9dbb4c21a11a02088ef18c18c735dc9d0261f8e0e20 -size 30394 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint1.uasset deleted file mode 100644 index bf7fd8e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c4631d1f188eb4fff51a3f76c4e242c25bfde3e60df167c232a98859cb43094 -size 155650 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset deleted file mode 100644 index 59d23ef..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/TestClarice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26db1b711f037e474ae1e2a093bb9270349e820c59794d465bf2e251dd8cc03a -size 4004 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_Diffuse.uasset deleted file mode 100644 index 8cbbdd5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_Diffuse.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7846cb36f5f432e07277aa00b2305dda5804879bc3d01f4ee462b3f74d3eae6 -size 19612586 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_MetallicRoughnessEmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_MetallicRoughnessEmission.uasset deleted file mode 100644 index 9052906..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_MetallicRoughnessEmission.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cacd4546bb72987af066097cf5e12c36a39966af221ce7e325a77faacbf306f -size 12197318 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_Normal.uasset deleted file mode 100644 index c222ff7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Textures/MergedBake_Bake1_PBR_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97f0521bca327113631162213459bce12b9ee5456c4ae111419f5f33244c0a79 -size 92255803 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Credits/Credits.uasset b/VIRTUOS_ExpansionPluginTests/Content/Credits/Credits.uasset deleted file mode 100644 index 5be54b3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Credits/Credits.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3af4bb44291d26c8c4902505e79160a5ca440382072865d0333546ccd4adb17d -size 3272 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Credits/StructCredits.uasset b/VIRTUOS_ExpansionPluginTests/Content/Credits/StructCredits.uasset deleted file mode 100644 index 8eb8d5d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Credits/StructCredits.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:688b1368cb100a2f0a0adadeccd0b1e4d6c4a6137c361b6e5de2005072681cfc -size 4825 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Credits/WB_Credit.uasset b/VIRTUOS_ExpansionPluginTests/Content/Credits/WB_Credit.uasset deleted file mode 100644 index 7742602..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Credits/WB_Credit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:075becbc05fed21bb775f49284e76e0c267da499bab80746c69c69a73bf183ee -size 38262 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MF_ProcGrid.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MF_ProcGrid.uasset new file mode 100644 index 0000000..79e0f5e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MF_ProcGrid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1497482092c884c6955bed9f3321468ba34b8f771b04b830940385f9d99a1db +size 49661 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MI_PrototypeGrid_Gray.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MI_PrototypeGrid_Gray.uasset new file mode 100644 index 0000000..8c27f6e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MI_PrototypeGrid_Gray.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83c730227540fae69487741a989e886c4b7d10fce206465a94ef06bb4ea6fa0 +size 13320 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset new file mode 100644 index 0000000..02e8c45 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff4e89fa55bf9d800045ab8fafb4fa8fafa6539a152aa866b6ad969e9428380 +size 12465 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MI_PrototypeGrid_TopDark.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MI_PrototypeGrid_TopDark.uasset new file mode 100644 index 0000000..a8d2167 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MI_PrototypeGrid_TopDark.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5a7f42387e5904758ebb540b9d0d8c8a90d820efd1d4654d2da5b267b39da6 +size 12514 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MI_Solid_Blue.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MI_Solid_Blue.uasset new file mode 100644 index 0000000..6556673 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/MI_Solid_Blue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5556b57e18ee6e34193a1b266b11f3409c2e211cbfe29e82d1e726dfb3f94e69 +size 9153 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/M_PrototypeGrid.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/M_PrototypeGrid.uasset new file mode 100644 index 0000000..1a352b2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/M_PrototypeGrid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b330a430824ec04cb73c84a56dd0b89a73b13f0599d0d37f6167876df4661f59 +size 43420 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/M_Solid.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/M_Solid.uasset new file mode 100644 index 0000000..fea2184 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Materials/M_Solid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b53727deb14a747d28e230ccb199046718d8cf9d6ae588af877bcfb80eeca6 +size 11773 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_ChamferCube.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_ChamferCube.uasset new file mode 100644 index 0000000..bfa2688 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_ChamferCube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7861881354306fac4c94c506de3a31c1a7de62805689d75c31beb93b98d832b +size 23556 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_Cube.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_Cube.uasset new file mode 100644 index 0000000..97db719 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_Cube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7897c83a7d05e90160fc279a0b56cac985d40ead8bf59836b601c1b1c0ef1d9a +size 17681 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_Cylinder.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_Cylinder.uasset new file mode 100644 index 0000000..a75d897 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_Cylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2870b121e32c0d9b2dbb67f21930769e5609f610f24f1b2188c923b8f7049450 +size 20927 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_QuarterCylinder.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_QuarterCylinder.uasset new file mode 100644 index 0000000..dce827d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_QuarterCylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece670e01c77cfd960448a12c79450c6e96751aff251a3251539ea00e665331c +size 18789 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_Ramp.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_Ramp.uasset new file mode 100644 index 0000000..19fb58e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Meshes/SM_Ramp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748d87865b3108f69aa418d47c79102c8e1967eaccedc411ee173dc1b48e836c +size 17815 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Textures/T_GridChecker_A.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Textures/T_GridChecker_A.uasset new file mode 100644 index 0000000..3b6bf9a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/LevelPrototyping/Textures/T_GridChecker_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c865682128fffb3ae44600a2631b5dfbe16b1e8372b1ca6d2857e8ce171de4 +size 8076 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Floor_400x400.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Floor_400x400.uasset new file mode 100644 index 0000000..52ab14f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Floor_400x400.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574a76db3154f93385f1eaf18a655ab4305a12fb1092c6b27cfa304c43934379 +size 15505 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Pillar_50x500.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Pillar_50x500.uasset new file mode 100644 index 0000000..b070229 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Pillar_50x500.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b647069595282f9e01f12017ec3fbccf2e3d7cc780f036999b16607983472189 +size 16353 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/SM_AssetPlatform.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/SM_AssetPlatform.uasset new file mode 100644 index 0000000..d73fed5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/SM_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349c85957839069231e02367971e5fd178ebb54dadeda85a821daf7c3469b53a +size 160872 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_400x200.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_400x200.uasset new file mode 100644 index 0000000..ab2ae06 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_400x200.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320c07f0ec58d6459db3db59033835e12c886bd2fa9b672342d78b632fe11b47 +size 15784 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_400x300.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_400x300.uasset new file mode 100644 index 0000000..f364d82 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_400x300.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f724b4b4f7b29074bcaa0eb6a37fb6e5a425ffb4494b6a93cff1429f3bc88c62 +size 14632 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_400x400.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_400x400.uasset new file mode 100644 index 0000000..27b6c74 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_400x400.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d92d4c85d94a8736a6cce15be01c46943b2aba7224759f526f78a134ab9042 +size 15656 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_500x500.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_500x500.uasset new file mode 100644 index 0000000..c8ebb6a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_500x500.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44cba62d020ddc37431178141074279c8d8141b38215a13413205f945a2c9c20 +size 18837 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_Door_400x300.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_Door_400x300.uasset new file mode 100644 index 0000000..ada98fc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_Door_400x300.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a555056922e9d633ccc41336c27cbe76f264508463d82ed80a06e55c40dc198 +size 17470 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_Door_400x400.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_Door_400x400.uasset new file mode 100644 index 0000000..60de2db --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_Door_400x400.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e84a406fbe4bb16622b26124135a6ae1762ba9e2191dce88b31449391cc9b9 +size 17172 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_Window_400x300.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_Window_400x300.uasset new file mode 100644 index 0000000..0fe7b8a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_Window_400x300.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a8114a2142ef08c1ab6df36c954e0012701a9f851e23af6294c1b813572430 +size 18433 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_Window_400x400.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_Window_400x400.uasset new file mode 100644 index 0000000..013edce --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Architecture/Wall_Window_400x400.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e16069fca51a3db04aa09c1333e1299330bf9e28b5fddfdd8545550d5ecec9 +size 18112 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Collapse01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Collapse01.uasset new file mode 100644 index 0000000..5cc720d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Collapse01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b331a5ad017dbfb3a12e99786c667ed9458c007df4dee69f3045bcd287766a +size 350313 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Collapse02.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Collapse02.uasset new file mode 100644 index 0000000..dab41bd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Collapse02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f9b43b499bce5314c8e0da05beed4ef45160d8a0172d02dfa98b0d18eab6eb +size 348482 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Collapse_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Collapse_Cue.uasset new file mode 100644 index 0000000..3c10a7f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Collapse_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1ef46fc2ce3176cd290f465da135b8986c830eaafd772c02d67b41ef5b9c84 +size 7075 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Explosion01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Explosion01.uasset new file mode 100644 index 0000000..8dbf88a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Explosion01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef333e47194a63992cc175908386ee9242b9e4e9393092c0d73b26254ca62c2 +size 284224 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Explosion02.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Explosion02.uasset new file mode 100644 index 0000000..ecc45a8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Explosion02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfff8a7144682e95cc1718d4be0ccf1b3b271df14b94ec1baf67035681477a7c +size 290979 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Explosion_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Explosion_Cue.uasset new file mode 100644 index 0000000..ba5b8db --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Explosion_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f03e6438a36cc59d018b207f57edb938e88efa1bab42324712d427d1b669da4 +size 8656 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Fire01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Fire01.uasset new file mode 100644 index 0000000..aaa35a7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Fire01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35700fb2251d5a92ca9f2ed93797d9ef85e826329aab0144f07335a1e7addcfb +size 551451 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Fire01_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Fire01_Cue.uasset new file mode 100644 index 0000000..3fcc4eb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Fire01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91d899e1ce6525219f564084904aa3d6b62deaaeff598a66b6505f45c563e58 +size 5144 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Fire_Sparks01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Fire_Sparks01.uasset new file mode 100644 index 0000000..b4ede22 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Fire_Sparks01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22e42bc9a252edc064e678505eccc50c1a9cdc72d61631c3fc45754102867c4 +size 798048 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Fire_Sparks01_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Fire_Sparks01_Cue.uasset new file mode 100644 index 0000000..4a775d4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Fire_Sparks01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97e55ee3c23403d8f6564b1e88daa8e74f575a93d08abb71ec943807071d921 +size 5164 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Light01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Light01.uasset new file mode 100644 index 0000000..eaee75c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Light01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84bc8add60617b06c0f5a1d0cdd25c276a6bc4aa195f182f1bda9ce870e5726e +size 366290 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Light01_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Light01_Cue.uasset new file mode 100644 index 0000000..e47bbc5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Light01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6ea99c7ee623a471e457c33822442637ccd88027aae35b1df65d11465e6950 +size 5098 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Light02.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Light02.uasset new file mode 100644 index 0000000..a30ec0d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Light02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6d2d98fa508514c0238cd8bfcacca309000ac582cae6bf05ac278763bc35d8 +size 309914 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Light02_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Light02_Cue.uasset new file mode 100644 index 0000000..aa82abf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Light02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcc6db9b8ec4cb1bef16e01329ed3bbc8763b3f00c75e711f0b1f2e374d5db1 +size 5098 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Smoke01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Smoke01.uasset new file mode 100644 index 0000000..00cb8db --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Smoke01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf9891f3e937374fdab8a45c7510822f98483c64f032b34e0769ac0be3c5fa1 +size 477760 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Smoke01_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Smoke01_Cue.uasset new file mode 100644 index 0000000..606aeb7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Smoke01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db6c29c407f86b3d0b8982e1be4cd543d56725838c1edb60cf75d4d5bf38733 +size 5122 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Background_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Background_Cue.uasset new file mode 100644 index 0000000..ff5efad --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Background_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68388a909dd42c3116b4d4e60e64ba866464d354cf2958d662c271ce4ff3213d +size 10590 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Birds01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Birds01.uasset new file mode 100644 index 0000000..b79359a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Birds01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3132336625d96e3d7e957ac3cfc12890ca90d8e9930a9e42ee252ad94fc952c7 +size 2691230 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Music01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Music01.uasset new file mode 100644 index 0000000..b31f905 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Music01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cebcf0b3cc435677f8cacf8b6ec419e22c8f458223061ed0487b8fda619f8df +size 8447142 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Music_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Music_Cue.uasset new file mode 100644 index 0000000..f1d76f8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Music_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396f71ca154c5d34f9a146c3d7e2681b3c02c0bd1df7ff516216647e61d49da1 +size 4454 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Wind05.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Wind05.uasset new file mode 100644 index 0000000..e490efc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Wind05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861ec4c0c141269bcc891dfea7624c91c164da863338f8643302c09cb51fa1cf +size 2314471 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Wind06.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Wind06.uasset new file mode 100644 index 0000000..9c14dae --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Starter_Wind06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c52366b5121355c36af023fb5b1d49d9ce6018282c63794645038300ce38d62 +size 2197308 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Steam01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Steam01.uasset new file mode 100644 index 0000000..dc7840e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Steam01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306d01120edfad28c909cb566ba5c8c7ef5671c1d83e1f965bea52cc01d7635b +size 820784 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Steam01_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Steam01_Cue.uasset new file mode 100644 index 0000000..f9fbefa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Audio/Steam01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fbaf335f0ab7a65025ed9edd4b1c9dd999905b0b691912394dbc7c7444d1842 +size 5151 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset new file mode 100644 index 0000000..a7f8e6a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce2ac535092bd97000dad6102f7cdda0d5f6aac6bff7cfbb9a6ef78c9f9c952 +size 5111 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset new file mode 100644 index 0000000..5f9c849 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3d2cd4c7e7176249676f4d15dac1119406092bc59fd3443828d7945d878da7 +size 12211 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset new file mode 100644 index 0000000..90d1e92 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c636b245c30fbda0fd730bea8f4c2375f03204d3f977b87bd447dfaf91277182 +size 5460 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset new file mode 100644 index 0000000..da043bc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb174849f694bc4d957e73d974833b1ac8ee3452925dfc449689f68f9e9ed6a +size 13726 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset new file mode 100644 index 0000000..7eba4de --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cda5723ef3a324584b3f5486bf4a0a8975f0e51ee808f2ff6642ed188d979b +size 17985 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/SM_Arrows.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/SM_Arrows.uasset new file mode 100644 index 0000000..85badb2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/SM_Arrows.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a136e31313db2141d058134f90efeff860d7d80efa02a79d574b81a7885bc01 +size 190662 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/Skybox.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/Skybox.uasset new file mode 100644 index 0000000..443387b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/Skybox.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538c038d86a0544ad59e703497356eb11b604cafcaa95d7100d0fac45bb3bad1 +size 209868 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset new file mode 100644 index 0000000..ed8e3ad --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c21d238206603db0ed3d3c775b5a15087234b7b051cc6e1c872ebe1c3fdbed +size 5229 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/BP_LightStudio.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/BP_LightStudio.uasset new file mode 100644 index 0000000..f57dd62 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/BP_LightStudio.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9ce84e82be321bee5f6f840acef88e7f82131d23c97f43314556b9c3ee319f +size 659477 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_CeilingLight.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_CeilingLight.uasset new file mode 100644 index 0000000..997735c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_CeilingLight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90d54d463ec2343ad05f09e64b702b01a2aaad751790b92d45923b46b17fe54 +size 122296 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset new file mode 100644 index 0000000..9c8c695 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:433c26c9adeda3d4395ff3a009f598c2ea44eb8c21b86d52dd0ada6695c04920 +size 17243 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset new file mode 100644 index 0000000..dce0c72 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb97b74c0c02fae2e6f0db500738e9b451a729830923aa52ce533276daf05223 +size 17123 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset new file mode 100644 index 0000000..fb2d6e1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba6eeaf24b597c1be281e3248a115ab1fca839162bc2b1a1611bc31e93e4a82 +size 17153 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset new file mode 100644 index 0000000..519a70e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a807b688fdaf6960eea1d23a20fbc3e1222b4cb97e42344ea8232f2a70f5707 +size 17306 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset new file mode 100644 index 0000000..cce3b42 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690b2a72467ae2d4272724b5b18a6664d77076b1064ec34615567ba0b13c2f5d +size 17169 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_WallSconce.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_WallSconce.uasset new file mode 100644 index 0000000..30ced42 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Blueprints/Blueprint_WallSconce.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e1d883af8a4aefd6769fa816b483243b186c28e14ea31bc675a10fe25107e3 +size 119849 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset new file mode 100644 index 0000000..d7a7362 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee79e99f73636ebc02871eee01a3ff37179314c0e218b10209751f47cd9584e6 +size 62097659 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_AssetPlatform.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_AssetPlatform.uasset new file mode 100644 index 0000000..1d6474e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ef851de7d34730e9bc750600dabc71ecdbea2f4eaf9065240de753a60947e6 +size 10532 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Basic_Floor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Basic_Floor.uasset new file mode 100644 index 0000000..ac02b12 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Basic_Floor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5bc46db34e8cfe4acaa38fca106b6bc7123c26ddf4cce6e47ff9c97628f417 +size 11289 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Basic_Wall.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Basic_Wall.uasset new file mode 100644 index 0000000..cdb1333 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Basic_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919c4baee1f3f43cbf9c24f8bdafdd0b9e8a75df33334289fbf54c41df3ead5b +size 10666 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Clay_Beveled.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Clay_Beveled.uasset new file mode 100644 index 0000000..54b90af --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Clay_Beveled.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31499d23c6f93a6ed1f323d8786b2ac4ad44064fa0a13dab7527852dd513f86 +size 25023 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Clay_New.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Clay_New.uasset new file mode 100644 index 0000000..3668323 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Clay_New.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e10044610f8384deac520dfa200e3e3cf6dd53662ea8dd3f76492083a32ac6 +size 28635 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Clay_Old.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Clay_Old.uasset new file mode 100644 index 0000000..b80f71c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Clay_Old.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc77e5f99244b57e6c76c42b3162510c6c40cea6ccbf7de5eacd8b010e509bbf +size 36743 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Cut_Stone.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Cut_Stone.uasset new file mode 100644 index 0000000..234a1c5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Cut_Stone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d62085cd50dbb1d4118fdc724453beccbda4f001b4499031d2b725e9b93e9b +size 36288 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Hewn_Stone.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Hewn_Stone.uasset new file mode 100644 index 0000000..1250d3c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Brick_Hewn_Stone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1d12fe89b5b3cead20a32644c6ffb3465820b3052573657f8e048bc79f21fd +size 28739 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset new file mode 100644 index 0000000..0a2dd20 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948e2df3669c754d6f4526a5b4860ba83e56848e3d485910f4702de7ecc98a2f +size 29220 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_CobbleStone_Pebble.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_CobbleStone_Pebble.uasset new file mode 100644 index 0000000..7622000 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_CobbleStone_Pebble.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cffa22a83c720e7780358ad9614621619cc4719409da06d98ec0a7ea42ead93 +size 27759 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_CobbleStone_Rough.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_CobbleStone_Rough.uasset new file mode 100644 index 0000000..6e7625a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_CobbleStone_Rough.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df28d5c98dee9cf2d016182c587228d42a4ce14f420da556f9bce4e4df4a4c8 +size 114521 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_CobbleStone_Smooth.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_CobbleStone_Smooth.uasset new file mode 100644 index 0000000..12e81f3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_CobbleStone_Smooth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16376e82f30d980ee4bad3b593e098b5ce8708feae9d9a2e0dff254291b4bf6d +size 123892 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_ColorGrid_LowSpec.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_ColorGrid_LowSpec.uasset new file mode 100644 index 0000000..1c2ccf4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_ColorGrid_LowSpec.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91256f44d50130d1258d3125dde0bc860f10f7fe60e28ff556610b2c228321c5 +size 11076 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_Grime.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_Grime.uasset new file mode 100644 index 0000000..8cf3c41 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_Grime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3b7a816f852158f25406a9b1dec303c6f60b16e7b5b0ce75f9dbd1d19a1b08 +size 38785 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_Panels.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_Panels.uasset new file mode 100644 index 0000000..12b7567 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_Panels.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd2030cb5d586a44b3be1170b10d3150433e3ab9b77c1f54ed3bcb0be272b3c +size 34703 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_Poured.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_Poured.uasset new file mode 100644 index 0000000..1521f43 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_Poured.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f086c1bebfb55832f11c52863047a75bdc9a653c2453e838cf1b9a4b702e897f +size 33086 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_Tiles.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_Tiles.uasset new file mode 100644 index 0000000..cc74dda --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_Tiles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea863df8a8444004d42ed113dde92b733197159e34a02625a168d731efca5f91 +size 34713 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_TilesWorldAligned.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_TilesWorldAligned.uasset new file mode 100644 index 0000000..1e3ab74 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Concrete_TilesWorldAligned.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf93fd3fc601e1dbcad12507186aa14d8f7784de815aefadec2aff4fdfec3564 +size 38191 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Glass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Glass.uasset new file mode 100644 index 0000000..08e65fa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2059d94231c4ce3585695fc0594e6d5acdd3ba78962bc1c68af8e1a9778d7430 +size 15652 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Ground_Grass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Ground_Grass.uasset new file mode 100644 index 0000000..9760408 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Ground_Grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd7c6ab36fefadad95e925df5619d4c3300110e4231d9bd38a5ccff1d50d4db +size 40709 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Ground_Gravel.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Ground_Gravel.uasset new file mode 100644 index 0000000..071c087 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Ground_Gravel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d43d436be283be74f4cca48244a00a07e8f283afdb784fddd9b2af66c58e73d +size 34305 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Ground_Moss.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Ground_Moss.uasset new file mode 100644 index 0000000..4bdc95f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Ground_Moss.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904708e7f79dda42dc5548a6f8db0f0414703d43ab09277fe04527e683c8f463 +size 40291 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset new file mode 100644 index 0000000..020fb01 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5877307450acad347651d9e5d764cc594b2cc4a969831a40c2902b8900df3a95 +size 19052 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Burnished_Steel.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Burnished_Steel.uasset new file mode 100644 index 0000000..84636c2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Burnished_Steel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060604ac604ce718bc37e34638702d058002ff5af257e4fefa6e8a454f43bf8b +size 24955 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Chrome.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Chrome.uasset new file mode 100644 index 0000000..dbfbd09 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Chrome.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0dc63ce563ffb9864612dffb63f9c1c0d4a946605379f2df6c6ff85809ceed +size 19016 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Copper.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Copper.uasset new file mode 100644 index 0000000..de2a9e2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Copper.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55f319a8d5b2a5a25850324865b7829e140a67f3294b3383f200ae13c84ec4e +size 24142 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Gold.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Gold.uasset new file mode 100644 index 0000000..d37c0ac --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Gold.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe054908f42de9d3a19c0347302382f878e18c25179db707eb5d62014626b56 +size 24373 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Rust.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Rust.uasset new file mode 100644 index 0000000..8e64ac6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Rust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ac7a912a773dc500dd3c3af79375ca2e48f74d14444fedd16980d0b1edc0df +size 26154 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Steel.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Steel.uasset new file mode 100644 index 0000000..d391ae0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Metal_Steel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a2e25406fc181f7e62c340fed087f11df5331fbb58e7027b7ff324ac2ff692 +size 25776 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Rock_Basalt.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Rock_Basalt.uasset new file mode 100644 index 0000000..4218da2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Rock_Basalt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89863e3d6f1ba82968d03c07b8fa806e74c599993fa2c6be6ea543b79a732bb5 +size 43245 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Rock_Marble_Polished.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Rock_Marble_Polished.uasset new file mode 100644 index 0000000..e618a43 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Rock_Marble_Polished.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bddfc70c185035f741590a6b0dd9f754bb866647057612f2f070298766441fe4 +size 36739 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Rock_Sandstone.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Rock_Sandstone.uasset new file mode 100644 index 0000000..45952b4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Rock_Sandstone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec23fcf7600af2b7557bb0c45dc8616931890dd93eb0ad41cb8b733b6c7eac1 +size 39318 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Rock_Slate.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Rock_Slate.uasset new file mode 100644 index 0000000..fabcaec --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Rock_Slate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d870651166499ee980adb14d107c22fbc46cbb88206ee4129b49c1571a98b06 +size 40892 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Tech_Checker_Dot.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Tech_Checker_Dot.uasset new file mode 100644 index 0000000..092214b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Tech_Checker_Dot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c335e8a4275c1d67423b580a2d63e70644b2ceed3ab32ae9b2d21d2b7fc3ad7c +size 28671 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Tech_Hex_Tile.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Tech_Hex_Tile.uasset new file mode 100644 index 0000000..02c462e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Tech_Hex_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:652b225af7ee34e9d2384d64296a0e7ce427ade5286379c31721d65fd1df565c +size 29428 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset new file mode 100644 index 0000000..d1e66de --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2efbdeadf3df4a0c714a6772bb87c29bb657f0f573da77a8b370ba4590ce0a +size 28155 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Tech_Panel.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Tech_Panel.uasset new file mode 100644 index 0000000..3021df1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Tech_Panel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5e919fb1a36e38445f7e037ed8a4c3aafe2c79e1ae6c2e0d09e7d1e256e0ea +size 28334 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Water_Lake.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Water_Lake.uasset new file mode 100644 index 0000000..fa3393c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Water_Lake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f07789782f5926ab3cc16a089b5285cae0c26b4d9bf9f263c5e5740ec7ec74 +size 35476 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Water_Ocean.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Water_Ocean.uasset new file mode 100644 index 0000000..6ccbd58 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Water_Ocean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f5bd0bc94d372f4458f1a57cee5c74bc06b5c79d25d5bddb0f5bffe6986c79b +size 38520 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset new file mode 100644 index 0000000..1135aee --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158984e6c9ff583f387e8f78b36adb426330f369bb89a81f01e73eade243b456 +size 25128 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset new file mode 100644 index 0000000..b698abc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd04394ea9855a9b83450ddf8ec6968b8cd49fd1edda3079c06db696f5ad446b +size 25578 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Oak.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Oak.uasset new file mode 100644 index 0000000..df3dc22 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Oak.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7de2888600bd222d062fa5646d45fc2f512f17d7da2bbada065f9f9dc375e6 +size 25621 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Pine.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Pine.uasset new file mode 100644 index 0000000..49bec67 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Pine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2b00f046b84e3a94e9f379a4fb2bf1b2b0102ed1ae18c545e3dc3bdad786cd +size 33615 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Walnut.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Walnut.uasset new file mode 100644 index 0000000..6729fad --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Materials/M_Wood_Walnut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c803d0b5bb1e96a860a90033a9e4c5f1b7d80d3ea3fcac20aa5d08720de5b5f2 +size 22620 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Burst.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Burst.uasset new file mode 100644 index 0000000..1597fb0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Burst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f69887d8c38ef2970164fe9ece5ead9071dfcd15e1d5cf4558f8115d1263fac +size 17715 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Dust_Particle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Dust_Particle.uasset new file mode 100644 index 0000000..3848521 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Dust_Particle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a81be6aed53fec48eb8d2c82f48c6e6e3a726e889024380e6a7557b9168a820 +size 10458 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Fire_SubUV.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Fire_SubUV.uasset new file mode 100644 index 0000000..e38ba22 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Fire_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c4d6ca09f82a8ef26729d6efb5669e67425d29307ab11c7c172bce422ae381 +size 21433 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Heat_Distortion.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Heat_Distortion.uasset new file mode 100644 index 0000000..6620cc6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Heat_Distortion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4c39aa96e365779ed62e0f4a93654f9da213ed79d3dd04e3956491a5af3e6c +size 15907 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Radial_Gradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Radial_Gradient.uasset new file mode 100644 index 0000000..ae8034e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Radial_Gradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86084cad41e52be8ce11c924a311ba2af69928bea099ff046072a288787d9da +size 12036 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Spark.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Spark.uasset new file mode 100644 index 0000000..d2ec597 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_Spark.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82289a71bd5880a37b55f700b4530ed6295eb0d89961f136c27037b5201c962d +size 11514 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_explosion_subUV.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_explosion_subUV.uasset new file mode 100644 index 0000000..ee0fd48 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_explosion_subUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa1443a9ae9d8154b662736adcab6f936ab8b263d6fa42686be43165f8dd07b +size 14307 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_radial_ramp.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_radial_ramp.uasset new file mode 100644 index 0000000..3236c0e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_radial_ramp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db339694b1276df750d730f6aebf32c839a91a2ac639a6a89ac16abdc898aeb2 +size 12041 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_smoke_subUV.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_smoke_subUV.uasset new file mode 100644 index 0000000..a1e7cbf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/M_smoke_subUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e623d77378b1db9c30b9631f404b43eb19ecc3db1ec98c2907a137b0cc67b69 +size 18393 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/m_flare_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/m_flare_01.uasset new file mode 100644 index 0000000..7c2029a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/Materials/m_flare_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea86a0daf2eae9838152969f4f8c83cfe70762de9a9a964714bb7585dbd30d8b +size 15923 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Ambient_Dust.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Ambient_Dust.uasset new file mode 100644 index 0000000..6ac1a65 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Ambient_Dust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca74448776efcaafee4f2381c4b0784151f8b24fd3bf2093b0006644d3f6a15c +size 58213 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Explosion.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Explosion.uasset new file mode 100644 index 0000000..304df35 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Explosion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6873f622ba630fe7c3db773c476a42dc8221514b2ddd1889ba907e418c56a087 +size 322547 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Fire.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Fire.uasset new file mode 100644 index 0000000..2aff314 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96494c2904c20b035fd161a23658a39f614208b60acc772c0c5336cdfced7ee6 +size 308882 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Smoke.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Smoke.uasset new file mode 100644 index 0000000..7114a14 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5194cd9db09d57dcc9640bf746bd2499c2c31bfb75cce900515d69ce5063c4e0 +size 73815 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Sparks.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Sparks.uasset new file mode 100644 index 0000000..e427e50 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Sparks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540b35041026f25f7b3fe66e82538f2f0c3e43ef43bfea16f72778328054a48a +size 208974 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Steam_Lit.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Steam_Lit.uasset new file mode 100644 index 0000000..6aa67c7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Particles/P_Steam_Lit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d405c2dd72f04dd413d41a0b3c74c19ffd957ed6aa568019d798c398d25db0b5 +size 128186 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/MaterialSphere.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/MaterialSphere.uasset new file mode 100644 index 0000000..6b8dbc5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/MaterialSphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73916a690f07d75c53c19b38d9091149a4d3908a71e7468203a435501949ab9 +size 47962 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Bush.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Bush.uasset new file mode 100644 index 0000000..211b187 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Bush.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808a564ba3bff0fc9e50046314b06ff8ee8c2e5435983887a33cec51e37790c7 +size 18152 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Chair.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Chair.uasset new file mode 100644 index 0000000..8a4a37f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Chair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76090703529e143142f2f6a61f53472f0ecbc8b8564efb2abc66b00c3ce2923 +size 19793 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Door.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Door.uasset new file mode 100644 index 0000000..65c488f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Door.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96961ba2b45d9da998bb374734205e4f481eb306e99cda3214e9f478dda4e248 +size 23179 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Frame.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Frame.uasset new file mode 100644 index 0000000..67c1150 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Frame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01eeda99cf5feea3020116fe2eccf92eb92a5ea17efbd746d8750826a245992e +size 15125 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Lamp.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Lamp.uasset new file mode 100644 index 0000000..b754ac9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Lamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bceee7e4ec033fe26bc65aad7e1b8a8487708c211decb4e28df0bf86bfa215ed +size 24039 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Rock.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Rock.uasset new file mode 100644 index 0000000..b9d8d1b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Rock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d7a6d4b4419649435a7dc9082f42e17268ca0ef751b8ff298429ec39554146 +size 24542 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Shelf.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Shelf.uasset new file mode 100644 index 0000000..bbec20d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Shelf.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabfc41cd14d878a7cb997fe29e9fa3e824d8027650fa91993826c833063bb48 +size 16494 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Statue.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Statue.uasset new file mode 100644 index 0000000..82ca84b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_Statue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1b81111b51fe3ea33166cacdd1d4e0113d797a0163ccc206498792719ec2d7 +size 18497 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_StatueGlass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_StatueGlass.uasset new file mode 100644 index 0000000..9f60536 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_StatueGlass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e555b46bf1b48e1915d60d9df7f5d7d50483c9fbbf6c785b3c320a68265f960c +size 21509 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_TableRound.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_TableRound.uasset new file mode 100644 index 0000000..0bb98a4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/Materials/M_TableRound.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee30606756a2940f04b72a3c319bd3b740bbae3bda9a29d3ed6a1b00ee88f55 +size 18184 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Bush.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Bush.uasset new file mode 100644 index 0000000..d8c9d94 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Bush.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ab4f2fd2cf2c9b52b0271c8953ff6fef6c07d8a2b4695ec17a56b5b0055fc0 +size 66023 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Chair.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Chair.uasset new file mode 100644 index 0000000..643c87f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Chair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848f5d3bcac1d319f21fb695847dea688f26f23191a8ff440578392aca83b904 +size 99786 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_CornerFrame.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_CornerFrame.uasset new file mode 100644 index 0000000..7cf7cfb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_CornerFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6bb27aee7581ccfa5fe59a8bf38c0b6155516417fda96a85cfe351f45c27a2 +size 38853 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Couch.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Couch.uasset new file mode 100644 index 0000000..a843f3c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Couch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b493499f4ddd47690381f15ca3b4dc442864e115bb8023c59c2092fe002b576e +size 108302 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Door.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Door.uasset new file mode 100644 index 0000000..3a22e70 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Door.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab996d6c9dd68546003b75a7bcfc88d60b65047dd60430c7b32e442b5b57e95e +size 64515 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_DoorFrame.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_DoorFrame.uasset new file mode 100644 index 0000000..4616a24 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_DoorFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57161bcf58f5158d18278146eddf1199899319cb0be099a44a74df3694e83fa3 +size 23742 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_GlassWindow.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_GlassWindow.uasset new file mode 100644 index 0000000..b25b6b2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_GlassWindow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b187e3ce7d78a7ab48570415d72eb39b93d528267ca206898a17094dc653ab9 +size 37173 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Lamp_Ceiling.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Lamp_Ceiling.uasset new file mode 100644 index 0000000..a95f8bd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Lamp_Ceiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae6dca1c989e4045e755b24f6d9ced05f4ef39b3e1878f9f3d15f946fa25f21 +size 113664 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Lamp_Wall.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Lamp_Wall.uasset new file mode 100644 index 0000000..5ad697a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Lamp_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b3d6e8f4d33d58b7914f594a07fe5958305bc99994641c5edd94d34a59c494 +size 60901 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_PillarFrame.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_PillarFrame.uasset new file mode 100644 index 0000000..d6ff205 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_PillarFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35082565b084b78c19a413bc30ba6524cae37248013edb8e07c73fce4960b110 +size 44109 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_PillarFrame300.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_PillarFrame300.uasset new file mode 100644 index 0000000..869ecf6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_PillarFrame300.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d31f633b3ec7105c5ce0c5dd84fc349b88c56358679d25c3f8c96efd591d5d8 +size 45073 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Rock.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Rock.uasset new file mode 100644 index 0000000..308d176 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Rock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ea13c5a4689f7eae2025d2eeedff932672ecc1c17413d2eb581e242fc84d24 +size 73255 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Shelf.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Shelf.uasset new file mode 100644 index 0000000..053bb53 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Shelf.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdf2e75dcbb9753a71f34c0e3e2c59d1d685e7eeffcded93abb20173f95aa9a +size 47308 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Stairs.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Stairs.uasset new file mode 100644 index 0000000..194639a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Stairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445eb23cf74c502fe437eed2cbe054d64d246bee2aa5d95b85c7b4f86409f1c8 +size 27469 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Statue.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Statue.uasset new file mode 100644 index 0000000..e2e99c0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_Statue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d02363b43f86313f98bf1a76db0d2b4feb6609ae5d5747da41a0f309577ecbf +size 192615 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_TableRound.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_TableRound.uasset new file mode 100644 index 0000000..b26cce4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_TableRound.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7630c5cc4bf1ef24ef8ba1b42eb7c38756973995855a9c11e238c9215c8a3db3 +size 243500 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_WindowFrame.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_WindowFrame.uasset new file mode 100644 index 0000000..401197e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Props/SM_WindowFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58855467d0c1671fdae9be1d48ad7c65b9b34a83555aa32698640bf929c8e7a +size 26065 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Cone.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Cone.uasset new file mode 100644 index 0000000..380f8bb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Cone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:084f9145ec93af64f89ec806d917bbb0af113509c8a9d4bd2e00c6e74cbe3e4a +size 27592 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Cube.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Cube.uasset new file mode 100644 index 0000000..b0da455 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Cube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a17f970aa62a898a0a05ed5905aaaa64190ebb917dc5d4afc1809a3717b872 +size 16826 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Cylinder.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Cylinder.uasset new file mode 100644 index 0000000..8a25aad --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Cylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61dad32f08608d1a9ac414838d54f5966aa9fbb8fd930c2c561ba8c047910164 +size 32114 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_NarrowCapsule.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_NarrowCapsule.uasset new file mode 100644 index 0000000..cd72fbe --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_NarrowCapsule.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50095a494e356a883116d9de40b315823a4125ede35f2b21300b309e906e5aac +size 48368 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Pipe.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Pipe.uasset new file mode 100644 index 0000000..28dae50 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Pipe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d741ca2f19fefbba8c03799ef4b0c8452ece1fcd457898512b4827cece90178 +size 26692 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Pipe_180.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Pipe_180.uasset new file mode 100644 index 0000000..a63f01d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Pipe_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f619d2752d22131d865aa1c06452084cbdb7008b412db67ffb9cdbabdf6fee3d +size 86403 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Pipe_90.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Pipe_90.uasset new file mode 100644 index 0000000..b60a676 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Pipe_90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255dec553b5ed807d315dce59a75f755a24104092d59756347199ad7829d7270 +size 60633 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Plane.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Plane.uasset new file mode 100644 index 0000000..abe7168 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Plane.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeaad6e6d42b141c2ad4625bf4f0982ac6c5a59c20932300c6114b307031678e +size 16947 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_QuadPyramid.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_QuadPyramid.uasset new file mode 100644 index 0000000..8bd90f5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_QuadPyramid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c8fde720d3fc3aa7d08bf165604443f6e37dc19eba80736d3726865e526b86 +size 16968 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Sphere.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Sphere.uasset new file mode 100644 index 0000000..509a7e1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Sphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1acf65c9341559b607b5193d36045822bbde2da439dd780b7796097c5cc82df4 +size 38572 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Torus.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Torus.uasset new file mode 100644 index 0000000..2862fe2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Torus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5741ecfe222cb28067eca4965f67f5379f7c188065861c0362d406987ac517 +size 71496 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_TriPyramid.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_TriPyramid.uasset new file mode 100644 index 0000000..b64e967 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_TriPyramid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53259344611e947e4240bb80a03df67df92161d3f16abdb356dfdcd6aca21336 +size 16669 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Trim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Trim.uasset new file mode 100644 index 0000000..a431737 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304a4f0d3f3d9289763819d18538eb19a1a049143c5d1ce6f8f6d5998a45c59f +size 21409 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Trim_90_In.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Trim_90_In.uasset new file mode 100644 index 0000000..a4da339 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Trim_90_In.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb86a629ad4a36ca332e5d5cda0074d59690be06d203d8b9a60e413bc16d957 +size 31291 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Trim_90_Out.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Trim_90_Out.uasset new file mode 100644 index 0000000..375593a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Trim_90_Out.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0bee0df3de0fb382412c46249e224f0ef6ccdadf8b2a7f863a0a8931060779 +size 31664 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Tube.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Tube.uasset new file mode 100644 index 0000000..5c38adb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Tube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc587fcf9c426c3240d57027393b2dd340f7fdd7a2e0e0c5b86252cc333a826 +size 42057 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Wedge_A.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Wedge_A.uasset new file mode 100644 index 0000000..d290113 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Wedge_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de7be392adf2319a0ccf49abab14d9de107fab615504672bf6ee0a7a7575e63 +size 17222 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Wedge_B.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Wedge_B.uasset new file mode 100644 index 0000000..d299113 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_Wedge_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45df21a6e3b9bc5c90f2610aaca86f998281ff1bb967f8f1476a48ceec355ba6 +size 17633 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_WideCapsule.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_WideCapsule.uasset new file mode 100644 index 0000000..874c189 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Shapes/Shape_WideCapsule.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbfb6edf4361d5ae21fb44bf0ae91194970e195c2b6695eddaa0145a7b95b127 +size 43088 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset new file mode 100644 index 0000000..ea48084 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e52070a6aafcf4fff106eb9a82ed03520dc642c09b5f57137a08b1a71ece39 +size 8210501 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset new file mode 100644 index 0000000..bf4c4cd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133677f9f8ce5974ef5021938740d5a68517be79d687f715af7eb94222113b6a +size 6900937 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset new file mode 100644 index 0000000..87d3539 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f264469b2ea3b878da72fa42e8a004f1746b6ae31e471c1ac327c9661b032ec6 +size 8248800 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_New_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_New_D.uasset new file mode 100644 index 0000000..0d6c6c2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_New_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a189578a2de0a99f72c817f54f187603716e2757d7c936d921dbe4aef0bc3f0 +size 6353520 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_New_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_New_M.uasset new file mode 100644 index 0000000..329c3c4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_New_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff11e5931e426549325d809a78ef6d6086c456feaaf47c63b77c29941dd481cf +size 7166571 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_New_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_New_N.uasset new file mode 100644 index 0000000..f74ebc7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_New_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e0055e34fa58c454de0079a1f0f1696c802263b7bedb2763b6a261d1190d9d +size 8412776 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Old_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Old_D.uasset new file mode 100644 index 0000000..32752d5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Old_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901c3a2f83049395ebbffd489d67c107e6d8f547a9bd64b17cc80f008bcbda9b +size 11773315 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Old_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Old_N.uasset new file mode 100644 index 0000000..9f17647 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Clay_Old_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f2bf26e2af0974e206664744b5675dbbc6c2fd6e34634713bd7a2cd1248a9f +size 8755758 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset new file mode 100644 index 0000000..0d97853 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a387fb0ea7bdf1d184f9024df57752a653dded46c2573c20b2a8a391cd392b5 +size 14335973 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset new file mode 100644 index 0000000..24e2a48 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d2d45fe6a8f90ef4684ed526df9d52247d9e973270a7283da9621a375e0478 +size 7108640 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset new file mode 100644 index 0000000..865008c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cdac9a9ef8d581cc1a149c17fac05ba67ec890d21584eaaa3faaf7fd4c3ef8 +size 7921019 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset new file mode 100644 index 0000000..4d63375 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cdbf5c3c4566b69bd66d48ca24c23ca4b88b8040af0073f20de15406c4b8c18 +size 6449362 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset new file mode 100644 index 0000000..d6d0df6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b2c002c10b1e6ac1001d957c18206cf5aef45b93095ed784cbf38d96957a98 +size 9818565 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Burst_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Burst_M.uasset new file mode 100644 index 0000000..d8c3064 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Burst_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6edf115ecf25186182718402299be6d41a110e7c4865300201c884ee7c41f00f +size 134830 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Bush_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Bush_D.uasset new file mode 100644 index 0000000..9bbce49 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Bush_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6132d56d073f0bcb25a0909b400e91959af305b896bd4cad4e05ea5da438ffa0 +size 523942 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Bush_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Bush_N.uasset new file mode 100644 index 0000000..fc19deb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Bush_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe571106764ba909c1c0eefd384916672185c030f472c0be0d8d780bc044d71 +size 405092 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ceramic_Tile_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ceramic_Tile_M.uasset new file mode 100644 index 0000000..c526977 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ceramic_Tile_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889bf98ebda9e961706a12ba4f21384febfff29264f684c908c4e3c8e9ab33f3 +size 309874 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ceramic_Tile_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ceramic_Tile_N.uasset new file mode 100644 index 0000000..bea101d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ceramic_Tile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8e82d1ace9ec7f27fb73e6467a1b2d794aba1ca815e59f2458d7ab6b8dd360 +size 292996 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Chair_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Chair_M.uasset new file mode 100644 index 0000000..68f54c5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Chair_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2557b2d216e06e1797612564b7d5c99bd35fddc5468799b72e6d87532acbe46 +size 533394 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Chair_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Chair_N.uasset new file mode 100644 index 0000000..48cfd35 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Chair_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947b4897df67b911a280e2863ba6784cca8e2120725ad302e5dc6c99a410bef6 +size 2390813 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Checker_Noise_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Checker_Noise_M.uasset new file mode 100644 index 0000000..a19dbdb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Checker_Noise_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f21a9e4dbb493f47b85b1cfb99f0541290c9a6a6dee9beef75075d8a391f06 +size 237301 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset new file mode 100644 index 0000000..78bb568 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9ff4913e2c1992422d1d1d535a42cb46c5a5e8da5f1a14c2dcc4017c1d19d0 +size 12112317 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset new file mode 100644 index 0000000..2cf7bfd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eada28197c61b31a855566c6b2a214a1971ec52477c78a9a2f5f213ae96c149f +size 1537769 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset new file mode 100644 index 0000000..d28eea4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06fe736beecfbb1a29d65e58b07ef58cc4bed5d4ce75b5752b704eb2f23a7527 +size 12206087 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Rough_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Rough_D.uasset new file mode 100644 index 0000000..ece86de --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Rough_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7086c0627bb3cff5002d42170a8f70da0253528c7195bed679587a16a5ac686f +size 2495191 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Rough_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Rough_N.uasset new file mode 100644 index 0000000..5a7fbe1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Rough_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ca94f9bdf54a2dd55182b91a6a1fef905e73d1f4f39667630b1ec63afebc3c +size 2728837 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset new file mode 100644 index 0000000..5813343 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a368497c87792a6f48d0668437ff0c5d80663e36dced1140863b32ed514f55 +size 7115953 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset new file mode 100644 index 0000000..9ec97be --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6fa49bf29188e46afc5aabb299b14cc6cc63a1fefc187fd1b9f6b0b4d5677db +size 5864359 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset new file mode 100644 index 0000000..23d672a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c438670898aa7abc2a85f8c3fc36812fdd6b28d69875f1bf27c3f9fe17580689 +size 9487176 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Grime_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Grime_D.uasset new file mode 100644 index 0000000..a71817e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Grime_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8286a028addfaa1189f12791b3a85b2d784104e528d745f8dc1c3c07af1804 +size 11009078 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Panels_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Panels_D.uasset new file mode 100644 index 0000000..fa5affe --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Panels_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6c484be45268c9c0497a3bcd4b9029dd32117b201511ca77e1b834f4f64e72 +size 8683984 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Panels_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Panels_N.uasset new file mode 100644 index 0000000..ec03312 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Panels_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bdca83b7bcbf9d2a0fa09d21c0f5608946343fd6710ca48e751ee1c8d60492 +size 6228242 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Poured_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Poured_D.uasset new file mode 100644 index 0000000..ea040a6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Poured_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321e90a25ca7e1412d9bd0097e3d28f7df06bb313d1c6f65c3aca36df4685835 +size 10488328 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Poured_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Poured_N.uasset new file mode 100644 index 0000000..569bfd2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Poured_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e436145a10469a0faabe6485be10656e003bb47865be2e86402a22a8928611 +size 7822120 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Tiles_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Tiles_D.uasset new file mode 100644 index 0000000..b7bcd17 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Tiles_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3216cf42fae6a6fe04e10506b57f2a4649f935280b8902e21ef1315807940364 +size 5633160 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Tiles_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Tiles_M.uasset new file mode 100644 index 0000000..11ad3de --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Tiles_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ff0c022353e580d8aec5429a9e9352a451b3d747e51e12ab79bccf09b090aa +size 5722856 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Tiles_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Tiles_N.uasset new file mode 100644 index 0000000..07bc8c0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Tiles_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9748003306dc7f9b1c06311d5740e5610c2fe29a0216b9383bc728047ff28faa +size 7003441 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset new file mode 100644 index 0000000..b9297fd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26bd78e04b6c9fc6b9703ab37cc72e709959d0295b90713b7dc3e9e273c791bc +size 8004 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Detail_Rocky_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Detail_Rocky_N.uasset new file mode 100644 index 0000000..1c1cf51 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Detail_Rocky_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49663f34a066cc8fd13a18e8fae3750d0ec46db5d6609a1841dfd7f23894019f +size 2967534 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Door_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Door_M.uasset new file mode 100644 index 0000000..74a83d2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Door_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0af5e91cec04eda04361788d5b68008d3bbe87afa7d42f1c6d34a201496e08 +size 540858 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Door_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Door_N.uasset new file mode 100644 index 0000000..a331426 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Door_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469b23d2745dacb36d8767e020ab57789056dc16d87bc1d2a93e2da6e97bda95 +size 1319845 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Dust_Particle_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Dust_Particle_D.uasset new file mode 100644 index 0000000..7584a31 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Dust_Particle_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91709aef411bc1fe025bb5e69688b1236cb45d3a549e6ff25f51f78c237a4358 +size 20748 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Explosion_SubUV.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Explosion_SubUV.uasset new file mode 100644 index 0000000..f57fa27 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Explosion_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f1a7916b2f738933a9fcb18f5a465cd3d003ac71c9652c1984ad6b88bc3c6b +size 3109514 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Fire_SubUV.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Fire_SubUV.uasset new file mode 100644 index 0000000..8d34bfe --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Fire_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9bf78f282339b7a213e95e9a76842919e20be6e46b67d97bc3396d211ecdd5 +size 410944 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Fire_Tiled_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Fire_Tiled_D.uasset new file mode 100644 index 0000000..50e1537 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Fire_Tiled_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5082caa3190edc07e162dae6ca2a291fcd62ca611390db1a598fcaba50f121d +size 535245 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Frame_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Frame_M.uasset new file mode 100644 index 0000000..d5a20ea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Frame_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb10c14fdec8f49462f5d7c3aaae625502d5099614cc2aee6f5b7cb42dcf2c8 +size 560002 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Frame_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Frame_N.uasset new file mode 100644 index 0000000..50bfff6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Frame_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee652eda8485586d300966641f4e637ff0f9879b932969eec485b9cd9311f0b4 +size 1528217 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Gradinet_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Gradinet_01.uasset new file mode 100644 index 0000000..8409d6d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Gradinet_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5e928c79f6fab86efbde4833aa496ce774bfc627596d1e312c1f8e8b82bafc +size 8403 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Grass_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Grass_D.uasset new file mode 100644 index 0000000..9025a91 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Grass_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96966d3cbb8f1a5fcc129c2d22b5439af200fa47ba42e39c6ee3a4477b7f80c2 +size 11373231 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Grass_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Grass_N.uasset new file mode 100644 index 0000000..3a8ac46 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Grass_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09a0a75df41852bd230978d5d1d9fb02a110e33f023ffdb1fca0f2351aa80cb +size 12252211 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Gravel_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Gravel_D.uasset new file mode 100644 index 0000000..e0bf47d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Gravel_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8df5decab9bbab3fa4bc6c874ccc78fe01684ad34dfa45c959db64d07b101f5 +size 11683031 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Gravel_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Gravel_N.uasset new file mode 100644 index 0000000..6c65d75 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Gravel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e87f17caa2f7d7c38bd677a461530ac781512b710b36ef62a2fac513d7b1cc +size 8225688 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Moss_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Moss_N.uasset new file mode 100644 index 0000000..01ac5f2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Ground_Moss_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2397bcd14fa83f721ccf23feee7ad2a8a2089ad6e935806eec34302a673afe12 +size 9721187 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Lamp_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Lamp_M.uasset new file mode 100644 index 0000000..1516537 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Lamp_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c75025c7dd5a2e141277fe30e4ec6f4450ac3640d0e654f0beb93ecd4dfc22 +size 749523 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Lamp_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Lamp_N.uasset new file mode 100644 index 0000000..c88da17 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Lamp_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65309c7765d6555629859107765633db6cf1663ec7eefbff736f02532a188752 +size 2475955 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_MacroVariation.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_MacroVariation.uasset new file mode 100644 index 0000000..3ac218b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_MacroVariation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56f4923746b3d2a299757dadfbc089c66efc3fd2a391baeda7983d5947a45dc +size 10001180 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Aluminum_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Aluminum_D.uasset new file mode 100644 index 0000000..737f068 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Aluminum_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a428841257b76b00d4c31acf064dd23a5391e79d52f8adfd700a8e5e0bc3adad +size 9666997 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Copper_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Copper_D.uasset new file mode 100644 index 0000000..d864a04 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Copper_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63b975d133a6a568ab0793cda17984223a748687601f58058b51fbf330513b1 +size 9803431 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Gold_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Gold_D.uasset new file mode 100644 index 0000000..33f4961 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Gold_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d962f4647f64ba2fec583c3e07a142fcee1af734104d5df73ab88258ee10854 +size 9808776 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Gold_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Gold_N.uasset new file mode 100644 index 0000000..974bdda --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Gold_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84e4d18252ad6c4935fc8ed2a1e60bf2aaad4b9cc5eb7695d81f2c80bd6f734 +size 3076590 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Rust_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Rust_D.uasset new file mode 100644 index 0000000..38ff081 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Rust_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba65918109c6cac14b6b8ffa7bd1865f323e4b4776970ec9cb7f9fee64a28dc +size 9300420 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Rust_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Rust_N.uasset new file mode 100644 index 0000000..423721f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Rust_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4493df772177a0c0479ac16aacc14ccb98c63b96da8022983b5ee4fa80d35e +size 8181944 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Steel_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Steel_D.uasset new file mode 100644 index 0000000..b977d0c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Steel_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c35399fb79ada9102232ae2d94b05e5952e11d61d0af2bf4d61a15b49eae260 +size 3364788 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Steel_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Steel_N.uasset new file mode 100644 index 0000000..be80926 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Metal_Steel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39ac28b0255597f8fa99497348c7199d77c601696cd61ef5f9f218f6b7ba595 +size 5745585 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Perlin_Noise_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Perlin_Noise_M.uasset new file mode 100644 index 0000000..bd8c160 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Perlin_Noise_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb229653383dc35361c5b4ca06b4edc73d13072156aba7328c71068a89983ff +size 6728272 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_RockMesh_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_RockMesh_M.uasset new file mode 100644 index 0000000..e98e61a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_RockMesh_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5acc05f474787b409d9b99ea42b4b21f380efa6842ec1fbae91fbb15d98300 +size 2955897 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_RockMesh_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_RockMesh_N.uasset new file mode 100644 index 0000000..05a95af --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_RockMesh_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67bdc69e9b8e4e50f6e476f009d3c10c1300f24b65e3d472c473204df1942109 +size 6274913 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Basalt_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Basalt_D.uasset new file mode 100644 index 0000000..ea47142 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Basalt_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79eb2aca4a1462e5ab419d12a9ceb5426a5253598baa6023b1eb8ae89c5f797 +size 8736035 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Basalt_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Basalt_N.uasset new file mode 100644 index 0000000..64caa91 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Basalt_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373d303f3d211bb4b02332c70a7eea096a8470a04e7fb12c956104c65f4ac801 +size 8751482 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset new file mode 100644 index 0000000..6cb98d8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b592000e8d0a997bc84adbc0e0924c690c249f488380751837e365446674afb +size 5291708 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Sandstone_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Sandstone_D.uasset new file mode 100644 index 0000000..17642d7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Sandstone_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66e34680349337ac1feeeeb5bf86bfab27f81d5f2c697b0925dc08e0d9188c1 +size 10286256 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Sandstone_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Sandstone_N.uasset new file mode 100644 index 0000000..00662d5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Sandstone_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce86f80a6d5cb87a2f36e416b8722748b271b529dc06ce17984bf6893441256 +size 9228111 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Slate_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Slate_D.uasset new file mode 100644 index 0000000..02d52ea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Slate_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41104715307077b22dd1249467110a7d0d615a5d52fa0e6f8a5badf7501e70fb +size 13197421 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Slate_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Slate_N.uasset new file mode 100644 index 0000000..724a857 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Slate_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced25ccd7437bbbe734096407dd5af9240d451c3b6f85963f30271a722a5ce0d +size 10344322 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset new file mode 100644 index 0000000..2ee56ac --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4442ce269e62bfa2d81d4f450cd394ccc90eaf67c7b47e33ef25aa9608b61e0 +size 7901597 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Shelf_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Shelf_M.uasset new file mode 100644 index 0000000..44a9272 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Shelf_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f80cf4dced451ae12ba3f9820c5472465f71608c1052146c3628ccb9e158e1 +size 654092 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Shelf_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Shelf_N.uasset new file mode 100644 index 0000000..8105a44 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Shelf_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7fd5bd4608a4674b3909997e601519a9e5de3327f1f3d89f6269fc2dd11bf0 +size 2047018 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Single_Tile_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Single_Tile_N.uasset new file mode 100644 index 0000000..d61d59b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Single_Tile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba18609669020c2342b8d0c0840839479dc6eb1252252478b2d2ed6c5a9754b9 +size 9930 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Smoke_SubUV.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Smoke_SubUV.uasset new file mode 100644 index 0000000..55401af --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Smoke_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b863e46ec8eed6acff29e4ee1d0f0b376f3d3f317dc2a818100ce15d00eeb9c +size 2579846 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Smoke_Tiled_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Smoke_Tiled_D.uasset new file mode 100644 index 0000000..3510330 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Smoke_Tiled_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c6f06e111b8afcd41a0e01b8afcad723376150f264e5f1a6f398d334c78707 +size 55069 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Spark_Core.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Spark_Core.uasset new file mode 100644 index 0000000..3ef9de1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Spark_Core.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937c789dcb910a60ca54e4cdf28b57960f23a4c651a9e2584e7ef0268b54d665 +size 138747 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Statue_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Statue_M.uasset new file mode 100644 index 0000000..9fcb9bf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Statue_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e4a20a63e33089b7865cbbb6e1b2cdab0124aa1532f897124bfd9127eb7544 +size 611973 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Statue_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Statue_N.uasset new file mode 100644 index 0000000..7aa00ef --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Statue_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4419c7d88a5f723ac744dc1ad334af23bbd9da80d9ca88db2da74d1ca2a4ee80 +size 629252 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_TableRound_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_TableRound_M.uasset new file mode 100644 index 0000000..09cfbdb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_TableRound_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a46952541783e373301df7e00ff7589b13534af14ef545dd21a8089c51776e2 +size 870316 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_TableRound_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_TableRound_N.uasset new file mode 100644 index 0000000..1f36e85 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_TableRound_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d091d1027c7ed4dec4370ddec2df0d183b28737cf0f4bdbdabf0d836daeda65 +size 1847384 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Dot_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Dot_M.uasset new file mode 100644 index 0000000..af98c4d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Dot_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84ffefd982114643e12ab8ff2e4db494dae4e9367f920cca734b939963be860 +size 102169 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Dot_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Dot_N.uasset new file mode 100644 index 0000000..2345500 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Dot_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c529ecb6ed0e22c7f121f0addf8ba6850bcc511b54f62fddf0c119222899ad +size 191423 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset new file mode 100644 index 0000000..7ae63b0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7daa1755ead0e8b66da5ad56774f2e0dac7a11f3a859d6de85e6fb67051ba2fb +size 758350 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset new file mode 100644 index 0000000..649458a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9eca5b96ddb8ba8352fe041d94e94ec33bd20b0b49fa5b3bb3f41c7c7232392 +size 430597 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Panel_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Panel_M.uasset new file mode 100644 index 0000000..9a1fe32 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Panel_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a982949422760a54fbb42cced0eaff16c07f91d20f2a7c32e7f2920cb7959977 +size 957686 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Panel_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Panel_N.uasset new file mode 100644 index 0000000..ff7c290 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Tech_Panel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62421c1b85db09da551664af4d03d3a63997f12caf22ed2c31b1f9846875b35 +size 2322870 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Water_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Water_M.uasset new file mode 100644 index 0000000..6e82706 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Water_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7be24f37dffe5ded65eecbf300f0dc7de3c7c52660baa26d9e0433822b6b8b +size 1898288 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Water_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Water_N.uasset new file mode 100644 index 0000000..46191d5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Water_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92aa70c63ee06745b08ecfb839a4c3a7fc7c3992b677422d167ddccfaf0dce09 +size 2651947 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset new file mode 100644 index 0000000..22a2ab5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9163fd0bb96e62c3b97dada25ef94b70a62a34c075319ee851063da1345e70e8 +size 5017276 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset new file mode 100644 index 0000000..141a91b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b136a055171249e4b949c9ec8c52f2c6d55fde225d1830a50b1f8a509b348d +size 3877497 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset new file mode 100644 index 0000000..8855e79 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078df10674d62d2f35101b0cf6ad3879b6cb0c8a9d16b80e56a009942eba0dfc +size 3523111 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Oak_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Oak_D.uasset new file mode 100644 index 0000000..cef7813 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Oak_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3827e6f3b73152b7e12ec468fcbb0ce6e8e0390b51c21859ad4b6a97bc4116a +size 9159595 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Oak_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Oak_N.uasset new file mode 100644 index 0000000..d98ab52 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Oak_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48af1d52eb2efdfaa5b6ec66dd7c25f362034cd237f6a7c0033974b60146649 +size 7030837 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Pine_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Pine_D.uasset new file mode 100644 index 0000000..b8a17ef --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Pine_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c998bbca3332722ae956a9ba9f8a46fc5eac7cebcfcf675b79309f74943347 +size 9757421 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Pine_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Pine_N.uasset new file mode 100644 index 0000000..f764422 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Pine_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b1363dbe2754f5e7c1151b540b02e0103f7c7f13fb6b38c10c358f37babc4a +size 4420229 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Walnut_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Walnut_D.uasset new file mode 100644 index 0000000..c78b70c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Walnut_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44667003f85f3e4dedd1e4d488e3eafe39b85dbae3fd1a3141cca631082ac641 +size 9452463 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Walnut_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Walnut_N.uasset new file mode 100644 index 0000000..2706afa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_Wood_Walnut_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e9d9448889c4caf1d51888d69aa461d911c25f839460dc5049090b97e79dc1 +size 4730866 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_ground_Moss_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_ground_Moss_D.uasset new file mode 100644 index 0000000..e542747 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/StarterContent/Textures/T_ground_Moss_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ecee23beea90172659e2b9222072d3cd4337bb744ae09f158cf99f9d9962bb +size 13826216 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Curves/Atlas_UIMaterialLab.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Curves/Atlas_UIMaterialLab.uasset new file mode 100644 index 0000000..7e311c9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Curves/Atlas_UIMaterialLab.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d021c5d22ad617a4a02039ecf791de841e7a386f2bef429f70f672b55ce0780 +size 7065 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Curves/Curve_HeartPulse.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Curves/Curve_HeartPulse.uasset new file mode 100644 index 0000000..cb84ce9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Curves/Curve_HeartPulse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee74b4948fec13e53efd22542da34e64a509db5dc094f613f7a6f8bfbb1fa797 +size 5370 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/PermanentMarker-Regular.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/PermanentMarker-Regular.uasset new file mode 100644 index 0000000..1e65da8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/PermanentMarker-Regular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d477cf59663baa0d90882d5953a76648c94d253a22a063df614772913558ea +size 75354 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/PermanentMarker-Regular_Font.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/PermanentMarker-Regular_Font.uasset new file mode 100644 index 0000000..642882c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/PermanentMarker-Regular_Font.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d07140587a5561670ab903d82b5be9da16067684b38f3d16cf2b7576fbc4af +size 7460 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Black.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Black.uasset new file mode 100644 index 0000000..989e247 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a537d3816230c90244d2aea6aab333be68cd4bc90e992fd3d3072cf220563f6 +size 169697 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-BlackItalic.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-BlackItalic.uasset new file mode 100644 index 0000000..30f01f1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-BlackItalic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dfa655af1a6e0c3cd2ee2f53c1f0756caadc875275c437717b3d885ceeb5767 +size 175787 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Bold.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Bold.uasset new file mode 100644 index 0000000..5a8d472 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Bold.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3565c6a0c74b3ea77310375ca2ae740a766a2f5ddeb219a9daf22aacebf2be +size 168966 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-BoldItalic.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-BoldItalic.uasset new file mode 100644 index 0000000..c385aa6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-BoldItalic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7545d9abe06056c00168f55b2a65d9fc353c27e2a67b3a540735568b3de4d0c9 +size 173180 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Italic.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Italic.uasset new file mode 100644 index 0000000..d4b20e7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Italic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eea515a5f8d68b40cc75263285f22f0552df645774ac3eb9c06214f59e94f5f +size 172148 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Light.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Light.uasset new file mode 100644 index 0000000..b7aa670 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Light.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70fc1c244679bbfcf706b16e3d3696e66a0a898445cafcc7e68ceff03da8544c +size 168637 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-LightItalic.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-LightItalic.uasset new file mode 100644 index 0000000..9ffebb8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-LightItalic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aced2efce391d713ce210060623844284625a3690612147e4171586febd2b0e1 +size 174851 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Medium.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Medium.uasset new file mode 100644 index 0000000..3cd8c30 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Medium.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b4cf769af85d3091e1f98ac908e6a0c80de47d6bda5733829b3f54f3e12473 +size 170288 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-MediumItalic.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-MediumItalic.uasset new file mode 100644 index 0000000..951856d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-MediumItalic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b232373e12f5f280bc018f3b290f2a2a1c26596cf16ace1191a579ab58aa121f +size 175102 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Regular.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Regular.uasset new file mode 100644 index 0000000..9cb0b5a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Regular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5acc2ff163ec37ea549d4808df058cd88197d46bef7effd2cda4b587a5d8cd +size 169911 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Thin.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Thin.uasset new file mode 100644 index 0000000..76ea3c0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-Thin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648f9858a249254eaf65ee73fd076ac16d103d8af9e6f2d11d1d149cc59fbf9f +size 170118 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-ThinItalic.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-ThinItalic.uasset new file mode 100644 index 0000000..f8d7637 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto-ThinItalic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2e25cc3f4184844c78f0807696aa5a4a056ffeb794df655ee50152c30d4c28 +size 174532 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto.uasset new file mode 100644 index 0000000..5f21349 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Fonts/Roboto.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90738f3ec327277249cfc278370993a4d68c5f458e94f545fb901c141c29b415 +size 12957 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_PolarCoordinates.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_PolarCoordinates.uasset new file mode 100644 index 0000000..a2c01eb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_PolarCoordinates.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ae98eaeca6f63db87d3b72b848ec40b077e5aedcda7786fc610725f2462086 +size 21189 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_Skew.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_Skew.uasset new file mode 100644 index 0000000..b184084 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_Skew.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b691ace3bef21ea0367c452a97083fd59cbb7570d1deb559664be38ad69281 +size 28431 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_Slant.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_Slant.uasset new file mode 100644 index 0000000..ca4a24c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_Slant.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7081f443637a9501e5913a3394197086b4da0632c1683bdc7acadce048793985 +size 17782 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_WaveWarp.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_WaveWarp.uasset new file mode 100644 index 0000000..3ffb4a5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_WaveWarp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70349464efde8f2666be112586abf12914317a57d82384a84a6b6297fc83706 +size 31730 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Alternate.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Alternate.uasset new file mode 100644 index 0000000..319bc60 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Alternate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a81c3e01f46fde18c744227f17433ea24f476c66c2d0e4eb86d047580375b63 +size 14045 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_BlindMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_BlindMask.uasset new file mode 100644 index 0000000..bd229b8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_BlindMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6331604f2730fbe2d4e544baa96ce643c081f125bee69ff8bd1b5ab6b99fa1a0 +size 25417 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_CheckerMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_CheckerMask.uasset new file mode 100644 index 0000000..fc2a482 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_CheckerMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b25da19559501ad5abbd434879de637a4b61cb52450b883d1de55220de1a25 +size 12819 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Radial_Segments.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Radial_Segments.uasset new file mode 100644 index 0000000..d02b785 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Radial_Segments.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8246db2f86c13181f8831c473f53891ba830c508db7d9dbec72677a1ba4014a3 +size 29149 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_RingMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_RingMask.uasset new file mode 100644 index 0000000..63719fe --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_RingMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74a7fe4eeb0a0189e39a173466e5042c4ba960eee46a4c8980623e587bc8db2 +size 19643 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Sectors.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Sectors.uasset new file mode 100644 index 0000000..3f31802 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Sectors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd61ded468f19e4bbebe0760e449deebd6a7d8ba100e821fcf5a472ea7c0822b +size 38110 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_SquareGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_SquareGradient.uasset new file mode 100644 index 0000000..bae3c82 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_SquareGradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b850bb5a7d7537d05fa152be28a2512449fd0d26c24413c537d5da30320f8d30 +size 45528 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_WedgesMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_WedgesMask.uasset new file mode 100644 index 0000000..9081f0e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Masks/MF_UI_WedgesMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c34646647fd0b09f3c15b027dda0363f3be38ce7a642e620f1d791fc985e99 +size 31436 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_GridTiling.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_GridTiling.uasset new file mode 100644 index 0000000..57f9c7b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_GridTiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a168a4c44f39271ba89ed07eb13d87d0c52a12144576bfbd0a5b21e07126e129 +size 21241 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_Halftone.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_Halftone.uasset new file mode 100644 index 0000000..5e80749 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_Halftone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82fbfe76257e48592b8a3dd3ec8f2f6f6f1d55455d5062c65011b7d53dcc8671 +size 41345 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_HexagonTiling.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_HexagonTiling.uasset new file mode 100644 index 0000000..15f7c3a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_HexagonTiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a83b9bbf29f6e4aeaafbcf84d397bc5deae1a0f4fda79846d3a5ba1b07fbbcc +size 52017 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_Truchet.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_Truchet.uasset new file mode 100644 index 0000000..7745852 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_Truchet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2983765a7630fb74320f282f14b818738eea852ab99a108fda263584b01e3ade +size 84905 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Box.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Box.uasset new file mode 100644 index 0000000..2cfb9e2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Box.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b1ccaa632efdafe0500fa3fedab6577b25826e10a5aa85cf29fee1821e9a32 +size 56570 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Circle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Circle.uasset new file mode 100644 index 0000000..4d18759 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Circle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2de6a4b9b0d7256714a17f3fd576e079a6649e403e61364ef9f69c8559458f +size 36237 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Hexagon.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Hexagon.uasset new file mode 100644 index 0000000..c635fe9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Hexagon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4653587c9d7ea3172fc1f0480f8828898b66b076c355b719e7ff40a59efaf901 +size 55644 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Intersection.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Intersection.uasset new file mode 100644 index 0000000..d8a63fd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Intersection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e858696a4d252cc40ec14327de44f91978d751ae069813fed45cfc985a4b2c +size 32770 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Subtraction.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Subtraction.uasset new file mode 100644 index 0000000..5eefb12 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Subtraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb45a8594934f75dfff1b6a9fc0d0bd8a11c6a86474f454a17d95c9b12c0186 +size 33195 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Triangle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Triangle.uasset new file mode 100644 index 0000000..00a9522 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Triangle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86e35599fef6fa0ea8c91ad2d93c17e6dd55f38feb446549892882b8f39d942 +size 69128 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Union.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Union.uasset new file mode 100644 index 0000000..4374fad --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Union.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd99714bd3c5e9b04040a392d3768512878a97cd2bd634d185da3cc1775ddd8 +size 31936 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_Wave.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_Wave.uasset new file mode 100644 index 0000000..cd91f9e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_Wave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f109f51ba9193dff44974ee6b86cc0b1b7286e5d489c15eeb5ff58d9d340e82 +size 36688 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Time/MF_UI_LinearTime.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Time/MF_UI_LinearTime.uasset new file mode 100644 index 0000000..e38bea7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Time/MF_UI_LinearTime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb2739288b8a3b7f667d988b06b2005495be39916d6134fec296f4308a7a16c +size 16913 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Time/MF_UI_SineTime.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Time/MF_UI_SineTime.uasset new file mode 100644 index 0000000..1b606d8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Time/MF_UI_SineTime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d2543129a2e68b3b9ed670ef1cb8c1b4b6b40219588f258c2f4b749ee5f435 +size 11220 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Time/MF_UI_TimeDisplace.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Time/MF_UI_TimeDisplace.uasset new file mode 100644 index 0000000..e3fe89c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Time/MF_UI_TimeDisplace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6b108f33fd8e5c948c42ff9cd6ff886aabb94851060baf6ed7801e0d633b52 +size 15094 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Flip.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Flip.uasset new file mode 100644 index 0000000..d17d383 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Flip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22573bfd0572692bace3211cb43b950960e09803119ebdc0190ea961abf85c2d +size 13960 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Scale.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Scale.uasset new file mode 100644 index 0000000..51e4d14 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Scale.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5dae98efe32db3a38ce704be693f25b64ac815612d1d9397ef9284d0783c612 +size 15295 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Symmetry.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Symmetry.uasset new file mode 100644 index 0000000..3b55d81 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Symmetry.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6d5c872d438295b2b7f73b649d160afaff37b4f29427ec7e37231a403a1b0a +size 39572 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Translate.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Translate.uasset new file mode 100644 index 0000000..7ec59b9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Translate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9b08d79293012b078d00b664319aabbe44c2d9d502aff74408b519f92f36de +size 14623 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_AspectRatio.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_AspectRatio.uasset new file mode 100644 index 0000000..5af52df --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_AspectRatio.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154a550e4e5b35984c5196c49954c57f12f26786dd07cea90fa4241bcfc6e6c2 +size 25770 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_EaseCurves.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_EaseCurves.uasset new file mode 100644 index 0000000..06bb350 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_EaseCurves.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d9ad57b0e9859a4ac8ca89478372d9cf19e2f556e76a302c13b6907c1f79a6 +size 53950 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_PingPong.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_PingPong.uasset new file mode 100644 index 0000000..6a003c8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_PingPong.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8059c76de186401c8e04861d618fe4b9e2583f3d5eae75de00630b98dcfd543d +size 24016 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_Pixelate.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_Pixelate.uasset new file mode 100644 index 0000000..4577e86 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_Pixelate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d82ec00a002337758dbf080260ed11add0fb3796736b0642d63e95b7e2bd13 +size 12095 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_Random.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_Random.uasset new file mode 100644 index 0000000..d43c6bd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_Random.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb7b191036d9250f587501eb0c0ae962bd18435ad95c2cd532aed0f11c149e8 +size 24420 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_RemappableGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_RemappableGradient.uasset new file mode 100644 index 0000000..3b3b1f7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_RemappableGradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25e10299b9d967f5b977a037f43201e9972b746f3bc4b2f2e6a68a7dfb09d80 +size 47474 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_RemappableGradient_Float.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_RemappableGradient_Float.uasset new file mode 100644 index 0000000..7dbc0b6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_RemappableGradient_Float.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10677b9e6c67db23d84fa19dd1326925b4f5bfb14ea5597d0e5538dafc37a9a6 +size 47546 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_SteppedGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_SteppedGradient.uasset new file mode 100644 index 0000000..347b6f0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_SteppedGradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636ff346e3fe3f2e00506aca5afb7825f3ac0bf0e864c4fa264b3077932b478e +size 15734 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_WeightedCorners.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_WeightedCorners.uasset new file mode 100644 index 0000000..967e1fe --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_WeightedCorners.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c4782905a5d8e861d14eadd1f54c77f2c9382ab683954cd157af83c1385749 +size 29947 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_1.uasset new file mode 100644 index 0000000..2b3cf0f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ea30ca2bafae11525c591cf4c669d534aa5c49a4ae7a987af84cbea11aae3b +size 7382 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_2.uasset new file mode 100644 index 0000000..68a3271 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de97c3493811f50bb25fb76a4baf0151dc4339f5aceec955a266ec35d90fe0df +size 7714 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_3.uasset new file mode 100644 index 0000000..6c0188f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b737847859662390a4562d24c9282d730153f54c96fc3e456f0ed9a76e101e36 +size 7449 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/1_Translate/M_UI_Translate.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/1_Translate/M_UI_Translate.uasset new file mode 100644 index 0000000..57d1cf1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/1_Translate/M_UI_Translate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67097b7c22cdd91d51afdfab5cfea74328201c4cd3ecd262185120f1eb3faa55 +size 40470 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_1.uasset new file mode 100644 index 0000000..064b1fb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e2d8e267678684eda964fbb0886dcf144295c5e2412eb4d852d2f185c6134a +size 8895 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_2.uasset new file mode 100644 index 0000000..8127ac5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b2ff5cc85fc424b85d714ec0f4579e823b55a819127ebbf88081cacec09f99 +size 8249 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_3.uasset new file mode 100644 index 0000000..d5d31bd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7c8b0e0934a759bb5575ac2447003464fbcd7e09096c42f3b3eab9c7a9c5b1 +size 8033 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/2_Rotate/M_UI_Rotate.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/2_Rotate/M_UI_Rotate.uasset new file mode 100644 index 0000000..ad03a2e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/2_Rotate/M_UI_Rotate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f284aacc79f5767e91cf76f2de835af655722b156ea087309eb1409f638562 +size 49938 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/3_Scale/MI_UI_Scale_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/3_Scale/MI_UI_Scale_1.uasset new file mode 100644 index 0000000..1752e7b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/3_Scale/MI_UI_Scale_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c989a65634ac22cd965cc7d8cde4f30de9c841bdadf99aeecb5f17c588d126 +size 7923 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/3_Scale/MI_UI_Scale_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/3_Scale/MI_UI_Scale_2.uasset new file mode 100644 index 0000000..477426a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/3_Scale/MI_UI_Scale_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d661b1525308a5a67de3d0d2dbe1df5e882046d2868d2780680118ee6dcbba +size 6954 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/3_Scale/M_UI_Scale.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/3_Scale/M_UI_Scale.uasset new file mode 100644 index 0000000..44bca87 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/3_Scale/M_UI_Scale.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d03e47b0592ae1ba25e0d52c88b647300a7c741817887a0acd96191af2666b +size 28429 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/4_Flip/MI_UI_Flip_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/4_Flip/MI_UI_Flip_1.uasset new file mode 100644 index 0000000..56e9076 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/4_Flip/MI_UI_Flip_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7621093d1d20f6c82a8aa7dad8607f356cef4f3beedc54576c19fc4e77ece6bd +size 11188 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/4_Flip/MI_UI_Flip_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/4_Flip/MI_UI_Flip_2.uasset new file mode 100644 index 0000000..843eac4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/4_Flip/MI_UI_Flip_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f803b334b423be7a93a4fdac739916b5a3b2c070635f6c920303724d413a92 +size 13778 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/4_Flip/M_UI_Flip.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/4_Flip/M_UI_Flip.uasset new file mode 100644 index 0000000..9f0b958 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/4_Flip/M_UI_Flip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd14172bb41d97ba90c88ec69c0769f5228e7b73af5b31d2921da805d5648cee +size 42206 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_1.uasset new file mode 100644 index 0000000..2946999 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af31fe1353c0741354b3893e0aecfdf11aeb40d83de53829e027be8c39aa36cc +size 15139 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_2.uasset new file mode 100644 index 0000000..28d8d63 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bd0017ffb5457a3900de91ac664d1df238645f0029f8bb380f30adbd0a2ee8 +size 10768 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/6_Symmetry/M_UI_Symmetry.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/6_Symmetry/M_UI_Symmetry.uasset new file mode 100644 index 0000000..7db7bf8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/1_Transforms/6_Symmetry/M_UI_Symmetry.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66dc62228f279253b3015f4382db87b73b2bfb925bb1dcdde69a904c6e086427 +size 41002 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_1.uasset new file mode 100644 index 0000000..7d8580f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348fb6c603ce4f308bfe7bcc22df9033b4e988609afd43c14d1dde6610bef1ed +size 8328 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_2.uasset new file mode 100644 index 0000000..462e624 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955a74d25e01b98b83abdaf3fa09dc8e87ae3f25afb39659ce7ff851e442b731 +size 7494 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_3.uasset new file mode 100644 index 0000000..cb43c54 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e571f2d1cb6a00d318e0debe9a21cc9972c7ad52fdb26f80b70482e870cc504 +size 8363 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/M_UI_LinearGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/M_UI_LinearGradient.uasset new file mode 100644 index 0000000..4e97a6d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/M_UI_LinearGradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72ef12211ad39d2713544a4669af57f40ed88a37eeb8d09077eb66d075c005d +size 40515 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/MI_UI_RadialGradient_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/MI_UI_RadialGradient_1.uasset new file mode 100644 index 0000000..2188b0b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/MI_UI_RadialGradient_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715cd6e3f3793f35f67c6ee64f22f7c92fa123f992085f269e504d12f0412e0b +size 8209 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/MI_UI_RadialGradient_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/MI_UI_RadialGradient_2.uasset new file mode 100644 index 0000000..5a13ffa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/MI_UI_RadialGradient_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee25ad995da61eb926b6c2c4e833ad994658777e82c517ce9050778f1bcfe056 +size 10307 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/M_UI_RadialGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/M_UI_RadialGradient.uasset new file mode 100644 index 0000000..8043670 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/M_UI_RadialGradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b0678b656245f7447cbed6608731c9416c490e993876ddcb290ea7393bc822 +size 28846 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/MI_UI_AngleGradient_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/MI_UI_AngleGradient_1.uasset new file mode 100644 index 0000000..029da51 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/MI_UI_AngleGradient_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15888ca36918ea4c3b64d77d2fa81519822d6bd7812013ac6a3834f56545f960 +size 7548 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/MI_UI_AngleGradient_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/MI_UI_AngleGradient_2.uasset new file mode 100644 index 0000000..7829389 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/MI_UI_AngleGradient_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cde63fbf5335a883386c2a1445ec9ddcf09b7ae45a54a408bf691308834232c +size 7185 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/M_UI_AngleGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/M_UI_AngleGradient.uasset new file mode 100644 index 0000000..5942c63 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/M_UI_AngleGradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4efbd5b3de820e608cf70157919a2df430b82363e3e6bf055305f1b27e06f410 +size 21131 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/MI_UI_SquareGradient_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/MI_UI_SquareGradient_1.uasset new file mode 100644 index 0000000..094111f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/MI_UI_SquareGradient_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc45de1ed02039d9e6f98bc7a3b2b1af7ae2498d3c68ea00c2e8c7a3cb1290a4 +size 7921 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/MI_UI_SquareGradient_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/MI_UI_SquareGradient_2.uasset new file mode 100644 index 0000000..65e633b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/MI_UI_SquareGradient_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557b088b0691ea5dbd6216156a3df715c021a009868cc70c05afcf3660adf104 +size 6567 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/M_UI_SquareGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/M_UI_SquareGradient.uasset new file mode 100644 index 0000000..7823d82 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/M_UI_SquareGradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687efc48bff31bc646c0d4ff41bbbe8ec8b0e2d39ad4952202f23f3e4da7012f +size 27230 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_1.uasset new file mode 100644 index 0000000..c07b007 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce6e2a109991d2a275edc827b9fba790896e6b581956a2af3a45045cacef6a2 +size 8172 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_2.uasset new file mode 100644 index 0000000..9d43495 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c10dc23ceeccd809e064e1b8a3fc9f996f15b6f1163cb143f2b6de18f347b3 +size 9027 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_3.uasset new file mode 100644 index 0000000..41437d2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81e78a9dff6e8ec4a962200680e7db6d3ae6a96ff5337978948ce5e2b7bfe82 +size 8593 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/M_UI_RemappableGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/M_UI_RemappableGradient.uasset new file mode 100644 index 0000000..7ce196f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/M_UI_RemappableGradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b27e891fcce5ae1aaed0634883b3a9849a3cadffa99174f4fc9028417dc649 +size 53774 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/1_LinearTime/MI_UI_LinearTime.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/1_LinearTime/MI_UI_LinearTime.uasset new file mode 100644 index 0000000..c09b9cd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/1_LinearTime/MI_UI_LinearTime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7730d60611c83c7f9675ac0669e5c2a54f033cc77f4feaf858cb0bd4f02430c8 +size 9291 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/1_LinearTime/M_UI_LinearTime.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/1_LinearTime/M_UI_LinearTime.uasset new file mode 100644 index 0000000..f465e8d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/1_LinearTime/M_UI_LinearTime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01a0cbb2baac0fdef604e43af56689a8bfc772cc7789b7ee3154ec3b5de5ce2 +size 101121 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicIn.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicIn.uasset new file mode 100644 index 0000000..d94c7fd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicIn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e3a0288412a3511999cf4b5231c69704b6e152b935aa49e437653ba8fcafd9 +size 8332 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicInOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicInOut.uasset new file mode 100644 index 0000000..b2fecfa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicInOut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11403b78c8e83f28f311a74ce17523c2bdab63bf8516000be98b265441f2397 +size 8357 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicOut.uasset new file mode 100644 index 0000000..7081f66 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicOut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb9cca3b4c7dd5ca2b71763942a3d648b92615cd3f34c88de204ed763611e4c +size 8373 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticIn.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticIn.uasset new file mode 100644 index 0000000..9e4b7b0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticIn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9388ce8a94a6e02824d2750b71cd7d902469831486ced355fe76507567000f44 +size 7949 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticInOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticInOut.uasset new file mode 100644 index 0000000..e09ee57 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticInOut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9f59de3cf84d03f51d7ca0d3423dbf9771b438dae44061639e5a4b173d4d83 +size 7907 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticOut.uasset new file mode 100644 index 0000000..1ffd59e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticOut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e610f0ef7087320f847741c9cbb28cdd94f3e32654c08a0281c220898a23c9 +size 8277 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineIn.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineIn.uasset new file mode 100644 index 0000000..c3d1886 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineIn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc5f93d0481d51234680dd1879829d79060aca0f374a3e486cb3d700bed4a07 +size 8053 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineInOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineInOut.uasset new file mode 100644 index 0000000..1521183 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineInOut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6a0fc5271d444203a3895d8964916dc908dc5ccbf272e4dad0a4d82dc3a916 +size 8447 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineOut.uasset new file mode 100644 index 0000000..1e5c7f2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineOut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8daa37719717ed7329cf4b5fae01b2f7c6934d1671d0c24fe147425ed5a380ec +size 8106 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/M_UI_EasingFunctions.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/M_UI_EasingFunctions.uasset new file mode 100644 index 0000000..33a077b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/M_UI_EasingFunctions.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24b0ba5541a6eb93850565c180b219dea1e0ce8c06bcfd8a9cda648d61afa9e +size 78749 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/M_UI_EasingFunctions_Linear.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/M_UI_EasingFunctions_Linear.uasset new file mode 100644 index 0000000..2c154c2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/2_EasingFunctions/M_UI_EasingFunctions_Linear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7232139fec52daa39a08471f809b7709f30c1abd388f38cdec0a34ca47f449 +size 7989 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_1.uasset new file mode 100644 index 0000000..b8ddb80 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0dc0ea13b856f9bd49434ca3bf3cdb8b69e3b6faf06e51ff8e497ad4275ad2 +size 14901 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_2.uasset new file mode 100644 index 0000000..4fb9ab6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ee27e854651f10a5a270639906b2e0d200937ee68d8ead1c2160b4eddc77a9 +size 14863 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_3.uasset new file mode 100644 index 0000000..81a6a6d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367723643ddbe1eabe1f371b0a03e5a34a6b03ac2bce6201986b73a55a203485 +size 13833 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_4.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_4.uasset new file mode 100644 index 0000000..89e9aa6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4436c4d714fb4e53290fedc2b09ed24050b8c3d7d8259efff95425a022999e51 +size 18530 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_5.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_5.uasset new file mode 100644 index 0000000..9df3faf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51c048e059e20d1b582fdc49e656fd5767f6b138496f60b15dee5021e889dec +size 14118 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/M_UI_TimeDisplace.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/M_UI_TimeDisplace.uasset new file mode 100644 index 0000000..8126f07 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/3_Time/3_TimeDisplace/M_UI_TimeDisplace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f667cf4e35cb2c097b489b4551eef266ca9dcc59c59b42eae8e3308bf6794896 +size 114305 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Box.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Box.uasset new file mode 100644 index 0000000..3a97abd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Box.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3d24efc5fff590011be22cb2657130bf91728aa8c05069b01e0c09229389f7 +size 9002 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Circle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Circle.uasset new file mode 100644 index 0000000..cb2c338 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Circle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd456e52f1b93280f39270d576f3de0c626c57e861a767d6d4d13cbf28cea35e +size 8827 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Hexagon.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Hexagon.uasset new file mode 100644 index 0000000..62d7675 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Hexagon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d091c747e6bb21f0f028898764c0e2df509e5a2beb638217aaf115544589e97 +size 8952 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Triangle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Triangle.uasset new file mode 100644 index 0000000..180a688 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Triangle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4921b3d33bb00fc4171fa8ff85e4e5904353765c782b988d63d782b79b3d28fe +size 9649 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/M_UI_SDFs.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/M_UI_SDFs.uasset new file mode 100644 index 0000000..82929d3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/1_SDFs/M_UI_SDFs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ff578003ebe054524b9d92a415fa6a44e4af8b473201d1b54a99b7a29ff009 +size 51072 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Example.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Example.uasset new file mode 100644 index 0000000..b271477 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Example.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2722b49b0b51466403f698b4af57884efccc8377481d2dabca6b77d7809da8d0 +size 5500 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Intersection_Exact.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Intersection_Exact.uasset new file mode 100644 index 0000000..9ef57d3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Intersection_Exact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7babd3324aa814480826d993bb216198b009c9b8927e2094cd88f3a91b78e2 +size 8471 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Intersection_Smooth.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Intersection_Smooth.uasset new file mode 100644 index 0000000..d55cf55 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Intersection_Smooth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39e318b3dd9d2f28d932a43076834953a51c3332006fcb661f9d7ed59b9c7f9 +size 8114 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Subtraction_Exact.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Subtraction_Exact.uasset new file mode 100644 index 0000000..05e641c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Subtraction_Exact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5683c12f4a3ae596214f1c1331f0843c5429105b09a1f39317d1fee16b948c +size 8634 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Subtraction_Smooth.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Subtraction_Smooth.uasset new file mode 100644 index 0000000..d8f4a0c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Subtraction_Smooth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45bbc840e41871c05074dded35f0a8e86f2a88b2f2775c44f9d9e3e1542524e +size 8957 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Union_Exact.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Union_Exact.uasset new file mode 100644 index 0000000..65cdc9d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Union_Exact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94cf75c597328efb777f67d3f936afd2a2fc775e9c8885875ed128d2793872d +size 8354 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Union_Smooth.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Union_Smooth.uasset new file mode 100644 index 0000000..4c55abc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Union_Smooth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b011b7e87996b1c48dee4d8dfb92e6540969fa8123ca0087e9ed10e2d7a8afa +size 8753 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/M_UI_SDF_BooleanOperations.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/M_UI_SDF_BooleanOperations.uasset new file mode 100644 index 0000000..7fed225 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/M_UI_SDF_BooleanOperations.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28fac6dcfa632d13844b513f5f2daa1511130b7d6264caea4cd41578c0a20e9 +size 125372 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_1.uasset new file mode 100644 index 0000000..ed26189 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54cdff6ffb9270ec4cca64e5bd1ca32b362be1d57d6514b65c6fcec79d97361 +size 7203 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_1.uasset new file mode 100644 index 0000000..3111cf6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8d5ad3301d3f26a1b7c3858c978cc1e1241ea5f1e029bb3e85b28e3d7f6529 +size 9011 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_2.uasset new file mode 100644 index 0000000..5040ab9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd0cac145495b90e42b81dbc75e57e9fac0188cbb670f2ec62de399a5bfdde6 +size 9420 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/M_UI_SDF_Morphing.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/M_UI_SDF_Morphing.uasset new file mode 100644 index 0000000..018187d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/M_UI_SDF_Morphing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca760e37120d0479466caf3a5c30eced5fdac2a238104400155beef1b2e7b06 +size 49516 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_1.uasset new file mode 100644 index 0000000..921fa74 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ee9087810c2950016fca35faaebf5497bdaa104a2606ef7936b611813545aa +size 10894 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_2.uasset new file mode 100644 index 0000000..07972b3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cd12013d30351a1c3a69a1acc9c8f56376f4fb69fcf907ecbb531275664c33 +size 10696 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_3.uasset new file mode 100644 index 0000000..27491e9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d8a582f0aa55e46a7f7d586585399ca7edb55cfb8bcb414c8440c424aaf3dd +size 7306 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/4_Wave/M_UI_Wave.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/4_Wave/M_UI_Wave.uasset new file mode 100644 index 0000000..21d6f1b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/4_Wave/M_UI_Wave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631e89d8dc657adaee39480fb6ec4315a0f3d3d731a0b8cbe11513d5b69f2ee8 +size 63217 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_1.uasset new file mode 100644 index 0000000..339cdb5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c9024d38227481eac8d4df78a8b49f59512078a5bef1392b25a970c8b4c39b +size 10680 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_2.uasset new file mode 100644 index 0000000..88105fd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3bc4633592d8549b04c9efed9a63d238ec3d1e433699c10e29b34f595e9db1 +size 10266 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_3.uasset new file mode 100644 index 0000000..94f2e73 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9898fc899f6a3f7ba9368577a2847091fafa9e56f15377db8ce285a7eaf452b0 +size 11234 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_4.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_4.uasset new file mode 100644 index 0000000..4f01246 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8493af325d5e9da34ab99fb5ef13bb385bd1c9d40fa74256109b0e419c4df3 +size 11963 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/M_UI_SDF_Effects.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/M_UI_SDF_Effects.uasset new file mode 100644 index 0000000..984d2cd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/M_UI_SDF_Effects.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679156963efe33afd9f80af4de3cdd457ff85add3ae3ea993d18222a27b4c845 +size 51998 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_BlindMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_BlindMask.uasset new file mode 100644 index 0000000..6afff1a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_BlindMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9484495cf70fdc52a18f521e802d60f818f91d617236c0d78afd391a8c8c4c1 +size 4944 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_1.uasset new file mode 100644 index 0000000..139c9d9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06df5be358f798df052920fedaf5039720c63565e2ae186a3eb55d203df5ced +size 8139 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_2.uasset new file mode 100644 index 0000000..583eea1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc89da2376d19c6cb35036f723be97e1c0b6c659116c4c31e379ffbd85c3df2 +size 10404 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_3.uasset new file mode 100644 index 0000000..25e02e4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad745afc525c33f6f1a230fd6c96663b627ff2db0bd2aac8802b70e6e4cd32f +size 8571 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/M_UI_BlindMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/M_UI_BlindMask.uasset new file mode 100644 index 0000000..d148b97 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/1_Blind/M_UI_BlindMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692c68adac5d72052714f162fd520ece8750cb7e46d6acd81d23ff620f2773da +size 57022 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_1.uasset new file mode 100644 index 0000000..2f21071 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510b8081cf8b4c76bba4035539f4b94bb45d167a652e9c55b4cd0e7fc6e5ed2b +size 8434 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_2.uasset new file mode 100644 index 0000000..9319f7e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aae423882fcbfcbc9f6d90f38fc70749a4a0298fc85e1caf2d3298f706068fe +size 8285 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_3.uasset new file mode 100644 index 0000000..60314cb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dfcdf0a730323eb2ee0a0bd045f2d1f21815f73f571fc109f0b0f6d7f29a18f +size 8298 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/2_Wedges/M_UI_Wedges.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/2_Wedges/M_UI_Wedges.uasset new file mode 100644 index 0000000..eefbb4d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/2_Wedges/M_UI_Wedges.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab32078c1588232c7da98e62e3349f0d1a09bd63b167da8682c6546c2a0c1298 +size 54756 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/3_Checkers/MI_UI_Checkers_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/3_Checkers/MI_UI_Checkers_1.uasset new file mode 100644 index 0000000..8c4bff1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/3_Checkers/MI_UI_Checkers_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:debe1c7f8bce95a4c00e2ff1c09d26448f5d510e83d051fa5ab685199200c590 +size 8760 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/3_Checkers/MI_UI_Checkers_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/3_Checkers/MI_UI_Checkers_2.uasset new file mode 100644 index 0000000..c8554c6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/3_Checkers/MI_UI_Checkers_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d92396965ffe64f7fe532a8e5aecf26e506639cea263b109f9bb6d02d72b14 +size 11977 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/3_Checkers/M_UI_Checkers.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/3_Checkers/M_UI_Checkers.uasset new file mode 100644 index 0000000..dd50f6c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/3_Checkers/M_UI_Checkers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea7d00fcfa3206abbd553c773e9230a1b620ba6a04af7d2dc0c9f993332efe5d +size 47267 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_1.uasset new file mode 100644 index 0000000..4b831e5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481dbf41ee1d08e0f29de0add56f46ef60f2ceed8bae0d92247004930ad8f22f +size 8997 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_2.uasset new file mode 100644 index 0000000..636fc13 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97cc5a11a33c6d84f5174f55aef6581212f25133147f0688e5ae7494969f6a50 +size 8264 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_3.uasset new file mode 100644 index 0000000..b910742 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb6f284dbbe916e80ab9b657cf0d954185bd156cfde90b2130af1caac48a946 +size 9986 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/4_RadialSegments/M_UI_Radial_Segments.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/4_RadialSegments/M_UI_Radial_Segments.uasset new file mode 100644 index 0000000..a81c5b6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/4_RadialSegments/M_UI_Radial_Segments.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a513d02d3992623cbcdf133d205359d111fce3d86b2b5ab3a4a1087c7e39a867 +size 92960 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/5_Sectors/MI_UI_Sectors_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/5_Sectors/MI_UI_Sectors_1.uasset new file mode 100644 index 0000000..3c2ad68 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/5_Sectors/MI_UI_Sectors_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647f1a1c235b54396a60b6fda78cd1ff0a6c4eaeae6bbbfca58c4c6bd0bbccbc +size 7850 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/5_Sectors/MI_UI_Sectors_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/5_Sectors/MI_UI_Sectors_2.uasset new file mode 100644 index 0000000..7f8a5e9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/5_Sectors/MI_UI_Sectors_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f2cc553e738a24b12a612b13ceb3d3f3d39231de96dc26f295596735980bf8 +size 8740 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/5_Sectors/M_UI_Sectors.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/5_Sectors/M_UI_Sectors.uasset new file mode 100644 index 0000000..8ee24a2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/5_Sectors/M_UI_Sectors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff936622f6f2af9e4bd44b545151f7d6f3e1eaa33b68c294f5d99f54e965e9f7 +size 30035 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/6_Rings/MI_UI_Rings_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/6_Rings/MI_UI_Rings_1.uasset new file mode 100644 index 0000000..1c321a8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/6_Rings/MI_UI_Rings_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4109dccb0d404a98a3ee8ca0149e7cafc0a8bf4d37120a6259582266e3581b34 +size 12132 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/6_Rings/MI_UI_Rings_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/6_Rings/MI_UI_Rings_2.uasset new file mode 100644 index 0000000..60c9491 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/6_Rings/MI_UI_Rings_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a2a5b5b61cf10cf20ff48c4898806146455423fb1fcbe9e88079abf6460243 +size 10116 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/6_Rings/M_UI_Rings.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/6_Rings/M_UI_Rings.uasset new file mode 100644 index 0000000..760bef3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/5_Masks/6_Rings/M_UI_Rings.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6495552c8701f182218bbbf3c9f8cd99918512bd5b8379e5fc38b0a4dd5a1121 +size 39228 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/1_GridTiling/MI_UI_GridTiling_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/1_GridTiling/MI_UI_GridTiling_1.uasset new file mode 100644 index 0000000..c27abfe --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/1_GridTiling/MI_UI_GridTiling_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80119a491f15c2afe71d39d4eb4b6ffe783e5838eae118b52b7076ba4fa9067 +size 7129 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/1_GridTiling/MI_UI_GridTiling_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/1_GridTiling/MI_UI_GridTiling_2.uasset new file mode 100644 index 0000000..3b6e6b1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/1_GridTiling/MI_UI_GridTiling_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0ad76d0671995656c3fcdc4315cca928abf6c0113f03022707ffe778b01095 +size 11199 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/1_GridTiling/M_UI_GridTiling.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/1_GridTiling/M_UI_GridTiling.uasset new file mode 100644 index 0000000..cadebc3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/1_GridTiling/M_UI_GridTiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c829db5b87deb95d71d8a0a6d912055ea079a41b5d57b4dbd5141a2ff0b8ef20 +size 55067 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/MI_UI_HexagonalTiling_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/MI_UI_HexagonalTiling_1.uasset new file mode 100644 index 0000000..1e5c5ab --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/MI_UI_HexagonalTiling_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f3c64ee0d8a0a6b41f447579811289d31ec0bb8d2110d55035ef7d2f59d2a1 +size 10677 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/MI_UI_HexagonalTiling_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/MI_UI_HexagonalTiling_2.uasset new file mode 100644 index 0000000..6d32ab8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/MI_UI_HexagonalTiling_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5cab4cf1eb5882c1d78c8b051eb9ee9194f938230ba244c5436ced33f0d538 +size 11680 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/M_UI_HexagonalTiling.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/M_UI_HexagonalTiling.uasset new file mode 100644 index 0000000..d0b6e41 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/M_UI_HexagonalTiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2448f03e258f5ba0e933101102913ee41b04afe3f86b83c76e177555e68c8de9 +size 59634 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_1.uasset new file mode 100644 index 0000000..1eb61ba --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a8f750be121adfb8ca8203dab3577428e9a6d2af8fe742eb5d3c9e4f60b343 +size 17582 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_2.uasset new file mode 100644 index 0000000..cdc10dd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb54e2de2a23f817581c824aa2ce1567cc5b0cf81c54711dec897329af8747b +size 15439 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_3.uasset new file mode 100644 index 0000000..3e17636 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f6f5dac1981ee6bd3d9dd22f22cd314bff034ecb6c3ae6f6c91e3e544f4a56 +size 20785 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_4.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_4.uasset new file mode 100644 index 0000000..413fe5c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd656527b28f04387e21eaa915ef4449ad2dc925eb233ed1285b62630dc9f966 +size 13747 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_1.uasset new file mode 100644 index 0000000..050a71b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3162b582b35512cd450acd2e27f214de49fea3c6504d0f7c65279f25f381a01d +size 19393 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_2.uasset new file mode 100644 index 0000000..75718b9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d4811797faae8322a9e40bb7a74e3ec8293b04d665febccda49b03d371d91a +size 23536 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/M_UI_Truchet_Mask.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/M_UI_Truchet_Mask.uasset new file mode 100644 index 0000000..e805796 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/M_UI_Truchet_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:215b8356d8c84716957d1241c4a75ca64990dc6baf16a84265f573be507ca96b +size 54680 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/M_UI_Truchet_UVs.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/M_UI_Truchet_UVs.uasset new file mode 100644 index 0000000..7f67b12 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/3_Truchet/M_UI_Truchet_UVs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fab839e979f0445c5f2d3136e29b15eb9880dd3d10af924c76431ebb88f2e35 +size 40708 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_1.uasset new file mode 100644 index 0000000..c55d4d6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43c05a78407c3a6eec6226bb0b0b4c95f6a4298e5a3086d0647ae6134ff83fa +size 34157 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_2.uasset new file mode 100644 index 0000000..b36ac0f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471aa18ca2158e8bf57ba089b39df4d2a46f8443c91236209cd020991f67ec70 +size 28907 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_3.uasset new file mode 100644 index 0000000..cf8e985 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910cd35af43a44a01693bcd2a00beb8c56beacec95c86d77484f8b950f857cff +size 43472 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/4_Halftone/M_UI_Halftone.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/4_Halftone/M_UI_Halftone.uasset new file mode 100644 index 0000000..257a62a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/6_Patterns/4_Halftone/M_UI_Halftone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ed873510f6233dad2f7619dcc3aba9f8c3c9d9b6a7581d7e2c91c8ec95b5f0 +size 111768 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/1_Slant/MI_UI_Slant_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/1_Slant/MI_UI_Slant_1.uasset new file mode 100644 index 0000000..171ff6b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/1_Slant/MI_UI_Slant_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390ca62f2cf01b94f1fbd4c73825f5701c93986e923cc105fed028e603633064 +size 7698 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/1_Slant/MI_UI_Slant_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/1_Slant/MI_UI_Slant_2.uasset new file mode 100644 index 0000000..fc9303e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/1_Slant/MI_UI_Slant_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733543f56e539f3b972c5e8f1d1af2473b4a47d78b1c3a9e3d43eb11912921b9 +size 7576 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/1_Slant/M_UI_Slant.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/1_Slant/M_UI_Slant.uasset new file mode 100644 index 0000000..9495875 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/1_Slant/M_UI_Slant.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ee9bc18ebb450ac261fe92af419248323aa47a097c736ce3daf51b6e51353f +size 22751 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/2_Skew/MI_UI_Skew_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/2_Skew/MI_UI_Skew_1.uasset new file mode 100644 index 0000000..fecbcbd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/2_Skew/MI_UI_Skew_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda1ff5b40a7123fdb2c83b9175ab2a36ee7b110730bcc3e2ab32d062f729aaa +size 7415 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/2_Skew/MI_UI_Skew_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/2_Skew/MI_UI_Skew_2.uasset new file mode 100644 index 0000000..223e17c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/2_Skew/MI_UI_Skew_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b17b281fd2b2189de3b47b3fce093faebb5094b5f2c54b9eb6c273f87441d55 +size 20510 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/2_Skew/M_UI_Skew.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/2_Skew/M_UI_Skew.uasset new file mode 100644 index 0000000..54c51e8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/2_Skew/M_UI_Skew.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9484711dec74786a2b1644a339fa51c6dc351acfcb087f9c3b489bd091b7d99e +size 22283 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/MI_UI_PolarCoordinates_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/MI_UI_PolarCoordinates_1.uasset new file mode 100644 index 0000000..2b66cf6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/MI_UI_PolarCoordinates_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b586044e48867e08d0af286195d7bd7b327b55efc90ee91c7b53bc233ebb12 +size 8659 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/MI_UI_PolarCoordinates_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/MI_UI_PolarCoordinates_2.uasset new file mode 100644 index 0000000..9cb9c36 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/MI_UI_PolarCoordinates_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af18ef05596f59b9dad601627c7ed4e4095fdd3a89c957b78d7af7d76394a49 +size 17744 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/M_UI_PolarCoordinates.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/M_UI_PolarCoordinates.uasset new file mode 100644 index 0000000..6761f72 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/M_UI_PolarCoordinates.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e63834b18c7256f1142b0008b3893320d6086f81de89919936e7ca81cfe6404 +size 93425 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_1.uasset new file mode 100644 index 0000000..e720e65 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e0babb2cab4b9b70870677d2e074505b2303124c89bdc6bbb52d6b522a3d3c +size 14252 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_2.uasset new file mode 100644 index 0000000..6e288ba --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacbd44718813482ddf5516e766d8a8257175583662d3dccf2bcc9ac37852634 +size 15205 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_3.uasset new file mode 100644 index 0000000..b057b8c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5beb8bb9c7e5a6471d2955ede09712070dab988ebd317fbb61a2d7ed8c35057 +size 16998 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/M_UI_WaveWarp.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/M_UI_WaveWarp.uasset new file mode 100644 index 0000000..4505650 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/M_UI_WaveWarp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d32f7e80ccf435dce7161835c63b9fa11d84b99ee413e49d7acf38a7669330a +size 41428 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_1.uasset new file mode 100644 index 0000000..7da38f2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555c3ee2db9fcb8ee8970686ef913be42791372fd318c5ae12710fb37d254ce5 +size 35202 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_2.uasset new file mode 100644 index 0000000..b3837dc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6100490ec6c4c1c80e3ea2a1af2d34cde046e40a8d9b707bc0fb3f21adc5f2 +size 14927 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_3.uasset new file mode 100644 index 0000000..638f4e8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eadfa3b847368e8a70b14308a84bb3158cc5a577160ecee2d7a6b85723d76a7 +size 7334 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/1_Random/M_UI_Random.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/1_Random/M_UI_Random.uasset new file mode 100644 index 0000000..e63b7ea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/1_Random/M_UI_Random.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1d2ac08a0a222fc134e17da1110a0448069247158a2ac7a82137182cf53b4b +size 61557 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_1.uasset new file mode 100644 index 0000000..eb5c28b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b6d34ea683b8076da81b87d580c4146d8a94de59908b559d290e08c6f6502e +size 8374 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_2.uasset new file mode 100644 index 0000000..1635328 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbeb286d4c45ffdc59f17d8aa2bf6e71226a5816351872169b5925903f71f1fe +size 8928 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_3.uasset new file mode 100644 index 0000000..fa42d25 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11ee745df5099489c2a14eb1dbe56912578e79f0a0090e8831ec04c67a48a67 +size 14631 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/M_UI_SteppedGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/M_UI_SteppedGradient.uasset new file mode 100644 index 0000000..e57ecbc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/M_UI_SteppedGradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d245c58fc68302c8d696ddd51fc769d10c935db87a1ed6502111bc60435127 +size 50998 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_1.uasset new file mode 100644 index 0000000..ed49121 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcee1dcb6c63735359cb54e9de9934cb2e93b403fc8c7990fff787c0670897e4 +size 8328 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_2.uasset new file mode 100644 index 0000000..cbf6295 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176c0802c36d1eca6343a7d3ee4e5080ebb416630004d7da6861092aaff76a9c +size 13314 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_3.uasset new file mode 100644 index 0000000..3f09c7b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3715710666040fabdf70351e92bc99cc835298f8ef1878550b4b01963f7c55 +size 8727 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/3_Pixelate/M_UI_Pixelate.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/3_Pixelate/M_UI_Pixelate.uasset new file mode 100644 index 0000000..f6dbfe7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/3_Pixelate/M_UI_Pixelate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94a8e4571066d8ca8bfbc4c7a69a1a64fb179f97c3ede344a386d553efca6ce +size 42475 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/4_PingPong/MI_UI_PingPong_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/4_PingPong/MI_UI_PingPong_1.uasset new file mode 100644 index 0000000..f874f19 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/4_PingPong/MI_UI_PingPong_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d78989262da6601986b1ceb366be0b0bb4e9ca7b8df0807888114b5cf2898d4 +size 7833 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/4_PingPong/MI_UI_PingPong_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/4_PingPong/MI_UI_PingPong_2.uasset new file mode 100644 index 0000000..9751b1a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/4_PingPong/MI_UI_PingPong_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669f24b568542cb36895a5d8c4776c47669c97108fc46f6a6036abac5cac7135 +size 9292 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/4_PingPong/M_UI_PingPong.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/4_PingPong/M_UI_PingPong.uasset new file mode 100644 index 0000000..e501042 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Materials/8_Utilities/4_PingPong/M_UI_PingPong.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e08ef0c45a01b37745f6f2678acfbcf708f3c5c23a98799beb0fe1fb945b34b +size 44494 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Axe.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Axe.uasset new file mode 100644 index 0000000..fa93346 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Axe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1870762ab49b8f94196d14ebc272ef3032e4bad1be1e89015ef3cf5020fe83 +size 58317 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Cards.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Cards.uasset new file mode 100644 index 0000000..ffdd07c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Cards.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d660415385009b0b0b131f88082bf96e4ad96d9a5e9e82621dc1fb733f549b +size 140716 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Noise.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Noise.uasset new file mode 100644 index 0000000..98a9874 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6b069cfc1bd02b1209289deb48d3ed24e44cef04b654a05b74dbcb8d61ee0e +size 34985 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Numbers.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Numbers.uasset new file mode 100644 index 0000000..0fd5eaa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Numbers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd5ae497390c8d9a0e7ed05e34ca48a79d23764c2587598c07ca56ee732e3da +size 29045 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Oxo.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Oxo.uasset new file mode 100644 index 0000000..2149785 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Oxo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b5dbc7e93f468539737d3b66711fce1300306bb6df6f97d103d2a050137567 +size 83368 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Potion.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Potion.uasset new file mode 100644 index 0000000..0805770 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Potion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c144c26bffe28b2a9a83d5adcb4283aadd8321268230ac19bcbc27dfc9078a0b +size 82528 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Shield.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Shield.uasset new file mode 100644 index 0000000..f0fbce0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Shield.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e50cec467c5fb7503d3e422783cd367895f9e715c3bfcce41bc2d9f278d462 +size 107971 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Sword.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Sword.uasset new file mode 100644 index 0000000..abd015f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/T_UI_Sword.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fee074725148bbb1be5fed6566489bd379353798e670d0e18d7ccdbfbe5c7f4 +size 47409 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/WIP_texture.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/WIP_texture.uasset new file mode 100644 index 0000000..a852a5f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Textures/WIP_texture.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca19bd4f830ad0ece899b9875c8fcc71613ecf8770647d114ccdef1b6ba5b0f8 +size 12649 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button.uasset new file mode 100644 index 0000000..31e37d5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2deb41d260651b51555a5d639ce308fdb1e2a278ffc62f710ffb2ed445c8de6e +size 56194 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button2.uasset new file mode 100644 index 0000000..5bacb78 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1869e6725decc65b16ae97f2c8b7bb10f92cc79ab07550a0f9810413ae4608 +size 43820 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button3.uasset new file mode 100644 index 0000000..e4ae334 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133ea7bd203a89bfa7ece698821d84ef47278bfa877ea09bc32a37af1aa52bb1 +size 99267 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button3_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button3_Inst.uasset new file mode 100644 index 0000000..dbd29c0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button3_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6152df0ea6c8ce7ddabab9fce30e51ef8b4962672fd110151829df88ea69a3b +size 13744 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_LedBackground.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_LedBackground.uasset new file mode 100644 index 0000000..e23821f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_LedBackground.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c52dd409301efa480c4739b0ed329f9d6f108b2d1aec67c6c7bdeff8d91b1d0 +size 117373 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_SaveSlot_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_SaveSlot_Inst.uasset new file mode 100644 index 0000000..c681876 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_SaveSlot_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e8c5c361dfc577a083710e9729781b4a1c443475acc4f8a6f51331dca676f8 +size 10698 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ObjectiveFill.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ObjectiveFill.uasset new file mode 100644 index 0000000..a700099 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ObjectiveFill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e81c2cf02aaee3d10bd41ceb6cc1c47e022a7cbca3d46fde6918988e23afb9 +size 58702 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ProfileCard.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ProfileCard.uasset new file mode 100644 index 0000000..021e1ea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ProfileCard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0132a5be610a9d2c22c8b9581f0b76cd06c7282f4bc4ea791296770ebf9c73e +size 48811 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ProgressBar_Segmented.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ProgressBar_Segmented.uasset new file mode 100644 index 0000000..7d66c10 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ProgressBar_Segmented.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429c928c729faf1699698339556e284209f8c5308d6bef65db949095a50bb196 +size 72966 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Slot.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Slot.uasset new file mode 100644 index 0000000..4a61aca --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Slot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40cee8527befc0f46227936a2b79774ffaf125c21034757fe03419c678c6c9de +size 98496 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_TileBackground.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_TileBackground.uasset new file mode 100644 index 0000000..b5b6c86 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_TileBackground.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88fe964f353409dabfc730dff09bf56472d78c58121af97830b4fe86c113776f +size 31198 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_WIP_Tile.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_WIP_Tile.uasset new file mode 100644 index 0000000..0a80671 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/M_UI_WIP_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a0cd32f8715f84e1353716201fc5f952a6230878d72c41d0049010b1c4fb6d +size 25002 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TabBackground.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TabBackground.uasset new file mode 100644 index 0000000..4de1ad7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TabBackground.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65bce10c21b7825bfa40366aa1dbd2609714da23fa236bac594b85f97efe9289 +size 11409 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TileBackground.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TileBackground.uasset new file mode 100644 index 0000000..d873389 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TileBackground.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500fa050cfceffdcbf68731b8eef8417f54794fba811ffecef250341682f618d +size 8262 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TileShadow.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TileShadow.uasset new file mode 100644 index 0000000..5df7ad6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TileShadow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9c1a83c7da3d329ee8da682d3ab582fd4dac8e21ef1e9e338e7ad2502b6f4e +size 10475 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button.uasset new file mode 100644 index 0000000..bb9664c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5e0b0a5824031d604c71b9896f2a3f6d62393a86b913b28297f1166d2ff135 +size 15410 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button2.uasset new file mode 100644 index 0000000..24040bb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa93fd4e67a26c02ece48a760aef370871c2bc035a37573f5c05ca19b483db6d +size 13673 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button3.uasset new file mode 100644 index 0000000..29a2794 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3879aa3b30906adca7c3bedeb2e73f7cc8366745113c1e39e9d26731466873a3 +size 18225 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_LedBackground.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_LedBackground.uasset new file mode 100644 index 0000000..a996dba --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_LedBackground.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e801c37828cc7f27d3a865011d4c0e30f953c9349caaa0635399a4f9c96f74b +size 18318 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_LedBackground1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_LedBackground1.uasset new file mode 100644 index 0000000..8e430ae --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_LedBackground1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240576716844f6715c41b9948b0b808137af8548aedf5873ab8e3f24523dc4f3 +size 23201 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_1.uasset new file mode 100644 index 0000000..5cfdcfa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77276c658067f0e729820d55a5a23ab76d8bd87e423b88a2d93e4fdd57fcd7cc +size 12048 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_2.uasset new file mode 100644 index 0000000..2f2e095 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4abb1d678e608d906288e5d52b8f75dd2b783ac49151ffb0512a79b8d73069 +size 12737 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_3.uasset new file mode 100644 index 0000000..06c1563 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2626a24e33133345f402c571df3eb9361f4eebbdfefbcaa56f8de5d0d814b6d +size 12428 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ObjectiveFill.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ObjectiveFill.uasset new file mode 100644 index 0000000..d1054cb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ObjectiveFill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7fc42a71b7f23250960cba5ddf54d239e01791f616d17839ff2c55a3642f8c +size 13906 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ObjectiveFill_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ObjectiveFill_2.uasset new file mode 100644 index 0000000..0911191 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ObjectiveFill_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6547381ae0bc178a8cdbefc8df2042f7c3fd96a42b9194ef93977ae6111fea3 +size 13863 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProfileCard.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProfileCard.uasset new file mode 100644 index 0000000..fd6f282 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProfileCard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfca7fe51139743b84039261ed772203fdbf0a1718487000a2edf1e8ebf52ad +size 20381 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_1.uasset new file mode 100644 index 0000000..7670d7a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe8ba9ebb8c4094cdd011e64b47bf2d317fa6d6ba7293576b37bd3e8302016e +size 11052 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_2.uasset new file mode 100644 index 0000000..c32216b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3825f122e60eda6aef6ce358d23381678319dda53b0ce7c2244dc01026c990 +size 11964 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_3.uasset new file mode 100644 index 0000000..ee18f32 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6de0ee699087ad688dcfde876e9ba54efd9b3ff6194837ac4e3085f9e6d3c5 +size 13527 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_1.uasset new file mode 100644 index 0000000..06afd85 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4e246b8f4f1d69ada88222d0108ccccc0ffe6195dbe47e2b9c669c7b1209a5 +size 21370 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_2.uasset new file mode 100644 index 0000000..d9474ea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada396ee2c85c9d75594fa1179e5a60eff1d22eac57cf475213d025018432ccd +size 22568 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_3.uasset new file mode 100644 index 0000000..c8ca668 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb095bf8c0d5f0c0a94518b5248dd844f08a2a81e1a81e2f86f4ad4b108890c4 +size 20538 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_4.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_4.uasset new file mode 100644 index 0000000..637cb9b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02614be30ce718d77d56b5ced5308cf004b06569124eec08338c320689f88532 +size 22421 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_WIP_Tile.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_WIP_Tile.uasset new file mode 100644 index 0000000..6e03b2e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_WIP_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4aa04f98c37dc43c00039e0df544dd817347ea6f229ca61dc9103c55cc90bf3 +size 13959 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/MaterialLab_ModularTile.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/MaterialLab_ModularTile.uasset new file mode 100644 index 0000000..aa4a946 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/MaterialLab_ModularTile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9303f24c9b0b308c40cb7c2efa9a0ecacdb69a0eddc2b2fdb034f0674073a42 +size 61188 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/MaterialLab_SectionButton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/MaterialLab_SectionButton.uasset new file mode 100644 index 0000000..bec5a74 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/MaterialLab_SectionButton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc96940957f6bb70de1aa5c12a6a99639b8a333106f385f65de25c251878e34e +size 141845 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/MaterialLab_SectionHeader.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/MaterialLab_SectionHeader.uasset new file mode 100644 index 0000000..638621f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/MaterialLab_SectionHeader.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a3f5b12a82f1fc34892e358bddb5d67f1c0956b60aef12149baed135369af1 +size 37034 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/MaterialLab_Tile.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/MaterialLab_Tile.uasset new file mode 100644 index 0000000..3c4b849 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/MaterialLab_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6646e070bd9644999f904cab014a98a976ab2d1c1dac8bb7fcc31435713fa53c +size 53680 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_Applications_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_Applications_Button.uasset new file mode 100644 index 0000000..41a9003 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_Applications_Button.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079ca1b57fceebd5b2ac5d1e0b3ca37c3ac111bc72dfacfb30c4d9c0b9783f03 +size 67836 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_Applications_Button_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_Applications_Button_2.uasset new file mode 100644 index 0000000..9a5b061 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_Applications_Button_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097ccc64aaca2dc2e19b6ec8fd63a674d5c4ce5716614ed79588e66185fbda77 +size 52315 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_Applications_Button_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_Applications_Button_3.uasset new file mode 100644 index 0000000..b72bee2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_Applications_Button_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1685ae6ea43445a7bf934628828c4f33c6ad4b521be4a58f31e8b89ac5905fa +size 87464 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_HalftoneMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_HalftoneMenu.uasset new file mode 100644 index 0000000..5ca3ec0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_HalftoneMenu.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:958956182b004f77a8faf4b9dbe013d592dd2030ce46449ef464ba42d4ff217b +size 35727 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_InventoryGrid.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_InventoryGrid.uasset new file mode 100644 index 0000000..0620ee8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_InventoryGrid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b952b4c082faf93f763eab1843c0d3caf4cd7edbd10f07c04b4412932e57a0 +size 35905 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_InventorySlot.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_InventorySlot.uasset new file mode 100644 index 0000000..90d4816 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_InventorySlot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122e09ef9ea02bee7d5b512872ddc7021b87df96c8a83624420c0176e6e3c8cd +size 99285 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_ObjectiveFill.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_ObjectiveFill.uasset new file mode 100644 index 0000000..9cf7bad --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Components/WBP_ObjectiveFill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a58aa0e20206d5e2036a77a82d37fab231579c49dc77e3d21b1e52e7bcfceaa +size 34448 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Main.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Main.uasset new file mode 100644 index 0000000..2512aa2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Main.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2428c5095fdea08b6a1bec00f857e56ddf9a5477af88ff035bc6d514131a84 +size 24479 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/1_MaterialLab_Transforms.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/1_MaterialLab_Transforms.uasset new file mode 100644 index 0000000..98a3b89 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/1_MaterialLab_Transforms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbab5ca00dcdd40755e339e6f1cf2c943d3f189c8873eb00fde1c3b1b79c846a +size 71046 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/2_MaterialLab_Gradients.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/2_MaterialLab_Gradients.uasset new file mode 100644 index 0000000..afcce23 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/2_MaterialLab_Gradients.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86914b1b55bb5b083974a4e9d9f36624298c3f1b7d87338506ce9a4445d325ec +size 71237 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/3_MaterialLab_Time.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/3_MaterialLab_Time.uasset new file mode 100644 index 0000000..769d9a2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/3_MaterialLab_Time.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a18b9ea42f95e8ae1111752d0c7bfa8693579deb7f4b8718c110a4a60216a5 +size 88250 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/4_MaterialLab_SDFs.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/4_MaterialLab_SDFs.uasset new file mode 100644 index 0000000..375e762 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/4_MaterialLab_SDFs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476ebd1df47aab6aedf42bd9749b901ac24c546cb1c32f0fe4c0447b51b6f860 +size 89465 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/5_MaterialLab_Masks.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/5_MaterialLab_Masks.uasset new file mode 100644 index 0000000..55501c6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/5_MaterialLab_Masks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f23266bc06a8d6a76b4379112e13344fbc698b56fe36a20961137deb6d32f4 +size 83505 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/6_MaterialLab_Patterns.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/6_MaterialLab_Patterns.uasset new file mode 100644 index 0000000..2b6bd8e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/6_MaterialLab_Patterns.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb95d1c5dbdc537e62545e25ad3a5f16657acdf87c0d3f810ef4503d491933d +size 63590 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/7_MaterialLab_UVDistortions.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/7_MaterialLab_UVDistortions.uasset new file mode 100644 index 0000000..1182ac2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/7_MaterialLab_UVDistortions.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eba7a35bc5d2951b60a5872be5bfd4fd4b6b1a223a16cef0f5c8ec66cb19a95 +size 69121 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/8_MaterialLab_Utilities.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/8_MaterialLab_Utilities.uasset new file mode 100644 index 0000000..c2fcd01 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/8_MaterialLab_Utilities.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5c809d659adf79712bb147d1d8243f0c540ca0b994170388140b7bcf890064 +size 65358 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/9_MaterialLab_Applications.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/9_MaterialLab_Applications.uasset new file mode 100644 index 0000000..f4f7cb9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Pages/9_MaterialLab_Applications.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61a9eaf5575954326070eaad125e82b79e5a2a829a3750313b3300c3e693d86 +size 86859 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Styles/h2_text_style.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Styles/h2_text_style.uasset new file mode 100644 index 0000000..90255aa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Styles/h2_text_style.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32625cf9005c4acaa6c86a10274f0384850c5cd428b7775ae4719c3c72389de4 +size 5954 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Styles/h3_text_style.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Styles/h3_text_style.uasset new file mode 100644 index 0000000..8ef291b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Styles/h3_text_style.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4063faf7e57525d5eba8909dcec1f4016635de530418937308b0f8501ceeca1d +size 6286 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Styles/section_text_style.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Styles/section_text_style.uasset new file mode 100644 index 0000000..a08d97f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/Styles/section_text_style.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23183f96b97a2816f8d5a7bd0774e72c0aec2762b6c7512ac9e3efe68c4e364 +size 6351 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/WBP_MaterialLab_Main.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/WBP_MaterialLab_Main.uasset new file mode 100644 index 0000000..8184afa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/UIMaterialLab/Widgets/WBP_MaterialLab_Main.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad7945295a9ba6da7b979020da258103ce3108336210c3cce3b57dc188eecdf +size 132739 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/12_low.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/12_low.uasset deleted file mode 100644 index 48f2676..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/12_low.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:995276a546d9f35d53e04698bd52b5cdb7dcf3945b6bc0d6a6056974778a2de3 -size 91695 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/12_low_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/12_low_001.uasset deleted file mode 100644 index 3887835..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/12_low_001.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1b47425082751720cc652583e31462b1779d1becab9c177652907daa4b1a366 -size 68182 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/12_low_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/12_low_002.uasset deleted file mode 100644 index aa7f556..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/12_low_002.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37493c8ceb9f7af46aa84eaf78e4c5fbb2be52de4b4ccd850c6cc9a716e06c68 -size 67739 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/12_low_003.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/12_low_003.uasset deleted file mode 100644 index 973d1eb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/12_low_003.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32f47c0eeace2a47c80d18eb3d02cccb4964b2fae9c62381900d5e232cf345b7 -size 66444 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/BP_Generator.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/BP_Generator.uasset deleted file mode 100644 index 92a5f6a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/BP_Generator.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34a8911c5641191574ac8a20f62499221175a919cfefc432ec1dadd536f2bd54 -size 33172 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43.uasset deleted file mode 100644 index a15629b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb814473e4d77cd8b6f69f457b99b3500407febd8a84330dbb5e8fbf7497fa1d -size 64735 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43_Base_color_tga_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43_Base_color_tga_nonVT.uasset deleted file mode 100644 index 5cabd14..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43_Base_color_tga_nonVT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1455f89812bc0d07cd520567a197f34c904207efd4d88c8604dc59b1546dde7c -size 19138049 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43_Emissive_tga_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43_Emissive_tga_nonVT.uasset deleted file mode 100644 index 4704143..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43_Emissive_tga_nonVT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4de842ee52793c62c68486e86a799a748a1e3d5cb878171253b8defeb4f6fcc8 -size 66798 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43_Metallic_tga_png-Material__43_Roughness_tga_png_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43_Metallic_tga_png-Material__43_Roughness_tga_png_nonVT.uasset deleted file mode 100644 index 4df22b0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43_Metallic_tga_png-Material__43_Roughness_tga_png_nonVT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cefe1e9ad76b22a825cb280f0325fcd60cdcbe7ca1354d46e415bac019479f3c -size 11297940 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43_Normal_DirectX_tga_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43_Normal_DirectX_tga_nonVT.uasset deleted file mode 100644 index 9009db3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Generator/Material__43_Normal_DirectX_tga_nonVT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e47f2ba8b9507e29929d5ed378c605ac49e17923ce5c747efa5f7cdfdc3e2a6a -size 11048961 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/BP_Cassette.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/BP_Cassette.uasset deleted file mode 100644 index a08354a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/BP_Cassette.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f01fa112992f69050e7faa3aac61a7fab2a3ec5a7855f0da3aafb6761e389c0 -size 46064 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/BP_Recorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/BP_Recorder.uasset deleted file mode 100644 index 07588ec..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/BP_Recorder.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a474ed68f3718678ffd630a52a271c865d451ffdf360691d664497fda5a9316 -size 201392 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Cassette_atlas_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Cassette_atlas_Normal.uasset deleted file mode 100644 index 0878d6e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Cassette_atlas_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:973b3da09b44b5f2eef4ca0405f5d3b2ce199be31b34a18c67f8bf8e34219292 -size 3850587 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Cassette_atlas_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Cassette_atlas_Roughness.uasset deleted file mode 100644 index 479c449..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Cassette_atlas_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf5daf9feaef2e3d3d00027871f1904bf7a3b1a7d521a9b9bdd3c8e805d2de3d -size 5694736 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Cassette_texture.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Cassette_texture.uasset deleted file mode 100644 index 3404c89..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Cassette_texture.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b9ad2bae04cbb782fd173b2439cf127dd1339529a4e8259330f80a0abfe72eb -size 11868 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder1.uasset deleted file mode 100644 index 0ff44d8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b937461f5ad6f8a38b716f70a06e95fb46ee42e0622f4b4c1f81066623045984 -size 145060 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low.uasset deleted file mode 100644 index a12ca7f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1833c92db6eaa7d9b55c4f58ffd4d175d5841d94ddbf6a2e9b6717dfbc944a9 -size 91767 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_001.uasset deleted file mode 100644 index 012bedf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_001.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81493f769bee6e067557c400119c35e595a2942a69ba7b7bfe42e4b5b1f2a109 -size 18496 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_002.uasset deleted file mode 100644 index 3d95d43..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_002.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34390c2e168cee5a4c4b46f8084ecf7f001ec3c2cf55e4d8ea71447790c9f19f -size 17885 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_003.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_003.uasset deleted file mode 100644 index 42dc494..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_003.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:201ec935e660d770fa66b3479522e419445ac089b285df6ffbbcf12e67f96da3 -size 17460 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_004.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_004.uasset deleted file mode 100644 index 9f23321..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_004.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b796e0de345a27ce5ed4b3ecd324af62b72e5a1b361bd3dfed9240c5b708a05f -size 18569 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_005.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_005.uasset deleted file mode 100644 index 52a0a55..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_005.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df472e26b78026c0a537c5dfdd35b5f46a04880dc7fcf5e1e266c26c96956296 -size 17459 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_006.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_006.uasset deleted file mode 100644 index 5cb364b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_006.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e3f125e187abcc30d776ef98ba9061df71583189b02bf6cc536c95a99548eed -size 17395 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset deleted file mode 100644 index 259511c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a1cdbdae236c0e06d10bf0cf1c2d922d2e595102811bf947f1049b27ce7d536 -size 33468 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Cassette.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Cassette.uasset deleted file mode 100644 index 0bc1ee4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/Recorder_Cassette.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:933fce28ace9ba5117313f5983c2a47d152efe504b3ff50ebb376d958979a8a6 -size 55596 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TR_glass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TR_glass.uasset deleted file mode 100644 index 5bcb20a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TR_glass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92f5bd489bcc19b5f9434a0902fb35414341fc3bad374e2925b10678a2bb1f6b -size 9247 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_BaseColor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_BaseColor.uasset deleted file mode 100644 index 3e80c71..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c91656b9f0901e8d390edaa30b8f5c4f59127ca1d59d0702403536b72e828ec0 -size 13579683 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_Emission.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_Emission.uasset deleted file mode 100644 index 850610e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_Emission.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2abec37b63a8ec49a8638039f29a88aadca72ee5f7cc4a1d0d5a68e05af7c721 -size 7653 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_Metalness.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_Metalness.uasset deleted file mode 100644 index 285dd24..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_Metalness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:018eabf18ef95a5bd78e4c38741950a7a93e4beb7dc53823152ad00047b1b07d -size 65064 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_Normal.uasset deleted file mode 100644 index 7eacf21..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71c0f2ecbc71fe44f17615109685d57b9d17dbf8566b2cf296ce5cbd17081aef -size 8028637 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_Roughness.uasset deleted file mode 100644 index 7a3decc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/TapeRecorder_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16353c5b2160fb614f9bca3ed9992f53395eda0934a4887e76537cf4d3e4cfeb -size 4249606 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/lambert2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/lambert2.uasset deleted file mode 100644 index 26bad42..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Electrical/Recorder/lambert2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9c17cd0334f7547517c982d2442439cfbdd025eb66cc6da06b044a061d232d3 -size 17399 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_0.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_0.uasset deleted file mode 100644 index 3da14ac..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd54d7e2effafdf24479ab484f845341cd19bc2620b6f4d3b5575acd3b51bdc2 -size 2627608 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_01.uasset deleted file mode 100644 index 0b1dfaa..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57a6c02c7b6d2a0a3f6379fdd365fbb76f00876f5d9bdbb3ed5db12d54d0839c -size 2960116 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_012.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_012.uasset deleted file mode 100644 index 1210162..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_012.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f7b7def40388cd0126925e788b11e20f09fe5bf5d96fc928a75bebc73039fb8 -size 2978828 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_0123.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_0123.uasset deleted file mode 100644 index c53ee55..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_0123.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e4c6bfbaa7cf7c8222a426e645aba4c799d20cb80b61dd69517d55b41349fb6 -size 2991899 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_01234.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_01234.uasset deleted file mode 100644 index c977b4c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest001_rostlinka_24_01234.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d3e045de75a9db4644607c4dc24109fce5d2c113aae87b87c8ec423b1a1512a -size 2963696 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest002_Material__25_0.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest002_Material__25_0.uasset deleted file mode 100644 index bd2ab53..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest002_Material__25_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b553d0c974b43c1f055edd81394407db852d4082dba4c0c9cbb862e2e7f8959 -size 1792204 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest002_Material__25_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest002_Material__25_01.uasset deleted file mode 100644 index 3904322..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Forest002_Material__25_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccf2242828521219b1c4e6d3ef67ac00daceb1b79216aacdf31e472f2a39db79 -size 1952204 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Material_25.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Material_25.uasset deleted file mode 100644 index 7dec0ba..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Material_25.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a263284bd6cdd1673e73b5cabac0684a81f188e94bebca355ea34c258ac1c447 -size 58049 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Material_25_diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Material_25_diffuse.uasset deleted file mode 100644 index c848871..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Material_25_diffuse.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79a456fbad9fcf997e9c02937cc0d03096814375fa1fced3f532466a5970cf1a -size 2754465 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Material_25_normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Material_25_normal.uasset deleted file mode 100644 index dccf55f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Material_25_normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9b3a94c477f1127abdfa9c37f57e59567be46fd7bc0ebde639721961163cec7 -size 3910993 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Material_25_specularGlossiness.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Material_25_specularGlossiness.uasset deleted file mode 100644 index dc013a4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/Material_25_specularGlossiness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73d9ba0e65ed27bda1c308f9ba8a71c55d8e1ef710e30f7e98bd8f4238f6266e -size 857825 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/R1_Material__25_0.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/R1_Material__25_0.uasset deleted file mode 100644 index 742f9c3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/R1_Material__25_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35e3f1d3e6792ee19c077b3cb30426c9db5f01531acc1fd0013d34d0b42ff2de -size 45503 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/R2_Material__25_0.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/R2_Material__25_0.uasset deleted file mode 100644 index 16e447c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/R2_Material__25_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d055de29dcc7cde2e58a64c7bc3a37c6ec2c46b90aa9418e5207313b5fcf64fc -size 45187 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/R3_Material__25_0.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/R3_Material__25_0.uasset deleted file mode 100644 index 8efebe9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/R3_Material__25_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21682646429ddebbe7e2d87c06838513cf1d85592f8dd7316339dc3c1b7e4385 -size 45928 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/R4_Material__25_0.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/R4_Material__25_0.uasset deleted file mode 100644 index 1113f5b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/R4_Material__25_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8b9c2d719f986654276dbe7da8e2ca16b4d609312006ac0c20d42a81a95712d -size 47056 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01.uasset deleted file mode 100644 index e6a26b2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b595611919b97369684c007cbbd79cb6801948cd8ba28645a41604ed0f11389 -size 57846 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01_cesticka_01_0.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01_cesticka_01_0.uasset deleted file mode 100644 index 8ad6a09..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01_cesticka_01_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7294b63db03551df2d0f1d686f082f1b7d5c9558dba40956451adf4d9b26472c -size 4676464 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01_diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01_diffuse.uasset deleted file mode 100644 index 42b5c2d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01_diffuse.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:310f124f2b6284a5ed90bbc87ef8ddfe9560a08ac0ffe6c0c41ed47effdd2e37 -size 42364898 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01_normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01_normal.uasset deleted file mode 100644 index 786d47c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01_normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ca797ec0cccacc7ac9f71d3316b4a7124b3db461685c200c940a41e136209ef -size 103020158 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01_occlusion.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01_occlusion.uasset deleted file mode 100644 index 898f0b2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/cesticka_01_occlusion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0a669e5459a3effbbc952205e1f57e5c02442769fafe99f19771dd81d140621 -size 15326706 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlina_25_A_rostlinka_24_0.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlina_25_A_rostlinka_24_0.uasset deleted file mode 100644 index fd13592..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlina_25_A_rostlinka_24_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c42278b46223f3137fb844f4236fdd7cfefa181cba7c0222b65a1296818480a2 -size 51262 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlina_25_B_rostlinka_24_0.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlina_25_B_rostlinka_24_0.uasset deleted file mode 100644 index 4f29847..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlina_25_B_rostlinka_24_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfa48fe1d756eece6e56009fa7ea3851dfda044088a59ca3cb801627246a1fda -size 48930 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlina_25_C_rostlinka_24_0.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlina_25_C_rostlinka_24_0.uasset deleted file mode 100644 index 2a5bc5e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlina_25_C_rostlinka_24_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9b2deb082d36ca74b5095a594863f952e6ddbb0963c3ee91f40ee724595be61 -size 50506 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24.uasset deleted file mode 100644 index 49fc143..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9af81dfb4cd86abc5582af1f431ba2770ebf90a1cb4b2fd7a4b74d9fbedfc9bd -size 58730 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24_diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24_diffuse.uasset deleted file mode 100644 index 2cdbeb8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24_diffuse.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca74f75e90e6246264f77e87cd22082fe62db6cf47888ad81b0b8f64d7d79aff -size 5066033 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24_normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24_normal.uasset deleted file mode 100644 index d29a562..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24_normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c301345ac6e61d2a2a002901418e259e862314ca6f15991234eafd153fb80f77 -size 1748085 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24_occlusion.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24_occlusion.uasset deleted file mode 100644 index c3bb931..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24_occlusion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bf1fd09b25d90ab8e4a70f7b106d6f3722a0de91b1c8f6ab520a8ed5d418e1b -size 1955038 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24_specularGlossiness.uasset b/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24_specularGlossiness.uasset deleted file mode 100644 index cc9cba9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FieldTest/rostlinka_24_specularGlossiness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c9fc696d297b7104ee9329c9b1fe44062bc8c62a49c6f48157a71a2b2449355 -size 1281354 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/Blueprints/BP_SpudExamplesGameInstance.uasset b/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/Blueprints/BP_SpudExamplesGameInstance.uasset deleted file mode 100644 index 86a5123..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/Blueprints/BP_SpudExamplesGameInstance.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30e65209f27b2bee1eed266132832c559f1d4597b1939de3bef3c77530a13a3b -size 35480 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/Textures/NewSaveIcon.uasset b/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/Textures/NewSaveIcon.uasset deleted file mode 100644 index e0bbc16..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/Textures/NewSaveIcon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23f411039df4eaf679d6cb63acb292a1130930ae52492fa23f58f5b09811363a -size 8492 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_SaveLoadScreen_new.uasset b/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_SaveLoadScreen_new.uasset deleted file mode 100644 index 09f7ca6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_SaveLoadScreen_new.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eafde2ed64e46be5648a8def1785c9e66e0d894f8f87b4db86dc4849c5004656 -size 327957 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_SaveSlot.uasset b/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_SaveSlot.uasset deleted file mode 100644 index 6aa8372..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_SaveSlot.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08579c700142d7096a9dbf4fb820412658bc175a168c349ffde5593b59767826 -size 124114 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_UI.uasset b/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_UI.uasset deleted file mode 100644 index 5db06a6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/UI/Widget_UI.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5525447eb2fc7486e8f6b9641a962eca5571cbb13b03a1cb4faf7bb2a08a00ad -size 199133 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/BP/BP_Fluid.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/BP/BP_Fluid.uasset deleted file mode 100644 index 89f9bff..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/BP/BP_Fluid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90622a6a66b4d4356dad264ea1552a4d20a066b5c08e50ccea991c8da35edeb3 -size 372180 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/BP/BP_LiquidXMotion.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/BP/BP_LiquidXMotion.uasset deleted file mode 100644 index 8eba4a4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/BP/BP_LiquidXMotion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:059babfd2c27ebd4a8e338594e659efcdad65241bd4c1fbca9b90a4f3749670a -size 1464 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/BP/BP_LiquidXMotion_C.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/BP/BP_LiquidXMotion_C.uasset deleted file mode 100644 index 28b6590..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/BP/BP_LiquidXMotion_C.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23eff3c4ffe9fb833bda8259c76e35074cb20a4981dd42677a9277e0b144da20 -size 1506 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/BP/Default__BP_LiquidXMotion_C.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/BP/Default__BP_LiquidXMotion_C.uasset deleted file mode 100644 index 8f7a886..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/BP/Default__BP_LiquidXMotion_C.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13cbb51a4b58499f074fa287ceeca34cce1351e27aac7cb97cb19a60815aeb53 -size 1625 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_BioGrenGlass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_BioGrenGlass.uasset deleted file mode 100644 index 62c70ee..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_BioGrenGlass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bcd771193fe54bb79c6598c7709c69d6736c1f425e520fda443c84d7edbe6bb -size 138535 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_BioGrenMetal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_BioGrenMetal.uasset deleted file mode 100644 index f4eba13..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_BioGrenMetal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dea94c3f24d42555582a010c1e963cf9c6b4807e0c5d2f69ecc64f8b236cfd5 -size 148520 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_BrassCap.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_BrassCap.uasset deleted file mode 100644 index 462b5a4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_BrassCap.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5ae45262f001c2259eb16ffec55f3a654260346ef503fe136f5beb53d4b9cc0 -size 117155 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_Cork.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_Cork.uasset deleted file mode 100644 index 130576f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_Cork.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0bcc8dd8435a7ddb05a8241557080a0692166ba4b8f1c9e4f4877954f75fbff -size 146196 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_CrystalGlow.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_CrystalGlow.uasset deleted file mode 100644 index 9d196ac..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_CrystalGlow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:747f6fc660003017ad8cdafaa859620722348da22e6b969bc43bb17f7f5d3e1c -size 96071 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_FloorMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_FloorMat.uasset deleted file mode 100644 index 88d2462..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_FloorMat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75dedb694edeb3f672a94cc50c2fde2e624ba2d48a58155e824c253af6e4c325 -size 126465 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_Glass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_Glass.uasset deleted file mode 100644 index 5a87e9e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/M_Glass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44beb9a579555efaf98a467c7b3c6673326bcd64c1ba28582c4488c126adfcdd -size 22766 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/StinsonBeach_Mat.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/StinsonBeach_Mat.uasset deleted file mode 100644 index bc79e6a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/Asset/StinsonBeach_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52c1566cb7a59e6125fc98480bc005af6c568818228688b9d59abdc0668d7280 -size 14637 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MF_ColorCycler_4Way.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MF_ColorCycler_4Way.uasset deleted file mode 100644 index d31e1d7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MF_ColorCycler_4Way.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c96efb91bd0d61db9508330375fdf4170bcbfd6ec2a97b4d8fe4d4d27d013fcd -size 105841 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MI_Fluid_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MI_Fluid_01.uasset deleted file mode 100644 index 700643e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MI_Fluid_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85081ea0e6c2715ea42ffa5f62ad15ce897d9b1441aca86e6f38362ee39eb6b3 -size 100021 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MI_Fluid_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MI_Fluid_02.uasset deleted file mode 100644 index 6503edf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MI_Fluid_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6b11fce6f2f55efcd83bae3fd9709115fbef46ddc5418fd0963edb155f783cd -size 17085 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MI_Fluid_03.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MI_Fluid_03.uasset deleted file mode 100644 index 57b8b8d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MI_Fluid_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:588e4e41b4bd6649ad2482bde0c40f39b7fd3a81167635bc5c3e50c5fdc0b101 -size 108465 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MI_LiquidX_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MI_LiquidX_02.uasset deleted file mode 100644 index 33baafb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/MI_LiquidX_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddf5b8ca3217ce695a23f8c4bc2963c19ef815eadcf2a55c50c83e077d610b59 -size 1487 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/M_Fluid_Master.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/M_Fluid_Master.uasset deleted file mode 100644 index 441ab82..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/M/M_Fluid_Master.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cc7ecffb190e64ea9876b822985862b8a60e06e6d688531cb1a654b90fbba23 -size 96951 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/Maps/Demonstration.umap b/VIRTUOS_ExpansionPluginTests/Content/Fluids/Maps/Demonstration.umap deleted file mode 100644 index 767c823..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/Maps/Demonstration.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ba856cc78ca51ef2ea399b9153e3dea498f8e1921269fa84902a74ba0bdfac3 -size 47570 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/Maps/Overview.umap b/VIRTUOS_ExpansionPluginTests/Content/Fluids/Maps/Overview.umap deleted file mode 100644 index d7e07ef..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/Maps/Overview.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ed155b914a8b3465dcdc3e8455c7ee9e6251f4d2368a812ae3f7dbe31a24831 -size 43915 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/S/S_Flask.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/S/S_Flask.uasset deleted file mode 100644 index d1c1bae..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/S/S_Flask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a560c31c2ff0ff09337563b4476262ecad28c50b4d87fd756f7281edc6ba1f8a -size 188648 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/BioGren/S_BioGren_M_Metal_BaseColor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/BioGren/S_BioGren_M_Metal_BaseColor.uasset deleted file mode 100644 index 653791b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/BioGren/S_BioGren_M_Metal_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:773db33642ef7daa8a06959be5521a01a29dbf254bb4a0864a87ec1537efe813 -size 1572524 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/BioGren/S_BioGren_M_Metal_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/BioGren/S_BioGren_M_Metal_Normal.uasset deleted file mode 100644 index c8e42c5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/BioGren/S_BioGren_M_Metal_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ace4ec62c03bd46dfc495ae636549e6657a17511af63fbf7147ed819e2d502b -size 2310194 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/BioGren/S_BioGren_M_Metal_OcclusionRoughnessMetallic.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/BioGren/S_BioGren_M_Metal_OcclusionRoughnessMetallic.uasset deleted file mode 100644 index fd17ab8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/BioGren/S_BioGren_M_Metal_OcclusionRoughnessMetallic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:695235e579ce807c3ffab8f5bdc0cc6c06d7edcde676186689143e38703b9495 -size 4781647 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/BioGren/T_Glass_Opacity_Inv.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/BioGren/T_Glass_Opacity_Inv.uasset deleted file mode 100644 index a256d7c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/BioGren/T_Glass_Opacity_Inv.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5771e67fdca05086c8b69d6482ba8ffa8493987a78be9fb1bb6a2386322b52f -size 3130934 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/Shared/T_Bubbles.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/Shared/T_Bubbles.uasset deleted file mode 100644 index c7cb496..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/Shared/T_Bubbles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b3a892f330184ce17c198373adaffd4734400088baae0c83a41cdc3a55f28ed -size 24556 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/Shared/T_FloorGrid.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/Shared/T_FloorGrid.uasset deleted file mode 100644 index dddac28..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/Shared/T_FloorGrid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faac136ad154c9c4e11c52251e28b1cbbc5f2d7797d591e61d72bc7926e4ba6f -size 13972 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/Shared/T_GlassNormal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/Shared/T_GlassNormal.uasset deleted file mode 100644 index c3381cf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/Shared/T_GlassNormal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afabb65d8baf658149a927202fbb7ca1cf3b8bf1cbdc90b95aba7fbe9657efe8 -size 162980 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/T_CorkNoise.uasset b/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/T_CorkNoise.uasset deleted file mode 100644 index 0e3db9f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Fluids/T/T_CorkNoise.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d08cc978b07e399efa344ef6553b34071d8e7ead4143308aec7a916660bd826 -size 1296314 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/ALAS3_Final_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/ALAS3_Final_PBR_Diffuse.uasset deleted file mode 100644 index 5f983f7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/ALAS3_Final_PBR_Diffuse.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27ff07aa3a73def8e1f546b4ec30e1f9121f7803c3fa9df25dac8f9a80e34179 -size 22787490 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/ALAS3_Final_PBR_Mat.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/ALAS3_Final_PBR_Mat.uasset deleted file mode 100644 index ca7998c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/ALAS3_Final_PBR_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:290b372b611ba6ea7bf25d5bafbdf2373c91c5d1cd8c163f3b9333ba51829f40 -size 17833 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/ALAS3_Final_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/ALAS3_Final_PBR_Normal.uasset deleted file mode 100644 index 3749164..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/ALAS3_Final_PBR_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65a2f8f8e2cd2af456955076a7f228ac2c434c6713a1a65bd9f8dba010fc6e22 -size 116702934 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/AlphaEmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/AlphaEmission.uasset deleted file mode 100644 index 1b9fccd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/AlphaEmission.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbf1f9d0848fe7edb6d89f8a388c82265898b0e76f0bcb9fe54e51fdcabeeb7a -size 717263 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/BP_FreezingChamber.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/BP_FreezingChamber.uasset deleted file mode 100644 index 4e5fa60..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/BP_FreezingChamber.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ae46d12538410777e42bcd9ea80b180ce9497e96233073f70ccaf5f56b8c422 -size 40674 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Cylinder_056.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Cylinder_056.uasset deleted file mode 100644 index 7ab02cc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Cylinder_056.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b950da8e4f3ffda880cb69f11eedb2863b17058974426f9d4aebba300ef41b04 -size 111804 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Cylinder_057.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Cylinder_057.uasset deleted file mode 100644 index 716b304..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Cylinder_057.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7c9c3830050cb58b15226cd079ca852fe3d00c5e9a762c521303ba6147c5163 -size 206335 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Cylinder_058.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Cylinder_058.uasset deleted file mode 100644 index d48852f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Cylinder_058.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03305a2ff3581dcd1f6e9d5a69c93dfce1dd547e94eda41e7228000fa0c77cf5 -size 202274 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Material_021.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Material_021.uasset deleted file mode 100644 index 4428ce4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Material_021.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1f75d120627064e0b47469718f234e4a64f78e2c842a252c3fb0928bdcbd509 -size 73397 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/MetalRoughnessTransmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/MetalRoughnessTransmission.uasset deleted file mode 100644 index 39d9c93..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/MetalRoughnessTransmission.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2899c55f6968b1019f86246463548c59772e94be24ad0d0a4f47af6e19055681 -size 16489250 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/DiamondPlate008D_2K-JPG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/DiamondPlate008D_2K-JPG_Color.uasset deleted file mode 100644 index fd9df8c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/DiamondPlate008D_2K-JPG_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0628ed093ef7583defd679701bd167665c6dd4c3ded5c71d5e1e93b0273d463 -size 3276165 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/DiamondPlate008D_2K-JPG_NormalDX.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/DiamondPlate008D_2K-JPG_NormalDX.uasset deleted file mode 100644 index 30a0a4a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/DiamondPlate008D_2K-JPG_NormalDX.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a3e798d24f26d30431e3912011aff58434a20f079a21b32d6303022b2ed404e -size 5448455 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/M_DiamondMetal.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/M_DiamondMetal.uasset deleted file mode 100644 index 481a1dc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/M_DiamondMetal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bc43aff46f104a887c3f4433f0500e54d29001a7bb78f1f1fcd11fafe4d24ef -size 22309 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/Plate.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/Plate.uasset deleted file mode 100644 index 8265467..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/Plate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfb245041e52118b5656003ec430edc17b9996f8db3107500c14897ebce35158 -size 62183 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/T_Diamond_MetallicRoughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/T_Diamond_MetallicRoughness.uasset deleted file mode 100644 index 3507022..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Plate/T_Diamond_MetallicRoughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b13e1c98d8e1d935697ef5ed03873cf9448a787a0ecd1bb87fe46413a4af41b -size 5467357 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Tank/M_Tank.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Tank/M_Tank.uasset deleted file mode 100644 index 7220fa8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Tank/M_Tank.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f8553095f53627fd7e22830ab69e53064bf4ea8ff5dffcc10ad8c9467e1be79 -size 18987 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Tank/MetallicRoughnessNormal_Tank_PBR_PackedTex.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Tank/MetallicRoughnessNormal_Tank_PBR_PackedTex.uasset deleted file mode 100644 index f39596c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Tank/MetallicRoughnessNormal_Tank_PBR_PackedTex.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7afa685b6d29a84199c10294622be54bd4a4fb30a95752d8dc79e9cfdec426da -size 22654564 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Tank/Tank.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Tank/Tank.uasset deleted file mode 100644 index 4cc9810..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Tank/Tank.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b03762b31a942744f7489fc6e966bd5ef1f1f4b14ff8e80485cc3ccf00c548b -size 173886 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Tank/Tank_Tank_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Tank/Tank_Tank_PBR_Diffuse.uasset deleted file mode 100644 index c286b68..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/FreezingChamber/Tank/Tank_Tank_PBR_Diffuse.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18fce15cdb4be3660aeb8737b805754c50342bdbed6d0814c09bbd7e5e02234a -size 12529797 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/BP_SliderDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/BP_SliderDoor.uasset deleted file mode 100644 index 0731e57..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/BP_SliderDoor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a74dee2d1ec5bd44d1f00733bb3fced267d6db89d73d986dd274ae5b409e2669 -size 280297 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/FrameStopper.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/FrameStopper.uasset deleted file mode 100644 index 83715b8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/FrameStopper.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02a0a1a6b69a337840422a21544b06737858572074c3d9c4ce369c23ae84f381 -size 78887 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/J_2b01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/J_2b01.uasset deleted file mode 100644 index 614ff8d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/J_2b01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf2b08670693c43f5bf948af9187c6c55df31666c853b5f9f8652d9822623e75 -size 155200 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/J_2b01_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/J_2b01_002.uasset deleted file mode 100644 index 12a3724..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/J_2b01_002.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c5601021f1655e1df3e4bd0363d58e91932baeb7f6dd053b009c1922e89178f -size 80903 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/J_2b01_011.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/J_2b01_011.uasset deleted file mode 100644 index 178c824..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/J_2b01_011.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0331257ecdf483b612114b120cabb5ad79fab76af2386c714ad6e9d8276b83fc -size 74404 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/Material_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/Material_001.uasset deleted file mode 100644 index e95eac0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/Material_001.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8864f2c1abe2e6c15f0bf79896b56d8200cb034803d41da9d2e932cff50e2003 -size 63935 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset deleted file mode 100644 index c9bafd9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/NewBlueprint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:723f1a06774792c6676a906d55dc0128a2b0b24e6c3c1c50bcc4120984dfc36e -size 2532 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_BaseColor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_BaseColor.uasset deleted file mode 100644 index 39d26c9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:012605a347e76f4909117f40d7a9ae49ccb4e711d6c2f886baa1fffcb7ca1dde -size 23994115 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_BaseColor_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_BaseColor_nonVT.uasset deleted file mode 100644 index f0afa6d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_BaseColor_nonVT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:beb4b041028d30bf9977ddeeb0b3334940bf9ce4132f446ec1657384f0e25a71 -size 23999180 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset deleted file mode 100644 index e53e92b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb9e13d4d43aaf38956293e9a0df0116b385a5a9fbd0fb9b8b22eddbebe626d5 -size 19125460 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset deleted file mode 100644 index b0d8db3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9680f361e43810ce3bc8bf6cf5e53eb606c8273d0d8ba1e168fc365e1f611ab -size 19128530 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_Normal.uasset deleted file mode 100644 index d93f801..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:390455de568be3cef46f45528fc8b6d2a1da92ffd344a4a735920835fec7678b -size 20869861 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_Normal_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_Normal_nonVT.uasset deleted file mode 100644 index 0880cc9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Doors/door2_9_Normal_nonVT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d51e4945f66a142a1aa83621eca1ce0646cecd4f00a9c89c1b1585b7c752d7f -size 20872316 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Table/Table.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Table/Table.uasset deleted file mode 100644 index 7cfafb4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Table/Table.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1366ac629bbd76d4690685fbb0bc2b6f05a6d922cf94262dedaa822a606090c -size 747888 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Table/Table_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Table/Table_001.uasset deleted file mode 100644 index 51bc45f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Table/Table_001.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f6d42a770fad06b55339992e1a520d334538845b446c291fe239bbf72810ca3 -size 156658 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Table/wood_table_worn.uasset b/VIRTUOS_ExpansionPluginTests/Content/Furniture/Table/wood_table_worn.uasset deleted file mode 100644 index c1c28f0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Furniture/Table/wood_table_worn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13d0807d8870a95743e75917742d31ba418f081713ae74ad36d09cf57ef72862 -size 56073 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset deleted file mode 100644 index 004941f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fbcde1b66d57a39843940006f3db4f15231e30ac608b0e3ddf83d1b4fb6e3f0 -size 210976 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset deleted file mode 100644 index 8f74f15..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:080ab810e69318e7927e2daf9cd79f66e6c60e6fbcda082d58a2bbfed1eb6e2a -size 1341 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset deleted file mode 100644 index 30d8c1e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b41e743044b5158484980ef070226fcc79221798907b5a75cd102bda5593e404 -size 1413 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset deleted file mode 100644 index 8e67a7c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5106526fb9fbefe5b14220fc1150a62dbf06023faebd971331d8d346904f48b -size 1397 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset deleted file mode 100644 index 1ac059b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1979e85548508e75f8cba47ab01fac9c62ba2582a28d2399eea577e8f1543c52 -size 1373 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset deleted file mode 100644 index 34a8a33..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:947f44580c2fe079e3d9ba65cc413c0c5f79bfe5ecad53947283dca8b53ee77f -size 1381 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset deleted file mode 100644 index e92e5c3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0def2b54b738e7bb79eaa65977a766049adb66579aaa262a2e155baa70e8532 -size 169196 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset deleted file mode 100644 index d1077bd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fea954d1dba7d11ca6e8411aec9f10793e9dc504f45c8cabd233473d92f6b036 -size 181678 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset deleted file mode 100644 index 56ee135..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:891d1c9fed9631c3bdb6dcd3e26a2fa2fc49ba561a5c0dd26c04eefce72183ea -size 213588 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset deleted file mode 100644 index c0bbc15..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f994a67b630d76a5e5f05d8636c7e4f8dfc54d1d90c268e1c712f853e439eeb -size 136143 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset deleted file mode 100644 index 6ae1f53..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c18260e305e3c557893a41c24704234cc200264a4148a76132f24465e7fe99b7 -size 196587 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset deleted file mode 100644 index 62714a2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7f15dc9eb7d82bc62a144ef7715170387b13487333337a5eb08ab222d5bd092 -size 195762 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset deleted file mode 100644 index a9f4425..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2744f1c1ff45c5c78cf20aa24e5fd6c700dea82bb671e35b275659fb149fdd3 -size 192521 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset deleted file mode 100644 index f1e9c10..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a01b44107873a9f5123d1b5d7507704211190fec09db1aced10636f0dca29e72 -size 192532 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BP_Can.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BP_Can.uasset deleted file mode 100644 index 64e1c13..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BP_Can.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d8016dc703c4c9336354f665dd4d45b8b9ea9032796300937eb8e65e84307ef -size 30947 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BS_Movement.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BS_Movement.uasset deleted file mode 100644 index 54e7093..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/BS_Movement.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6299bdc2362dec6435103e8e6c0be3d0e4f47a9636969d241e3edbff73ec0ebf -size 19349 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh.uasset deleted file mode 100644 index 0884df8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fe2a5d69d5a0284c244083aafe9b9f37dc90a3c95ed88382f6d12cf4babc99e -size 2409327 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMeshCan.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMeshCan.uasset deleted file mode 100644 index 3eab01f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMeshCan.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0f8c16cf0be2b491c81c6cd80a1b13f823a4e511fc41a8ad7f137f366b9e15f -size 56869 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset deleted file mode 100644 index 72190d3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:857a66fb47ccfdd52c5a3226ebe2016fc9e3b990c893d6d5893109bc4606b861 -size 54335 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset deleted file mode 100644 index cc34a11..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63f81efa75ac315122c188375c3182afe107e283019f7d8e4d3d9d9c453ad826 -size 16233 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset deleted file mode 100644 index c579854..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d0259a648718baa3c55d3d7b14f13a7e5d8629159c6eb061758f6e21bbb4b71 -size 231397 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_Skeleton.uasset deleted file mode 100644 index 7aba693..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Gilbert_Skeleton_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b7d0f9da2a5aeb60badda7d986fa0da03035e9cd5381594eb8f8c2155d3148b -size 1325 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Grip.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Grip.uasset deleted file mode 100644 index 7d9d4e9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Grip.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c12b602f56111586da875f68d5fd0557f56987583f074648f79505d6ffa781f8 -size 23197 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Material_004.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Material_004.uasset deleted file mode 100644 index b1a2e16..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Material_004.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9eb733031c7075c5163f7d2314ce524a233e8b870b163bdccde1239608564ff8 -size 52630 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset deleted file mode 100644 index d0a277b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/Movement.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2f20e34330d66c810718972f42e0577bf501a3ea309b1ae39b767faa59afc60 -size 1508 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset deleted file mode 100644 index b001009..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/NavLink_AI.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1e556c86f73023ba815a39b97383962a1cb221ff0cd4028019b8d4198f4d826 -size 29400 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/SM_Gilbert.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/SM_Gilbert.uasset deleted file mode 100644 index ffa42af..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/SM_Gilbert.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e90117dfb56b5625a06a6b07576273adc9be42f13f374a1435df29929e8e68d -size 1234 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot3.uasset deleted file mode 100644 index b0bcd2c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40e6f8de3e9fcdbd546f023fdc50cc3bfc90f3516ec50fb30ea86dfea3100257 -size 3523055 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4.uasset deleted file mode 100644 index b8415af..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7bffb735d6cf72421eee8698116fe81b10213895aa0ecc38ae181f43020128c -size 1538 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton.uasset deleted file mode 100644 index 0176475..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20c56ed985bc4f35a8c430e897c2754672e70d7f0d6e98966ad17a3bad409667 -size 1615 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton_AnimBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton_AnimBlueprint.uasset deleted file mode 100644 index 5734bc9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/WatercanRobot4_Skeleton_AnimBlueprint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22c0ea23464fce71569a20491b286bb025ba6ca826b94ed6b37dc09cbe0b9f29 -size 3041 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/gloss.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/gloss.uasset deleted file mode 100644 index 270837f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/gloss.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eec4dca4b0a39d2e76298b21f89f6bd4b01b760dd662d9e39439a1a99db8361a -size 1483682 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/normal.uasset deleted file mode 100644 index 4efb7fa..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/NewFolder/normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcf6478472ce514a04498300c918c3574464b1b7692e3b42059fb8ba4495b0f3 -size 4511415 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset deleted file mode 100644 index 8b9ff30..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/SplineActor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a23a86cb12381a8a14476d2997784b228b9b8b78bbf94efe8d1aae3a91a1d4e -size 29685 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset deleted file mode 100644 index eac99d1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/TestSpline.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96ab2b7265644260f8c5476d8d64fef3977b82487e3bf10dff3b459d878499ac -size 29321 diff --git a/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/Globe-Globe.uasset b/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/Globe-Globe.uasset deleted file mode 100644 index 5519a48..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/Globe-Globe.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b47d2d716e48fee869f99a3b8a89dc35cc73eac2aa7f43268295f018e2567a61 -size 11867545 diff --git a/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/Globe.uasset b/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/Globe.uasset deleted file mode 100644 index 3794412..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/Globe.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9fd5d743af87ddd56dde6b24203da0afeadd264b733055a23a9ebfc14f1a87c -size 71063648 diff --git a/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/Globe1.uasset b/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/Globe1.uasset deleted file mode 100644 index 3885c7b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/Globe1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f35668a9af08e41d1ae267f5953b6a5e0c2b50796aede9058a714ec0e7c20cb4 -size 17152583 diff --git a/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/GlobeRobot.uasset b/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/GlobeRobot.uasset deleted file mode 100644 index 4bf7abe..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/GlobeRobot.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:559e207d7a5205477efa13734b812fbb757a675a1173ee83b437e8e4404571be -size 541167 diff --git a/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/Globe_001_Baked.uasset b/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/Globe_001_Baked.uasset deleted file mode 100644 index 596232d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/Globe_001_Baked.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f84b8a1d92c09fd76470ff57dfd6c666001fedd0f4b5bbdf91050484217a249 -size 56870 diff --git a/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/TestCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/TestCharacter.uasset deleted file mode 100644 index 928abfd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/GlobeBotTest/TestCharacter.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f4d095201461045c63e9efae922c9f7f0e0e9aee18200767157c0a8f8191843 -size 85089 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Inventory/BP_InventoryWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/Inventory/BP_InventoryWidget.uasset deleted file mode 100644 index 153c143..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Inventory/BP_InventoryWidget.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3ae664b6462c01bf055fc45cf81cfc03664b87096369c1d5df541dce4148326 -size 262161 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Inventory/BP_VRInventory.uasset b/VIRTUOS_ExpansionPluginTests/Content/Inventory/BP_VRInventory.uasset deleted file mode 100644 index cfbd706..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Inventory/BP_VRInventory.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26c7a681f5466b13e6c8bab566de0c974744b6afabade8aea34d1fcba22813e2 -size 587020 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Inventory/InventoryDataTable.uasset b/VIRTUOS_ExpansionPluginTests/Content/Inventory/InventoryDataTable.uasset deleted file mode 100644 index 6843c8d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Inventory/InventoryDataTable.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56682e67425e822491ae42f989bb316ae740c6ef0dda7f24edc1680cdd0ecff1 -size 3519 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Inventory/InventoryStruct.uasset b/VIRTUOS_ExpansionPluginTests/Content/Inventory/InventoryStruct.uasset deleted file mode 100644 index a2bdb28..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Inventory/InventoryStruct.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a4f33d88946cd76dbdc326a96c5021442ca1556f2c6f8d4189aacb68d2c318b -size 7842 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Inventory/ItemDataComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/Inventory/ItemDataComponent.uasset deleted file mode 100644 index 4776c4a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Inventory/ItemDataComponent.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0936e0d8c5431db4a5ee48691a9ddd27ac852d490259fbb27fe10ee96fc96fa7 -size 29007 diff --git a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MF_ProcGrid.uasset b/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MF_ProcGrid.uasset deleted file mode 100644 index 767cf20..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MF_ProcGrid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa5d22837af536b9690ed2f790e288a59ca659c63e669fca99685afc2364ce82 -size 48741 diff --git a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray.uasset b/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray.uasset deleted file mode 100644 index 3fd81bc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65022a590b73953153898dfd370aa8c2609a84670cdb06dd205d813712d1c1a4 -size 12785 diff --git a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset deleted file mode 100644 index d727d35..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa0f2a06a7d937127d7d737c13bacb3f8fe88c8e0479f5e6b7cda81fd225d077 -size 11922 diff --git a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MI_PrototypeGrid_TopDark.uasset b/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MI_PrototypeGrid_TopDark.uasset deleted file mode 100644 index 1eae7f9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MI_PrototypeGrid_TopDark.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:838034e5afc7ab3a70bfff6de2e1237aa02337fb423e95c1b536b3e30c61c982 -size 11957 diff --git a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MI_Solid_Blue.uasset b/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MI_Solid_Blue.uasset deleted file mode 100644 index a6e284e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/MI_Solid_Blue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:417952e4c6986a99f1bc3fb25ebceb1308806028bd2b602501b66b874aa87cc6 -size 8669 diff --git a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/M_PrototypeGrid.uasset b/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/M_PrototypeGrid.uasset deleted file mode 100644 index 32a19d9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/M_PrototypeGrid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1a5b000cfbe3030ff6f0bb67a2e4cc4bb803769d74ebd88d54f98918616d2d1 -size 40328 diff --git a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/M_Solid.uasset b/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/M_Solid.uasset deleted file mode 100644 index abe7dda..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Materials/M_Solid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d754d45a7f34228c043d5389af994f3f6c9d6e4bd579bba6c65f11813db11662 -size 9609 diff --git a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_ChamferCube.uasset b/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_ChamferCube.uasset deleted file mode 100644 index 7a5b944..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_ChamferCube.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6301fc4690ae3dbdc0b77203c6e5f662561351252c7df36c334fb72f6ffe2205 -size 22332 diff --git a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_Cube.uasset b/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_Cube.uasset deleted file mode 100644 index c4909ff..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_Cube.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79cf9bb71346c1f0386362238aef3e01400be06211e6813dc1ce9bbae969fb07 -size 17034 diff --git a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_Cylinder.uasset b/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_Cylinder.uasset deleted file mode 100644 index 0ab270f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_Cylinder.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a59270c4e29b708c93c0872970bd7f8cc2a9db0e898ba6792605364b25fee585 -size 20348 diff --git a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_QuarterCylinder.uasset b/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_QuarterCylinder.uasset deleted file mode 100644 index 5edf332..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_QuarterCylinder.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8da43997ae75f32c7fba7047ca3f34ca88d68613845d556072b74c93de74e6a5 -size 17827 diff --git a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_Ramp.uasset b/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_Ramp.uasset deleted file mode 100644 index d099706..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Meshes/SM_Ramp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81a46d90c20408e4246e37c4c00bf764b5a05d3752eadd1c3b10e8946a79ffbe -size 17169 diff --git a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Textures/T_GridChecker_A.uasset b/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Textures/T_GridChecker_A.uasset deleted file mode 100644 index 37cf466..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/LevelPrototyping/Textures/T_GridChecker_A.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb8334767064b107ec4f4407ef1365e8b9e2dfeff5984e66d4a6232254ddd02a -size 9600 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Lights/BP_Light.uasset b/VIRTUOS_ExpansionPluginTests/Content/Lights/BP_Light.uasset deleted file mode 100644 index cb0c7af..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Lights/BP_Light.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caa31dacd3a6196b171cfc435ea36c876296088bd0d3ec46ba884d045a5059f3 -size 58232 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Lights/M_FlickeringLight.uasset b/VIRTUOS_ExpansionPluginTests/Content/Lights/M_FlickeringLight.uasset deleted file mode 100644 index b395e47..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Lights/M_FlickeringLight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd261f95b1534d3406702e8550fc35fbdc6cdb04efbb616d6750040d8388f63b -size 17953 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Liquids/BP/BP_Fluid.uasset b/VIRTUOS_ExpansionPluginTests/Content/Liquids/BP/BP_Fluid.uasset deleted file mode 100644 index e2541f8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Liquids/BP/BP_Fluid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf0a8af9156fef3716b8ddc7501e6e79c243ca22684bc95b1bcd422bf072f445 -size 2374 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Liquids/M/Asset/M_Glass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Liquids/M/Asset/M_Glass.uasset deleted file mode 100644 index 3dc7942..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Liquids/M/Asset/M_Glass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f87b2e58497f4f42d5aa6c2d1db43df23f2b7ee0228455f8ebbddb03b606ad90 -size 1396 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Liquids/M/MI_LiquidX_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/Liquids/M/MI_LiquidX_02.uasset deleted file mode 100644 index afc7afc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Liquids/M/MI_LiquidX_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:103b2b578f950ec835c708dd70247b46098de5264d9d407f68f1690b2a94805d -size 1420 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Liquids/Maps/Demo.umap b/VIRTUOS_ExpansionPluginTests/Content/Liquids/Maps/Demo.umap deleted file mode 100644 index 4bfc1fb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Liquids/Maps/Demo.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08bbdeaab42100d4d846d26e56399f672ddbb7293851cd436b76b4773dd1ed47 -size 1081 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Liquids_/BP/BP_Fluid.uasset b/VIRTUOS_ExpansionPluginTests/Content/Liquids_/BP/BP_Fluid.uasset deleted file mode 100644 index 94a8d65..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Liquids_/BP/BP_Fluid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f97aeb39653c47e085bb755d49006d97c4e8d797061a14c1869be47570e86017 -size 1411 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Liquids_/BP/BP_Fluid_C.uasset b/VIRTUOS_ExpansionPluginTests/Content/Liquids_/BP/BP_Fluid_C.uasset deleted file mode 100644 index e23c91e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Liquids_/BP/BP_Fluid_C.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d7ec8c34a54323bc8f1eef38ff08e15ce4bf2d1fe63a18b7bc74bcd74edf384 -size 1451 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Liquids_/BP/Default__BP_Fluid_C.uasset b/VIRTUOS_ExpansionPluginTests/Content/Liquids_/BP/Default__BP_Fluid_C.uasset deleted file mode 100644 index 2a58b25..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Liquids_/BP/Default__BP_Fluid_C.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02c2c261851300795f3e2d08a7b5c1241cb44b90ba7dfcc2906dd4c141ebd3f8 -size 1561 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Liquids_/M/Asset/M_Glass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Liquids_/M/Asset/M_Glass.uasset deleted file mode 100644 index 6990290..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Liquids_/M/Asset/M_Glass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52b1d0b23be0f9d1b181ec5026feacfb2107ac469cec198aa1e1d38e7c699eff -size 1421 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Liquids_/M/MI_LiquidX_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/Liquids_/M/MI_LiquidX_02.uasset deleted file mode 100644 index 28b32a2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Liquids_/M/MI_LiquidX_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb7f61488bc0d27b2afc49986ed1c6cadd2a5adacfadd68b0a8c30a7906d111e -size 1477 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MF/MF_UV.uasset b/VIRTUOS_ExpansionPluginTests/Content/MF/MF_UV.uasset deleted file mode 100644 index ad025fd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MF/MF_UV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7295c5d7822bc0dca849345e00b4e7401ea0502689546d92d50afc77cea3573e -size 15078 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MF/MF_VTA_TriplanarMapping.uasset b/VIRTUOS_ExpansionPluginTests/Content/MF/MF_VTA_TriplanarMapping.uasset deleted file mode 100644 index dc5588d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MF/MF_VTA_TriplanarMapping.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1181496be42072f736f141e14baa84f352b37931c839a31ac8b99649577aae51 -size 138352 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_GameStart.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_GameStart.uasset deleted file mode 100644 index fc93cf7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_GameStart.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3625d6a7cd85147e66a11a19098f5af7bb9f85528bf3172281c80d2662ef221 -size 203917 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset deleted file mode 100644 index f3fc9d9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01eef3193f62ddbb816e08b0d9a16dce5ec8f44386e41abeb93499e7dc8845e2 -size 778578 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset deleted file mode 100644 index b55f4b4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_WidgetWithIndex.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:deadbf803239b068177e5a5f5205df8f003b525c9d91e006b92590b3035885ba -size 85845 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Credits/WB_Credits.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Credits/WB_Credits.uasset deleted file mode 100644 index 2b6028e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Credits/WB_Credits.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2bc1f6f2589c32daf105bb1964b7e99a4b323c4bc53041b042e653c1bed5a6f -size 76512 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset deleted file mode 100644 index 668c802..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Enum_MenuButtonType.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b2a0dd92557735df121564a84f863a4c72ca08062f86f86f13b2f657dace4bc -size 6460 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Logo/BP_Logo.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Logo/BP_Logo.uasset deleted file mode 100644 index 2769f29..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Logo/BP_Logo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:003f7597447f929d8609cee76f59afcaaf8da6853a0fff0ef59360863ed4b9ab -size 66202 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Logo/M_Logo.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Logo/M_Logo.uasset deleted file mode 100644 index 0757309..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Logo/M_Logo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a5764766f7d161b350a0b4bbbec9371edd8b6737d88149866ed590123cda7b6 -size 22613 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Logo/M_Logo_Inst_Dissolve.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Logo/M_Logo_Inst_Dissolve.uasset deleted file mode 100644 index 59a817b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Logo/M_Logo_Inst_Dissolve.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b657e9ae29e34c3050fe0d9f1f18aa6b54abf74b144d3d0fe6177a04d1aa63e -size 9292 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_PP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_PP_MainMenu.uasset deleted file mode 100644 index 89e8760..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_PP_MainMenu.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88754f1bdc5b327b725a63a9c7ca1d6cf6c502c98fd6c68513a717671ae55aa5 -size 12949 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/NS_Bubbles.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/NS_Bubbles.uasset deleted file mode 100644 index 4427657..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/NS_Bubbles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11c5920861f042f463de509f3a862ecf8b730c95b0886dbbfa32234804fd46bf -size 524850 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/MF_Dissolve.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/MF_Dissolve.uasset deleted file mode 100644 index a507982..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/MF_Dissolve.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8243c4981c41b5d2297332d0829a77270f3efc9a58a78ed957bd0b61e353889c -size 18338 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/MPC_UI.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/MPC_UI.uasset deleted file mode 100644 index 8b7b3b2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/MPC_UI.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c78fe4af8651a7c47e268f0bd1ead0ef81d4d063f976b573741affd1b8436335 -size 1803 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_ButtonHover.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_ButtonHover.uasset deleted file mode 100644 index 12d1cbb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_ButtonHover.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d316a0a9f4c7f852e551832ab8fd3f137ea8998d21df32cfdc225a88172e794d -size 22298 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset deleted file mode 100644 index 3b0f52e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d38e8d7ea715ae9c223b76e922118e50854fa14e0673c6c5be543c82f258535d -size 29282 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_Logo.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_Logo.uasset deleted file mode 100644 index 3fdec06..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_Logo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1ea537daa9df320335d09cd45724d7809a7ee671f4778fcf15047dc39a570d5 -size 1421 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_MainMenuAppear.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_MainMenuAppear.uasset deleted file mode 100644 index e819b7c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_MainMenuAppear.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bef5299dfc5783fd61398255e2c8371c5cf532d0628e8947c5955c1643aecfd4 -size 17345 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_SaveSlotRetainer.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_SaveSlotRetainer.uasset deleted file mode 100644 index 85ad19d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_SaveSlotRetainer.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c1ad7ace2712ee83a44a99b3045e876b4dd84318734501967fa26bc19f5492e -size 52200 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_SaveSlotRetainer_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_SaveSlotRetainer_Inst.uasset deleted file mode 100644 index 33d5b71..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_SaveSlotRetainer_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dad698b32a071fce134bdcc6f63056f48fb81dd97322697726b188df0033ffa -size 14029 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset deleted file mode 100644 index 20b26ff..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bda75d7a356b0e4b8cbc7dc562fc8b9d2dbea66adb59ed1570fe8e74cf7f4352 -size 85774 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset deleted file mode 100644 index adfd3a7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:036ab889635cfaebb7f7c7863b12a57d1cb6d1fbbb64700b9803d9e09dd9770a -size 186664 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset deleted file mode 100644 index 052596c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:979deae1c2536f8328fd216325a79103ebd72b4d71c9b72c58bc0a77849ea3b6 -size 17005 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset deleted file mode 100644 index 0ee94d0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:597cff820f21f0aa159f5012a030f052d89440b6ce48fc83d879ceb114f9d555 -size 9423 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover_Pressed.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover_Pressed.uasset deleted file mode 100644 index 76d475e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover_Pressed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4de2ad788ef83fc11dd8279fcf81e38d21e9f4359d7065abe438f9b7ecf4fb70 -size 9085 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Volume.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Volume.uasset deleted file mode 100644 index cdcde64..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Volume.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cb9716c42af1589a09ccc4097d308b56b2c8684c227ae3c1402629842fc13f3 -size 10216 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot.uasset deleted file mode 100644 index 5f7b734..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11e53623f3789c538fa4cc4abb24f9c0676134e5d924da7eb853706df87d4c77 -size 8041 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot_Hovered.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot_Hovered.uasset deleted file mode 100644 index 7edf498..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot_Hovered.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23203c81463cf3942a14e2ea0e385ca0599cb0ee1d7e76b25d8950bdf712ce58 -size 7727 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures.uasset deleted file mode 100644 index dc5b1c1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fde737c1b3678b57b5f2b7a34644bb251a9cb6978241c110422fe9382f1ecbba -size 10845 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Arrow.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Arrow.uasset deleted file mode 100644 index 10d30b5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Arrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d95b5cdfd16b6ff8beb0afaeaa10c8a4b23a1c827f20d7fb28da750de891362a -size 7825 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Plus.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Plus.uasset deleted file mode 100644 index 75606c6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Plus.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5d442a70fd0f83929400c442c4ea5a7190176c3b4cb05a5feff7daed930952b -size 8373 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Bystander.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Bystander.uasset deleted file mode 100644 index 55c59e8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Bystander.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fc49e146e97d90341e17216084d6b68123312846c7344618108c001b0f09bde -size 4210137 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Joystick.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Joystick.uasset deleted file mode 100644 index 176e43f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Joystick.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebb75197a91a1c0cbfe0b536cd68675cd99c006dadb6d82d7a7d21ba817384a2 -size 2046546 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Bystander.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Bystander.uasset deleted file mode 100644 index 48432de..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Bystander.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61bf67a24e2802b6be503e0db8ab29023eb0b9393d90c849baf04ab982a9ee5c -size 13013 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Shift.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Shift.uasset deleted file mode 100644 index 98b253a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Shift.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af3e509eeb15017945b60ceacaa831e574c2a0bccbc6c0680a496c03c8f496ec -size 12926 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Stick.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Stick.uasset deleted file mode 100644 index a88e843..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Stick.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f814f0b21ed321dac36b955fa95dc00b833da17ed255a891d48b0e27cddb427 -size 15290 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Teleport.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Teleport.uasset deleted file mode 100644 index 5c44c8b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/MI_Teleport.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e65959c95cfbc11636fbe5e49bce93b5f69431d2b868d3a70b35622d1f9a7e7f -size 11755 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset deleted file mode 100644 index 08596ed..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea1d1f948ae2c1baeda1e089654f6532c9882eba9b0c541b4d0f170c642a4f86 -size 40393 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_PictogramBorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_PictogramBorder.uasset deleted file mode 100644 index fced4e5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/M_PictogramBorder.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cac30d25b89ca2061dec58dee592c818dd172cee9eacc49797afb06763cf881b -size 1605 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Shift.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Shift.uasset deleted file mode 100644 index 9a2879e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Shift.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6379246d33fdab48cf11c039de5cff22589350b30e0c6a855ef16fda4b215f30 -size 4210036 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Teleport.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Teleport.uasset deleted file mode 100644 index d565344..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Pictogram/Teleport.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b20e13f8d5a607a1e5aad118e57c8ec1aa7fd1803bce8a7979b0c539b6851d2 -size 658231 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Arrow.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Arrow.uasset deleted file mode 100644 index 32d9f50..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Arrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6990686bc57f6a67896a706fe9ccd1245e29c79235195cfd6c497cab1e63fb9 -size 17119 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Logo.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Logo.uasset deleted file mode 100644 index c1daa6e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Logo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68c333252b7641986b3ab28748fbf02b2d2458a950c175e99655aa77527d9761 -size 424599 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Plus.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Plus.uasset deleted file mode 100644 index 29a295b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Plus.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fdfa9729d9bed3cdb89a880802f01d365b6073e50253c1f354d5915c9f341d4 -size 16452 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/TestWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/TestWidget.uasset deleted file mode 100644 index 2d8b91f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/TestWidget.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9286150e9c15976d2e07dd168603d73bd2197b7521e39f248ee73cb01297d90c -size 25060 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth.uasset deleted file mode 100644 index 0a12625..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7288761bd7ce896fd0750f828d7cf28fad0158cf0dbdfc32b48bbbe958495c8 -size 20387 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth_Inst.uasset deleted file mode 100644 index 70abfcd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54ce91d06da51de6b4797b68b71e5f0f7918c8ea894309baf322d6ce0ff2565e -size 10347 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_LogoIntro.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_LogoIntro.uasset deleted file mode 100644 index 7692679..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_LogoIntro.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4a65859b7e9c3bdfae4c2ddf73878d27ddfe7f8a51071c1225fb5afea93c428 -size 53515 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_MainMenuMusic.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_MainMenuMusic.uasset deleted file mode 100644 index 7a7f4ff..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_MainMenuMusic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ac9203a14b97200308e1fbff2b3a2125e8b52729b37c4ab5a69d21ff9c36ebd -size 47448 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_UIClick.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_UIClick.uasset deleted file mode 100644 index 0eb97fb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_UIClick.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5b35a7799941f8b8bc75e7c244dd80f4a77dfa7b47c67128203b531555c08a7 -size 55817 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_UIConfirm.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_UIConfirm.uasset deleted file mode 100644 index d7b6b4b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_UIConfirm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52278e65293f72494b4f67ea2b2679941c7f5adb8bf5c9f6776e8cea6fdeabee -size 56848 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_UIMove.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_UIMove.uasset deleted file mode 100644 index 6fd13a9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_UIMove.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a3bcd737994461462041129f702f4fe9c97756e7fc2b33e9026757463e25cf9 -size 56707 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MenuHover.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MenuHover.uasset deleted file mode 100644 index 7560baf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MenuHover.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38bae174f9493825c1ee27c12bd773e538a307e8c6581595ed5e7241df797f35 -size 45358 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_LogoIntro.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_LogoIntro.uasset deleted file mode 100644 index afd0404..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_LogoIntro.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a3f1fba0f2eff9f11221b9268e5a7758fde75a711fbf89617212ab47cd3d4fd -size 1331496 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_MainMenuMusic.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_MainMenuMusic.uasset deleted file mode 100644 index bd55910..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_MainMenuMusic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a77c2d3d8d48e6a5a07cb2e066aa4b8d1ddf23f71858d57b785a8580a62a1fad -size 37199658 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_UIClick.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_UIClick.uasset deleted file mode 100644 index 892e572..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_UIClick.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b36a56a8c15219ee812fe8508bce40c428effb141bb593578f28595127f22cc4 -size 22055 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_UIConfirm.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_UIConfirm.uasset deleted file mode 100644 index 15ed890..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_UIConfirm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8581e0091a41f60e24f1a78d70e69af6bd36b8d30f4074fce83f45ba0762279e -size 170308 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_UIMove.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_UIMove.uasset deleted file mode 100644 index f97500b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/SW_UIMove.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaf18e25258517628c70a06b47ab947f285b58686a89ce44dd73b02f5a5b5b86 -size 153499 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_AudioSettings.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_AudioSettings.uasset deleted file mode 100644 index c019478..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_AudioSettings.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b59eb9925a5c4e34cd07bd01fc68e09d81f8e0eb6fa518a353ea0e1a17c12de -size 285626 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset deleted file mode 100644 index 7f6c97b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71cfa9c02d2913bdabaae2b7fb6e20aa8b8da9295290dd28eb2f35f4289d0cbf -size 237117 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_Back.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_Back.uasset deleted file mode 100644 index 8cfbc78..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_Back.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3ba07846870c6a57e47d775231d4b5fc1ee9350d7877805a2c4b4f64bff5ad8 -size 31148 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_StyleMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_StyleMain.uasset deleted file mode 100644 index 306c34b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Button_StyleMain.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3be7514aae99f44ccf42acf25abb7f20f589c458ed0da005eda78e2013e2bc18 -size 29661 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset deleted file mode 100644 index a6cbd41..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dadd401c9a5539f93153b6ea053686d0cbe076d8343a12f07c9c75cb41317c15 -size 532478 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset deleted file mode 100644 index 828480f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GameSettings.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b243d392078fc561900d4efc3f1c7eb6e77357ca83a63f638c8c0b267543b3c0 -size 120171 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GraphicsSettings.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GraphicsSettings.uasset deleted file mode 100644 index 87787ba..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_GraphicsSettings.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99d504f90e0206cfa7d79e5f47e05f1378ed7792e8fa2d4f05df096a6313ea3e -size 151585 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Main.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Main.uasset deleted file mode 100644 index 0ce2331..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_Main.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70289caa08ec5895b2e09ba05c33600cb382749da1c699bec1dbe6f4b3394c3f -size 56451 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_MainMenu1.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_MainMenu1.uasset deleted file mode 100644 index e3b4d61..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_MainMenu1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30395eae73777e369f460b17272e8296c9fbb643cffd00dba0b9628b49772ed5 -size 34116 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingSwitch.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingSwitch.uasset deleted file mode 100644 index 41ba266..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingSwitch.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30360b5916b226d7377d1afbef767d7430666fc81c18e51cd6677e05cb420fc3 -size 276884 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingsMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingsMain.uasset deleted file mode 100644 index 24de0d5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_SettingsMain.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f3d6f0da4ae3d8a85e5aa01b04085a7ea1540e375999eca7b5d01c95e1db7d9 -size 41398 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WidgetMovementComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WidgetMovementComponent.uasset deleted file mode 100644 index cc676b3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WidgetMovementComponent.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9730b0184d84a7366c0c40d32e34dc2dfccd308fbe570e59384ee3127fb75cc3 -size 92855 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveSlot.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveSlot.uasset deleted file mode 100644 index d8f6c7a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveSlot.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfcffb9fcaf2db4c19dfa9a54e55b2b7741a63b8fa688a01d9f11c9261c27205 -size 146042 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Advanced_Lighting.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Advanced_Lighting.umap new file mode 100644 index 0000000..2655634 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Advanced_Lighting.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4ba4f944880ec61ce6a72c7e3633d82f8da4cf102ae79d6f1739e36264042a +size 62246 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Demonstration.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Demonstration.umap new file mode 100644 index 0000000..33a6e4e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Demonstration.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c335a46d1457cc3f57d8b086cda798162a226221d4904d543fb9b7d92d77e584 +size 56743 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Freezing_Chamber3.uasset b/VIRTUOS_ExpansionPluginTests/Content/Maps/Freezing_Chamber3.uasset deleted file mode 100644 index bc60519..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Freezing_Chamber3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36587c5458d0fee7a90dce8a97a0d0f9164711d017edb25006c6518cd2829eb2 -size 313511 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Main.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Main.umap new file mode 100644 index 0000000..7087e69 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Main.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59690693a8430c8130e7f08a38ad967d356201b6c0ae40e517c18b619d9972ad +size 46008 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 8fba8d1..5b315e3 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:bb6c18928dd6201705dfce19581fbfb872936b66f990080daf35a467da79db86 -size 335236 +oid sha256:475eb33ae399707fe77e5190400df7c9e946672ae68a204ff2aba55840d228b9 +size 349532 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap index e57bb0e..e47c801 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e09183361fe4e3cb7233c4cd7e732a90814488406aaf3853e1a029abbbed6ba -size 65690 +oid sha256:9da065fc7d2f159cac05102cad6e3de83b6ccec633585db665bf83f9d2e92370 +size 45010 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Material_017.uasset b/VIRTUOS_ExpansionPluginTests/Content/Maps/Material_017.uasset deleted file mode 100644 index e5f94ba..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Material_017.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9023beb5e69c024affe7cf1b0f30a151b984b128c543b36a5af94bf1eaf804d -size 59991 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_Color.uasset deleted file mode 100644 index 7a4187c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb849d26e245b2912d81e4f2039f6605cb838c2a97e2d9ee188c4915cfc3d97e -size 97056244 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_Color_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_Color_nonVT.uasset deleted file mode 100644 index 698a171..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_Color_nonVT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37b677f4faca2667ec5027998a0aae6c73763c21f74dc31685d53c17bd990856 -size 97058405 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset deleted file mode 100644 index 3be274f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41f3925e7515b2a8c7d9bc7c72dbd2601ad59277a6573c98264d365bb735b705 -size 58743409 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset deleted file mode 100644 index aa8dbd0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88a1dae29f5e8edb7e0e2ed071ee5eed56439626e9c6ce42378333089eab7b01 -size 58744370 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_NormalGL.uasset b/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_NormalGL.uasset deleted file mode 100644 index ae39656..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_NormalGL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab4b2517e79aa7ad5dc2f3612c14040047710a2d7a8f66d29382d1b496b99f4c -size 118972627 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_NormalGL_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_NormalGL_nonVT.uasset deleted file mode 100644 index 91ea336..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Metal024_8K-JPG_NormalGL_nonVT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:087235bf2792c813301f798bea37847a3644a31a6af387bb8ad0a3d5b335212f -size 118972294 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Minimal_Default.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Minimal_Default.umap new file mode 100644 index 0000000..664b239 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Minimal_Default.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a2e4d43c3004d159e636a87d120c4bca6e7cb323fd11db4ec028f1dd9bafb4 +size 73271 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap new file mode 100644 index 0000000..26b14c3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ea7b88bd0d73a8ea18116bbbec22cccced056b21414d8deefb578d24fcf2bd +size 1585090 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap1_BlockOut.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap1_BlockOut.umap new file mode 100644 index 0000000..ae0f7e3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap1_BlockOut.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2b74e5097b7a87f4a658af8e9ff50375519dc71bd7978dc2f19d7e19bc2453 +size 668525 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/NewMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/Maps/NewMaterial.uasset deleted file mode 100644 index 65f2921..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/NewMaterial.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c121c1eed09ca6de1cc294ced4c9228384bac506f2781929fb6b0a11130857f -size 11652 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Overview.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Overview.umap new file mode 100644 index 0000000..6699fde --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Overview.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb12ab77c9f89d20fa89d9da8076d1cf03665051b955fb20d62d6cb96aba4fe +size 51565 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/StarterMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/StarterMap.umap new file mode 100644 index 0000000..648103b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/StarterMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c09a52e4767c5e01515ddd54747dae49f9e09cc87a2caf6fb927ddc05ac284 +size 597562 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/ThirdPersonMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/ThirdPersonMap.umap new file mode 100644 index 0000000..fe5b15b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/ThirdPersonMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2ca856762dbf2ab7726306f05989f632a5bea2d688262c3023a012982122b8 +size 20902 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Alpha.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Alpha.uasset deleted file mode 100644 index f49ab18..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Alpha.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ad65f86ce5711bbd99e591840a07eb21099070a9cda0087f4f2b09ff8eea381 -size 698189 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Diffuse.uasset deleted file mode 100644 index 05ec5fb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Diffuse.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e4efbf9eb3957b3f4df73e4d836f8cfa138137cd0102ceceb242b6e9b60504d -size 14973540 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Emission.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Emission.uasset deleted file mode 100644 index 2499356..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Emission.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25dc1f9748d65e76e1103836c4c625f937770d5ca61a9e7318a519a21277e07a -size 15986 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Metalness.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Metalness.uasset deleted file mode 100644 index ea60957..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Metalness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d44206bdafbddf0c0766b93ba8c994a993c2ea2afc5b8d69b6402802fb64e6f -size 739171 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Normal.uasset deleted file mode 100644 index f3bd874..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4adc923d4eaeaf07e47b934ed2b5e51538a4425ddb9ef8335250149805e2c92 -size 145096147 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Roughness.uasset deleted file mode 100644 index 089f815..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/ALAS_Bake1_PBR_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:677df8ead79b724f8f831641c66019a19d85442ca1674b188fd4e61234323b7b -size 9386614 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround.uasset deleted file mode 100644 index 7b80bb8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb2ad24bbe770dadceb6b6102cdec808c9d15c1771764185b7ba793f1b8ec63f -size 29034 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround_Inst.uasset deleted file mode 100644 index 95cb87f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c069436a81ccc4c94430a3a42f746fd6b850296a6ed47d16987ec050c1c860bf -size 11815 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset deleted file mode 100644 index 1206a64..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9b37b6b9e4f7e7526591d6aa0164473a7dc5a470502a83b8122b0c8838a8d45 -size 15374259 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset deleted file mode 100644 index ce19fee..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:070edf18aa14fbaa338e1a3be19cc9ce7a69124fd150b53b3317db72915bdcc6 -size 24718602 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset deleted file mode 100644 index fef2b91..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4f71c3fbd878749eb626b7ff98bd82c32efcb80c60e222e6a9690d8f54cd58a -size 74976019 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset deleted file mode 100644 index c73cd2f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25c3d69853c66868ce222f74e71a74a94179191bc0840f5edffa2328684ace98 -size 17547883 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/Freezing_Chamber_Body_003.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/Freezing_Chamber_Body_003.uasset deleted file mode 100644 index ae5b97d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/Freezing_Chamber_Body_003.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00cf648e679afb924eb4872286ad566cdd27233ef70e7d6c3d8d19224dcc5a0d -size 115730 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/Freezing_Chamber_Door_Left_003.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/Freezing_Chamber_Door_Left_003.uasset deleted file mode 100644 index 6bcef23..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/Freezing_Chamber_Door_Left_003.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93616926fc0cdb351fb18a3fce0f58a69d6733d96b5a26958ffccb165614cf9c -size 118385 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/Freezing_Chamber_Door_Right_003.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/Freezing_Chamber_Door_Right_003.uasset deleted file mode 100644 index 9b9e4d3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/Freezing_Chamber_Door_Right_003.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbb0100c4c1b1997829b492c8c658123a0083b2fd42d50535ca2d8f9e0848235 -size 113871 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/M_FreezingChamber.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/M_FreezingChamber.uasset deleted file mode 100644 index c808a0c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/M_FreezingChamber.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7711fd7a6f0bced744d830e23b95d788545313a957bb75ee10e1e97f42976e24 -size 20533 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/M_SpriteBubble.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/M_SpriteBubble.uasset deleted file mode 100644 index 2a4bd48..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/M_SpriteBubble.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e95ad1f971b027764052459706f2771999329844932d0fe7a36014d6c215b9ac -size 21209 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/PostProcess/M_PP_Fog.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/PostProcess/M_PP_Fog.uasset deleted file mode 100644 index 1fbb73f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/PostProcess/M_PP_Fog.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b1ad45ab7b704f3aa4bf05198c894eccc1798523c0ae4e8854fcecfcc9ff5e4 -size 12077 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/PostProcess/M_PP_Fog_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/PostProcess/M_PP_Fog_Inst.uasset deleted file mode 100644 index 73446c9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/PostProcess/M_PP_Fog_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60ed6b207b7fabf75974b4cd95e13577e0f91995f7a3392e98b2711ec61910bb -size 7971 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Concrete031_4K-JPG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Concrete031_4K-JPG_Color.uasset deleted file mode 100644 index 122b04b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Concrete031_4K-JPG_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c67b6b52b1e8da1d60d4629db3f3627b932c96471acdaf56c66d25741bc78756 -size 17008066 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Concrete031_4K-JPG_Displacement.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Concrete031_4K-JPG_Displacement.uasset deleted file mode 100644 index 8d2ae57..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Concrete031_4K-JPG_Displacement.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6dc90e1a5639fb577440cbfa1098ed3a88d3d8c5b33c70e0b94fbc4dc055d4d -size 7233684 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Concrete031_4K-JPG_NormalDX.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Concrete031_4K-JPG_NormalDX.uasset deleted file mode 100644 index e71cd04..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Concrete031_4K-JPG_NormalDX.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce908a2de33f9a55543a3ad8bb7171f6a63fa2b1ae36d6ff3027b5b8588fbcf2 -size 37552491 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Concrete031_4K-JPG_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Concrete031_4K-JPG_Roughness.uasset deleted file mode 100644 index cdceaa0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Concrete031_4K-JPG_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c70cf169c9bc5bac18d1ba1f68eedc48df5bd1831b420884da75fcd6d6c35b6 -size 12665255 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/M_StoneTiles.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/M_StoneTiles.uasset deleted file mode 100644 index 9688ef0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/M_StoneTiles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b35b797d2419513971dd7f8993a427f3f460a72ff72549bf61d3a1f245d114bb -size 66621 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/M_StoneTiles_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/M_StoneTiles_Inst.uasset deleted file mode 100644 index 5975705..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/M_StoneTiles_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5de3347a19a51ed452fe35b4bce096b0d3b02ef5fcb7bde5399319c567fdbc93 -size 12781 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/M_WorldAlignedBump.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/M_WorldAlignedBump.uasset deleted file mode 100644 index 7324eee..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/M_WorldAlignedBump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5e8d3d464724ecc8b913b464981ac66a540c25ce19a45463f1fc41530a360a2 -size 53216 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset deleted file mode 100644 index 9327404..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a091c69e4cc38dfcf65af661fcf35482a8c2d579814790765dbaecbfd16ef5e -size 15790 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Test_WS_Parallax_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Test_WS_Parallax_Inst.uasset deleted file mode 100644 index 0a6494a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Test_WS_Parallax_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a76a691bd954962b7408d90b0d350f66987bc7b1c12fd61f334768c70232c10 -size 1657 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset deleted file mode 100644 index 7880dc2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90e9e96c573e02b60afbaf30e355016f6df62996321a451126646f256e170179 -size 14950 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Tiles132C_4K-JPG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Tiles132C_4K-JPG_Color.uasset deleted file mode 100644 index b5963c2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/Tiles132C_4K-JPG_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:244e72da63a4b360493ac7dc45b815aa4583a9561e02b2d97b1b1fe60a1fd187 -size 12303740 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_floor_tiles_02_diff_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_floor_tiles_02_diff_4k.uasset deleted file mode 100644 index ab90d97..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_floor_tiles_02_diff_4k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d1069d314d36ee6433a2f7f8c94769462a35f6db3a1bde228b88f1d30dd09c7 -size 9440619 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_floor_tiles_02_disp_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_floor_tiles_02_disp_4k.uasset deleted file mode 100644 index 424b218..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_floor_tiles_02_disp_4k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ab09ec146a8814d377ba6a043f794043f08309ab2655b29e6001ecd84c122f1 -size 2280135 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_floor_tiles_02_nor_dx_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_floor_tiles_02_nor_dx_4k.uasset deleted file mode 100644 index bac2f8c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_floor_tiles_02_nor_dx_4k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8f05c0696b08204f323860445c6da512a47c50ab17afa3df020b420ddafc66a -size 134229925 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_floor_tiles_02_rough_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_floor_tiles_02_rough_4k.uasset deleted file mode 100644 index 99ae0d6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_floor_tiles_02_rough_4k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:412eb418c81adc08d627cd7663a64523945e0d192e6b91cce14168a310012873 -size 134229837 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_grey_tiles_arm_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_grey_tiles_arm_4k.uasset deleted file mode 100644 index d604bc1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_grey_tiles_arm_4k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bcb910eaa5a275a2537013906a538dc58085ec232ae16bec4f324302fe66f61 -size 3474923 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_grey_tiles_diff_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_grey_tiles_diff_4k.uasset deleted file mode 100644 index 7a1bbde..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_grey_tiles_diff_4k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35b6f23a643657c62eb338c2f0ece2a0700e7897a00ac4bc2eb1c439257ccc94 -size 7384196 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_grey_tiles_nor_dx_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_grey_tiles_nor_dx_4k.uasset deleted file mode 100644 index 6b67f44..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/large_grey_tiles_nor_dx_4k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a8428337e625259f5198a1358a9af1d062d63ae5695cd2ca433fdb5a0ec895d -size 134230535 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_ao_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_ao_4k.uasset deleted file mode 100644 index 59ccf85..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_ao_4k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a75919f50caa4daa434d982b12bc84a15a9f68b7570325a5098322c5341a73c -size 1807449 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_color_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_color_4k.uasset deleted file mode 100644 index 4b97d3f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_color_4k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e409bd08ae8bd4eb01b583f6076bc1a3dd42f8c49c9b7a58017a655e7b59b018 -size 1446181 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_height_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_height_4k.uasset deleted file mode 100644 index ceed714..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_height_4k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d82dc72560e074ea0417af936d6e8c93498425af568fae3955f94162ec88725 -size 9461657 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_normal_directx_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_normal_directx_4k.uasset deleted file mode 100644 index f68c9fb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_normal_directx_4k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63185538a31ad1e2ec739b0f4c1e486df36e861b1e8ff29a4533caf40871e7bc -size 98460932 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_roughness_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_roughness_4k.uasset deleted file mode 100644 index 66e9257..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/StoneTiles/tiles_0130_roughness_4k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21a4c5bb6c44c81447c40f6fb069c7dc9ab3c7ecf93079244df0664042c9672a -size 1091033 diff --git a/VIRTUOS_ExpansionPluginTests/Content/PotionTest/Potion.uasset b/VIRTUOS_ExpansionPluginTests/Content/PotionTest/Potion.uasset deleted file mode 100644 index f560ac8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/PotionTest/Potion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdee5037ba63775a9311c1e1215f7bcd19d4c5f4db5e65b0fffa45e5dc59fdea -size 74232 diff --git a/VIRTUOS_ExpansionPluginTests/Content/PotionTest/PotionActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/PotionTest/PotionActor.uasset deleted file mode 100644 index a37c14b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/PotionTest/PotionActor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a679316c4800ec74bb191606ead4a26a5f089dcd0436a51a804200b4a57b4b20 -size 289608 diff --git a/VIRTUOS_ExpansionPluginTests/Content/PotionTest/PotionMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/PotionTest/PotionMat.uasset deleted file mode 100644 index 11e9022..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/PotionTest/PotionMat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81f192a4437aad0b4ccf076a093f8f2a4ac283c711cca79abffabc0bcd81ae72 -size 11181 diff --git a/VIRTUOS_ExpansionPluginTests/Content/PotionTest/Stopper.uasset b/VIRTUOS_ExpansionPluginTests/Content/PotionTest/Stopper.uasset deleted file mode 100644 index 8ba82ae..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/PotionTest/Stopper.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1ac21548106b26f9c684912d83074c6190520f347a566ea367a011fb063eb23 -size 34536 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/BP_Cassette.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/BP_Cassette.uasset deleted file mode 100644 index 6215b2d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/BP_Cassette.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:747d8acb8b9c1796e4f5f5f23108a28aba162e29f40b5ad9a5e7f6bdf0727d29 -size 2430 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/BP_Recorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/BP_Recorder.uasset deleted file mode 100644 index d5934f0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/BP_Recorder.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef079b27702be9fc25ca07898a86d596fad333e26ec5b3259b07949c44a49bd2 -size 2430 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Cassette_atlas_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/Cassette_atlas_Normal.uasset deleted file mode 100644 index 1fc2b3f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Cassette_atlas_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49224f7250fd1b6e22fa05e0afb8584725ef628867b736fa81ac6b344b562365 -size 1567 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Cassette_atlas_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/Cassette_atlas_Roughness.uasset deleted file mode 100644 index 2daf2f0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Cassette_atlas_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac8e7b3ebb068e4b0b9da716c7ac1fb68964e1880ddc7920d7af2bd93b86278b -size 1591 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Cassette_texture.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/Cassette_texture.uasset deleted file mode 100644 index 7a30931..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Cassette_texture.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29d3853cdc44ad94cafcf0b97df634469ab53289eb57523658b9661b40bf82ef -size 1525 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/NewBlueprint.uasset deleted file mode 100644 index e499de5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/NewBlueprint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36f3260a4fe272a2ca3ae2c182355be1211cfda4799d30ee3dfff3be0797fbbe -size 2455 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder1.uasset deleted file mode 100644 index c599a5c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25685c771394136cf2ef3b3a9a54ae6b62d283b9aab97dfbefa578cb2af810ed -size 1473 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low.uasset deleted file mode 100644 index 365dd37..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:926cae083fafb8ae71cb2f117c4ab610cbbb559960640d633bbb1a5a56c0875e -size 1577 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_001.uasset deleted file mode 100644 index 7b05ad6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_001.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccbcb5f609f1c731e460bff8d73462aa9ba383cd8dd2b3307cfe4e0df4ee2b31 -size 1609 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_002.uasset deleted file mode 100644 index 45c47ee..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_002.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15964d18ab479290fd55bcbe28b645b6740b24bec7ae005f93b7888cfb3e83e3 -size 1609 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_003.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_003.uasset deleted file mode 100644 index aaabaa0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_003.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0f060e489dfe6e7ee6dd0eee7d39f3296df3b188e1f70874ca054fd6e137d74 -size 1609 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_004.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_004.uasset deleted file mode 100644 index ab8d9c1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_004.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92e443cff253c73700f8381b75405dd0092338422a98708e5d484bf069a9d67c -size 1609 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_005.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_005.uasset deleted file mode 100644 index 4ee1266..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_005.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed3f42573808c97bc9daedc3cb595bff6d2c017171b18934c819b448f6d54b4b -size 1609 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_006.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_006.uasset deleted file mode 100644 index b8bf438..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_006.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fc997cc427eb5b938ed1341fd90437e4c7ef1660711b6698a10b47c6ea24a1f -size 1609 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_007.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_007.uasset deleted file mode 100644 index c66594b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Bake_ao_1_low_007.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1589d90b1fca73873c67f1e17162681fae97cd4b0e9f2cc49baa4970f8dac96 -size 1609 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Cassette.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Cassette.uasset deleted file mode 100644 index 0791adb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/Recorder_Cassette.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ecb54001513287b9e2006d7e5ca506ef6beba35cabdec4c234d859a7d74df0c -size 1537 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/TR_glass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/TR_glass.uasset deleted file mode 100644 index f482b51..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/TR_glass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33876c3fa97c2d4afcb805dbda48d0b426ac6aa0987e38f27ea68475c54d09e3 -size 1461 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_BaseColor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_BaseColor.uasset deleted file mode 100644 index 5a56749..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74bb3979ce6b939bdd86b1473c91161c61801cc2ab9ce084de1335664cd5f778 -size 1575 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_Emission.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_Emission.uasset deleted file mode 100644 index 95c88c9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_Emission.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7033a48be273651401a854b1bd1bb40c1d1b0998e2bb69137d103a47c4a6a4ed -size 1567 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_Metalness.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_Metalness.uasset deleted file mode 100644 index 078c3b2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_Metalness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f1d6cf6187fa1f736a848ef8767933d82560293628292c0cab7b4b014e2ccbc -size 1575 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_Normal.uasset deleted file mode 100644 index 7a83d96..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:599910cbd74cbd8ec3231f4a549300327d90d6e04bb47df3ad334b7c83f6adec -size 1551 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_Roughness.uasset deleted file mode 100644 index cddf48d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/TapeRecorder_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cf8dd080f971dba8e866a50abb0076212422233e2efbdaebbf9f19e1bb2b8e4 -size 1575 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Recorder/lambert2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Recorder/lambert2.uasset deleted file mode 100644 index 5b1adf4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Recorder/lambert2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65da8fdceecb98d498ac1546f8a06981a1032e6c78ea0f8bf632704168ede580 -size 1461 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/BP_Respirator.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/BP_Respirator.uasset deleted file mode 100644 index e62ef40..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/BP_Respirator.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e54a925838a3bbda9860dd89a50fce91b74029030385ae1af7c9616dd031ced -size 37217 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Black_denim.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Black_denim.uasset deleted file mode 100644 index 43d67ba..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Black_denim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af4d9407b7aacf605a3f9e299fd19621394da880ca4f3e7e68cb392eab964272 -size 49536 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Black_plastic.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Black_plastic.uasset deleted file mode 100644 index ae83af9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Black_plastic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ad4ac60c0071f12df6334012b560a9856769278216fb0d4eb6e1698cbb44f2d -size 44229 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Black_plastic_no_image.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Black_plastic_no_image.uasset deleted file mode 100644 index 330dcab..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Black_plastic_no_image.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32d09b79cd32c2dde745db978d6c7fcc18aca147a452e4c2ec12b05f87ec267a -size 42754 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Cartridge_filter_bake_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Cartridge_filter_bake_002.uasset deleted file mode 100644 index 3841bff..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Cartridge_filter_bake_002.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:314c15db5104ec808ff54451b222ef819955d736fa3063dac7e7db4caedf88b0 -size 3621858 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Filter_material_black.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Filter_material_black.uasset deleted file mode 100644 index 7bf4134..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Filter_material_black.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19ce34010f29f87d4b4e99c9b525d41b2569acaa2a5e3439cfd2c0a1b04e6587 -size 47853 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Front_mouthpiece_bake.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Front_mouthpiece_bake.uasset deleted file mode 100644 index eaca076..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Front_mouthpiece_bake.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecdd96aea443d58ea913815a5f02691d9b2caaff33ec4e805825c19ba14537f5 -size 13905493 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Glass2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Glass2.uasset deleted file mode 100644 index d37c504..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Glass2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28ff3a1de9fc7432e9b1bc6c8172effc76a7652ca1be24d068403753255c234a -size 41148 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Head_strap_bake.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Head_strap_bake.uasset deleted file mode 100644 index dd17e6f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Head_strap_bake.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94562ee1cf0f37b29ff255765451936c2ae11889f3175f7d760ebc12e8e797bc -size 14907859 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Metal_black.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Metal_black.uasset deleted file mode 100644 index 50b0096..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Metal_black.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b03da920c1db23b241532e5c7cc3dfb5afcaf933c60744b4f108fa48758a372 -size 42701 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Metal_gray.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Metal_gray.uasset deleted file mode 100644 index d7d0caf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Metal_gray.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:661be1f4ec55f39b24b87e0c87724ef86eed90f021ee1bc56296e40ac171837b -size 42620 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Metal_steel.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Metal_steel.uasset deleted file mode 100644 index 81b093b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Metal_steel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a26c271a4da02c3f4a89e26885b4055811aa54e6c975ad29d502dd75b752c33 -size 41729 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Mouthpiece_interior_bake.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Mouthpiece_interior_bake.uasset deleted file mode 100644 index 7f5d716..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Mouthpiece_interior_bake.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91b5c5242438d859e1a079ea3eea14c6921a4e9d41cdda7338e6527bb295f3af -size 15026036 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Plastic_gray.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Plastic_gray.uasset deleted file mode 100644 index c8371c3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Plastic_gray.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8e3a57a1b98fa1205aeef905fe38b00ac7f44f303861011fc772b1ecc9a8a43 -size 47022 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Plastic_gray_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Plastic_gray_001.uasset deleted file mode 100644 index 96c0631..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Plastic_gray_001.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4df793e265a3a6fecf166c0f016c5d0b7169254656ecc5ec9b211f217739215b -size 46201 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Plastic_orange.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Plastic_orange.uasset deleted file mode 100644 index df01648..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Plastic_orange.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3c3f7ff2960aebdc5215e38e6eb3ca1c7ab360f6ea3dc5e6dd6eb1985570b21 -size 45796 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Rubber.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Rubber.uasset deleted file mode 100644 index 08ac912..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Rubber.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35ea0a4174816c7efa669bbb4faa5b13a0c9ebe4d00167e79d8c55fc6c4c5f23 -size 41145 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Scuffed_plastic_gray.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Scuffed_plastic_gray.uasset deleted file mode 100644 index 1e192ba..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Scuffed_plastic_gray.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8a08f1dfc542973769b86632852e57944a2296d83ca9b47236231709c5f967f -size 45939 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Seal_black.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Seal_black.uasset deleted file mode 100644 index 4463070..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Seal_black.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ad8672783983fd16fdae7604535e043df085808ae15a4886f55c15fa59cac3a -size 47342 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Side_cartridge_bake.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Side_cartridge_bake.uasset deleted file mode 100644 index 6273271..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Side_cartridge_bake.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3201c0157d5af3d9a2925d0bc5c7c264327ef37652fe3ef5d99d7f0c1319b016 -size 15776031 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Side_cartridge_bake_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Side_cartridge_bake_001.uasset deleted file mode 100644 index 97c6bf1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Side_cartridge_bake_001.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52d4a14933e181a4b6e87ae6a3e1e3a7319596fab76e0624e2bc004cda39f360 -size 12589123 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Side_cartridge_plate_bake.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/Side_cartridge_plate_bake.uasset deleted file mode 100644 index 25cfe2e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/Side_cartridge_plate_bake.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c27375905a2bb50ead0f9d5285043452c495ce7f36af9bc4815cb4742776f15 -size 63501 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/face_mask_seal_bake.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/face_mask_seal_bake.uasset deleted file mode 100644 index ca347d2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/face_mask_seal_bake.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d19d032ce0c8b17074b9643d07472068a1ce4c701d0dd51499bb2cf9af66b81 -size 3252980 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Respirator/respirator_282_bake.uasset b/VIRTUOS_ExpansionPluginTests/Content/Respirator/respirator_282_bake.uasset deleted file mode 100644 index 3611587..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Respirator/respirator_282_bake.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47edae0e680783ce08a1818e075ed3a59a013f57a692b9623b8512a21f3c501d -size 1037530 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Saves/E_Quality.uasset b/VIRTUOS_ExpansionPluginTests/Content/Saves/E_Quality.uasset deleted file mode 100644 index 2fc999b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Saves/E_Quality.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:065bde672006ae47dac1765b198931aa017435f8d8cae9945e9453a5d0a3dfc2 -size 2932 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Saves/MainMenuSave.uasset b/VIRTUOS_ExpansionPluginTests/Content/Saves/MainMenuSave.uasset deleted file mode 100644 index e3d850e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Saves/MainMenuSave.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b82bfd3fd05a20481628cb2cc928c674dc3bf88f47038d66547580e7f7cd46f -size 2546 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Saves/SaveGame_PreMainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/Saves/SaveGame_PreMainMenu.uasset deleted file mode 100644 index dbb92bc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Saves/SaveGame_PreMainMenu.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aee0f35816fa23dd445c3c760a952ba7044c7c7587c189c429d5e79be54e548f -size 13553 diff --git a/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/Lamps.uasset b/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/Lamps.uasset deleted file mode 100644 index 43077f6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/Lamps.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bd6fb6f3986fab72269a59c7c6445ffc9bc20b7e99a59f9821168879d681eb0 -size 87049 diff --git a/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/M_ScifiLamp.uasset b/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/M_ScifiLamp.uasset deleted file mode 100644 index ea478a7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/M_ScifiLamp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11ac41c5cc550c83ad2e0bc4eaeee3ea5124d69a58e99ee5c05299fcbf5f04f6 -size 17802 diff --git a/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/M_ScifiLamp_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/M_ScifiLamp_Inst.uasset deleted file mode 100644 index 611498f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/M_ScifiLamp_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9e605803c52c254e5ebc5d81b178b08e77c065c6955e445d29a582d2e027ba0 -size 11859 diff --git a/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/MetallRoughtnessEmissionHeightScifiLamp.uasset b/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/MetallRoughtnessEmissionHeightScifiLamp.uasset deleted file mode 100644 index d94433d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/MetallRoughtnessEmissionHeightScifiLamp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b58a33f0455e0ff1ecd5d89d3ee4898a91f33ce3880fa8fdde8be65c6a6ce131 -size 6352948 diff --git a/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/SMat_Base_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/SMat_Base_Color.uasset deleted file mode 100644 index 3a436a4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/SMat_Base_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3444e99d31ff7f6bc0e1c1296f65cd291f86cfe03def33eb4dc72fce93841f77 -size 4831928 diff --git a/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/SMat_Normal_DirectX.uasset b/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/SMat_Normal_DirectX.uasset deleted file mode 100644 index 40aa133..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/ScifiLamp/SMat_Normal_DirectX.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e5381d9ef126b4b16b234895f6b718604340c44075d33c2f077d5de90251462 -size 24515889 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/MusicSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/MusicSoundClass.uasset deleted file mode 100644 index 73a6d83..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/MusicSoundClass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73edbd95b813321a441b22d117edea937f24f137542d80cc904f2684c51e8b60 -size 1471 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_MasterSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_MasterSoundMix.uasset deleted file mode 100644 index 5bb3335..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_MasterSoundMix.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:710cbc6ac69b9fa8832a9811d56be6eb90237798afec83d9f5ad149c50ab0021 -size 2046 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_MusicSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_MusicSoundMix.uasset deleted file mode 100644 index ec6f6d2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_MusicSoundMix.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff82d97bd935d55c701b550364f47cf24a89c6974bd1bd274aaadafa6cfaebb3 -size 2033 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_SFXSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_SFXSoundMix.uasset deleted file mode 100644 index 1fd86bf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SCM_SFXSoundMix.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e854b5b556647fe845319b36640bc9fc325c6ef28e6fe5ed48d362a3c086e2fa -size 2019 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SC_MasterSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SC_MasterSoundClass.uasset deleted file mode 100644 index 2faed54..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SC_MasterSoundClass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adb73c6ecc23a0233ac82166230541203db069600ba3528d9fb1c9a3f4e0a89e -size 1665 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SFXSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SFXSoundClass.uasset deleted file mode 100644 index 393b715..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SFXSoundClass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a09cb2bd487940ecba79fb79964a3c6eb8753f5491b0907cbb1e0e6015cce85 -size 1461 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SpiralStaircase/Cub.uasset b/VIRTUOS_ExpansionPluginTests/Content/SpiralStaircase/Cub.uasset deleted file mode 100644 index 8b41f61..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/SpiralStaircase/Cub.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da020c52e18cdd48164393c8b34b084e215a54649f4bf330cf0b8e65af28b3e6 -size 81975 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SpiralStaircase/Ff.uasset b/VIRTUOS_ExpansionPluginTests/Content/SpiralStaircase/Ff.uasset deleted file mode 100644 index 58d0c23..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/SpiralStaircase/Ff.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8860820208fb5187a95757901840b8a520cff8cf528d633a1dc2d28552d21e40 -size 61352 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SpiralStaircase/column.uasset b/VIRTUOS_ExpansionPluginTests/Content/SpiralStaircase/column.uasset deleted file mode 100644 index a9b8769..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/SpiralStaircase/column.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06727b415deb79eb379eeb850149608f330a8e1f48ebd649dc8d65bd35d8c210 -size 58392 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SpiralStaircase/stairs.uasset b/VIRTUOS_ExpansionPluginTests/Content/SpiralStaircase/stairs.uasset deleted file mode 100644 index 07b4a17..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/SpiralStaircase/stairs.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c5153a903035d37b19f2e9a5fb0953c630fb7ff07327d648d1abf42257ccce7 -size 58392 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/BP_SplineParent.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/BP_SplineParent.uasset deleted file mode 100644 index 7985083..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/BP_SplineParent.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7fb7be70ff55ef8cd9f4e512f46f8d19abf6341413700e8634faa4a1d8b4287 -size 213554 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/90Degree-Big.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/90Degree-Big.uasset deleted file mode 100644 index f10e34e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/90Degree-Big.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f090fe95768321c969e91aba7351a1b382735ef99bfa0b0e58f27a6b1ac8d1a -size 78353 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/90Degree-Small.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/90Degree-Small.uasset deleted file mode 100644 index 2f148f8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/90Degree-Small.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a71e8125e12a8e41fd0fe0429a9ad3283c18b37cd1a7280318348ee2a5295200 -size 78873 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Half-X-Pipe.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Half-X-Pipe.uasset deleted file mode 100644 index 1d37414..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Half-X-Pipe.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f609ed60248088bc3dd03636108e3580327e79eec253f8c6c2df1308a7e9bfba -size 80371 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe.uasset deleted file mode 100644 index d45ded3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ac916eb1f97f25d5ba3812f4b6e898c2a43bf725df7e38b38816af5e891069e -size 62211 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe1.uasset deleted file mode 100644 index 3a635bc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f58d0388cb495f0a60cc5e39c9ed1dde62ecc588f86b66f74bbdd24f04e89b3e -size 85448 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe1_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe1_Inst.uasset deleted file mode 100644 index e7b4e82..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe1_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a109040de643713db666e276150897670900a001235dceb4d2115c7cf27d23f -size 11849 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe_Inst.uasset deleted file mode 100644 index d71d940..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b136429f8741384e5ac054031b47d7db17868f55794243f45b3cb280a05604a9 -size 12047 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe_Inst1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe_Inst1.uasset deleted file mode 100644 index 20da4f6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/M_Pipe_Inst1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:487e01669724107012f386f81c0b9761e1e5cba9788b3ad64b5d911bc82cfff4 -size 12692 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Pipe004_4K-JPG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Pipe004_4K-JPG_Color.uasset deleted file mode 100644 index 8ae69e5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Pipe004_4K-JPG_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd059ec75db500a826ee22eb7f681e35d4ea89a1372af6c592f35a6bf41b6ec3 -size 18848590 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Pipe004_4K-JPG_Metalness.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Pipe004_4K-JPG_Metalness.uasset deleted file mode 100644 index 1b9293d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Pipe004_4K-JPG_Metalness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb27320b9dea631afddf9e619682ccb7ad70395e79e7e926eef189ecae0716b7 -size 566002 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Pipe004_4K-JPG_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Pipe004_4K-JPG_Roughness.uasset deleted file mode 100644 index 57e3944..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Pipe004_4K-JPG_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da14d5a4aa4290c74fe2bc03885202f5caf6a8fbca9d9ca1e6c1932db1609720 -size 4818001 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Straight.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Straight.uasset deleted file mode 100644 index 7ed78fd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/Straight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bd0219e84d2b3c9e2416a067b708956fa0e50dbd5a09b6c503c6ed6e69692a8 -size 61546 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/X-Pipe.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/X-Pipe.uasset deleted file mode 100644 index 09cedaf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Pipes/X-Pipe.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc45095525e5a8701b378b16c7b6176d11ce04323533a454f31efe686fce08b1 -size 89580 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/BP_Spline_NTube.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/BP_Spline_NTube.uasset deleted file mode 100644 index e1b6cb8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/BP_Spline_NTube.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c15ce806b5fe9b1e41d940091f0d11ed575597f4401ea99d54c005d3512e912 -size 35138 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Material_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Material_002.uasset deleted file mode 100644 index adaa021..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Material_002.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb8bd7e5faddc83d108c0ccc523bebb65e39b20ab158c5e1f0675191ad1a18e7 -size 61800 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Color.uasset deleted file mode 100644 index 4afa4d6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dad596d674cc075c65f0c729e11621c243f1e784ad54dfac4ebc310fa5d127e -size 18848590 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Metalness.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Metalness.uasset deleted file mode 100644 index d3dda15..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Metalness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c25c84d4fbb26b08a8f1de94be895b469940b2e185387a380cd11a2f00d470ff -size 566002 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Roughness.uasset deleted file mode 100644 index 9669746..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdc1ccf27c9bf120abbb4f2384cb8e493a6a3fd44d48233e05f2b86b92bb5177 -size 2131916 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat.uasset deleted file mode 100644 index 8721118..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f1889abadbd7bb33f7167915dbf2bf782796276f9c04a8ca77a3a380e0b1af9 -size 28433 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst.uasset deleted file mode 100644 index 26821b0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c7137a27b5a71aad88b552635c0d29bb370f03c3acc5801cbd3de3bff532ea0 -size 11813 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst1.uasset deleted file mode 100644 index 3fdc612..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:348d25763bffe229bbea533d2f90d0a29ceaa4443cc2139878a4bc4349ef62d0 -size 10907 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/untitled.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/untitled.uasset deleted file mode 100644 index 3715e66..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/untitled.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75e5091975f894ddf26104a88bdfb0094efdb0282802f9ddaae8e557d1cc0a13 -size 62029 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/untitled1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/untitled1.uasset deleted file mode 100644 index 23b0071..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Splines/Tube/untitled1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60aa6dfdcd18a5fbd6ccd627e5d640bd8920163cf34dd748de46d62ac6a9b995 -size 76969 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Floor_400x400.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Floor_400x400.uasset deleted file mode 100644 index c2a34af..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Floor_400x400.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c0ecf0ac0702cc2bd355ec050232a61c49e10f102448efbeb735a51824adef6 -size 14948 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Pillar_50x500.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Pillar_50x500.uasset deleted file mode 100644 index a74124f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Pillar_50x500.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ef6566b8a58d89c7c7de52e4c1723c9ad3e9636fc801766e89757eb98ec3cbb -size 15861 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/SM_AssetPlatform.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/SM_AssetPlatform.uasset deleted file mode 100644 index b6ef400..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/SM_AssetPlatform.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c0f8fbbe377ca3d96f2671c0eb941bb8b3755d2d60b69e71719f8727149bbe1 -size 160364 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_400x200.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_400x200.uasset deleted file mode 100644 index 8df10ff..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_400x200.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05ad5630567f96399a57fec69383564321660e8e32dc2bfe4b206159475b6959 -size 14683 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_400x300.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_400x300.uasset deleted file mode 100644 index e195f24..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_400x300.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f3b60af00eae705effeb499f368c376bb5bdb8620ec9790eceab8f1b6129bb0 -size 13933 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_400x400.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_400x400.uasset deleted file mode 100644 index 1c97beb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_400x400.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71738b34263d8579795bc65719c0ccfe1cf9bd7c8fe64ca02af09bce8b93fb53 -size 14660 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_500x500.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_500x500.uasset deleted file mode 100644 index 75e7f96..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_500x500.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59404b543ab051363ca22f47d8696264c20fb87012e5ffc3d0b370a3a7acbf41 -size 17336 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_Door_400x300.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_Door_400x300.uasset deleted file mode 100644 index 59c6efc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_Door_400x300.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30948daf1661aa95461de492c66d0a8b5a03a607893da56ad03bc7a114b8b62a -size 16508 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_Door_400x400.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_Door_400x400.uasset deleted file mode 100644 index 05fda56..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_Door_400x400.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31cbec41a1f814fb1aed3263b1b50f70f8d465f57934d5acda6004df67ae6a0b -size 16392 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_Window_400x300.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_Window_400x300.uasset deleted file mode 100644 index 15c0eaf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_Window_400x300.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1988d1310934ef357e8a7638ba7cb109d8a151d2a3ea8c0fe8744dfe96fd7d25 -size 17385 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_Window_400x400.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_Window_400x400.uasset deleted file mode 100644 index 5596705..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Architecture/Wall_Window_400x400.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f34a11fa24048a7600f7b87d88d6c12f723fd955fd6c590f38745287e4f5957 -size 17251 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Collapse01.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Collapse01.uasset deleted file mode 100644 index 5e3ff30..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Collapse01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85c827023ee4b466228ec65e92b4b4a0415a106de041ac1c2cab481a2a5dfa8d -size 348532 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Collapse02.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Collapse02.uasset deleted file mode 100644 index f45a091..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Collapse02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5690c3cdc857ea7d3ae21ed1c6a22e82bb15e8bb24b995228af244c2bb4f0d3 -size 346701 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Collapse_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Collapse_Cue.uasset deleted file mode 100644 index 9a5c8f6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Collapse_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c46afc3461a6b10ae352d6372a894b99d4623b4031f86562b3ba2219e78c696 -size 7027 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Explosion01.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Explosion01.uasset deleted file mode 100644 index 5a0119b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Explosion01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16c3e6decfc990f2bc468b309a9652d7eb98d4481fbd26563ff88139052ace5c -size 282440 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Explosion02.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Explosion02.uasset deleted file mode 100644 index dfdedf4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Explosion02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d44ed6a6a3a6dec3a4ec729cc4b5ecd3ac4477ca4c9f32107b357ea02dafcddc -size 289195 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Explosion_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Explosion_Cue.uasset deleted file mode 100644 index 4aa68a0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Explosion_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:237c4b1f4929b27cd48bd3e6124c7e755eafde0278a06a9e94649e91850ae306 -size 8608 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Fire01.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Fire01.uasset deleted file mode 100644 index 67eb428..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Fire01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2a6926e93f33107f58a79edd09d5a4ed06196b797f5fc284efc35fbe2df073d -size 549696 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Fire01_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Fire01_Cue.uasset deleted file mode 100644 index 1920ded..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Fire01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9141ad85afd3b9d4a079c838451e44312609eed077fd76054db7658ab8336011 -size 5108 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Fire_Sparks01.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Fire_Sparks01.uasset deleted file mode 100644 index 8159b34..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Fire_Sparks01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad12649c70f5ef2acd9c19835c59855aaecd4c946260bf6aee182d3fe317d0f2 -size 796274 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset deleted file mode 100644 index a9fadfd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:136f4395b00174cf0508701805e0d0942dae4d0b51e6d41edbe9fb6f1585d6a5 -size 5128 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Light01.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Light01.uasset deleted file mode 100644 index dcb7c70..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Light01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:267cbc3d508a60edd5aaa8efe0d62e0097c9741782a57fab3d63ffda96314586 -size 364532 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Light01_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Light01_Cue.uasset deleted file mode 100644 index 603286b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Light01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:581359bc2f434076b9d7f49183c189f79e3b2e1d0c9fe0d4ea98bf65a1cbc6ce -size 5062 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Light02.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Light02.uasset deleted file mode 100644 index 55b3882..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Light02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4ac34417b5db1bf38044e258066d93415e7439dbfec09465c70eb3b96e9a201 -size 308156 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Light02_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Light02_Cue.uasset deleted file mode 100644 index 5194701..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Light02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:524c54797d826768b73d196e05ec6dbdc13ec01642abbb3f382efaa7c7ae8c31 -size 5062 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Smoke01.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Smoke01.uasset deleted file mode 100644 index 97d92a1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Smoke01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9d9cdaab035abab672f71362fe0710533dac23e0c4b4f7fc0f48fa1dd613758 -size 476002 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Smoke01_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Smoke01_Cue.uasset deleted file mode 100644 index a784397..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Smoke01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2552a5836484abac0b1db3c59b5bd5f551027dc7bf48299da775517346a9bc49 -size 5086 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Background_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Background_Cue.uasset deleted file mode 100644 index a2828b5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Background_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29d4f7ef45f3382114a8919b884e60a50f5321d1e1b49c67cb983e3d90780ba8 -size 10530 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Birds01.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Birds01.uasset deleted file mode 100644 index 48fe853..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Birds01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e17fb5652999970bbd06344540cdfd616331a382da43a82de082374883bdc84e -size 2689459 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Music01.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Music01.uasset deleted file mode 100644 index 9034d40..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Music01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7eb074ff2fea1ac87017ca6638cb140b26ec60733878503ea2c618d726a780c -size 8445372 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Music_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Music_Cue.uasset deleted file mode 100644 index 3c69cde..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Music_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b5d722ce94daa4cd5da1babd8492dbd37547c347a54d0719d230d3c88b7c008 -size 4418 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Wind05.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Wind05.uasset deleted file mode 100644 index 5b51a8b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Wind05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57ff816d0d35668e42096d85b2beabd89d6a87751f4f2c4ab030f4ee32b64ce7 -size 2312702 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Wind06.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Wind06.uasset deleted file mode 100644 index 13d7d30..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Starter_Wind06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:517dad0128fbc9bf1acc611065a47892ff48f23e68fdde1d37d84cecb8dc0c7f -size 2195539 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Steam01.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Steam01.uasset deleted file mode 100644 index 96b5845..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Steam01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaf02809b4d2541d2f851691f852afe55587710645207cea7bf01e0b8418473f -size 819028 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Steam01_Cue.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Steam01_Cue.uasset deleted file mode 100644 index 7e92b2f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Audio/Steam01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c4963e746f688379044cbc29483e28f4f7cb0b18addad95102886f452f80a1e -size 5115 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset deleted file mode 100644 index 4b7f0d2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c04c6cdec2455c8b6fa4c0dafd4a572d4003eacba85b923de671eece901238f6 -size 1858 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset deleted file mode 100644 index 49b49d4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21b7d8fa958eaa3e8324f3a762cd445877c7bbdc3b5a8eb2b2d6d858cb276c52 -size 10372 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset deleted file mode 100644 index bae5b52..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da01afa9d1cc164ac85b7a3d8329ee509485b29886e37a1288f84777e24ae85b -size 5250 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset deleted file mode 100644 index d5828c0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b2b575f499de972bf4f97524adba121cc8c8c903abdb844e0a677477489d22b -size 13553 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset deleted file mode 100644 index c213dea..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fdf80a5102d6178944912fb4b2a242a96e3368baa3f8a0c1be38a94ae2d6e30 -size 15870 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset deleted file mode 100644 index 6218325..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6cc69849eb29034f71b88b8c3765ae353efb3c1f3e51a3f6117631529b24d52 -size 190020 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/Skybox.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/Skybox.uasset deleted file mode 100644 index 2e67e29..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/Skybox.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c4555ecd203a7c2993d604fce22f6526b56ce59b39b6c069a1e3cdd5a456cdc -size 209212 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset deleted file mode 100644 index dc478e6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83865c6b24e80dc62f792fdfbdb63abca1be425b02b3164cbf1f2eecb8afb786 -size 5128 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/BP_LightStudio.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/BP_LightStudio.uasset deleted file mode 100644 index 2ea4332..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/BP_LightStudio.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33349930c4785a2bcd4f90e8c4e13df4ea6e29e33a1a8e5c8f576e0bf6a6663f -size 646714 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset deleted file mode 100644 index c5c3b84..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a60a29ad596546d481e43dfb8698842a78cc07f4a4b1000fa397cfba4e72331 -size 158206 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset deleted file mode 100644 index 4269e35..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcd9abdc6a00b26e0721b48a0bb06e3100c4c1ac407fcc3e4141225572d56cc2 -size 16095 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset deleted file mode 100644 index 97e76f4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dad0a791b92c961cde738111acefeab728b3b4e61589d133144b5a1c84b3a6fc -size 16096 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset deleted file mode 100644 index ca8a053..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad60f189780f8ae94abd489b48cbd5de03a539e118a842c78585a174a09280eb -size 16117 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset deleted file mode 100644 index d1cd7fc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b80b6d88fabd6b817e73b3b1da4b33def861812ea41b1971154f34c8f8420658 -size 14539 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset deleted file mode 100644 index a2ee9aa..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ae4ddbe5ac59963ae5a3177f417bb812d01be33076308bb1bd352a934149c38 -size 16133 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset deleted file mode 100644 index d4c7b4e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c6ae820b88cfa7250fa16726c0dedcb150760c0e0b7c824993b01e152751607 -size 158241 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset deleted file mode 100644 index a163893..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3dface68fe0e9dbbae0a3b845d8c91787f0c4406dd8593204091d5624dc74f90 -size 66790718 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Maps/Advanced_Lighting.umap b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Maps/Advanced_Lighting.umap deleted file mode 100644 index ec8eff1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Maps/Advanced_Lighting.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:285c67c63d3781fa401267302d4f816a94002efae742b159faad04fe80348c9b -size 44639 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Maps/Minimal_Default.umap b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Maps/Minimal_Default.umap deleted file mode 100644 index 408bd0e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Maps/Minimal_Default.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c87a71281a8741750325d976997db07632f5ded7c5e260ad22f0ebf5a6d28505 -size 54552 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Maps/StarterMap.umap b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Maps/StarterMap.umap deleted file mode 100644 index 8f9648f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Maps/StarterMap.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bab654e54121851309a61daffde31c03b7216556cc27169f5905e28de78d0e35 -size 395548 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_AssetPlatform.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_AssetPlatform.uasset deleted file mode 100644 index 9cffede..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_AssetPlatform.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cbe10edc23286ddb3d2dd176d410aa8cb134b9cd7ba08e0c565c7ef764d335a -size 8824 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Basic_Floor.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Basic_Floor.uasset deleted file mode 100644 index 07401c9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Basic_Floor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38e9963796183aa39c6cd4219fe60403740c902dadd223b96e37158f5b8e07f8 -size 9515 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Basic_Wall.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Basic_Wall.uasset deleted file mode 100644 index 8180e21..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Basic_Wall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d98628a1928336e234cf6b0c1b65a394bc7b6ba7b8ced62bc2fb9e029b45c0b -size 8910 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset deleted file mode 100644 index 14c4569..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71a2e69e0398d164f1102135139e33310e0818cd3adbc8ae1b22f180c4206c55 -size 22893 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Clay_New.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Clay_New.uasset deleted file mode 100644 index 0dc4a46..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Clay_New.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94593f357a232f51687df14189072afeee85164e3ce42dfe65b402f80d63561c -size 26366 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset deleted file mode 100644 index 0d955cf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7ff7197aa1809106da243f9d8bd22fb0e1305ca2f67d934ac3fcea7629861c1 -size 34264 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset deleted file mode 100644 index 07408d2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5931125b271156e0f931ee93de70fd48b4408467b9deb868f9fcb903972943c3 -size 33809 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset deleted file mode 100644 index 3150c05..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60200347bddea342b9e489b8642f8fafef462b6a36a87fe8e5cb4091e3647162 -size 26468 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset deleted file mode 100644 index 219b01e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:508d56703e09a7dc8bdd308eb1ac523a391a4be5373f3ee98ee7a4ecda979234 -size 26818 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset deleted file mode 100644 index 7485ad0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b581105dc4109a3688351d8c4a71a5df9b4d3f142d54c8f405e4395fa9e25d51 -size 25680 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset deleted file mode 100644 index 2fabccc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35a3c495a0160ba64b0a312c64c744452ebd7c5d4a5a2320792ffc1636137462 -size 108929 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset deleted file mode 100644 index 5cb2bf4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47689b5ede44d19cd095d31e9dfbb9eb444ffc04bb0fc5e4ad2c73c51628b6f7 -size 117888 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset deleted file mode 100644 index 0ebcc43..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d57780881466f2243edf382d5be4378852e02b68847565c45462ffdf7765588 -size 9385 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_Grime.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_Grime.uasset deleted file mode 100644 index 4d6c696..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_Grime.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95e4252dc15dbc22432a756fd77a66a1ba8e4acf4fe112469530ff75b6b855bb -size 36137 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_Panels.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_Panels.uasset deleted file mode 100644 index 5645f01..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_Panels.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edbb25f1df295f3d81ca5daff4d1fa14abc599e2f56252fcdeacd96a27114651 -size 32155 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_Poured.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_Poured.uasset deleted file mode 100644 index 604f867..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_Poured.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69d453cc3372ddb78381716e4eafa298a39c10564cd6bf4ce6f269f8d5c5001e -size 30606 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_Tiles.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_Tiles.uasset deleted file mode 100644 index f616c4f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_Tiles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:409815ab89d05e92ee115c677f210e72f09c9eb3b7ff3a42bcda77059def5afd -size 32196 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_TilesWorldAligned.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_TilesWorldAligned.uasset deleted file mode 100644 index 82b60e6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Concrete_TilesWorldAligned.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ff9ddaea47acbd3558829ba08e035feb3daeca2113774dd1781c1a5bddd47c1 -size 38107 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Glass.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Glass.uasset deleted file mode 100644 index e52df69..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Glass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2b9f8dbc501536bcf1725e58187b15f24dd0ca7c47eecbd963d77ecb5226c8e -size 13502 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Ground_Grass.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Ground_Grass.uasset deleted file mode 100644 index d6b21bc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Ground_Grass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d44f22d05be5c7aa2286979bddd4c98ef7f22a5950ce101f673a03d85eb4e8cd -size 38110 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Ground_Gravel.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Ground_Gravel.uasset deleted file mode 100644 index 3384221..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Ground_Gravel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07b4f6e7eb26e5e474181b534461bd2e06bb4837d3ce943d6d180a6bef018d24 -size 31861 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Ground_Moss.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Ground_Moss.uasset deleted file mode 100644 index 8039767..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Ground_Moss.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08be31e96cd9ab8983dd2330353bff3a48835d41f331e912515b5071e93d4caa -size 37696 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset deleted file mode 100644 index 919edd6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ef7f067abc9a0d9e9d5093b8bd777bf549453c1ef50b2e89935a21d89ba08e3 -size 17036 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset deleted file mode 100644 index c51d39d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffe4c1b8afb6b84a011fa000d874b78bc4e78ec66d3bf00b20a279c6ca37967e -size 22803 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Chrome.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Chrome.uasset deleted file mode 100644 index beb7abe..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Chrome.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f6e1363960ae18a6406f76bf39787d453d5a705f012726c5d0a20ef38c84bd0 -size 17008 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Copper.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Copper.uasset deleted file mode 100644 index 661bef6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Copper.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d0bc6b599b4a0744bd6f3f388983cef577239546b956d1e0e0e1395061ae0ad -size 21999 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Gold.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Gold.uasset deleted file mode 100644 index 5c96059..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Gold.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a616be2be9912db10fc0a1263fc0468ab2b4d520e69a3f4e10d82de84f390825 -size 22232 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Rust.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Rust.uasset deleted file mode 100644 index 74afde3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Rust.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da8fcb44b3ba9b64dff8fb7da2b48201ffcebf4fd4b3fd84d16d45c0fb705a87 -size 24149 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Steel.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Steel.uasset deleted file mode 100644 index 7b19500..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Metal_Steel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1c84656ac5d9301a55b7c48fe1c6607bdaf57db1f3f3a2f90a13965e3e8e88e -size 23634 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Rock_Basalt.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Rock_Basalt.uasset deleted file mode 100644 index 48e574d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Rock_Basalt.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2356c40885bc0674e975505f07ab8a01f43e98ec099667bbd67d58c1cabfc6a9 -size 40498 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset deleted file mode 100644 index 63bbea1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f09428e5aacb9b2ba948c0845b765315e776cee4c6d00872fd99725896efd46 -size 34113 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Rock_Sandstone.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Rock_Sandstone.uasset deleted file mode 100644 index f19b524..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Rock_Sandstone.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3206845341fd89bf1e51a23599d504eea53ea289f6e066df32def3a603095bb3 -size 36603 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Rock_Slate.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Rock_Slate.uasset deleted file mode 100644 index 28b5225..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Rock_Slate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4e74dd3dc691ecf669006b8084181297040396881a33090f12f6ee81db44035 -size 38163 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset deleted file mode 100644 index 03651bf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff1183cab4442a5fa1c47d55c734edf08a77ca34fd786f1f96aebf9b51a3f941 -size 26338 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset deleted file mode 100644 index a5204a6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:620426859edd8dbbbfac831c7f1dcd6a5038ebf6df527aec80883a4758c273d0 -size 27325 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset deleted file mode 100644 index 8757f2d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27a5b0fab4f9af5c6a0aa9950f44068194d41176e15142833e2cc994d2b48ebb -size 25902 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Tech_Panel.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Tech_Panel.uasset deleted file mode 100644 index e3d57d6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Tech_Panel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:479286a2b64dc7d6fecd43f82f2819657ced6d938061f77503946582a01d3300 -size 25957 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Water_Lake.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Water_Lake.uasset deleted file mode 100644 index 662a11e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Water_Lake.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69e6c50e3714db9a3e64abfdee4294ded227aea1629dc3167b08c171996bef45 -size 32687 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Water_Ocean.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Water_Ocean.uasset deleted file mode 100644 index 1d82bcf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Water_Ocean.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a95baf816b67cfb63343cb7c80c89308619f03a7c2dd48a0f5b20b7cc9212166 -size 35894 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset deleted file mode 100644 index 9850ec3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dcb981b3f68f6d9594003af8cbd2b5449ceaf116399230e46781ea45dd02a2b -size 22926 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset deleted file mode 100644 index 93e56c5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c8cf6b2fa1a56a04df5d66950e31f154d7bf615c0c4e4c6f6a867bdff52c750 -size 23528 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Oak.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Oak.uasset deleted file mode 100644 index de1747e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Oak.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dad76cd1109c8b4a3594e23dd83351170764980c3ccfe57859a3a2f60fef5cdd -size 23499 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Pine.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Pine.uasset deleted file mode 100644 index eafee70..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Pine.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b12c6d7285dd95b1c5669e07fc665f8859a17ee78c51f139170726848c06ee67 -size 31142 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Walnut.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Walnut.uasset deleted file mode 100644 index 2e92619..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Materials/M_Wood_Walnut.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8491e0b8978a41999e0f4fc6520cab088fcbe6ddf8b51655f34753aa45234c66 -size 20495 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Burst.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Burst.uasset deleted file mode 100644 index 8b6ae42..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Burst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19bf8a8995e63597472be08617fc5c11494c214561d92ba58cc866bbd3fc9258 -size 15675 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset deleted file mode 100644 index 6a1195e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e054c7225139c4ed10e8695158b930b64c97deabca1f3c8160b382d40b082e94 -size 8718 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset deleted file mode 100644 index 20bce43..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c354f936265a8af7e8be784f38742943669fd17f128d163339565680962b31f -size 19541 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset deleted file mode 100644 index ffb5899..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90e749c0af988f6f35a783853dd5f29a2556a1c6844187c6faa7175f8beac337 -size 13877 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset deleted file mode 100644 index 96f3272..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:969f0add70f571adb7e14da5ca542a15955166103efd54168a5e248826564781 -size 10357 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Spark.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Spark.uasset deleted file mode 100644 index 1754977..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_Spark.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4d87a9647f2c232d84745d5c6379f3ad1d6dd2f11310af74f48c20c981d2cd5 -size 9786 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset deleted file mode 100644 index a09186a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:137d164ab8e2ae79e3345d7ee75e4052857726c824617cf08276a9edeebf0e95 -size 12568 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset deleted file mode 100644 index bc957b9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:880794e3875c4394f93e280b35524a677e72a5a1edb06b03c8a0ae9efc2b51a6 -size 10366 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset deleted file mode 100644 index 29506ef..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dbf2d29f4c50de40b74aef19e9a39a86891b9b617f971ea0136f90a6e4420ec -size 16561 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/m_flare_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/m_flare_01.uasset deleted file mode 100644 index 4b49de3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/Materials/m_flare_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57377e5d237609372f0837407d7c9f35a5ba00bf81aa049102d699105af8a025 -size 14010 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Ambient_Dust.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Ambient_Dust.uasset deleted file mode 100644 index bf2e439..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Ambient_Dust.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01ef616c7a8bd90cd1b7a13efb18a56f33346efbae51efa31f09804478b7621d -size 43456 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Explosion.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Explosion.uasset deleted file mode 100644 index d3796ba..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Explosion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f21bbb2c9d69226415dd25268ce3c3f74af71981018c537d0080ec7df5d32309 -size 280221 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Fire.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Fire.uasset deleted file mode 100644 index 38533cc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Fire.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2d1cb2ba9933d298c62788996e50a3015632eff8908f08ec28d85fe116cc073 -size 259431 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Smoke.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Smoke.uasset deleted file mode 100644 index b1b00f9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Smoke.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e66c5b6ed61896f44a837c0c88ac7cdd6ed16e7bdc9e0ded78e0742e83c4d60e -size 65670 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Sparks.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Sparks.uasset deleted file mode 100644 index 061ebce..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Sparks.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ae32a7cc9882bcb982df7db98dac68bbe0db2bf08c40f49fcd85c8e1407d415 -size 171805 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Steam_Lit.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Steam_Lit.uasset deleted file mode 100644 index 7f3b1e0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Particles/P_Steam_Lit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:018c1d52865cea019dd1607b284acc89e0363c2e832d16e0d3f9e1164d337494 -size 117332 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/MaterialSphere.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/MaterialSphere.uasset deleted file mode 100644 index 56bddfc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/MaterialSphere.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a8777c01491888bba9f40eda9d2bed76a611f0e80f75917501ce69c1a321342 -size 47333 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Bush.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Bush.uasset deleted file mode 100644 index 152e540..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Bush.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85a4a6e7aa928fa57dd41b42f64a267793a41a01d17a5789eafe2ccf0d27ba20 -size 16429 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Chair.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Chair.uasset deleted file mode 100644 index 800b7f8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Chair.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a7f31c580095e67771be87cdadc420847f26d71118fb75d31e5946a8366253d -size 17834 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Door.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Door.uasset deleted file mode 100644 index 270fab8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Door.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5f9b85b032dd4c49bbfec94ad295ed70c530f2d193c0b7c02fdcc597536f772 -size 21015 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Frame.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Frame.uasset deleted file mode 100644 index 2a6f32f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Frame.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2790b944cee372200c299d4fad42fe31bf16a54233aa26700ef5be8a109f4e8 -size 13268 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Lamp.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Lamp.uasset deleted file mode 100644 index f1eeabe..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Lamp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d37cb1a4137fa7ee0b3782d5d0f4c4968d2982d3d37a79d4d124bfc9d5a644c6 -size 21945 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Rock.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Rock.uasset deleted file mode 100644 index f76ba83..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Rock.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a2a237cfc23c8d44bb96b71cca8fe3f2da4bcf37bf03c4890cb1788e2ea3dd3 -size 22583 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Shelf.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Shelf.uasset deleted file mode 100644 index 11fbc3b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Shelf.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3a633e42f4a149f8846cda390b26211dc51bc1dbff29f17269679ef6fb15708 -size 14571 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Statue.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Statue.uasset deleted file mode 100644 index b93e6f5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_Statue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19507688a5451c6958f24e9ef4aaf9617dd2523306925e6b4240540e906c5cbf -size 16585 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_StatueGlass.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_StatueGlass.uasset deleted file mode 100644 index a4a342e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_StatueGlass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e8269b7fc68d891c81f7600452dc8336cc193c2013d5441a9772c85d0b4eece -size 19243 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_TableRound.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_TableRound.uasset deleted file mode 100644 index 572996b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/Materials/M_TableRound.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80511b0e6fb4265c716167e0032c7a4578881f93084caa6647f5c299ba199e36 -size 16288 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Bush.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Bush.uasset deleted file mode 100644 index 883ca53..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Bush.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d590cc11d0237d03c8eaef929c412e9bf79b92532b8b84de91d0aa95cd82f34 -size 66229 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Chair.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Chair.uasset deleted file mode 100644 index 4e6aa98..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Chair.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6330daf603205c63a66ae7ccba450a28edf5c7001cc572c407e6bc471cc1582 -size 99160 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_CornerFrame.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_CornerFrame.uasset deleted file mode 100644 index 8cb6f39..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_CornerFrame.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0f3c6f7d31d9adcb610643bce0424dc087e3319e725367af568779d4deab5a1 -size 38228 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Couch.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Couch.uasset deleted file mode 100644 index f2ac558..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Couch.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c5d0dc6306a79e974b23102451801c80cd3108d9a6fca175e5084d6488c74c9 -size 108540 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Door.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Door.uasset deleted file mode 100644 index 9495967..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Door.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b72cc7534989fca4045a1d2ef743d929d8c001ac4450d2027c30d18b38628348 -size 63947 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_DoorFrame.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_DoorFrame.uasset deleted file mode 100644 index 33b635c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_DoorFrame.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44589f94b37599863cbac38e4dec7c4717fed858a7af56958bc7f20bbd59b035 -size 23125 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_GlassWindow.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_GlassWindow.uasset deleted file mode 100644 index 5d56628..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_GlassWindow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:006ac3da047529479d0af8768be4d9bc85f81f0f88d48a8a952eebde69b4b10f -size 36547 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset deleted file mode 100644 index e4d57ce..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c2bddbd1708467c5e926d34497d42a8c777b679310ceadbaba8040b88e02382 -size 113036 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Lamp_Wall.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Lamp_Wall.uasset deleted file mode 100644 index e200d4b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Lamp_Wall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b9716ccfb79da747e76090223e4767c7df90a95f8c9e742335477d577a8342d -size 60277 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_PillarFrame.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_PillarFrame.uasset deleted file mode 100644 index d627cac..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_PillarFrame.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c321f6bc2d7980ffc49a68d59d06e890154323aafc9b51828a08c02d18c03b7b -size 43484 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_PillarFrame300.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_PillarFrame300.uasset deleted file mode 100644 index 1e6e260..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_PillarFrame300.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbd6ff279f4666fca756ce3247fab616c6476871639bfd6f54039e24e90c2f4a -size 44444 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Rock.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Rock.uasset deleted file mode 100644 index 5d81020..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Rock.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b469ad02dfe591fc1024c356598344afeb9c2c10c0dfce44f86057b76b39cce5 -size 71152 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Shelf.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Shelf.uasset deleted file mode 100644 index 06533ac..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Shelf.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31f0effa39ebff7ff69958023b6462cf5541d619b924f932701163b2fb306a6e -size 46806 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Stairs.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Stairs.uasset deleted file mode 100644 index 271ce20..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Stairs.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edbf2ae1f1df84510fdd2cb6fd6fdd0e3572bc7cedef8c316618a147e9ebcfc3 -size 27358 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Statue.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Statue.uasset deleted file mode 100644 index f16fd8b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_Statue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91f1f18aa4bf9483b857271161824a212acf76615e825b80d42ff623ae39b2fc -size 191942 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_TableRound.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_TableRound.uasset deleted file mode 100644 index f90ae6e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_TableRound.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff5d2b89bc0361b3b401d747fe0a365642db5a361f7940620791c73a9d2d1515 -size 242868 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_WindowFrame.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_WindowFrame.uasset deleted file mode 100644 index ca23fab..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Props/SM_WindowFrame.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0339ea48549fc000cd25679a2aa17bb34333b161c3d05ffa58ca33179f21d7a3 -size 25448 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Cone.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Cone.uasset deleted file mode 100644 index 6cd3c0a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Cone.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4358682c6f6bff5ae3dd11bf13f31155b5aa74774647ffa4029f979e3bfc659 -size 27018 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Cube.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Cube.uasset deleted file mode 100644 index 29e694f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Cube.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18e5e66d74e5bfeff80dd0cd93dee475ab35d0cc384262ab640109a3dd188dac -size 16145 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Cylinder.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Cylinder.uasset deleted file mode 100644 index c814b02..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Cylinder.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8846205c866a82d9abfeb84b35d1f82e4e71e72df65337ea2e738455c4902f19 -size 31341 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset deleted file mode 100644 index fda653e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59bbaddb435bd43505fb8b6051b119e844e6d575185f177411837700609deead -size 47855 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Pipe.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Pipe.uasset deleted file mode 100644 index 883aa14..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Pipe.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4a531ca154269866bb4a23b25e455de9215eea38d8afe5bfb2cc801f88a54be -size 26253 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Pipe_180.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Pipe_180.uasset deleted file mode 100644 index ea19046..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Pipe_180.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ed0652b8fed0405700dd6635ebb6d52902d4c3444bec19c3404ef3124a71d6c -size 85759 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Pipe_90.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Pipe_90.uasset deleted file mode 100644 index 511b037..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Pipe_90.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36a4e17228e6f85fe4600a88ea6bb2939737671a8cba62e45c0a285e8b60a185 -size 59989 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Plane.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Plane.uasset deleted file mode 100644 index c37e7c4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Plane.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc27b5ffb949957289c59122b26b55464ac2cab8013dfa8d9b01cc6ef1781935 -size 16473 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset deleted file mode 100644 index 10464e5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2b5549375a2425fba0127c8f2efc85d400a781009c7124a99ca2b9b214ebfd0 -size 16296 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Sphere.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Sphere.uasset deleted file mode 100644 index 1801574..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Sphere.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9441fb1037a41686be1ccc4f8e45a25f4f7126a16e831ff4b587820d48059543 -size 37887 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Torus.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Torus.uasset deleted file mode 100644 index 651f88a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Torus.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9842e266d0bbeca032e107bdb4b809cbb0f043b12527fdad3dc690b43de5d95f -size 70998 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_TriPyramid.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_TriPyramid.uasset deleted file mode 100644 index 9b4b0b8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_TriPyramid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29481245fedbf1fbf6d37a7b49f064119fa9b61b8cde0f8a71634f3695fde42a -size 16154 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Trim.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Trim.uasset deleted file mode 100644 index 21b93aa..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Trim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d9ae1dad00a411a316ada5f41d16fe0491a299a4981e010fbc0a33d4fdc2bd8 -size 20918 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset deleted file mode 100644 index 8bc7d55..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98f0162abad4d75bb1794e7a1f11cac718637459a7d0d0600a63abe652ddcb16 -size 30650 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset deleted file mode 100644 index 3742d00..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd2e1073a23e135dce25c377ee94ef017f0626cadb665bcd762757dc59fa47fc -size 31102 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Tube.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Tube.uasset deleted file mode 100644 index e124cb8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Tube.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fec9fc112a4fb0eea12c8d6d6a08e869ecf0401fa1c903b35cb956615060c839 -size 41303 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Wedge_A.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Wedge_A.uasset deleted file mode 100644 index e729d86..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Wedge_A.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78daa6706b75d7cdb8d0b20bfced79f634ad87f017496b8edb077ff9b71ceb81 -size 16633 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Wedge_B.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Wedge_B.uasset deleted file mode 100644 index 63b5e93..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_Wedge_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec1df8e160b090074b21098ea608b8191482368c23683ae4f599331105285188 -size 16760 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_WideCapsule.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_WideCapsule.uasset deleted file mode 100644 index ba744a9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Shapes/Shape_WideCapsule.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11308fae1e1d7835780372aada5fb86c8eae88bc8b757af7f7e4a082e0c5b5b6 -size 42421 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset deleted file mode 100644 index 51d2802..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7fd6c18ebbb8d8b97f5fcfa6fa33a7409ae841f1bbb3350c09631718ac9a886 -size 7591336 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset deleted file mode 100644 index 71ff220..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:337b0f23251965e1b3ae95e1e5defa1be387ed9fa12f7e8b27929897ccd6f8d7 -size 8291521 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset deleted file mode 100644 index 452fd92..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0da0eb1e0c83fcb8b65fa8310e7bfc4dd31be7087d42545091129d7fa8baa7c -size 7530431 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset deleted file mode 100644 index 27ecdf9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d49f52bd21c9400139010b6918a2b8bff1c12aba2b2040be66394aeaa3db8cd4 -size 5993577 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset deleted file mode 100644 index 465c25d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6ee66163a117e18a55e3014fb188c5295618d17b68a2db98b6fcfefed2f0704 -size 9129111 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset deleted file mode 100644 index 29fcc08..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75dfb02a6aa4aba8ab593d5c428dd91b2c4ce6b130737ca027df872a9c7644cb -size 7801784 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset deleted file mode 100644 index 0309878..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5833d1ff5e20eae43c8fe2e6f043dd494fcae47d295bb7d480f1c9dff6e44acc -size 11372796 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset deleted file mode 100644 index fbac302..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e35cc57e8471e856d725d2df968a4ca4dbe8404979136dfe30ba8502f329d851 -size 7761834 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset deleted file mode 100644 index 3f92d6c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:680c9eb5f07808e05325b17354618628d1d156b5e00a9d041729a9a157d5e1fc -size 13302492 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset deleted file mode 100644 index 08d46f1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:053fd7df91ed5f90629c24833503f42d688d7e1d7072f6c9cfcaaa505e314307 -size 6646267 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset deleted file mode 100644 index 1d9e119..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b41c37360bbd4100366f9f70337f0045b29bfc3a35eb7325e90d03fd8c184e1 -size 7376796 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset deleted file mode 100644 index f75a9bf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69428e6a424a1a0524052e50b7266b73b89eb0b35a307d111b1e0b594f23d32b -size 6771724 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset deleted file mode 100644 index 4595078..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:724271213b0fced0a2fa2ae812f070fedd592add2a63ead98804471a9dbeaa95 -size 8948214 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Burst_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Burst_M.uasset deleted file mode 100644 index 3acb768..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Burst_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90ac59f9d0d57613887da39523e07557689038fb455dd4e934ea98bf5199f382 -size 123288 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Bush_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Bush_D.uasset deleted file mode 100644 index 8437d31..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Bush_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b938fcd6fa2f33f011994454e945c2029114e977a44b834df5e07e603586257 -size 481332 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Bush_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Bush_N.uasset deleted file mode 100644 index cd99430..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Bush_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44359d480f07e2ff25fc1dea4d65250737afa4d73395c882c4ec0d642ab0b8c3 -size 351932 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset deleted file mode 100644 index f9bf48c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fa96b66150d87ec4a54bcccb5946a1421278a04f720272de945980e499d19b9 -size 275476 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset deleted file mode 100644 index 55f8e53..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9e9cb0ac4766d1b050edcbb7f6ec15a7354a10b8df13c1547121a2e45fd19fb -size 233782 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Chair_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Chair_M.uasset deleted file mode 100644 index ef6bedb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Chair_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6486c196f80542ef1dd9b058f0ca1de9a05be34f1cc13ef2d4e379726488c13e -size 539588 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Chair_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Chair_N.uasset deleted file mode 100644 index d6e200b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Chair_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62ca4539f06c12c4ffcfb2d3e3d059c8d9379ce6a7b9c388d8c3084b47516c90 -size 1922495 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Checker_Noise_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Checker_Noise_M.uasset deleted file mode 100644 index 1694883..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Checker_Noise_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89ad0bbce973bfb000760bc7e5d5af5c968970a2f4ff838b4997251d7322197e -size 134687 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset deleted file mode 100644 index 7ac1beb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f6258c8fc41deaf078df6780ba05ca0d82eee09912233202ac160810703e52a -size 11730856 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset deleted file mode 100644 index 7439177..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83f100e71981f39cda279f585ff6eaa4fe880d309d87f09fcef3bc55c37ff63c -size 1274336 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset deleted file mode 100644 index c6866a7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aff439802109893e1c0af4cd492033b54d6ff20441d049c3f99bb0244ef5d0ea -size 11790577 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset deleted file mode 100644 index d7725e3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46a663f5677bff0dafcad922400335269de036b93cf483724247926a57ee5074 -size 2888502 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset deleted file mode 100644 index 07b0a3a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e64b707962b97c42ac2cd37fe14013d87a07e48afe67b1495c24c59270c5914 -size 2617708 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset deleted file mode 100644 index 4108c83..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69a12473b1cd94e0c0d3702f1abd58f0423393304e72a0265c77ff3ad0993ee5 -size 6532491 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset deleted file mode 100644 index 1bb9638..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adbd4fcd12e92334148416cebbee9938c5f89cde1e2e139f8f6e476172191206 -size 5705923 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset deleted file mode 100644 index c64132a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5af71f25f0d2b429a300808fc1836652cb1fce9795cca2f64a3ca2fde85fc2d -size 8796793 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset deleted file mode 100644 index a7d3fab..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6798aac85a9a686c6a6c5fc956b6f76346eba6fc2200b4f4227e0ea9b0e98375 -size 10650746 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset deleted file mode 100644 index 83f39ed..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6cc1e1e3803791f92ed99c9807f6165063e2b0bf2075c3f4821437dd5246a38 -size 8441488 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset deleted file mode 100644 index 57687e0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a2d2573425bd7177b4dee1e91d1ff1ae03983db9b87685711582b73eb7ef9f1 -size 6547780 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset deleted file mode 100644 index 30faa70..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38af0336aa522c5835aae766d54ce2596793164421b90a67d56098798e7c4219 -size 11585076 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset deleted file mode 100644 index 0360614..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2855eccdb5ec7106250e1e38eb0f68789a140cd6c1a80325104e937e37d48681 -size 7435085 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset deleted file mode 100644 index 4c74361..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:356e28b941e40f27de4745ceb135a97c95313884695140f340853c7911ccf9fd -size 4929050 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset deleted file mode 100644 index 29ddf1e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d0a4ab623474c06c2787b76d25c66b32d8aa587cc9d99c7d2306b0f65b6a702 -size 5740835 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset deleted file mode 100644 index 6f9f7dd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d127d14c8bb438abc79b00417f3fa032baa55949f34c410d3fedd84d6919eec -size 6602390 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset deleted file mode 100644 index fac4da1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f126bec6a6c1e52c3c26d9f57250487f641a89f1558d112b0dacb64c1eda97e -size 6521 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset deleted file mode 100644 index 5932182..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c677deccbe0ad92b089a28e63da2c50f5354861ff189fb465cbfb45b1fafcda6 -size 2798883 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Door_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Door_M.uasset deleted file mode 100644 index ccca748..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Door_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1816807e795ab36ad16b0fc6d2ceb8c94badae605ebf77000bab1bc1006ac08e -size 555613 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Door_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Door_N.uasset deleted file mode 100644 index 4d63741..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Door_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c47b017bffcd8cd11f09d4a19b378c365e053d17ead804c39e3e0eb35dcc73a2 -size 1074435 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Dust_Particle_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Dust_Particle_D.uasset deleted file mode 100644 index 7bf767b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Dust_Particle_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:172fa478144c2b0b4d20df5a10bea4a97641c686b9f49da05aea7b4669698806 -size 20548 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Explosion_SubUV.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Explosion_SubUV.uasset deleted file mode 100644 index 3c022dc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Explosion_SubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54bd4308cd9195c1c4c177d9a57875bd73c73b5f27843421ce25f6d82c7be76b -size 2957540 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Fire_SubUV.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Fire_SubUV.uasset deleted file mode 100644 index 98ea6ae..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Fire_SubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1fc6355dce68750de251fdd42dfeaaca4514945bad3d6141da2937ae24e94f1 -size 495113 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset deleted file mode 100644 index 468da16..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:785975fbfa81ef0e0c94e97e2f941d5df7b74682e8cd0cb38f1764dd3db8be90 -size 500022 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Frame_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Frame_M.uasset deleted file mode 100644 index a42e91f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Frame_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d046c8b25245f637ea4e087f01b4d40a58a210678de303f67c07ee55abd476d5 -size 534405 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Frame_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Frame_N.uasset deleted file mode 100644 index a1e9af0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Frame_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34f0830b05503a3ba496d56546a0140425f8e8ecaab371e8213492d4defd5c68 -size 1246201 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Gradinet_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Gradinet_01.uasset deleted file mode 100644 index c1b5485..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Gradinet_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9347fa6dd73d59f53fb39c454d19821a7a22e6879bb56018a3859777a497f870 -size 7415 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Grass_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Grass_D.uasset deleted file mode 100644 index b27e9cd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Grass_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47ba5414c8da7999dafb37e9c76bd0eceab97f394bea6f5c5adca5832adcd342 -size 11963236 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Grass_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Grass_N.uasset deleted file mode 100644 index 40b4f8d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Grass_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19c42ca6b12658235c152998fceeb207b9a1119611ff1ef7f85cc4cc431d37f2 -size 11592596 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset deleted file mode 100644 index 7a5aa75..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adf23999b628f5ae55a1635ce63e09924f23df5822955e86b3e1f0bfc49704ba -size 10606442 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset deleted file mode 100644 index 31f6229..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94c35e1a2d16fa2fced8f966f061c08aa7a62c3ca41a5264e5e079eacc74e4c8 -size 7370852 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Moss_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Moss_N.uasset deleted file mode 100644 index 14686fe..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Ground_Moss_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18deaa6e9634beafecc3e2f7ccf16477bde02e2a3b488ecdccfe4ff3fc50dce1 -size 8341278 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Lamp_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Lamp_M.uasset deleted file mode 100644 index 786ceb2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Lamp_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4a3a2b018a4fd96b7e934dc3c73d055f6f182bf3c15798b5a1b188b631c4082 -size 753129 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Lamp_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Lamp_N.uasset deleted file mode 100644 index da95204..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Lamp_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61c55d75f215dae417ca438690e79f77badc612e2a5912a1abd7cb3368eb6fd2 -size 2059569 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_MacroVariation.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_MacroVariation.uasset deleted file mode 100644 index ec7086e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_MacroVariation.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eeb1fb942acf8721eb4678223e160fd35668c507355fce4132f334c6284a7342 -size 10744761 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset deleted file mode 100644 index 3c11d7f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a6f5743eecc990c80391163b7fd93629d338a3a3a7c4a646988bd4612edca9d -size 9683327 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Copper_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Copper_D.uasset deleted file mode 100644 index 22358dd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Copper_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f75f9fb29212ef71bc5ca3c710cf5d2cb5672697ed45f0c004d33a078ea9177 -size 8806136 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Gold_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Gold_D.uasset deleted file mode 100644 index 881ff7a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Gold_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bde39c57011fb1d814710d58cd475f2c6249ebeb68bbb2d2e13f2bd349ed9692 -size 8787638 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Gold_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Gold_N.uasset deleted file mode 100644 index 6c7a61d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Gold_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd6500c67b3f17aa699bb6cb4b3f2da4038845f45fe38ecc9abe49b26f1be3e6 -size 2811609 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Rust_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Rust_D.uasset deleted file mode 100644 index 6e8b074..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Rust_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97244d9d61bb141a499125f6a21c719caa4e0917e513912aa6b139440d0ac01d -size 9290171 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Rust_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Rust_N.uasset deleted file mode 100644 index c15a7f6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Rust_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c63fd1a729903d1c48486998561550a9cf461e3bf154477504c16fd6c19b9511 -size 7473783 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Steel_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Steel_D.uasset deleted file mode 100644 index 985216b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Steel_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:553beb8d69dc61963c6566d2f18db4787ebdc76c43796dacf627118ee1b47569 -size 3572066 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Steel_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Steel_N.uasset deleted file mode 100644 index 675c5d3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Metal_Steel_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf83e43c2a3c66c7222af7db215596de955cf09a7d9cd3d5bf645eba0078b9fd -size 4912078 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset deleted file mode 100644 index fc9a1de..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51d78b11e74d7da8b446d4552363ef0227a5b8a3812329740139e9f30002eac5 -size 7834324 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_RockMesh_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_RockMesh_M.uasset deleted file mode 100644 index 1ef71b4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_RockMesh_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e349fe2778d117f94fbb047ea0ac19be770c895801a3fe7a814eaf9046881899 -size 2679820 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_RockMesh_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_RockMesh_N.uasset deleted file mode 100644 index 0670981..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_RockMesh_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01e5d9182e9a4010b5d3ad91968ca3db192d521d03b6cbffecb65897d39d7035 -size 5337671 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset deleted file mode 100644 index 1639282..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7092b9f5b20d16e9058242ca91a4f7fb061f637f631f10cdddc7cd5674448efa -size 9299763 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset deleted file mode 100644 index 07c670c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1802155501e6982e68fa04c43bea492740b28b30ec52266516a0d1aae4c44578 -size 7804770 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset deleted file mode 100644 index 550cd6f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38e952a9d0f3696eb56521bf7e9ce525236da3bfb8d49d1d67b292a892568af1 -size 5288078 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset deleted file mode 100644 index 20b40e6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82cf5b1f377f0bf932854bbb5df7b4d1b0cee804180ea1dcdaba0184736bc3ea -size 9170780 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset deleted file mode 100644 index fa37985..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf856d55f538aa455cc834890d9f61cf90354d01e984cb78ea5e598509758322 -size 8366788 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Slate_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Slate_D.uasset deleted file mode 100644 index 569360e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Slate_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46947bc63546540839a3f3df00d9596142464dc35dc1e4abc5fb146cb8f19af1 -size 12264193 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Slate_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Slate_N.uasset deleted file mode 100644 index 1708abb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Slate_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31dee677b3e69a3be40bfaadae0398ed14ff1154060ce13ff09618b8ea7ae359 -size 9608113 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset deleted file mode 100644 index 6cc463f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e77e684ee82a9a1dc5c97ad0308cfff19987d5090cf4cd152830d37f25f14763 -size 8782207 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Shelf_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Shelf_M.uasset deleted file mode 100644 index f5ad59f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Shelf_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c18efac4dcf4b88c5ecaac68e2d456b170d97ab7624e2a1fd7aadde8931c372a -size 645532 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Shelf_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Shelf_N.uasset deleted file mode 100644 index 53322a3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Shelf_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec277e89e0ccdae7a554698699c311a5e0ee9428f240b87def1a8779bfe60ea7 -size 1634736 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Single_Tile_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Single_Tile_N.uasset deleted file mode 100644 index a37ddbf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Single_Tile_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:570549d4aaa657171fbfd8031af38dfca19b313dcdc5d8b1318a65d04e6cbbb8 -size 9172 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Smoke_SubUV.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Smoke_SubUV.uasset deleted file mode 100644 index 12c905f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Smoke_SubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f8c2a528a4d367921b6108d95f79766e6d8bad57868a4546b70dbacec6065de -size 2588122 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset deleted file mode 100644 index 9d6f986..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dda54aea84888edb638319ae3fa00fbc334759bce3683680ff62daa61fa90d10 -size 56487 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Spark_Core.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Spark_Core.uasset deleted file mode 100644 index 614a8b6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Spark_Core.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e994095844eafd889151bd94672120f0989644a45956d4f613aa3f4810d293b -size 136231 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Statue_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Statue_M.uasset deleted file mode 100644 index f6cd4bd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Statue_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:416b08a867057d7a19496f8dcad72b10db6b23d70aa36fd693c60cbc6d6349ed -size 542689 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Statue_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Statue_N.uasset deleted file mode 100644 index e55a7c3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Statue_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8810fd046b77a99192742daaa0f15dbf023327ffdcec86e66dce2b83dbf21a56 -size 504347 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_TableRound_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_TableRound_M.uasset deleted file mode 100644 index 734aadc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_TableRound_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1d336121b0c08daa46e37300cafce3fa195a298b0dba7fedcc5bd4bd31aa90b -size 853624 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_TableRound_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_TableRound_N.uasset deleted file mode 100644 index cb4c719..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_TableRound_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65470b69a6797b1520b26492f43f6a5cb75dc4e424bd2850454f00a8350dc983 -size 1539628 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Dot_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Dot_M.uasset deleted file mode 100644 index 7c72269..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Dot_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7b1ba3deb1cceb2f6ff0808262c5abdd74c8b9022dda4e51da8542559537034 -size 87410 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Dot_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Dot_N.uasset deleted file mode 100644 index 5195758..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Dot_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc3ad34c61120aea1112a6846856b3596655df3371168c831ec69475ce424a13 -size 179482 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset deleted file mode 100644 index a59e13a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:454e8b9be045075a1aad36d9177e6a7d1da3e74966661cc8511a66e43c0ff0c4 -size 762987 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset deleted file mode 100644 index 4fb62e1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:544320ffc2d7f4ea90f0226c1be6cb1f4baf455bc335a3a0ad1ff4b2354747d0 -size 463065 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Panel_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Panel_M.uasset deleted file mode 100644 index 2a4b188..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Panel_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21648f92e4001e53537be3b6cd310afc382d41c8b033a6aeb5bf83d5d9a7690e -size 949083 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Panel_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Panel_N.uasset deleted file mode 100644 index 0336dff..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Tech_Panel_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d021b18adec23ed357d0a8f29c958c1245ec7b21226c856195cca6f9f2143a39 -size 1857006 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Water_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Water_M.uasset deleted file mode 100644 index a97725c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Water_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:990a6e33285d33e53cb6956f1a7a30360c66477f9737ece4721aad36e07584cc -size 1651409 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Water_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Water_N.uasset deleted file mode 100644 index 65370c5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Water_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d683c8f67d1a1639bcc2939f1fb23ee61289a0c3bbc44cb0db689a23348ba1bc -size 2064469 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset deleted file mode 100644 index 3c72685..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c1683ee19b2be98916e3b0869ddb3cb6911a715fb2caff560f70ebdc25f1246 -size 4548392 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset deleted file mode 100644 index 9690785..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12901c3b39ac9338e27c9ab0729188145690e9d361a0729371c7598f394eb835 -size 3923225 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset deleted file mode 100644 index 5200275..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d77f652374989bbf21c449d9de8979c8c9856509caca2f823337abd466c005c -size 2859583 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Oak_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Oak_D.uasset deleted file mode 100644 index 0ab273e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Oak_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f55386ba1743f0a9e6c2a0580d08be6fdad756ac6d08ff496ffa2cde371e9f2 -size 6678190 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Oak_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Oak_N.uasset deleted file mode 100644 index 7af102d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Oak_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90646b164c5018e2268e14831af332128202d18a9dad38d438754b27ddc1d723 -size 6244254 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Pine_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Pine_D.uasset deleted file mode 100644 index 31ddb19..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Pine_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b0f9afde310f6e49b2dd2dcb755926bd317c851111a2709397e15a7d571ee38 -size 9827131 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Pine_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Pine_N.uasset deleted file mode 100644 index b53b21f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Pine_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dafc4eed7a793910c95c4a9d1b1cf95f248589776ea7caa2f0667b7cd23a57e -size 3460305 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset deleted file mode 100644 index 75fc93b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5756b81ce5abd2c786ec568be95ab9d255da0230e389c3c98d6ecf5faef8d990 -size 6485570 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset deleted file mode 100644 index 7a28b52..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68f5d2cf1d93100036006e7af9ab6306b0afabd8156b167606a7c48952f42949 -size 3834899 diff --git a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_ground_Moss_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_ground_Moss_D.uasset deleted file mode 100644 index 62cfc6e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/StarterContent/Textures/T_ground_Moss_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1aef65bf6ef89648cb6ffd875e3ddb3747349bfecd2854583c874b2d7d180f29 -size 12978098 diff --git a/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset b/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset deleted file mode 100644 index 8dd4b71..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c186a84c55aec648fc522cd2466345932df9a19e094e5c1700e31464d795000 -size 14910 diff --git a/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Input/Actions/IA_Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Input/Actions/IA_Jump.uasset deleted file mode 100644 index 694a2f0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Input/Actions/IA_Jump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11e6bbd94c6feabffad2c8bfd52475b8afa1c2cc42675e29d209a61b68f83528 -size 1808 diff --git a/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Input/Actions/IA_Look.uasset b/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Input/Actions/IA_Look.uasset deleted file mode 100644 index 66b846e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Input/Actions/IA_Look.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f31e273949de9b9798743f238b895cd422d9b14e77f73e11d993ff3527bbb735 -size 1454 diff --git a/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Input/Actions/IA_Move.uasset b/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Input/Actions/IA_Move.uasset deleted file mode 100644 index 7b57d9b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Input/Actions/IA_Move.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8ece438a653b29d1c64011ef11d4bd05245413994ecf4ad80ef4da1694b666f -size 1454 diff --git a/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Input/IMC_Default.uasset b/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Input/IMC_Default.uasset deleted file mode 100644 index 6dcb93c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Input/IMC_Default.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eeb8dca7d3b41dfff613906fc70c156b05d2d5374881d094fcafabb9a46e0f2e -size 13909 diff --git a/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Maps/ThirdPersonMap.umap b/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Maps/ThirdPersonMap.umap deleted file mode 100644 index 02f6335..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/ThirdPerson/Maps/ThirdPersonMap.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39529b90684641da98ea72c23936c07f99b4002794cb191897686987f4b8ae53 -size 18730 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/BP_SPUD_UITest.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/BP_SPUD_UITest.uasset deleted file mode 100644 index 2e0d078..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/BP_SPUD_UITest.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9886b06d9bcf81800f57d7db8dbf0a57843f496a9a398c419798d06061a048bf -size 2331 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Credits/Credits.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Credits/Credits.uasset new file mode 100644 index 0000000..370eb95 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Credits/Credits.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b694688380e97862f901b5472882e076f551e01bda95a2f1ed49b8b7cf379800 +size 3284 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Credits/StructCredits.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Credits/StructCredits.uasset new file mode 100644 index 0000000..8cc4a19 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Credits/StructCredits.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5694adc10ac9ecf1037a41bc1d1f0494186d539dde8bf9da7fd1f0e007cc6b +size 4831 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Credits/WB_Credit.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Credits/WB_Credit.uasset new file mode 100644 index 0000000..6786290 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Credits/WB_Credit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb38fe91bcbc3e6355d645c566a4ab14e37291a224574e72f6a75ab71f722ed +size 38277 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset new file mode 100644 index 0000000..d6ca273 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6dac38da5ebf639ab9448fc0a78f1c024111b27457d0b880690c1eb6a0e3eb +size 260558 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset new file mode 100644 index 0000000..482c6be --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98dfbb52498c58007bd3f0e91e69041d8492e703ee93747c7ee50ebb91eaf270 +size 586620 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/InventoryDataTable.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/InventoryDataTable.uasset new file mode 100644 index 0000000..03da04f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/InventoryDataTable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d70fbd7aa42a7ad373c22e0d0a899128781cfb636b6da4ac5ef65fa2e94b0339 +size 3541 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/InventoryStruct.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/InventoryStruct.uasset new file mode 100644 index 0000000..fa2bc01 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/InventoryStruct.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c5110001b2cd8ab4214d61387ec9597d7e45bfd921b53dc768c0396afb2959 +size 8162 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/ItemDataComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/ItemDataComponent.uasset new file mode 100644 index 0000000..0edc1ab --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/ItemDataComponent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfc8bac5601a68148eeb3de0330debce7f279723a1253dcf82bb08fd0455e70 +size 27410 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_GameStart.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_GameStart.uasset new file mode 100644 index 0000000..fbe0ace --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_GameStart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac066a843d998fad7223787b67aee4e0b1124902aaf98c4cc83f93546c2cbbee +size 203303 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_MainMenu.uasset new file mode 100644 index 0000000..7803716 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_MainMenu.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a83a653bc7000d4da0737016afce7ad65a8130649c3610af41041ffd606dc1b8 +size 775054 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_WidgetWithIndex.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_WidgetWithIndex.uasset new file mode 100644 index 0000000..4428128 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_WidgetWithIndex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f640007d3b0742886ad24948484a27de4f019fddc49c5f358f78db050767c16a +size 83433 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Credits/WB_Credits.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Credits/WB_Credits.uasset new file mode 100644 index 0000000..84b03ab --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Credits/WB_Credits.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c285d2d81b9f2c3bf6be0bca6d5e96602cdc32c0de8f0a308aec2ac6e5a937 +size 79270 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Enum_MenuButtonType.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Enum_MenuButtonType.uasset new file mode 100644 index 0000000..c30771a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Enum_MenuButtonType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88041e73e95f17d9695c015535dccc3087edb896d094cd2286e539865adca0fc +size 6505 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/BP_Logo.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/BP_Logo.uasset new file mode 100644 index 0000000..7c8f253 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/BP_Logo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28df46f41ee60f8492cadbe5f42cb1ebc5f4e52690b0cbb31abafe5e093d3377 +size 66489 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/M_Logo.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/M_Logo.uasset new file mode 100644 index 0000000..b00502b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/M_Logo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f440a4f4fc4b1b6a10fe7c51cafe4432092a0b6f7f823a45c6758bd49d8809 +size 23149 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/M_Logo_Inst_Dissolve.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/M_Logo_Inst_Dissolve.uasset new file mode 100644 index 0000000..16f43d4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/M_Logo_Inst_Dissolve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14d5ea44fe334ae23677a2a173d69a705975d51fc65db13c7508d1cc6959554 +size 9391 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/M_PP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/M_PP_MainMenu.uasset new file mode 100644 index 0000000..254c4ce --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/M_PP_MainMenu.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b71e9ec112dc479b18230bb960ea1bd17f83f0b49f27bd3917dda852701263 +size 13298 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/NS_Bubbles.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/NS_Bubbles.uasset new file mode 100644 index 0000000..1099de9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/NS_Bubbles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a78319bfc2bd92701d3a9a3826e8c42627bb30ae7da81b47cc43ca76380126a +size 323560 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/MF_Dissolve.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/MF_Dissolve.uasset new file mode 100644 index 0000000..2fbcd2f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/MF_Dissolve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007fd1e9e9e51854569ccc2432e3f7931709f89d9782ba82150a1ee548672c77 +size 18618 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/MPC_UI.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/MPC_UI.uasset new file mode 100644 index 0000000..62c1977 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/MPC_UI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f311d7266550ec8de0e528ff9d9226fc4e49db43891d850764f71d41493e616c +size 1826 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_ButtonHover.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_ButtonHover.uasset new file mode 100644 index 0000000..74167c5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_ButtonHover.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414dc21a0e1e40ee7bcc17da0acaa73e61a9065432290d9d43709ee756925135 +size 22846 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 new file mode 100644 index 0000000..425a302 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc57da2e7613e3e4ee9852114fdc230ba2dd1826b742f6405faf393e18cd107 +size 29401 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_MainMenuAppear.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_MainMenuAppear.uasset new file mode 100644 index 0000000..934d7a0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_MainMenuAppear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffbaf1977220c53f3b6fb5604816ebbe9cc0454b73896df8607de14c77efd35 +size 17860 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_SaveSlotRetainer.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_SaveSlotRetainer.uasset new file mode 100644 index 0000000..614f54e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_SaveSlotRetainer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3cd7c5e42afc8d6e608ffb584fd28950a88378045b44b286c7ea5696d3e3e4 +size 53264 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_SaveSlotRetainer_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_SaveSlotRetainer_Inst.uasset new file mode 100644 index 0000000..2e19476 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_SaveSlotRetainer_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed3d43865022b8a54144d58e6ea3ec63b7f4d4c701e34093ef94f56bd79bac7 +size 14180 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset new file mode 100644 index 0000000..af8fead --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd0a6f9d9450dbd0ceccb95ad72e9ef1cdbb2ad1962ddcb16de0440ac699751 +size 87412 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset new file mode 100644 index 0000000..b4d6691 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114655504c1571e5552ad6dd0516e75cb1446b3eb69f2e2514bf3c8979d8cffa +size 187208 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset new file mode 100644 index 0000000..5094bca --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779bcb6d9ca937e55fe39cc53594b5ef2001a4b5cc1e794241e02d8b2eeb056c +size 17021 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset new file mode 100644 index 0000000..0b935c5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273262f9af4550a5c444752a47da285a4210c31c98dc4c32574635cfa78da812 +size 9572 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover_Pressed.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover_Pressed.uasset new file mode 100644 index 0000000..9ff72e1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Hover_Pressed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d989060b8f29e61810ce9092061c3b3a79b1ccc3a14fc600add8a28a12e606d +size 9185 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Volume.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Volume.uasset new file mode 100644 index 0000000..72ae9c4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Volume.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bffc9ccf5c3f5838cfe161f2470eff80df0e3c444c750fe03eebb89c37852b3b +size 10425 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot.uasset new file mode 100644 index 0000000..52fd28d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe402fb112449f4132aae16ee9665ab461eadfed5e23c019be5cedc7aaab3562 +size 8160 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot_Hovered.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot_Hovered.uasset new file mode 100644 index 0000000..1b57e98 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_WIdgetSlot_Hovered.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3d778b78b940744bf84ea7d41d668a7c80b98e0797b3bb520655e26d6a3028 +size 7739 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Textures.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Textures.uasset new file mode 100644 index 0000000..ec01a19 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Textures.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44fb2b2dcced0dca553a35bd1e6ab9d3393c99898eacb02bdaaf5487dbdf4e24 +size 11339 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Textures_Arrow.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Textures_Arrow.uasset new file mode 100644 index 0000000..59e5dda --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Textures_Arrow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86976e2d152f79fc039cd14704aae72208eff40493f39da06e2d24172657d3fe +size 7914 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Textures_Plus.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Textures_Plus.uasset new file mode 100644 index 0000000..f6a2dab --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_UI_Textures_Plus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d6bf224f42226bd3118092f2ff9d874056916863312d0aace0d989bd1e21f8 +size 8460 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/Bystander.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/Bystander.uasset new file mode 100644 index 0000000..c7a4033 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/Bystander.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301c6f61de3940c64c5b9b43a80ca90bde148755e8fe7ba517278440256cbfe6 +size 699640 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/Joystick.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/Joystick.uasset new file mode 100644 index 0000000..8a25423 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/Joystick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15ac5bf7fa1210da2127c35398523b7009d9e2b3147ad7deecf981ea986adce +size 2046552 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/MI_Bystander.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/MI_Bystander.uasset new file mode 100644 index 0000000..3cd6a06 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/MI_Bystander.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a53291a60732f0338eafbc00c1cad3aab677a056c2a0d070cd547b3eb996a7 +size 13028 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/MI_Shift.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/MI_Shift.uasset new file mode 100644 index 0000000..b4bbfe2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/MI_Shift.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1043a654de1fd6900a113521a6033587842eb2f8e82b90c312f7c48c7fc73fd +size 12941 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/MI_Stick.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/MI_Stick.uasset new file mode 100644 index 0000000..c08aeed --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/MI_Stick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9707abd4f61eb454becd85f478fd60b404cb7e0e979112777333c7213ccabb78 +size 15305 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/MI_Teleport.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/MI_Teleport.uasset new file mode 100644 index 0000000..0e6b867 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/MI_Teleport.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea876d18c646062d1870829071252a5250f87241896c66d4d4378db0f24aa25 +size 11770 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset new file mode 100644 index 0000000..3aa356d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/M_Pictogram.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d1be378d40245e7e3ad7d97f9c56d3ef91c4d6f0238ad36e1f64328463b139 +size 40474 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/Shift.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/Shift.uasset new file mode 100644 index 0000000..305fe4a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/Shift.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d251a0e006dec65661c9e7408dbd1a63ea8bb4c5040c6c9e7e94649e8872a4de +size 732890 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/Teleport.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/Teleport.uasset new file mode 100644 index 0000000..67f9687 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Pictogram/Teleport.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d021a25c7703ac408afc1aa8104ab8e1245e6d3b044b424e30140550176cc47 +size 658237 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/T_Arrow.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/T_Arrow.uasset new file mode 100644 index 0000000..cec144a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/T_Arrow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3b1071e39c4ab02aa4eb2715ad3b6b21eab531634bb3bb0f73aed2592147c0 +size 14897 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/T_Logo.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/T_Logo.uasset new file mode 100644 index 0000000..dc14d33 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/T_Logo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908a13fdc1f77821d7b67cc9dee93cd918b7e0462197f5f270d67d989c7fd033 +size 346471 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/T_Plus.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/T_Plus.uasset new file mode 100644 index 0000000..1af4f68 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/T_Plus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8512909649b2c5317d9e89c7935525ffacdedccba2f911edcbaaca3182603cee +size 14501 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/TestWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/TestWidget.uasset new file mode 100644 index 0000000..d320c20 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/TestWidget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba18f91e28a6c9a91c8c2d457bb9f5f405ec8a5e37de7bdf0540f582d72e6e3 +size 25782 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth.uasset new file mode 100644 index 0000000..8001177 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02650704c85bb80a0cdbe319a20dab5beb79704fb97814ae6fa8adfdb281a882 +size 20736 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth_Inst.uasset new file mode 100644 index 0000000..420aced --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b1f1c7b685dd10ec6b5c09a5ff8648c95bbb3cf154d0f6ddce581dad8867a4 +size 10296 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_LogoIntro.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_LogoIntro.uasset new file mode 100644 index 0000000..cb62768 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_LogoIntro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9ed728ae60d776643ed10ec5e05a9835504782554fb70161be4e7b568ff16a +size 55066 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_MainMenuMusic.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_MainMenuMusic.uasset new file mode 100644 index 0000000..c4ed1ab --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_MainMenuMusic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aef3c1929f68c301816cbdf0f644c12e62420906134285d3dc5d7bcec9d1931 +size 49583 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIClick.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIClick.uasset new file mode 100644 index 0000000..31ced3e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIClick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b071419c0749bc25af91e284e21e65adc94113995094aa120fe6624ec370f1 +size 57845 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIConfirm.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIConfirm.uasset new file mode 100644 index 0000000..081ae67 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIConfirm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1516abde12af29c1c6b4d9a46a84b0621b7948fcce900ac98b9ea96a90e599c +size 58776 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIMove.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIMove.uasset new file mode 100644 index 0000000..37f87c9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIMove.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ba80fca27fff55f63364a106c6fba95d496e2c6cd27cb07498c777b4e6d473 +size 58755 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MenuHover.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MenuHover.uasset new file mode 100644 index 0000000..617ea5c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MenuHover.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf51cf13105bf2ec527e1bfca6045373f1e9e8251e79f4c5248597d580b97736 +size 45510 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_LogoIntro.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_LogoIntro.uasset new file mode 100644 index 0000000..f5d7dc6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_LogoIntro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd95ef1e2c3a00eb15c83c0d5f34323220246b7b652251aa4673a3d52990685 +size 1331648 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_MainMenuMusic.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_MainMenuMusic.uasset new file mode 100644 index 0000000..aeb4a0e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_MainMenuMusic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beee301ed9c21abcdc1f11237c44c07d9765529037ca94975e2558cef1d4b440 +size 37199822 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_UIClick.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_UIClick.uasset new file mode 100644 index 0000000..9677bac --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_UIClick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440740d94d1df4afd8cb368f007cfb27fe811b53cd22a05386031c8c73932473 +size 22207 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_UIConfirm.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_UIConfirm.uasset new file mode 100644 index 0000000..203f33c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_UIConfirm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2817d614524d9a72df68a10f83449d652e2bb3623b1022710a0346f5b4e6abcc +size 170460 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_UIMove.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_UIMove.uasset new file mode 100644 index 0000000..9c253d4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_UIMove.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a49c0968cf7819ccf3fcf03d3593d0510923418b6f857e9944d71271ed9058 +size 153651 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_AudioSettings.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_AudioSettings.uasset new file mode 100644 index 0000000..aae54a6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_AudioSettings.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acba767a2010daac4364e0df6cee271537e684f81e2b8015c069c705a1c37298 +size 281602 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button.uasset new file mode 100644 index 0000000..7e3eae3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0bed14d35353a4cdf20593203c625269eeafc7292d8e67da78a487d3835a25 +size 232603 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button_Back.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button_Back.uasset new file mode 100644 index 0000000..dddb594 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfff812f6076ed717ab2429a85bba13a43c1a67689cf9243ff60f2c6e136aae +size 32251 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button_StyleMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button_StyleMain.uasset new file mode 100644 index 0000000..5e86ad5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button_StyleMain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b805315a87ffd836fc557ea285c3009e8995f1816d4f419315014e080ffbfd +size 29685 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_CustomSaveLoadScreen.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_CustomSaveLoadScreen.uasset new file mode 100644 index 0000000..8fcb58d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_CustomSaveLoadScreen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82ee40630e12cb505241845c38edea08da6e50d4b9058140868aed5e69391f9 +size 531842 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_GameSettings.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_GameSettings.uasset new file mode 100644 index 0000000..a7072f3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_GameSettings.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1af4934450405b4ff912eeca9e5d5dbc9166850a507c70fc5197df741bdcfe1 +size 118454 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_GraphicsSettings.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_GraphicsSettings.uasset new file mode 100644 index 0000000..563b97a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_GraphicsSettings.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5b4a8ae502d7bd9614c4a6d2d7702b331ae39f859ebbd2ebcca27159ac0dc8 +size 151013 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Main.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Main.uasset new file mode 100644 index 0000000..da3c0fe --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Main.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9f9e5d51aca7fc6b648ee1b8d5af0fdf80e7e005edc4a2c32d0a45bb0c8144 +size 56371 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_MainMenu1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_MainMenu1.uasset new file mode 100644 index 0000000..a527b64 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_MainMenu1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885687a2660d5c0f3e96b161d84874afdbfad17d524f42b8f7069f79dd693624 +size 35852 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_SettingSwitch.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_SettingSwitch.uasset new file mode 100644 index 0000000..797d065 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_SettingSwitch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0c663b56c7cfd7121dafd010bb5dd5e381b83f84ea665ff5efe843b6d68633 +size 275985 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_SettingsMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_SettingsMain.uasset new file mode 100644 index 0000000..3267c3c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_SettingsMain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059140d010f358af13a763fb02b3edc3d83391e486b2088e4dffc67820b5009c +size 41428 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WidgetMovementComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WidgetMovementComponent.uasset new file mode 100644 index 0000000..94afe59 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WidgetMovementComponent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1346808b2bfb274965ba87846254141018ac263aa9df3736515d7f6ccd5eca6e +size 87504 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Widget_SaveSlot.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Widget_SaveSlot.uasset new file mode 100644 index 0000000..4f82788 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Widget_SaveSlot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51934dcea43b62cef38180c75a5a976bcf0e066d440ac356f3e7c9d477650592 +size 145879 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Saves/E_Quality.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Saves/E_Quality.uasset new file mode 100644 index 0000000..bde66a8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Saves/E_Quality.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7c3d2c3ebd5472d5f6be4e37c4b6e618f52cd3166582daf9f16ff992af5863 +size 2950 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Saves/SaveGame_PreMainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Saves/SaveGame_PreMainMenu.uasset new file mode 100644 index 0000000..60ab07d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Saves/SaveGame_PreMainMenu.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6401d9dbff43076eef1d8b27aa11c5d96dacafb34057a911ec0fa71f9ed28ae4 +size 13562 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/UI_2/BP_SPUD_UITest.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/UI_2/BP_SPUD_UITest.uasset new file mode 100644 index 0000000..f07171a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/UI_2/BP_SPUD_UITest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786984b2ad826e8dc52fe8abe540c71ddc191f115fa6314af63b597597093965 +size 25480 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/UI_2/Widget_SaveLoadScreen.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/UI_2/Widget_SaveLoadScreen.uasset new file mode 100644 index 0000000..4710a8b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/UI_2/Widget_SaveLoadScreen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39e4cb11669147e3ee45a4d2e45d49a56fd633a38e3e2265bb860d1c238a34d +size 370435 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/UI_2/Widget_UI.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/UI_2/Widget_UI.uasset new file mode 100644 index 0000000..84c3989 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/UI_2/Widget_UI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396b83948c1a1ec75863fdccf30ad88e84cf2cd138c248582e4c9a27fed4c2a2 +size 205085 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Curves/Atlas_UIMaterialLab.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Curves/Atlas_UIMaterialLab.uasset deleted file mode 100644 index 1c0f698..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Curves/Atlas_UIMaterialLab.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56c1dcfc3b0c52108ec92eaddae5870c087d69b8652c786a8fa20e97b9db0787 -size 6450 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Curves/Curve_HeartPulse.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Curves/Curve_HeartPulse.uasset deleted file mode 100644 index 68865aa..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Curves/Curve_HeartPulse.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:748ddd5c63e579b43d0c72685d43268008db33aadfb2d2ab884de54102207d35 -size 5300 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/PermanentMarker-Regular.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/PermanentMarker-Regular.uasset deleted file mode 100644 index b3df65d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/PermanentMarker-Regular.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ebb11c3a3c0f8648824a53a2b33788c223fc9803be6e49b00c9987f28520390 -size 75291 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/PermanentMarker-Regular_Font.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/PermanentMarker-Regular_Font.uasset deleted file mode 100644 index 53341dc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/PermanentMarker-Regular_Font.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e94073d74b97fea3b58a36a0505b0b2fdec1b0fe42146038f87a17ad2385632e -size 7276 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Black.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Black.uasset deleted file mode 100644 index 9a2f221..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Black.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:767392277ce13a868b3da4a7f25e04717e4154fd7054a511ab7914bd6e957379 -size 169634 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-BlackItalic.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-BlackItalic.uasset deleted file mode 100644 index dbf3610..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-BlackItalic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8e4fecfee0bfa815a17ab5c98f3b0dac73d42d95ba0057b7fdd208ce23c4bec -size 175724 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Bold.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Bold.uasset deleted file mode 100644 index fa0c211..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Bold.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26ae04a280780403afa74b8ed6c63a11cc20b2b2a495655adfe2cb5f6c2c361f -size 168903 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-BoldItalic.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-BoldItalic.uasset deleted file mode 100644 index 8ebb993..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-BoldItalic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1c31821ae197904fdb11d8aa5c9ccf821c8c8ee34e0d6cab41354e5e0745adf -size 173117 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Italic.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Italic.uasset deleted file mode 100644 index b68db07..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Italic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a664319bf65cb6b564d64b6cb399a636beecd3f879198f3c411d6bec30cdcb5 -size 172085 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Light.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Light.uasset deleted file mode 100644 index 4383578..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Light.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d72ca6093517d46af382c9267d2c32a56149c04cc22e3f9b5ee1fffbbc108aeb -size 168574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-LightItalic.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-LightItalic.uasset deleted file mode 100644 index 2f08cf7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-LightItalic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f192c1f98bf399b6d3abbfc11870e92ea8a72befdbd399347497c9e753e0314c -size 174788 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Medium.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Medium.uasset deleted file mode 100644 index 71f84d6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Medium.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d578a352bf7a7c7e39597bd16db8a8aed1e129e0ac17c32c3f61f487166df9f -size 170225 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-MediumItalic.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-MediumItalic.uasset deleted file mode 100644 index 0a64580..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-MediumItalic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20c4a967e484b3ae08d1bfcbe7e4ab0d0d12812a25743cda162601e5b369d0f4 -size 175039 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Regular.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Regular.uasset deleted file mode 100644 index 2f46fc2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Regular.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aead69f95d92ef1c79e318516bb51ffa95f453bfdb6631ee825facb40bfcec5e -size 169848 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Thin.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Thin.uasset deleted file mode 100644 index 0a2ee7e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-Thin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d81c468605ee53a90296e686d0f3031ab81734eae9d1ff99be16e4760260a55a -size 170055 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-ThinItalic.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-ThinItalic.uasset deleted file mode 100644 index 7e653af..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto-ThinItalic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf138daee2b11ffcd4cfdc4102ee5fef9147c6d3e0ec8993b0a8a8d53a850cb5 -size 174469 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto.uasset deleted file mode 100644 index ddf8ce0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Fonts/Roboto.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5012f92ece67d92b896b1f78748784c649eb233dbcbcd70e85d5594483e6280e -size 12501 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Maps/Main.umap b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Maps/Main.umap deleted file mode 100644 index 3327548..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Maps/Main.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b26818339d20a77945c41d24903474b0805f619efccec2e0d7d0af23e42a8c94 -size 41510 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_PolarCoordinates.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_PolarCoordinates.uasset deleted file mode 100644 index 7e2e608..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_PolarCoordinates.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9374c20f55cde5ae788848dc11bf8be04a6e9373fd157bdb1b36930ceee2a28a -size 20832 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_Skew.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_Skew.uasset deleted file mode 100644 index 4ea1002..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_Skew.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eedc294188f8a55987afd48372fc3807ad1c0bcbcbf17534dd8045a50757ad89 -size 27987 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_Slant.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_Slant.uasset deleted file mode 100644 index 0db17c0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_Slant.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f587f01d509a051bf631c09581b5a070b0a6bd53fc82cc739539c2615307a586 -size 17553 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_WaveWarp.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_WaveWarp.uasset deleted file mode 100644 index 4c7f63e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Distortions/MF_UI_WaveWarp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67cab4685c67693b8cdebf3e1550670ef0b8779bad9aa77ebf346ee8cf2d31c8 -size 30829 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Alternate.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Alternate.uasset deleted file mode 100644 index e8e7c6b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Alternate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00061e72df6f71343e9a4c4aa96b14df62d57cf2ef4b79499e53fbb10406f424 -size 13649 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_BlindMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_BlindMask.uasset deleted file mode 100644 index 60e3dc2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_BlindMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f87f461f59342b6096355d43aa6cb5c9c70236925b941251a508f845fec8451 -size 24881 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_CheckerMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_CheckerMask.uasset deleted file mode 100644 index 7565efb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_CheckerMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98f9055f6b5281fd133d36d1fa49d5187ce906575f83c1f549e26a30b59c44bb -size 12473 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Radial_Segments.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Radial_Segments.uasset deleted file mode 100644 index f8012a7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Radial_Segments.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:263e09ca1a021a92bed29c0dfc7c0436b727828322b5adf15ef7f77e66357332 -size 28660 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_RingMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_RingMask.uasset deleted file mode 100644 index 76e3ea4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_RingMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c7755cb7419a6dd17d2f4ffeb57deaf29aa894745554330c1a8eeb78753489e -size 19173 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Sectors.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Sectors.uasset deleted file mode 100644 index 2b6e414..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_Sectors.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00bc34288d1f4e8581ca91f46b8e77d6ad7eabfd0dea7b1c7825bd96ee8d8411 -size 37381 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_SquareGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_SquareGradient.uasset deleted file mode 100644 index 8e31bf2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_SquareGradient.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1de5133dbbae468030271b77ab8ff4f0569ed5c074390dd13cc2629b5a376a33 -size 44569 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_WedgesMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_WedgesMask.uasset deleted file mode 100644 index a58e54e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Masks/MF_UI_WedgesMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:429aaa1c467c777a35e92c5dc5677b553749256d63123530ed3a46587cc2ab96 -size 30510 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_GridTiling.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_GridTiling.uasset deleted file mode 100644 index 6926615..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_GridTiling.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a16e5dd4ab19ebc5248ded6518e1bdf9f36bfe09c97e6d4442cbb1e74bc5367 -size 20859 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_Halftone.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_Halftone.uasset deleted file mode 100644 index f5473ff..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_Halftone.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dc86d5bdd43a23287c6a46c690417ae238ca87347fa458dbcb23ba440d6338a -size 40635 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_HexagonTiling.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_HexagonTiling.uasset deleted file mode 100644 index dc136e7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_HexagonTiling.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3088f163a8818244666842d57da86ed1b249e41dec05b98e4b786e39340d9344 -size 50352 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_Truchet.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_Truchet.uasset deleted file mode 100644 index f94a9fd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Patterns/MF_UI_Truchet.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db7c61b6bbb009f42308722d9ebaceafd48988f7cddd406e678f29e6f01bd93e -size 82967 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Box.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Box.uasset deleted file mode 100644 index 7620d48..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Box.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de46f05f2edb2a373765685cb36a9d1a783963fddf2f44a50f315c3bdf282422 -size 55092 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Circle.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Circle.uasset deleted file mode 100644 index 5ab4e12..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Circle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9a0df96fa02486499fb5d7b6123ba9d9d2829db87b57b47ba54398a53a5ebd9 -size 35106 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Hexagon.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Hexagon.uasset deleted file mode 100644 index 4958334..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Hexagon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd9672c9095ea9f2743ac1d02073774ced4877699657df60fc1ac65c4a50090e -size 53762 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Intersection.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Intersection.uasset deleted file mode 100644 index 0ab0f01..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Intersection.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2407b120433bb3bbc6a52f3ecef8f75930a204d5b7979bba47f69ad20dec72df -size 32055 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Subtraction.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Subtraction.uasset deleted file mode 100644 index 31a073c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Subtraction.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:540e364513e20ee431c6dbcf7de7ad2e6ce852bc0e38023f6b848ce950c04c12 -size 32463 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Triangle.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Triangle.uasset deleted file mode 100644 index d210877..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Triangle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7046e1f72b7d0ab2b2718d317986e5ddf2e05a4968155ab9b32e6e1722819a47 -size 66907 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Union.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Union.uasset deleted file mode 100644 index ba20e6a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_SDF_Union.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bab4ede00d0997913a7fcad30cd941dda05b5b1a3544e7761a090e5e97afa623 -size 31255 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_Wave.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_Wave.uasset deleted file mode 100644 index f4fbfa1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/SDFs/MF_UI_Wave.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd0f27b7e0c9034ef9ea4043eca5d60631d69bb0fcf284c4edc8e251167bc5ef -size 35995 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Time/MF_UI_LinearTime.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Time/MF_UI_LinearTime.uasset deleted file mode 100644 index c17c8de..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Time/MF_UI_LinearTime.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ac1570385275ff9752a972f12af7fb01c560443ec7e5733518dfed59f9972aa -size 16425 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Time/MF_UI_SineTime.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Time/MF_UI_SineTime.uasset deleted file mode 100644 index 6192e3a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Time/MF_UI_SineTime.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:510e6eb0ec0954303803bf4abfd62156689eafee586f9af8213195a338a999b3 -size 10939 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Time/MF_UI_TimeDisplace.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Time/MF_UI_TimeDisplace.uasset deleted file mode 100644 index 31d97b6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Time/MF_UI_TimeDisplace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a11fa9259332b9f851d04cba0da3c5466026835a1da1e910d5d1433b34d186f5 -size 14796 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Flip.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Flip.uasset deleted file mode 100644 index 7336b19..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Flip.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46d5b145076ba734989ce6bfff67381915fb3e233881c16141577b2f6b00fea6 -size 13631 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Scale.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Scale.uasset deleted file mode 100644 index 11b7416..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Scale.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30a336c7596fadd386d6a6b6a893d575c50e10cbf44e9085384ceb7fa0f1d837 -size 14898 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Symmetry.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Symmetry.uasset deleted file mode 100644 index 83b8e5a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Symmetry.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:513f497db8a7c0bc6c262cdc848872defc4484811b6199abf263356fc5fdeaff -size 38751 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Translate.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Translate.uasset deleted file mode 100644 index 854a195..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Transforms/MF_UI_Translate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4615115d05780cab74061bfb03ffadfbc9e3bfc6b823e72c79d8470a0554083 -size 14353 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_AspectRatio.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_AspectRatio.uasset deleted file mode 100644 index a5a10ff..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_AspectRatio.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d5e5fe3b75a778700bb6b3b0494aca0e30bc75f04cc94cfb3803148604b43ab -size 25235 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_EaseCurves.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_EaseCurves.uasset deleted file mode 100644 index 6ed4aa7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_EaseCurves.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60b52e600ff73d307508e46a5df124e9609a57c550e27486ca1e24d5aa85e361 -size 52228 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_PingPong.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_PingPong.uasset deleted file mode 100644 index 12149c9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_PingPong.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74a2e21227e5c20e7e88db1ec65ee4bd7d2d694e2fc56e79e077cb93b779f058 -size 23472 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_Pixelate.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_Pixelate.uasset deleted file mode 100644 index 913150c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_Pixelate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8746209e27c469877081237e6f267a7b8009ef68250f9772b3ea62b177d253d -size 11815 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_Random.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_Random.uasset deleted file mode 100644 index 1f7c583..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_Random.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e311e950c36a3e727a8dde6f59392c2414428dac42933b03dc969dcb905c076d -size 23652 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_RemappableGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_RemappableGradient.uasset deleted file mode 100644 index 6447394..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_RemappableGradient.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97ff05b45bd7e954f1c84625aca9593196de0abfb2335cf686f80fc95add3e32 -size 45850 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_RemappableGradient_Float.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_RemappableGradient_Float.uasset deleted file mode 100644 index 353b18b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_RemappableGradient_Float.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59bb27b9bb61a383d81c110e1c5320b3666be2284930f1e128b6ebd8f0375dce -size 45842 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_SteppedGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_SteppedGradient.uasset deleted file mode 100644 index 776fb2e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_SteppedGradient.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ba869ee860aad4d4b6843bc13b58a06ef0d16fc393695bb8e926282a114bc6f -size 15349 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_WeightedCorners.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_WeightedCorners.uasset deleted file mode 100644 index 1e088bd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/MaterialFunctions/Utilities/MF_UI_WeightedCorners.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4a78e94662c2ffe5cab9a2af7a45ec1a6c6586685caf0621bcbc3acc9e8c72b -size 29289 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_1.uasset deleted file mode 100644 index 8f81a59..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f616378e3a968ddabb01b7283d85305c872ee53af826e7949d691aa1d7671cd -size 7244 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_2.uasset deleted file mode 100644 index 8f5c382..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac20ba07e3f90e9093cdc8a8961f096052d46502a833cf2623e76ddb3fa1aa8c -size 7562 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_3.uasset deleted file mode 100644 index ed9bc95..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/1_Translate/MI_UI_Translate_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:087a330816cfdf2a6a1dc5a865fa753578528024dc04a2c3f05b5a2ab56d8077 -size 7311 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/1_Translate/M_UI_Translate.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/1_Translate/M_UI_Translate.uasset deleted file mode 100644 index f9545aa..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/1_Translate/M_UI_Translate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a5b537d0ca954927a68f03cdb78f2121707d4a002ea7128a5f8781e41af22df -size 39282 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_1.uasset deleted file mode 100644 index ac299fb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ac6120d3628f2d533debc93c6ba74fbdf51c341dbfbddfdd2a2e1a3cc42a018 -size 8757 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_2.uasset deleted file mode 100644 index 241e8b3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e80ae571859abbd261a0a19404114f691599f494e90feffbfca0e7cda8e2bab -size 8111 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_3.uasset deleted file mode 100644 index 590a11c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/2_Rotate/MI_UI_Rotate_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:250dd6f5a986a48f3039439dca544ddaea2bc7c5ba181a9658413480977dc1bf -size 7895 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/2_Rotate/M_UI_Rotate.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/2_Rotate/M_UI_Rotate.uasset deleted file mode 100644 index 212380d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/2_Rotate/M_UI_Rotate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:875d3fb8abdb685333a0606c95a6c067434e753ba05f993123cb5dedd9196270 -size 48952 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/3_Scale/MI_UI_Scale_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/3_Scale/MI_UI_Scale_1.uasset deleted file mode 100644 index ad4bee5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/3_Scale/MI_UI_Scale_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6836b3b69098a7530a40c82fe8d8b1fd46cdc7e8265df49f4ecd138824c4c367 -size 7785 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/3_Scale/MI_UI_Scale_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/3_Scale/MI_UI_Scale_2.uasset deleted file mode 100644 index 3955bae..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/3_Scale/MI_UI_Scale_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4a630d4a21bf481042889bbb3837142f13a2f5d1837a00f46fd18237c3b74c6 -size 6816 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/3_Scale/M_UI_Scale.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/3_Scale/M_UI_Scale.uasset deleted file mode 100644 index fefc057..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/3_Scale/M_UI_Scale.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4312bb8166c331cd5d19f133a76aca2fbe7b66e9935f3d3363c60c9b674e516a -size 27765 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/4_Flip/MI_UI_Flip_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/4_Flip/MI_UI_Flip_1.uasset deleted file mode 100644 index d0a8f76..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/4_Flip/MI_UI_Flip_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcc7606968159bdd8878851965a25ab100c680e4e4dd336b4845d1f5d8d1793c -size 11057 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/4_Flip/MI_UI_Flip_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/4_Flip/MI_UI_Flip_2.uasset deleted file mode 100644 index 0e3d822..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/4_Flip/MI_UI_Flip_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f40138deac211a96e896d54f2b2870fce28e0fa59e1f27db8ed532e9714d2cc -size 13661 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/4_Flip/M_UI_Flip.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/4_Flip/M_UI_Flip.uasset deleted file mode 100644 index 19186e3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/4_Flip/M_UI_Flip.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a722839b022eed30767dafe29576a18c020f74196cff9e2bbc2ff86902eb91cc -size 41479 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_1.uasset deleted file mode 100644 index f1edbff..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55938c4337d96bd3b4517aafa63475d8a413b4886e230afe7ad3f78c2e3510e1 -size 15022 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_2.uasset deleted file mode 100644 index 490faaf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/6_Symmetry/MI_UI_Symmetry_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:351a9fefad83020c3bcc7672737cdcc62843365a81491bc9e5fe2f067867835e -size 10560 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/6_Symmetry/M_UI_Symmetry.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/6_Symmetry/M_UI_Symmetry.uasset deleted file mode 100644 index a31d8e5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/1_Transforms/6_Symmetry/M_UI_Symmetry.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abc8719fafe22b92d5c3e461294b376e37a2477da8d898fef19cdffc3279348a -size 40398 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_1.uasset deleted file mode 100644 index 186bf6b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9eb8e97a1b08f742308ed9b512cd73b885045f117ea314afedcb33dee868a7b -size 8069 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_2.uasset deleted file mode 100644 index 2beeddf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f02d4b79034eeb2d658187f08af9ebbd6f1e16ffae1b6d1182eb7ccaee07bcc -size 7249 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_3.uasset deleted file mode 100644 index b40824d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/MI_UI_LinearGradient_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ffd946726dd53933a44767000413b118f76acfd4d8b5a09542e58d51267bba2 -size 8104 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/M_UI_LinearGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/M_UI_LinearGradient.uasset deleted file mode 100644 index d79ce52..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/1_LinearGradient/M_UI_LinearGradient.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b214c447d4ad16d4dcfbacddf2d28b1f3784ae80d790b09b55a0b3b4835b7f2 -size 39939 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/MI_UI_RadialGradient_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/MI_UI_RadialGradient_1.uasset deleted file mode 100644 index 28289da..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/MI_UI_RadialGradient_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b4175124664c8d390d07f40169e9e67e1fcf6ca16ba929490eec74115072488 -size 8071 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/MI_UI_RadialGradient_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/MI_UI_RadialGradient_2.uasset deleted file mode 100644 index eb335e4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/MI_UI_RadialGradient_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b70cbda0b53256364d6e7a9ebae20feb47bca9a92fb305f05af9fc75f19b2977 -size 10255 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/M_UI_RadialGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/M_UI_RadialGradient.uasset deleted file mode 100644 index 22b09e6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/2_RadialGradient/M_UI_RadialGradient.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b6b72c9eaa62b9e6cdaaf310d10e7ce72f7c6d558cdd0158eab795533681e64 -size 28455 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/MI_UI_AngleGradient_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/MI_UI_AngleGradient_1.uasset deleted file mode 100644 index f526f32..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/MI_UI_AngleGradient_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25ca66c24943716b3d063beb353f9eb41b3c5b7adb32cfefaf1780e9ebca3eb1 -size 7410 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/MI_UI_AngleGradient_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/MI_UI_AngleGradient_2.uasset deleted file mode 100644 index cf50de8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/MI_UI_AngleGradient_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:209b405fc037d08d0387d1d068780ca1600d9b61a4757fbcac12e020818e5b3e -size 7047 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/M_UI_AngleGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/M_UI_AngleGradient.uasset deleted file mode 100644 index 9da7d28..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/3_AngleGradient/M_UI_AngleGradient.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cac1a4ad7f521f6e37d3a79e606f71c5d90f1e7538ba6ed924ace3790a35f63 -size 20575 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/MI_UI_SquareGradient_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/MI_UI_SquareGradient_1.uasset deleted file mode 100644 index bb63a1f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/MI_UI_SquareGradient_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46c4cff1529a7ccb9755b19e9b9755412a6e4754d6bd41793cd5c9a036a57d56 -size 7783 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/MI_UI_SquareGradient_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/MI_UI_SquareGradient_2.uasset deleted file mode 100644 index 6d7f7d5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/MI_UI_SquareGradient_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cc906700d1844aef81ef12f9c7f6906ae6295da09644df0a812bda4020685db -size 6415 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/M_UI_SquareGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/M_UI_SquareGradient.uasset deleted file mode 100644 index 82d9e0c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/4_SquareGradient/M_UI_SquareGradient.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31e94712b1b54401497a8e0288c16595074857494c1ee44a2ead3394f34b538a -size 26644 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_1.uasset deleted file mode 100644 index eb8ca44..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8443a34a9436463066b919bc0f9e03eeead986b530ad4c12f7a3ade6de873fa4 -size 8034 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_2.uasset deleted file mode 100644 index 7448f05..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67decfa908ede199f3517427b994ee7f741e6d15705638c5ec3cddfda93f772a -size 8875 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_3.uasset deleted file mode 100644 index 3fbfe71..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/MI_UI_RemappableGradient_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b02c63eb0a2f23a4e76a5136e1ee447d80d8fcb9e7b9b63ac681fd6e52d4d34 -size 8441 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/M_UI_RemappableGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/M_UI_RemappableGradient.uasset deleted file mode 100644 index 9810be3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/2_Gradients/5_RemappableGradient/M_UI_RemappableGradient.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07866eb7b22ae7aa48d4d0da1e642d68f3cda3b1e8070e04c7fbe6efc6cc654f -size 53349 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/1_LinearTime/MI_UI_LinearTime.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/1_LinearTime/MI_UI_LinearTime.uasset deleted file mode 100644 index e708c42..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/1_LinearTime/MI_UI_LinearTime.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b82165c13ea0fef77746f551da80738101d02ab2916c4cfcd7b150058c895413 -size 9139 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/1_LinearTime/M_UI_LinearTime.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/1_LinearTime/M_UI_LinearTime.uasset deleted file mode 100644 index 1ad6aa3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/1_LinearTime/M_UI_LinearTime.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5642647350c5bab289a3e53d20aca6e6b7540d150c25e82c63a1efedfcfeed31 -size 99479 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicIn.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicIn.uasset deleted file mode 100644 index 8041346..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicIn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ded6a4124e5550f0f4a0b07a3b2f5ebe97b41a35672d0833fbc7f2e56ffaf99 -size 8180 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicInOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicInOut.uasset deleted file mode 100644 index 786a8ab..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicInOut.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:249cd64901cab6783fa69a9417f1d1606396f46e7df4f608cee49a481225a86a -size 8205 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicOut.uasset deleted file mode 100644 index 75e1577..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_CubicOut.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:483c838defe49553e215a49c5696f411ebb7d7c08ec034930c2ada32bfc3e78d -size 8221 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticIn.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticIn.uasset deleted file mode 100644 index 0391ebc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticIn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:562d6c959c72b52bee2aecf80d34f4e0872e9e897b06ed45a0f304991b1e441e -size 7811 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticInOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticInOut.uasset deleted file mode 100644 index 23e1d00..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticInOut.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f5ae73376241df3a251c55fa2bb76fc600c23020066fcf7e727f838383e7ebf -size 7769 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticOut.uasset deleted file mode 100644 index aae8de3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_QuinticOut.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d0ca0bd850d25a7bb17b16417e162600a3ec58bf3717982698bde4890ae4822 -size 8125 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineIn.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineIn.uasset deleted file mode 100644 index 2eeb0d0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineIn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc5d889fb34e32fa22cc332a78d9be4870d5be582366f654e7bb74fd98008c0f -size 7915 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineInOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineInOut.uasset deleted file mode 100644 index 125d6b8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineInOut.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd9415231a6eed0a18987127f9df1c8f8e6a6e52085624816fdef3a637b72cd7 -size 8295 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineOut.uasset deleted file mode 100644 index 3c7d4b3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/MI_UI_EasingFunctions_SineOut.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bb01611886929958bec6b38ed761c176a300d4ad9c6bf6e21c11717171330af -size 7968 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/M_UI_EasingFunctions.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/M_UI_EasingFunctions.uasset deleted file mode 100644 index 1611c4a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/M_UI_EasingFunctions.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26f966062cb6e65d7fa6165177bf4ecf5bcba3da32360c4fa310122fedb00b39 -size 76684 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/M_UI_EasingFunctions_Linear.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/M_UI_EasingFunctions_Linear.uasset deleted file mode 100644 index d09920c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/2_EasingFunctions/M_UI_EasingFunctions_Linear.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82840b1aff729e94b66990e959f172b398a2e55be61de78d7fdce9f873148040 -size 7851 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_1.uasset deleted file mode 100644 index 005208f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69446606c0f66b88dd10073799179344e474f83030791156c23e437c88baf1e7 -size 14763 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_2.uasset deleted file mode 100644 index a5c80bc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9974ba4430e32daecddc8476b6439561679138ec51fca30a952b1adb909b089 -size 14725 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_3.uasset deleted file mode 100644 index 7969e21..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9d99bfe09ca5134af11f2a252a073e64c5032afdcc2937779effb7ed9972054 -size 13695 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_4.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_4.uasset deleted file mode 100644 index af26433..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1be16ad3027ac130f33d415ae35814bfcfd903c35b9ae5487d06c63cb904af55 -size 18350 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_5.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_5.uasset deleted file mode 100644 index b50e27b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/MI_UI_TimeDisplace_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a9bfcf5b8328332d147458240c5082169b8a55b029926af3070da578813cbb9 -size 13788 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/M_UI_TimeDisplace.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/M_UI_TimeDisplace.uasset deleted file mode 100644 index b89c51f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/3_Time/3_TimeDisplace/M_UI_TimeDisplace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b5656423600107946701725b1691b7889886fc14044aed9748a3727a696bd23 -size 112904 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Box.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Box.uasset deleted file mode 100644 index 918ba8f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Box.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3e4fbf950dff06804734cfbb7cb393f80924424a675113eb7d2b85ef82a0ed2 -size 8864 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Circle.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Circle.uasset deleted file mode 100644 index 1f3508b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Circle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59e0dc425558029322815e0884a7653221c3582cac41035b653fa1032cc53a60 -size 8689 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Hexagon.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Hexagon.uasset deleted file mode 100644 index 4b27992..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Hexagon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e83f7452b7b28ff25a1b68119007088083fedca3a1afc52c51a9201e5998167 -size 8814 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Triangle.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Triangle.uasset deleted file mode 100644 index 14c046d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/MI_UI_SDF_Triangle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea24cd8d68c5609ce0be20bdff51056ee3c3811abe74be6f503eb382759943fe -size 9511 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/M_UI_SDFs.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/M_UI_SDFs.uasset deleted file mode 100644 index e716ec1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/1_SDFs/M_UI_SDFs.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57823f3bfaa5b095d45072ea02741cea7bde6d4900342af0f2bea3a9f43e5dd9 -size 50056 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Example.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Example.uasset deleted file mode 100644 index cf68d05..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Example.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16c5b63c8d9143ef456c98f3ccaf72f38755f1c4527daa70c1709680c654d094 -size 5348 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Intersection_Exact.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Intersection_Exact.uasset deleted file mode 100644 index a4daf42..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Intersection_Exact.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:161429a1993b0025bf4329a3cef980ef2f221b7eed8c1fe9be065e0b374bf297 -size 8305 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Intersection_Smooth.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Intersection_Smooth.uasset deleted file mode 100644 index 4c90988..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Intersection_Smooth.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8ab0acfff14cbb1ab5ed74f58763024f02594c982eb3b3806509bc99f608606 -size 7934 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Subtraction_Exact.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Subtraction_Exact.uasset deleted file mode 100644 index 23d5bb3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Subtraction_Exact.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29de968f85370348b2f4b91d3f276e0d57ee879e9763795ec7ba3581572eddd6 -size 8468 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Subtraction_Smooth.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Subtraction_Smooth.uasset deleted file mode 100644 index e5759a3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Subtraction_Smooth.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc5262cfa24b078948c7c642e8aaf13b409605213a141ca6a4cb871e95b32dc3 -size 8777 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Union_Exact.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Union_Exact.uasset deleted file mode 100644 index fcc5684..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Union_Exact.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccb602d9bc91fd15313a6d03298acdc7111e7610ac4174bddf435178650f7054 -size 8202 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Union_Smooth.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Union_Smooth.uasset deleted file mode 100644 index b2f2431..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/MI_UI_SDF_Union_Smooth.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93a7bbf0f003092e4eec549073df3daabbd922453c0f05af59c81565b78090ea -size 8587 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/M_UI_SDF_BooleanOperations.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/M_UI_SDF_BooleanOperations.uasset deleted file mode 100644 index 60dbc0d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/2_SDF_BooleanOperations/M_UI_SDF_BooleanOperations.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a860e6e8c6899aa916233548fa1ab857d4b4d0440fc567a7087f74e4533e440 -size 124136 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_1.uasset deleted file mode 100644 index ad7b6f2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ba1a7d51b964095db61974bf59b6e86480cddc1c39d744424d795834a130a72 -size 7051 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_1.uasset deleted file mode 100644 index 92e60b9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45eb867585be12bc3c14695152b717e29a766cbc2c2a66f94d276a0e1a7d9861 -size 8880 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_2.uasset deleted file mode 100644 index 5355f9d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/MI_UI_SDF_Morphing_Texture_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00310041aae96d174edc825ebd862dba08dee0fcdea35367b23eabf0c93f26ec -size 9275 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/M_UI_SDF_Morphing.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/M_UI_SDF_Morphing.uasset deleted file mode 100644 index d1bd597..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/3_SDF_Morphing/M_UI_SDF_Morphing.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1aac1ac903bcea6951a1de8ca08acecfaa7ff2e266d36ae4b593f9b572e12b4 -size 49099 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_1.uasset deleted file mode 100644 index 84c1270..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e54ab43d5bc4a3ed4af343cfe4e34b7e4a9df4580abec715b6e7652c7ce1f20b -size 10741 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_2.uasset deleted file mode 100644 index af92e03..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9834e3089966ea3fe90fa1edcbf5242d5753dc879a2dcda89def4e348fed2bf8 -size 10543 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_3.uasset deleted file mode 100644 index 1de6b60..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/4_Wave/MI_UI_Wave_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:394f63f53f01448967022893c16d7caa98762ba9df735a8388f5d5fd2a9a299c -size 7168 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/4_Wave/M_UI_Wave.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/4_Wave/M_UI_Wave.uasset deleted file mode 100644 index 1b30275..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/4_Wave/M_UI_Wave.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d3f094641071af5296571b730920fc968a188f081493a648782d0b2a0b765f8 -size 62095 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_1.uasset deleted file mode 100644 index d9e2363..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:199937aa00488ee42df75e1499e9ae7814a5dfc7a0c56155bdd5178c79a64bfb -size 10463 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_2.uasset deleted file mode 100644 index f4d8c57..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9dc7f430b3719bdac28b3c4448844cca3f17f2a70c6d0aec4262f7a7567566e -size 10049 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_3.uasset deleted file mode 100644 index 0bb6262..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60ca4a7bb5ff7d5bf2dc0e351889107479f09915081747ae8510ef788c38a199 -size 11032 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_4.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_4.uasset deleted file mode 100644 index 6f672c8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/MI_UI_SDF_Effects_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:528db5b02d4b17439069d14892373da34c6abaaff396c35fd6257725d8743da2 -size 11769 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/M_UI_SDF_Effects.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/M_UI_SDF_Effects.uasset deleted file mode 100644 index 8b67795..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/4_Shapes/5_SDF_Effects/M_UI_SDF_Effects.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dff1e0d7e027438012448e43bc78a4432ca3cfe25c4a9e6d6c92259ef30ff381 -size 50878 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_BlindMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_BlindMask.uasset deleted file mode 100644 index 25b691d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_BlindMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:311be0c9c409f8056a8a1ae4e8f881945042b4fba980261a877e58aa9d6de897 -size 4792 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_1.uasset deleted file mode 100644 index 162a64c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e719a2aad38e3b87d660ff201f80d5c463e1152224d5c33a0514e1cf0aace907 -size 7957 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_2.uasset deleted file mode 100644 index 517b583..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d77c7eb3261dd533da08c25b825df25209c36767b0b0ffdd462e7b5570742885 -size 10207 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_3.uasset deleted file mode 100644 index 1012eca..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/MI_UI_Sweep_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30e6f8ab41c8f133ea2930a9f90adfcaaf071118554c5a2264957a62a1fe7e30 -size 8374 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/M_UI_BlindMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/M_UI_BlindMask.uasset deleted file mode 100644 index 04e6106..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/1_Blind/M_UI_BlindMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:595056df14883aca25118830af3bd2b38ab8f2f4a2b290b45e215020bf7d68b2 -size 56218 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_1.uasset deleted file mode 100644 index 38d40af..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e792d5880d96068092863c51244a67d07850856a057e18d73401598c98690838 -size 8296 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_2.uasset deleted file mode 100644 index 5d12e8d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a9fe1eea5f342a6f4d6b13c06ddd8ed6c8d2fde8c8794bd2c99237018c09916 -size 8147 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_3.uasset deleted file mode 100644 index 3684841..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/2_Wedges/MI_UI_Wedges_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07a5dbb7251ea0d9424ba266042da503a62cfcc8098007dfb7697d16ecd02e58 -size 8160 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/2_Wedges/M_UI_Wedges.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/2_Wedges/M_UI_Wedges.uasset deleted file mode 100644 index a9b6a30..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/2_Wedges/M_UI_Wedges.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd43549184f1f0492816a8027ca0f1fc5540cb44d54d63749fba10a7339947ae -size 54182 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/3_Checkers/MI_UI_Checkers_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/3_Checkers/MI_UI_Checkers_1.uasset deleted file mode 100644 index bf260f1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/3_Checkers/MI_UI_Checkers_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e11c98f2cdf56431cc11e2643b38c1d291eb9a3cc534e08a6632bddffd66c723 -size 8608 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/3_Checkers/MI_UI_Checkers_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/3_Checkers/MI_UI_Checkers_2.uasset deleted file mode 100644 index dc6e30c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/3_Checkers/MI_UI_Checkers_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2145bb83a84f1d883f88676f58810a14f3f5a4ad4551d0e655d903cc9445ae10 -size 11825 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/3_Checkers/M_UI_Checkers.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/3_Checkers/M_UI_Checkers.uasset deleted file mode 100644 index f0d8a3b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/3_Checkers/M_UI_Checkers.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68df7f1662d894710253cf8ef5af635be7c144715cad437b86e14be5ec1f316e -size 46823 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_1.uasset deleted file mode 100644 index 6e25310..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e31c1db9dbbf403f6562064d7a1d9bdca1acf5a7d35d3c50e107d027395aeffe -size 8859 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_2.uasset deleted file mode 100644 index 91828ba..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d80384765a002e53dcb6573fe29d0a771c1a597d4b1e0c67242a3e09be7ea0d -size 8126 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_3.uasset deleted file mode 100644 index 172be9e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/4_RadialSegments/MI_UI_Radial_Segments_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b0eb7ce310e3a179e7fdd94a59caf5adeaee3100a20a7185ea3a67a2b5045b9 -size 9934 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/4_RadialSegments/M_UI_Radial_Segments.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/4_RadialSegments/M_UI_Radial_Segments.uasset deleted file mode 100644 index 7a652e1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/4_RadialSegments/M_UI_Radial_Segments.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b88b0fe00a72ba12016dc6a8f019e92c26e9e85fd807ff21f247564ad224ac0 -size 91783 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/5_Sectors/MI_UI_Sectors_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/5_Sectors/MI_UI_Sectors_1.uasset deleted file mode 100644 index b8aa9b5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/5_Sectors/MI_UI_Sectors_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a445c2dfadf29647eae69dc1659dbb59848f339e8eac0ff12d9f94d12d2a5bb -size 7712 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/5_Sectors/MI_UI_Sectors_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/5_Sectors/MI_UI_Sectors_2.uasset deleted file mode 100644 index 4500031..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/5_Sectors/MI_UI_Sectors_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:089208bad8e17e37ad648fafd533e679b7a5f4859a6416914239d9d5425e81fa -size 8602 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/5_Sectors/M_UI_Sectors.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/5_Sectors/M_UI_Sectors.uasset deleted file mode 100644 index e754789..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/5_Sectors/M_UI_Sectors.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ebc7fcb0655915928002442b92ccfa33b48571a620c9fc3302b4517b07e08a9 -size 29398 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/6_Rings/MI_UI_Rings_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/6_Rings/MI_UI_Rings_1.uasset deleted file mode 100644 index 22c29c4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/6_Rings/MI_UI_Rings_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:779666825a7f886098675a82be9e4975ae71f15965604f05aeeedd0a97889f18 -size 11994 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/6_Rings/MI_UI_Rings_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/6_Rings/MI_UI_Rings_2.uasset deleted file mode 100644 index d9eb37e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/6_Rings/MI_UI_Rings_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9ab8ac277ce0a50b0e7298325d0bcb73d546fda6098066cf5f0bc8528f9b15d -size 9978 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/6_Rings/M_UI_Rings.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/6_Rings/M_UI_Rings.uasset deleted file mode 100644 index 3e87c52..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/5_Masks/6_Rings/M_UI_Rings.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95f572f61a56e97842916d5a32d76874e292d36f1dc83b860238f1f5b6288643 -size 38658 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/1_GridTiling/MI_UI_GridTiling_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/1_GridTiling/MI_UI_GridTiling_1.uasset deleted file mode 100644 index b842af6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/1_GridTiling/MI_UI_GridTiling_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb9c2f940e00d7dcc77b463396f3fcf12add59354914e1c51f2d937b7e87f5ce -size 7012 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/1_GridTiling/MI_UI_GridTiling_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/1_GridTiling/MI_UI_GridTiling_2.uasset deleted file mode 100644 index 359b7e2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/1_GridTiling/MI_UI_GridTiling_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba5432d626d4e2d8035dc6e57c09a8457bca1366aaa0d88623a8686695f1140d -size 11068 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/1_GridTiling/M_UI_GridTiling.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/1_GridTiling/M_UI_GridTiling.uasset deleted file mode 100644 index d89eae2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/1_GridTiling/M_UI_GridTiling.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4c2af97f50978536e034d5841bd8de1bf48b48e490fcca6d36bddcd8c3c2d87 -size 54142 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/MI_UI_HexagonalTiling_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/MI_UI_HexagonalTiling_1.uasset deleted file mode 100644 index 1e6c7e6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/MI_UI_HexagonalTiling_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2f7ca44e9d84ba36daa91add2478d99693dc20d39138db5daaa99af49c76604 -size 10560 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/MI_UI_HexagonalTiling_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/MI_UI_HexagonalTiling_2.uasset deleted file mode 100644 index d21aca9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/MI_UI_HexagonalTiling_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6337ba783e8c5ff17b12d64d0a1c041138daf11a519051d21766676ba3becd20 -size 11628 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/M_UI_HexagonalTiling.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/M_UI_HexagonalTiling.uasset deleted file mode 100644 index 4d45e80..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/2_HexagonalTiling/M_UI_HexagonalTiling.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22d6f33cb07d3a9389cd42ad4fb80b2a9b18390ee11eb2e10659bdd1cb33e6c4 -size 58442 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_1.uasset deleted file mode 100644 index 6685b3f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b68c8c8e752ac67fda160bc51476f6e7dfad82d2b276283b3a6c61c2aef5df1 -size 17399 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_2.uasset deleted file mode 100644 index 4b3dfab..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0aa1a377ae62d55d73bccfcd453685e6d62695c7c75cf9a83e833472458fa235 -size 15271 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_3.uasset deleted file mode 100644 index 67473ed..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4469abdd12a798d6416be0343aae09dd7869cef095ef7fc88eb0335cc28b44b9 -size 20574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_4.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_4.uasset deleted file mode 100644 index b5363d1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_Mask_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78a386faf66e61779ff055f49f6e3a3cf53e3616da20aabf9ce2b49bde115526 -size 13579 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_1.uasset deleted file mode 100644 index 67d9ef8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:641c7e9e121e3f95a0087068250640e6b79bcef15e88d0363b727149d7e83ba2 -size 19231 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_2.uasset deleted file mode 100644 index 381c72e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/MI_UI_Truchet_UVs_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1494a27a077715f707aa69e1277306b13dcc51c52d338aeb3d9b31dda65cdba -size 23323 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/M_UI_Truchet_Mask.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/M_UI_Truchet_Mask.uasset deleted file mode 100644 index d002df1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/M_UI_Truchet_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3ccadf2c95ba2027fc4c3cd7d13efb0d9682d7256a9802bbf028ce36e7f5a11 -size 53639 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/M_UI_Truchet_UVs.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/M_UI_Truchet_UVs.uasset deleted file mode 100644 index 4689368..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/3_Truchet/M_UI_Truchet_UVs.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1089a62699e02b15a1530e238dc171d0b9249cbbaf1b2b25e2d53eeabd3c9766 -size 39857 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_1.uasset deleted file mode 100644 index c145471..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a94ad31637475109130a694ddd5c0f371030efc302a4c58ba934b88bea0f2b68 -size 33659 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_2.uasset deleted file mode 100644 index 66e31e0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a87c85191c04a6a7f24502564a7e226fbf81054c7a8614a465249172dafc068 -size 28348 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_3.uasset deleted file mode 100644 index 229b804..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/4_Halftone/MI_UI_Halftone_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df659b59cc42ac7651492a8d0a75a1d90898db71788908baa68ae8cbf0856f28 -size 43420 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/4_Halftone/M_UI_Halftone.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/4_Halftone/M_UI_Halftone.uasset deleted file mode 100644 index d576bbc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/6_Patterns/4_Halftone/M_UI_Halftone.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d2970f62364395e82effdceeb3bf38cb91865d968f39634d3f883b1f2de9a09 -size 111245 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/1_Slant/MI_UI_Slant_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/1_Slant/MI_UI_Slant_1.uasset deleted file mode 100644 index 71daf05..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/1_Slant/MI_UI_Slant_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:800aaace4c583414da4b26ba9b6a2ba744d86b5fbbab177be29be0947f8be2d1 -size 7560 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/1_Slant/MI_UI_Slant_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/1_Slant/MI_UI_Slant_2.uasset deleted file mode 100644 index f04fc95..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/1_Slant/MI_UI_Slant_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c90a8821e4d3546859bcb6aa96b17b6d26b77b7c8a3949e52b904389ead1e7b -size 7438 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/1_Slant/M_UI_Slant.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/1_Slant/M_UI_Slant.uasset deleted file mode 100644 index a20de36..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/1_Slant/M_UI_Slant.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c0f88e1f6a97e1eef41f92d8918e47699daf2a7fa6cdb2a55f9fafb7d7f0f37 -size 22311 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/2_Skew/MI_UI_Skew_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/2_Skew/MI_UI_Skew_1.uasset deleted file mode 100644 index b01b8e5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/2_Skew/MI_UI_Skew_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f5a5f7a0e749b5094c07d3b413c8c33c88e7e303a80e33c7d683849ec3f73ba -size 7254 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/2_Skew/MI_UI_Skew_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/2_Skew/MI_UI_Skew_2.uasset deleted file mode 100644 index 6ccd4e6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/2_Skew/MI_UI_Skew_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f17a55c8830e9d59bf587c53f4d8fb80a52d3ad539393db69d21b2b5c0f5741a -size 20363 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/2_Skew/M_UI_Skew.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/2_Skew/M_UI_Skew.uasset deleted file mode 100644 index d44823a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/2_Skew/M_UI_Skew.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8627724ff0a8d6b8ae327350e57fd22a9d09c7c9f62b7a8a08ff27f72ab4cf1 -size 21709 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/MI_UI_PolarCoordinates_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/MI_UI_PolarCoordinates_1.uasset deleted file mode 100644 index 5d079d8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/MI_UI_PolarCoordinates_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33899b78349d2b852d7c7946c739d20b59103b6843129e444f6a3e0c8b336edc -size 8521 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/MI_UI_PolarCoordinates_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/MI_UI_PolarCoordinates_2.uasset deleted file mode 100644 index 6a02948..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/MI_UI_PolarCoordinates_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb4aa6a4b1678c1c204bc0975457e4ddea306bd90df595182c3e85900ba484f0 -size 17591 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/M_UI_PolarCoordinates.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/M_UI_PolarCoordinates.uasset deleted file mode 100644 index b6e0932..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/3_PolarCoordinates/M_UI_PolarCoordinates.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4abf5be1077f8d6c569fcd475626c3b0f18b029dfe925e11647db7b38409cc1e -size 91994 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_1.uasset deleted file mode 100644 index 506e88f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82f802854f3e186b2b2661797b6da08d424d7d52292be571ad6d034818fca82c -size 14009 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_2.uasset deleted file mode 100644 index 242fc83..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12f8caa50915f0b42ee7b654d104abc6257a7f5ff2be8b467c206c73fe06565e -size 14935 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_3.uasset deleted file mode 100644 index 280c1a8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/MI_UI_WaveWarp_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71fe75a8301fbc195305be807888a90821aa17aa4796a1fa3858dbb61e47b6a7 -size 16770 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/M_UI_WaveWarp.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/M_UI_WaveWarp.uasset deleted file mode 100644 index 565047b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/7_UVDistortion/4_WaveWarp/M_UI_WaveWarp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c11660e8369056dd666c268c93b2a3ce2b0db69041e893a51dbcda4f32cd92d -size 40573 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_1.uasset deleted file mode 100644 index 3c08c99..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b317faeea5695b7ef9d8bf6659060a976c36200a87c44c079dff8ce3969e246a -size 35064 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_2.uasset deleted file mode 100644 index 245bbc3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b02d4debc8d4d27b488e501a6fb938c54b8f404c61539204a75741a4130511af -size 14775 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_3.uasset deleted file mode 100644 index 07942f6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/1_Random/MI_UI_Random_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a816d75f7bad019de9e6453b1293a96ad287de509d55dca34298d72c8b474bc -size 7182 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/1_Random/M_UI_Random.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/1_Random/M_UI_Random.uasset deleted file mode 100644 index a43c833..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/1_Random/M_UI_Random.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:366623cc5e4190de70503766bb1f978b9da70bf691a180d075cfdf2248393edc -size 60880 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_1.uasset deleted file mode 100644 index a50a3bf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:483c76bb03f029371928be819731608e992b592aab19604936e4d7a3217523cf -size 8236 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_2.uasset deleted file mode 100644 index 32021b2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec08584d993eade179643db6880281f84e1a323bb6bb023a15a27203bbce2226 -size 8776 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_3.uasset deleted file mode 100644 index e9b7c1c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/MI_UI_SteppedGradient_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aef5e9fd77c93c805f773b34dd977857c527da8702b88eef5ef7cbebb14d1d28 -size 14514 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/M_UI_SteppedGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/M_UI_SteppedGradient.uasset deleted file mode 100644 index 23e1029..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/2_SteppedGradient/M_UI_SteppedGradient.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb70d87215d28d33fd361cb6c5e4b2c46cbf9c52ca55a91eec0c20a87873705f -size 50252 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_1.uasset deleted file mode 100644 index 65defab..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40df4b296ca33e6ccf0ce610492216ce55d7a79be96cd822ca98a231a3b80548 -size 8190 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_2.uasset deleted file mode 100644 index 9f716dc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:077bd67b01529ec97fdbd6cc4bfbcc98cab92b26a4144c456e29d8384808159f -size 13183 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_3.uasset deleted file mode 100644 index 7defe56..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/3_Pixelate/MI_UI_Pixelate_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f186d8f8b3b829c05955d917ff665da89a3c5ca496d4d7a719b0e7edd408530 -size 8596 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/3_Pixelate/M_UI_Pixelate.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/3_Pixelate/M_UI_Pixelate.uasset deleted file mode 100644 index 0666ebb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/3_Pixelate/M_UI_Pixelate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14a7eea18a92062f7a67c257c38d025371eb0c21e58c2b7e7963f22ea06e8d79 -size 41857 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/4_PingPong/MI_UI_PingPong_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/4_PingPong/MI_UI_PingPong_1.uasset deleted file mode 100644 index a6d49f3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/4_PingPong/MI_UI_PingPong_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5be57d517d7da467f84978acba53a2f6ceacdbcb1fc1e8b8d244100c46d90dee -size 7695 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/4_PingPong/MI_UI_PingPong_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/4_PingPong/MI_UI_PingPong_2.uasset deleted file mode 100644 index 6a7d1e1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/4_PingPong/MI_UI_PingPong_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d86aa125a493fb8cec8ca5eec883f59989c42dce6dde5eac0e6dd7504cdf53ab -size 9154 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/4_PingPong/M_UI_PingPong.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/4_PingPong/M_UI_PingPong.uasset deleted file mode 100644 index 9d003bb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Materials/8_Utilities/4_PingPong/M_UI_PingPong.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38c946b6be84f74891258aa224e13476e569bd6e64484a11a46c1c901ca6b7da -size 44261 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Axe.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Axe.uasset deleted file mode 100644 index cb35b43..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Axe.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9ec1e65ec65e2cad122bc44d0e7dcb000748f64b79f4ecb0aeba4b2002134e9 -size 58720 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Cards.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Cards.uasset deleted file mode 100644 index 45ccf6e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Cards.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6248b6035243e7aac3ed7bfb7dbad1179f94e95e9af48d20c47832b28a51261c -size 157587 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Noise.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Noise.uasset deleted file mode 100644 index 8fee263..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Noise.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17a4c16d534c0975efb5d36a086b00379ce188304c50a3203488734672f1ab69 -size 37070 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Numbers.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Numbers.uasset deleted file mode 100644 index b11a4cd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Numbers.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a52d72d3e9bc333b12ebbcdca169e86c2ddf74dd34377a9bf324b074a5fed5d0 -size 30200 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Oxo.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Oxo.uasset deleted file mode 100644 index 9cdb6a5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Oxo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec53f893a4cfdc0410e865713eecdc00e5fd468930ca03d204dad7e5a880fc90 -size 83838 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Potion.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Potion.uasset deleted file mode 100644 index 9995661..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Potion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba31a6ae960b339edc1b50d97ee64e8a7db3fddfe9775ff14ddee92b437c46e6 -size 80469 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Shield.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Shield.uasset deleted file mode 100644 index 7ef13a6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Shield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b05bf5d726d310a19ce83bd159e72535a4b7c92d1a952a48a74ccbc5092eb89d -size 107038 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Sword.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Sword.uasset deleted file mode 100644 index 558c782..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/T_UI_Sword.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a918d255d10ab6f92c0faeefc10156ffae1163658e2f998c685d946ead3138b5 -size 47050 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/WIP_texture.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/WIP_texture.uasset deleted file mode 100644 index a1d388d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Textures/WIP_texture.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7d6295cde62745e764eecb1c3f36e89e0c5c755b911db616f870ca0a4bdd78f -size 12063 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button.uasset deleted file mode 100644 index fdcb932..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97b1c1c394d2ace7fbbd987f864021be368ffe67c98f3a13172c2237af5ceaa9 -size 54931 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button2.uasset deleted file mode 100644 index 7f641d0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7380f82b744950b202f63408e2502a617b4722e7bc17fbf328bc2f270fd4b194 -size 42347 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button3.uasset deleted file mode 100644 index 7edc871..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2f721e78badec902f8c98e78968251f0ae5c852bc0474b4e09e64acb7606e61 -size 97685 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button3_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button3_Inst.uasset deleted file mode 100644 index 2aac2d7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Button3_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b684ef2c4abe19c01346d78c68d0ba9cbe2af8998592ef231be5e631f50fef23 -size 13478 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_LedBackground.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_LedBackground.uasset deleted file mode 100644 index 6fb37b8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_LedBackground.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a95fb9616a6caa4787eec6eb25bae15dc5ee20094809409641e29cc60683b32e -size 115690 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_SaveSlot_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_SaveSlot_Inst.uasset deleted file mode 100644 index 6e64db0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Liquid_Fill_SaveSlot_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30e333c2137ebc4de706843489ba64fadece237053a7071e62f4af4139e475fa -size 10486 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ObjectiveFill.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ObjectiveFill.uasset deleted file mode 100644 index c1bdc90..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ObjectiveFill.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:363bffa4e2b4be6f9d2773418bc4d695068bed54efced542c4fe873367e45f16 -size 57583 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ProfileCard.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ProfileCard.uasset deleted file mode 100644 index ad79e3b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ProfileCard.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b4613a1d9d7c963ee640f5481ba4a7e3f301d836e6851de32a9f27f7742f193 -size 48031 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ProgressBar_Segmented.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ProgressBar_Segmented.uasset deleted file mode 100644 index 2d0c0b0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_ProgressBar_Segmented.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0f876341eba2a16bc76b0f1fdf0b0cf435d5f93a9605d305bbf7a926113b22c -size 71602 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Slot.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Slot.uasset deleted file mode 100644 index b8bc7bb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_Slot.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fedf37b7664d9d50dd4bbed5c56e84fb9e41ab89808ea4abc0706964cb74aef -size 96516 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_TileBackground.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_TileBackground.uasset deleted file mode 100644 index b55ff7b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_TileBackground.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99a11990be6a73d69da7eff9c92467b2c46550e75cff585733b1f8fef5f926a2 -size 30584 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_WIP_Tile.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_WIP_Tile.uasset deleted file mode 100644 index 11b6f9e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/M_UI_WIP_Tile.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8661b90eaad5712fdc05439a84ac168088173706df9d07979e0c8f0bf2630c86 -size 24381 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TabBackground.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TabBackground.uasset deleted file mode 100644 index 5735a8a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TabBackground.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:833f3212aa3242cf2de984fc43baf4489e238e400794ae3d3a4e5ecb7a28b923 -size 11169 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TileBackground.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TileBackground.uasset deleted file mode 100644 index 1686daf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TileBackground.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e3069743701a10e118e803cfdfb8a3f0e0bfb8cc85cb700aa232a387dc349b5 -size 8099 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TileShadow.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TileShadow.uasset deleted file mode 100644 index 81da959..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_TileShadow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b91db350c9a1a150bd35867fc9a321922710d77a85259f619181a7e22a453684 -size 10251 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button.uasset deleted file mode 100644 index c419008..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e99e65160296ff2d333a619f0cfe9af30ff4f292729a2c0dfd6e885a3fd6960d -size 15012 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button2.uasset deleted file mode 100644 index 6077e47..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe29fb4d6bd103b3c392f1058ffa467ddd104ba21bd93ae15432c2a767a32160 -size 13334 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button3.uasset deleted file mode 100644 index 4105a93..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Button3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:449a703aa916dad96a122e3a836523a73fcdab7aa60dc91a1e6e3ef80d9a3588 -size 17811 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_LedBackground.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_LedBackground.uasset deleted file mode 100644 index db04e98..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_LedBackground.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ac21b5cba6236cdc401554d52d0d8c6541d2fe9314d59da78fb858a224c4262 -size 18060 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_LedBackground1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_LedBackground1.uasset deleted file mode 100644 index 2e43017..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_LedBackground1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a833871152065509e31b69a2ab74cceb4310a8e725c4622a12fb2ebdaaccdce7 -size 22867 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_1.uasset deleted file mode 100644 index 6d4dfbc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b84cd01a0f042554bd651b2cd3984a759c06a9784c5b5662e9f2c00c7e7b52c3 -size 11757 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_2.uasset deleted file mode 100644 index 0df6e04..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91bdb3ed7616e88011d0189a2f7152099ae6d836150eefef76f2543eafaed13d -size 12446 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_3.uasset deleted file mode 100644 index 584fc67..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Liquid_Fill_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5edfc961d1ddbf4f09352b373faf2c2b01f5638e7b207d4e16a8fd42b8e83abb -size 12137 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ObjectiveFill.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ObjectiveFill.uasset deleted file mode 100644 index d2be378..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ObjectiveFill.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a28be2c44d0915817baa98943ac6e84b959dba7f683e11e94ee3f8dafa8cf0e -size 13611 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ObjectiveFill_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ObjectiveFill_2.uasset deleted file mode 100644 index 14c70d5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ObjectiveFill_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33f7ac4e21ddd3097894068b29a4ea77d468b631bf8c283eca11dab754a66eda -size 13568 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProfileCard.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProfileCard.uasset deleted file mode 100644 index fa86956..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProfileCard.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bdb5a7d0adef10392990728328ca752e1fe5e7d78375963b3bfa64331cd5a46 -size 20062 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_1.uasset deleted file mode 100644 index ab630ed..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcb64a6bee56c9ed4201695cbfa1bfa00093e31c72da4768a8b5dd909c5c72e6 -size 10813 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_2.uasset deleted file mode 100644 index d0fd78e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ca951900cf06b5d1059d7e09d98c5e880fae7ed46beb772b0923849f4a2513b -size 11696 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_3.uasset deleted file mode 100644 index f55f2e5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_ProgressBar_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b150025c18f00bb12e3666388db015c8b60b3ee0a9f4de0cbe036b7f24f52952 -size 13229 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_1.uasset deleted file mode 100644 index 902f301..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0f5e903331fd5b95e7d66214329dd46d458d714f17d50a4e8c963b92eaf60f3 -size 20920 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_2.uasset deleted file mode 100644 index 74db56a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c14ee73ac8877df1dc7882519b3e6fdff0641fe66342e416ff6c4b43b4eace1 -size 22073 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_3.uasset deleted file mode 100644 index 43e1f09..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fe7f34523ca8695b8e15a931c2051cbcc04c1178d5c639003eae8ea7d8c186e -size 20043 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_4.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_4.uasset deleted file mode 100644 index e165251..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_Slot_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b56d6ca19e82be7660e20b815c01b56a9930d8fdcce83b76634b59a885a43e1 -size 21926 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_WIP_Tile.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_WIP_Tile.uasset deleted file mode 100644 index 6e54093..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/ComponentMaterials/MaterialInstances/MI_UI_WIP_Tile.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:796ebb42ea6872afaf899a5c4646c5d297382d8ebc1ee36fc9737f2f54d61fa8 -size 13828 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/MaterialLab_ModularTile.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/MaterialLab_ModularTile.uasset deleted file mode 100644 index 471ba01..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/MaterialLab_ModularTile.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:247493def0e922028420fd847dbbeff0bd081191fb7ccda633ea53682b5df0db -size 58698 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/MaterialLab_SectionButton.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/MaterialLab_SectionButton.uasset deleted file mode 100644 index 18805df..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/MaterialLab_SectionButton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c13acbb9d547007cc086ee43e1147542645172e1843787795522d2c14735bcc -size 137909 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/MaterialLab_SectionHeader.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/MaterialLab_SectionHeader.uasset deleted file mode 100644 index b9d8a35..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/MaterialLab_SectionHeader.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:160b0d54ccc6a457cecbb07f6128c2d28d2d9407465d5fb7a0fe9d1142c53e9c -size 36101 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/MaterialLab_Tile.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/MaterialLab_Tile.uasset deleted file mode 100644 index a23d608..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/MaterialLab_Tile.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3a5a1a72d97981b6ba6c4119a0dac2743795ecb0864064510b606e70fd23060 -size 51323 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_Applications_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_Applications_Button.uasset deleted file mode 100644 index 13df772..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_Applications_Button.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcf8cecf24d9906cf5b18d42f3c43ca7df717738e14dd2d003aa38fd74bc8573 -size 65855 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_Applications_Button_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_Applications_Button_2.uasset deleted file mode 100644 index 0de8247..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_Applications_Button_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9791a8072ce4e7bf711ef3cc075711ba4a897ef0d1a19c62f7c77828e3558e55 -size 50912 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_Applications_Button_3.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_Applications_Button_3.uasset deleted file mode 100644 index 8c42951..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_Applications_Button_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:805a040399d5816b4864d41caf7cceece4b03d5f61681a4be9c2a7683cfcac47 -size 85012 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_HalftoneMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_HalftoneMenu.uasset deleted file mode 100644 index add46a4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_HalftoneMenu.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1553f1a23740f9ac45427c17b4d1a1345078cb2ce4815ba9498ff4137f4c7876 -size 34015 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_InventoryGrid.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_InventoryGrid.uasset deleted file mode 100644 index c25c9c2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_InventoryGrid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39a221fedac9f30ac4a51839ae0245b17d6dcdfd375486fbed5c99411c33a43c -size 34438 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_InventorySlot.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_InventorySlot.uasset deleted file mode 100644 index ad34a8a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_InventorySlot.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7bb8e8eeb4722d997d49e74faeaa4df78704f967392bd61dc1b4cf059e75334 -size 96393 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_ObjectiveFill.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_ObjectiveFill.uasset deleted file mode 100644 index 4a9084e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Components/WBP_ObjectiveFill.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62dfa37ac0ef0a5b67a503a1630727e0379ee5384b22dc49d3184c5af14da671 -size 32660 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Main.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Main.uasset deleted file mode 100644 index f1ffdc3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Main.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cded7bde9c2dd99c235f8f13aaceb26f58ccc70b1e58c91cafe80e53fa1bc1d -size 23254 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/1_MaterialLab_Transforms.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/1_MaterialLab_Transforms.uasset deleted file mode 100644 index 7893457..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/1_MaterialLab_Transforms.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dfd21c8cfd13032395025ba7567a0698494cbc6121994ed3cb4970b8d07b8a6 -size 67310 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/2_MaterialLab_Gradients.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/2_MaterialLab_Gradients.uasset deleted file mode 100644 index 0d15d78..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/2_MaterialLab_Gradients.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6b5c018a95fb5f83f1e6a4088c9632812b2f94bb1173f762bc35d92eb56e663 -size 67480 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/3_MaterialLab_Time.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/3_MaterialLab_Time.uasset deleted file mode 100644 index 494a7df..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/3_MaterialLab_Time.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:134d9f074ded3639b1ce77d8f398e4204caa73baf736a7edf40fb059aa5f8450 -size 83481 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/4_MaterialLab_SDFs.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/4_MaterialLab_SDFs.uasset deleted file mode 100644 index 530e176..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/4_MaterialLab_SDFs.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:deff4694be13c994fb538cd9129cfe3cb0abc525067d404c4192fdd3c6524a95 -size 83527 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/5_MaterialLab_Masks.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/5_MaterialLab_Masks.uasset deleted file mode 100644 index 1235303..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/5_MaterialLab_Masks.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb9a1a3aadffd24fa8bae4770d863383fd03ab665e296328c1fedca39c37f91e -size 78156 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/6_MaterialLab_Patterns.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/6_MaterialLab_Patterns.uasset deleted file mode 100644 index e9ee76c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/6_MaterialLab_Patterns.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b32c3569f6afe625fb44ab32286ce65cba53999e8596337f6518c7750fc678a -size 60229 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/7_MaterialLab_UVDistortions.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/7_MaterialLab_UVDistortions.uasset deleted file mode 100644 index a68bb51..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/7_MaterialLab_UVDistortions.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c949ebc13718dec6053f0fae41735e546176114e268a0e633acbc03d1db7ade -size 65065 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/8_MaterialLab_Utilities.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/8_MaterialLab_Utilities.uasset deleted file mode 100644 index 496c4c2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/8_MaterialLab_Utilities.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dc1b303a1437fb57cb139c25a87de59eba78ce7f79a67eabf352313a686c8e6 -size 61666 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/9_MaterialLab_Applications.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/9_MaterialLab_Applications.uasset deleted file mode 100644 index 703e10f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Pages/9_MaterialLab_Applications.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42eecb43720ced03aaa54d0711f6f37cd0962810c3f95c86ca133e5feae295c8 -size 82222 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Styles/h2_text_style.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Styles/h2_text_style.uasset deleted file mode 100644 index e6cee53..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Styles/h2_text_style.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a59da3a1ce619908c8ff4107ec6ed49261f1303a791937e7761054474d6aca5d -size 5789 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Styles/h3_text_style.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Styles/h3_text_style.uasset deleted file mode 100644 index d6ea866..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Styles/h3_text_style.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:feac89f8ac5a9d83053e6279ae2131c3e3e689f60f718c28f9ed513cd8ee4db6 -size 6104 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Styles/section_text_style.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Styles/section_text_style.uasset deleted file mode 100644 index a2bd094..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/Styles/section_text_style.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7aa4e3374aa6005ff829a3e9c7a8aa79cbaad59ac556ba00d92840d40a3be60 -size 6169 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/WBP_MaterialLab_Main.uasset b/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/WBP_MaterialLab_Main.uasset deleted file mode 100644 index c49354e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UIMaterialLab/Widgets/WBP_MaterialLab_Main.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c1eed0d1e3426e3ea5a1f7869ba2b6592c9a3617bdc5ec0008d9bbc129f9846 -size 127797 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI_2/BP_SPUD_UITest.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI_2/BP_SPUD_UITest.uasset deleted file mode 100644 index 19aa9ea..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UI_2/BP_SPUD_UITest.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8199f2f0e46e2008498986bd72e8d724ec9213846eddea36d6f794849454156 -size 24306 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_SaveLoadScreen.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_SaveLoadScreen.uasset deleted file mode 100644 index 39d8143..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_SaveLoadScreen.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b432a70d53514e8ca0688ddc049ea90a769efc1bfc38f113659484e26f58d37 -size 365181 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_UI.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_UI.uasset deleted file mode 100644 index 158c248..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UI_2/Widget_UI.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11a47aab9ee262beddc08b326842691a2e1370284f921fd2905850e5f46d3d25 -size 198886 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/3DAsset/LiquidContainers/SM_GlassBottle.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/3DAsset/LiquidContainers/SM_GlassBottle.uasset deleted file mode 100644 index d5c5ec9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/3DAsset/LiquidContainers/SM_GlassBottle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fe7f92e8ea1def2ae67663c09fa374d8fb4a638b66c5f8ebc641143aa24be9a -size 211505 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/3DAsset/SM_GlassBottle.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/3DAsset/SM_GlassBottle.uasset deleted file mode 100644 index 0ff899e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/3DAsset/SM_GlassBottle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f21c58bf50c276c08b7129fe1722c0c4d7003a8e2b654fde9278dcaf9c0403ff -size 1531 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/3DAsset/UnrealMannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/3DAsset/UnrealMannequin.uasset deleted file mode 100644 index f07675e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/3DAsset/UnrealMannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24c637deda3e88984c3c2f7fef8325cc44ea3f7ea483eb53adfed4181daac9c9 -size 1218671 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/BP/BP_LiquidActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/BP/BP_LiquidActor.uasset deleted file mode 100644 index 5315b44..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/BP/BP_LiquidActor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2a894f6d62284f29b2ff605f3254632bc5c19c471e148cd644c27cc83590f42 -size 44146 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_CapBubbles.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_CapBubbles.uasset deleted file mode 100644 index ba4abbc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_CapBubbles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb4cc0ed31a81849cd07892b763801c43911e7c99584658cb869a2a302ac6f15 -size 25912 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_CapUVs.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_CapUVs.uasset deleted file mode 100644 index ea125d6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_CapUVs.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db94ceffcd319f2e949f8994c4803e552096bcb9ab39690cbf42134272bd68ca -size 19657 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_LiquidMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_LiquidMask.uasset deleted file mode 100644 index 07f0d15..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_LiquidMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:292ab18923a88f89b731a931217045e2833465f2f345455cc4ea6849472850c1 -size 77391 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_NormalBlending.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_NormalBlending.uasset deleted file mode 100644 index d31f8fc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_NormalBlending.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5450c0c29dbd3814399d080375315186106cc6abc2809d5dd9f4def433388906 -size 14845 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_SideBubbles.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_SideBubbles.uasset deleted file mode 100644 index e89af98..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_SideBubbles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3faf3278d572710d17b27e8ee978e7343e202770eff0b8e6d992cfce186929bf -size 37072 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_WavesMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_WavesMask.uasset deleted file mode 100644 index 1b5bf47..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MF/MF_WavesMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e14cac1cd133cae5a586bf269e9c1de98a280ed8feb9d71a982af7ac2e02305 -size 16150 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MI/MI_Cork.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MI/MI_Cork.uasset deleted file mode 100644 index c6e393b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MI/MI_Cork.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd32058c805d2963fb74dc7bccb9352b0131d270556920c4df6a0399860e22e7 -size 15383 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MI/MI_Glass.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MI/MI_Glass.uasset deleted file mode 100644 index deb1985..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MI/MI_Glass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9ab8b9c6cfefb979bd7a6958d9aaf8e56bbfadb87fab50f253d87c892e0d9f5 -size 17440 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MI/MI_Liquid.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MI/MI_Liquid.uasset deleted file mode 100644 index a98a3a1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MI/MI_Liquid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0981d4b9c224c474098e26b8512620916637c6ba4f45dec71d289766803ae5d0 -size 24361 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/MM_BasicMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/MM_BasicMaterial.uasset deleted file mode 100644 index 3a04f5f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/MM_BasicMaterial.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17a2a5f5e150ad7fd62a4d1522871ac4c4bb9535f4fe1e3138b8b5265dcf1532 -size 82772 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/MM_LiquidShader.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/MM_LiquidShader.uasset deleted file mode 100644 index 9997af2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/MM_LiquidShader.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37fa705fa83586de4de33ea626734014f690d81c04c08604e0f47a4f9a8aa359 -size 331443 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/NewMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/NewMaterial.uasset deleted file mode 100644 index 6d47f65..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/NewMaterial.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3938ae9f8e741a49f3889907b82665f2b032b3568463b8628b454f6830efa51 -size 885 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/Hide.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/Hide.uasset deleted file mode 100644 index ef510df..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/Hide.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a75a9fa1a675892adb65d6305529d2de2a15cd25cf39350fed4ed0139d0b504 -size 1478 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/MM_Hider.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/MM_Hider.uasset deleted file mode 100644 index 97bb05f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/MM_Hider.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0126dbbf3fc234d22441d36798bdbcd68868e517696f7316e96d1305a9754faa -size 6998 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/MM_RTWaves.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/MM_RTWaves.uasset deleted file mode 100644 index ce1a31e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/MM_RTWaves.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5122223d54cd04e17d52877fec0d88267c9862598af0ab8801367c9beaf7df4 -size 25997 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/SDF/MM_SDFCapJumpFlood.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/SDF/MM_SDFCapJumpFlood.uasset deleted file mode 100644 index 1758819..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/SDF/MM_SDFCapJumpFlood.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:060cca7bb7b3fbcb924200710d621eb37a03a0d0f9176bab83d931b16c9579fe -size 12347 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/SDF/MM_SDFCapMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/SDF/MM_SDFCapMask.uasset deleted file mode 100644 index 8ab4014..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/MM/Tools/SDF/MM_SDFCapMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e088eab9d3bd92dfedbe467cbd690eaec4dd7a21afd3162fee62d6382957c885 -size 18956 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Cork/Cork_002_COLOR.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Cork/Cork_002_COLOR.uasset deleted file mode 100644 index 993ee7c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Cork/Cork_002_COLOR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8924e6ff0714258d2d5b21dea84eb88bee5cdc31595f1c4360b516d816fa1a25 -size 485951 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Cork/Cork_002_NORM.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Cork/Cork_002_NORM.uasset deleted file mode 100644 index 890da67..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Cork/Cork_002_NORM.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ded168fc3bc88fcc4580efc5977c39e79cb3103db1726f0ce3db9e8072fe6ecf -size 157482 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Cork/Cork_002_ROUGH.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Cork/Cork_002_ROUGH.uasset deleted file mode 100644 index 7e2a013..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Cork/Cork_002_ROUGH.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:697d2b033728b74d79821b633a4aa281c9b66244c9792222f204d09102ea77e2 -size 153304 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/HDRI/forgotten_miniland_2k.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/HDRI/forgotten_miniland_2k.uasset deleted file mode 100644 index bc3c8a4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/HDRI/forgotten_miniland_2k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b94cf9cd3b40f715c81f4571c89595b04ce533539897e6fa5ec8aa126170338 -size 4636922 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/HDRI/kiara_interior_2k.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/HDRI/kiara_interior_2k.uasset deleted file mode 100644 index 66edd56..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/HDRI/kiara_interior_2k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43ce4acff913a3d61d60bcfa3059c455ab46d2af86ee6d2046c4fe234720859c -size 6154174 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/HDRI/studio_small_08_2k.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/HDRI/studio_small_08_2k.uasset deleted file mode 100644 index e6a2412..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/HDRI/studio_small_08_2k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:054a1aa1a4fa608bf3475f4901dc8e06e2689334dc344bb729ed9ed745409139 -size 3277026 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Imperfections/imperfection_0002_opacity_2k.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Imperfections/imperfection_0002_opacity_2k.uasset deleted file mode 100644 index 04b7e31..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Imperfections/imperfection_0002_opacity_2k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:764642b3d85ff3c54d148b311ea113e0b59c2ae7887f24e3e172678efc8b8c1f -size 1229543 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Imperfections/paper_0023_normal_direct_1k.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Imperfections/paper_0023_normal_direct_1k.uasset deleted file mode 100644 index 6fb3255..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/Imperfections/paper_0023_normal_direct_1k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:695517f6bf5c5349f4b03cdc1faf1420f8e595de6eba688f4fcfa36365743210 -size 5548662 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/RenderTargets/RT_Cap.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/RenderTargets/RT_Cap.uasset deleted file mode 100644 index 2aefa3a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/RenderTargets/RT_Cap.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:120c77f97eb31d708d822c6e2c9d3c481d3e6f58a1c452f9f2c01d1ffb4d03aa -size 4784 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/RenderTargets/RT_Waves.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/RenderTargets/RT_Waves.uasset deleted file mode 100644 index 8f92108..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/RenderTargets/RT_Waves.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:749afd11cfcbf1e87c3b9a4a3cffa0b80331db4833e0347201a6a23e3a55ee5f -size 3843 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/SphereRenderHeightMap.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/SphereRenderHeightMap.uasset deleted file mode 100644 index a5d2e92..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Library/Textures/SphereRenderHeightMap.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc5c0d3f58125614d6b0371b9a4f0948854c16216940c5fe87e9b2d5f50bb11b -size 67648 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Map/LiquidShader.umap b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Map/LiquidShader.umap deleted file mode 100644 index 1f229a5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/Map/LiquidShader.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce59c6721fe8b6e5acd9efdcb14e03d3e449dac0e983a9fd0a0b9122dba5d67b -size 49491 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/SM_GlassBottle.uasset b/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/SM_GlassBottle.uasset deleted file mode 100644 index 4a4e333..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UTCLiquid/SM_GlassBottle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1e3a34878d12b4489313ba72dbe1cd84a2c71c7aa2114b7393925a87813cde8 -size 26087 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/BP_TestProjector.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/BP_TestProjector.uasset deleted file mode 100644 index f262f02..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/BP_TestProjector.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b7d56a98d98b009669af4d94e370b17a2082fd79471c70e4846686e9a630b9f -size 44577 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MPC_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MPC_Projector.uasset deleted file mode 100644 index 04ca1e4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MPC_Projector.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff62249662bd434251e7b09c4dd268f935e78cf654c8c1264098a4e13173ea57 -size 1871 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset deleted file mode 100644 index a4f0c98..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80cae393e4352f133eb78108f8c1fe7b1a5ded33739d739a73c545b2cf68793b -size 33725 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector_Inst.uasset deleted file mode 100644 index ea79d83..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dba598beeabc3ee3540e2b1b35be63e0810c31a62b7900f6f5142ad3f5353e9 -size 16665 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays.uasset deleted file mode 100644 index f1e2bd9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d7a58ecf358f62dfecfb0cfdcc5528ee4a60e77d00bf8d685d9cce0589e97c0 -size 35543 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays_Inst.uasset deleted file mode 100644 index ddfe365..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eda781e6963a4c759de2424b92644f39549df1f1ca14ff1caf1b4f53f58813e5 -size 10641 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 deleted file mode 100644 index 5c8c505..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b18d9609f64f58ac1de8ec579210114a43ff914bdeca5d55a3770e6ebf45b146 -size 73138 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate.uasset deleted file mode 100644 index 1d40aa7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b29bed7594e58e3f5aab144caf0c1df152bd23a5d3a8f8316c41e2db421e2e2 -size 201900 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 d9c754c..74714f8 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:becee22f79b0b1a57437e47fbc3bb1ee2bb448f2d352c97a3ee1f0e64239d24d -size 1847350 +oid sha256:dc8860abf0359717333ce321df6b919e31528f866b6f3565182556c3f5367253 +size 1833425 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset index b7a6c3b..25dd1e8 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:959dd6e244632baa154205d06015a59217a04bbf39893c141d02bf6bee224b4c -size 5712698 +oid sha256:5cbef498acba40bff9cd990adf66c91d279525b093d7b066641c69242ac95717 +size 5709411 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRInventory.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRInventory.uasset deleted file mode 100644 index c39a6d0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRInventory.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82aa6d7642d8110436ab312191cf5451e66031dc2cbb6a44ec1766f816600cdd -size 2456 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/M_Boots_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/M_Boots_Inst.uasset deleted file mode 100644 index 48000c9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/M_Boots_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3071ae3a76c490854b17e69fbfa56dcbc0d1ce65371d3b5dca5d6ad7cebff5b2 -size 1530 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Animations/ABP_Manny.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Animations/ABP_Manny.uasset index 63d77ff..c44a731 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Animations/ABP_Manny.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Animations/ABP_Manny.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f3ffd71bccec69abff163356446a7980111452b030a7a3dfee461424c2cde74d -size 370976 +oid sha256:3ed9157c5619caf6030c62b987366608d9aa9f77f56545daab3bc259d1a11f45 +size 363179 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Animations/ABP_Quinn.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Animations/ABP_Quinn.uasset index 1639c5a..652a722 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Animations/ABP_Quinn.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Animations/ABP_Quinn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:138a910497e5c70007ac3d8a0e4993c11398c7c6fd9d2544f4189f9f15f5cda2 -size 40139 +oid sha256:e06eb93498e2ccc544d355f58d7368d2660a04fc8f67c4446b33b593c3451679 +size 40601 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/ABP_Manny_PostProcess.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/ABP_Manny_PostProcess.uasset index 0003778..d126d15 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/ABP_Manny_PostProcess.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/ABP_Manny_PostProcess.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76c17aacee9867a44c09c5ccbd7c7e618a7aac55152ceec8b9a2405e8925c565 -size 463186 +oid sha256:828204e560927c527edd5611dd5fb5be45f96ff1daa0023d256231658ed739a6 +size 422549 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset index eb951eb..bff25f3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d805c548607edd93e1525f32f62be35fc0bc3b49288f0f28f75d475d733aa25 -size 462984 +oid sha256:cbcf72fe5a0fb5d79b752e300d1a75ded450b7a902d82b880e699bd4d6821dd9 +size 422139 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset index 8f36420..b788bea 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ec8bacf432b66d4f1dcc0d9585db368aa8fd920df85c74dd09a10e0dbef0517 -size 528774 +oid sha256:4605a34f161875b7e9666e58e17814eed8546dbd1e8b309b4aa55818b9340f2f +size 529010 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_Body.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_Body.uasset index b3fd00c..5d0aea5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_Body.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_Body.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5292dd182fba746bb222ee8ca0bad62684478259185ec288325309b28617b95d -size 12653677 +oid sha256:b911e615845667fe8b257d4f3448eddf95cb853a6b9dd1a7a1604c4be609a728 +size 13189004 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_Procedural.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_Procedural.uasset index 5463fac..b00cf75 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_Procedural.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/Mannequins/Rigs/CR_Mannequin_Procedural.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b72b356f08780c717bbbbfa53113425a252aa97417cac24b6da2feb0c3f8dc4d -size 1206790 +oid sha256:a451ab25f35d3017f6d70cf5343c3aef982a16f8b8e72cdcdd8f6736fc2599b9 +size 1467311 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset index b45bb75..0f033fa 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ac015e54e4ab833a8c60e9a7b353a36249b2a3ff442bb5c34ce715225348cdf -size 372160 +oid sha256:4a6370ae4f847e2a3c01ee517f594ec990b6b94091f4f373d337c7a56fb8995a +size 371707 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/HandDuplicate/Handtest1.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/HandDuplicate/Handtest1.uasset deleted file mode 100644 index 964b3c3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/HandDuplicate/Handtest1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ff0b0d92fadddaeef6cd69003b87156e15e4dd3418e08d673a1b1a114af8f63 -size 1673 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Template_VR_Player_Controller.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Template_VR_Player_Controller.uasset index 09094b6..beda86b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Template_VR_Player_Controller.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Template_VR_Player_Controller.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:037d104f6cf0b4e06cb135f776bc8b6738689e2fd298f963bf92b1fd7a3ba3fe -size 244008 +oid sha256:f3ee2fdde79d29f7083b42075ade2fb48189f553dbeb7a636a522eeecb1b7d96 +size 243568 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Template_VR_Player_Controller_3rd.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Template_VR_Player_Controller_3rd.uasset index 7095965..5e917fd 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Template_VR_Player_Controller_3rd.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Template_VR_Player_Controller_3rd.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4ad8e471e30a5d0b6c6211ac2731404d32e5d438d8c022e4b4356493292b6fc -size 242864 +oid sha256:f67e6681b680c1023f17e1ed1078edf1a70eab9e375e2a8f386268cf797c5411 +size 242784 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset index d95cd0a..96df3dc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameInstance.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0bef96c82bf1884096dc17504f69a4b24bcf04aad486b97d9d30f8b438f6a5f8 -size 177050 +oid sha256:16ea5beb0ba037d82116d4e5dbbf441f86b42b9fdf6407d6130a3ce9af6649f1 +size 177065 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap deleted file mode 100644 index 0c62470..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e15941ad2c323ff4545e100a8e7fe6829d425b8a508980edfac0e35e249217c9 -size 1615738 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap1_BlockOut.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap1_BlockOut.umap deleted file mode 100644 index 7daee29..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap1_BlockOut.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f0903adcf085a2787e2dadf87c8023c7d2d1746322bfb74d251c2b6b61f4c00 -size 871933 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset index f7aa806..17fa090 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e7b0094f5935ff92b1f0ea0af45984313d56c5d87e5142fc713d42ff9c70781b -size 480746 +oid sha256:da9140c16f0b2c4e74674350daf5dd7d9ffa8a3730fbe08767d8f3cf7e5c1a6c +size 479123 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Cabinet/BP_Cabinet.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Cabinet/BP_Cabinet.uasset deleted file mode 100644 index 64c8ffa..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Cabinet/BP_Cabinet.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0fda481a8dc23ab87fa7a8d822aa1d243eb347723a1f5a3619cb44a2abe8736 -size 2576 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset index a8af0d8..26481a4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4502a200b421b0b72a18120e5a2eb1e32909b7a94356d1e86529cf33ef95610 -size 442461 +oid sha256:14eee8d8c785630d1b38ac30e40557fe8d8d37fb348643c5cf48be9555fb3d9c +size 438351 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset index 8ed2022..b595597 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2bdc3401274c6d2e7dc4eae9179ddd5aa412a3c529ba43a019a5f1a387e71545 -size 719296 +oid sha256:a5033867a8b9648e47e12a65e2c184d29e5b870acc2ff0ae82d8f6b81eec7813 +size 710347 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/Struct_MovablesSoundComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/Struct_MovablesSoundComponent.uasset index 26adc15..84f3174 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/Struct_MovablesSoundComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/Struct_MovablesSoundComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a605f5de415d2bfdb94b07af5f7ca1a0f854f3480eb8d89646cbd691afc83653 -size 843209 +oid sha256:3e07ebf019a7d5fb4f2e728f49614ea3fb444c5e8fe725dfd3296da278cc506d +size 842598 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/GrippableChar.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/GrippableChar.uasset index fd6eddc..25ddacc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/GrippableChar.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableChar/GrippableChar.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09ddf741a8f171699396bdefb74a3a35c9fa68970b2c8c8a35179489cb84df86 -size 56022 +oid sha256:07416c7b2e0c111141a9d430d2be6da572db68f8b5d1b3c51bca1699ab187241 +size 55717 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar.uasset deleted file mode 100644 index fe3468c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2af5c891936087576ced0d3b4ce3f1f64e4d5fa14c111f5205597f183cfdba65 -size 2800 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharTest2/GrippableCharNew.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharTest2/GrippableCharNew.uasset index 8a27169..ea8b26e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharTest2/GrippableCharNew.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharTest2/GrippableCharNew.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bdd1ca8698b9a62aaa4a395b05cdc6479ddbf32c39fc534dd43dae03845d0f9f -size 54529 +oid sha256:d5907d05eb661a8a1586b6d31d27f432a0b4b9b6e9c6bcfb8a2714a873824751 +size 54517 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset index 30ffd1b..46bb6c0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aaacbea272fcf3dc2601f3ef56a9e41105ddeb2cc49b90e28e4706b97ff504b0 -size 326407 +oid sha256:57ff3c82e7df5fe81edd185a390f6f16fdfbc0715023f21d4307e116177ced28 +size 324472 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Guns/GrappleGun.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Guns/GrappleGun.uasset index 4cc97df..a0f1324 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Guns/GrappleGun.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Guns/GrappleGun.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:35c4db34e06c92feddf9e9cf4274ec5e219588b84938adee4701e256189f4861 -size 552950 +oid sha256:c0c4a7a5de521f16138a9b896d66562952e969388d30571deec15a135f1e60b1 +size 546472 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Guns/GunBase.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Guns/GunBase.uasset index 4a47f57..3c6afe6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Guns/GunBase.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Guns/GunBase.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:691aa267a31893c32bfeff8ef598397c4cc3776ef31d30835758f9fb7668e445 -size 918573 +oid sha256:85bf8a9ff9978579f3ceb8b437fad4afeefc53161385bcd539bbf2a05d7eb028 +size 917596 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputMappingContext.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputMappingContext.uasset index fe0dfaf..9cedcbc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputMappingContext.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputMappingContext.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ce5b17fd967e1b72de13ff252747188b56f8f96981d2c82b1f7552ccab6c1d5 -size 60671 +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 7f47bea..ef841fc 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:baa5896c38cf5e2f0ed3e259add156f2a5a41fe8ef5e5483b68c9cf18d832a93 -size 875910 +oid sha256:3f3ebaf0ea71d5bee576b39db712c1f44ec1b67753a3dde57404ff2288a4a7f0 +size 873996 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/WallWalking/WallWalkingVolume.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/WallWalking/WallWalkingVolume.uasset index 824e720..59cfc02 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/WallWalking/WallWalkingVolume.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/WallWalking/WallWalkingVolume.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ebfcbdb8ef2c248cb0238d366456974cbe07d66627c4593347651e05706eb31 -size 63509 +oid sha256:f20e8bcaccadbcfb23ad15494b3b6ca5f768309e1c4a1bafde3656e10f22df77 +size 63271 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_Teleport_Controller.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_Teleport_Controller.uasset new file mode 100644 index 0000000..de299ad --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_Teleport_Controller.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8826bc59a8256e3e76db61e7a229ee64c2ab57963c1c3d63f5bd214d0c2b8c4 +size 1272461 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset new file mode 100644 index 0000000..771f228 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7807527c83d2df69a0dc27a3f43e0f8f5253ec20908e8f8214707ee5a75b570e +size 5591156 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BasicShapeMaterialTrans.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BasicShapeMaterialTrans.uasset new file mode 100644 index 0000000..8759276 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BasicShapeMaterialTrans.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2bf89785cf93edc4849cfb6771186cb3790d3f29d17fd42320b2e26d603b87 +size 33867 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/DefaultTextMaterialOpaque2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/DefaultTextMaterialOpaque2.uasset new file mode 100644 index 0000000..4d80950 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/DefaultTextMaterialOpaque2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4b933cd20143b38df554efd985f6dd40d7871010e38b43ff9bc2261b6847e8 +size 57336 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/LaserBeamSplineMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/LaserBeamSplineMat.uasset new file mode 100644 index 0000000..d943b18 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/LaserBeamSplineMat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ccb021152d8876cf6cd93cf5af6059801d4c83ac68da6d3c7036dadf97eba9 +size 25096 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_CanGrab.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_CanGrab.uasset new file mode 100644 index 0000000..c2d762a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_CanGrab.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6fbe324b10133d5be9266718e301d519f24adaac8ebc404206d3e9cb033d8d8 +size 99082 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_Grab.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_Grab.uasset new file mode 100644 index 0000000..e33a671 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_Grab.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254d62fb328bd354401d35035a72866dc9b9a224731c0831c21f23002c3bde73 +size 96307 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_Open.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_Open.uasset new file mode 100644 index 0000000..e1f67c9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_Open.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8796d856630a4a552c9ce8f76e78ae926a2228a87836d36ef255000e4b8cbc32 +size 98136 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/RightGrip_BS.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/RightGrip_BS.uasset new file mode 100644 index 0000000..15b4123 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/RightGrip_BS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee26b8fb915e74341d537b7d0a6dfbbc37eac5742daf3baba1d69f62fdf91fad +size 78968 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/RightHand_AnimBP.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/RightHand_AnimBP.uasset new file mode 100644 index 0000000..aea2113 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Animations/RightHand_AnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35eec767623e7a696d629cfa41f2f1e1eccd0e6cbb12bcf7013250c340ae6c3 +size 85984 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Materials/M_HandMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Materials/M_HandMat.uasset new file mode 100644 index 0000000..32b65ed --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Materials/M_HandMat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b5f0e89b309aa4d9caea2db84f8f2b96052bca0ad6f60fd6d43d9f1191e64d +size 129065 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right.uasset new file mode 100644 index 0000000..b999bc1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be76b22a0d55f4bd9ae5d07e585e8bd8a66c557ca454c2db35de9d522ce23b0 +size 817147 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right_PhysicsAsset.uasset new file mode 100644 index 0000000..a256a81 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5295b9d51b3c531b8f81f2adafedbb643bf0d8a9b07e53260340c22f79ecf427 +size 8663 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right_Skeleton.uasset new file mode 100644 index 0000000..5b2d37f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c8442e0946439dd1281a52fa3b2d3484657c51cdd188369ef79f8a3685c628 +size 11443 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset new file mode 100644 index 0000000..05c3ecb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d003fa24ca942d8e83e79b27f0767c808b7c7040218acf6a2a01c53e36ab0c96 +size 164540 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Textures/UE4_Mannequin__normals.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Textures/UE4_Mannequin__normals.uasset new file mode 100644 index 0000000..f34ec7d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequin/Character/Textures/UE4_Mannequin__normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcf1f3adfdd92816b94a4a0e30ea109ac490fd32ab42e5f120be57ecd088697 +size 4741589 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/CA_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/CA_Mannequin.uasset new file mode 100644 index 0000000..d9a0a19 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/CA_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0496cfb325b7721e2ce1f5179fb0a36031f1ce7813b910a7fa024f9ebbc86c75 +size 5584 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/ChromaticCurve.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/ChromaticCurve.uasset new file mode 100644 index 0000000..3c2aef1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/ChromaticCurve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd52f7168ccd59f853f60e6eee0724db8d3a5f3e87ea82d18748d340497a8c8 +size 6428 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/MF_Diffraction.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/MF_Diffraction.uasset new file mode 100644 index 0000000..9638fd1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/MF_Diffraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67a8e002078e84fe8186945bc71230d0184159f011d357a97d8cefbe570cc11 +size 33218 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/MF_logo3layers.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/MF_logo3layers.uasset new file mode 100644 index 0000000..c7f9c4e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/MF_logo3layers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4cc7324b26a5033a7ee4391d3b0785a2ac30a6b4499643735fde49984a03fb +size 57864 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset new file mode 100644 index 0000000..b3fca27 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094f6aad368251f9a1d7a811216f0220e10d57cdef0b04f416f02c27d35ce4e7 +size 14185 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset new file mode 100644 index 0000000..97babe3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2d73973f301bc3394baaa8e73127579ee85c6c575c8f466610b684676860ac +size 21704 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset new file mode 100644 index 0000000..9794e55 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e8a7684ded6dcb9920f492988e8badd4935971822f34fcafd27e3cad80095e +size 24910 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/M_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/M_Mannequin.uasset new file mode 100644 index 0000000..0a980c9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Materials/M_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea67d69a3aadbed8401c1d66c999b9e32b9d6686971ed8cba781a97ee8a005f0 +size 87533 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset new file mode 100644 index 0000000..d367eb6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0be8f0a5e8c85606d5eb6d48ecc34d60ec30a50c070df35f0d7dce3a9d567ea +size 3593021 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_BN.uasset new file mode 100644 index 0000000..5b28282 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_BN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10199caa028265add111c2857da4f18afbfd2d2ca66b1935284589a84904533 +size 18416225 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset new file mode 100644 index 0000000..cf82344 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a40eec174b9a7df1183bd09d706db50b2ec8d6925f49cf369f05de4ce079f2 +size 10429338 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_D.uasset new file mode 100644 index 0000000..87d232a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242b0b3ebd13b4b619bcf33e7000e438c64e8b3c324dea789da90707e11bbedb +size 5747251 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset new file mode 100644 index 0000000..da51e73 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944f37d169fe34f8d1a26a3ad7a68ca0826dacec42c16ca7a0b2446bd4e57b06 +size 11205114 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_N.uasset new file mode 100644 index 0000000..bb6a205 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4efd32ba43eb93c42796f0e58cca4a5d4457fec6a5e1529edd07a7ffcae54dd6 +size 7076333 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset new file mode 100644 index 0000000..0714e51 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb03aa000604c4ffb1a027138f3da5e570fc44577925a5eb338401e41f9e3a0 +size 1324523 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset new file mode 100644 index 0000000..ffc7fa0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7e32aa772ddae7186ad8723275c46ada8390d0a0cf532d235b359a06854022 +size 8418036 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_BN.uasset new file mode 100644 index 0000000..719cd70 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_BN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c91f289a38a97b5fbdbfccc6c079cdec8ef7e45827980ec23d61830592d8d4d +size 21001559 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset new file mode 100644 index 0000000..3f0e3d3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212042d36e69bc4e83b319a02aeca0cd132df8b8ba91fa5f8d110877423f3ba4 +size 13302647 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_D.uasset new file mode 100644 index 0000000..33b240e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3cd5e1ff9b3cb15333972113af4eb6d0665ce2e80de93af802d1d7dd3bda24 +size 9166224 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset new file mode 100644 index 0000000..839dcbd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504602d1b435f7ac0557166b5afd075f0f6e147e9f99cc9c96ec0346af046623 +size 14124672 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_N.uasset new file mode 100644 index 0000000..f93845c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabf667e2b616dc673f2a98505a4e7c310f0e3af17c2f1635b19d81e851c9835 +size 7156918 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset new file mode 100644 index 0000000..be9664f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eaee48c5aad8e6ec4ca92e3564d654ce0c8291f57a6d3bf0cab69f1aee49f06 +size 2185588 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Shared/T_UE_Logo_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Shared/T_UE_Logo_M.uasset new file mode 100644 index 0000000..31865ba --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Mannequins/Textures/Shared/T_UE_Logo_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1dd5f9dc6b6b55441c719ec45773da1d933d88ba4c25b86be9698d438abcb1e +size 58818 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/MF_OccludedPixels.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/MF_OccludedPixels.uasset new file mode 100644 index 0000000..78de188 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/MF_OccludedPixels.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e76ea4e645ec07b582332e88939b6fb043b07265f533b53c81f5566376c52a5 +size 101684 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/MI_TeleportCylinderPreview.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/MI_TeleportCylinderPreview.uasset new file mode 100644 index 0000000..43ddacd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/MI_TeleportCylinderPreview.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e730f99dadd8a8cc0d65a15a577ecc04353eb02a522bae38cf2da9ed1ec079 +size 87061 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/M_ArcEndpoint.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/M_ArcEndpoint.uasset new file mode 100644 index 0000000..42f4f2d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/M_ArcEndpoint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4669bdfb8d84a1ccee885a9823c6b7d53b761682d4befc9506772dff8304342 +size 42986 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/M_SplineArcMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/M_SplineArcMat.uasset new file mode 100644 index 0000000..c288748 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/M_SplineArcMat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d329b64f38191958e1b945e4768bae0ace6a357784785ecec32cd19fdf84181f +size 100141 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/M_TeleportPreviews.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/M_TeleportPreviews.uasset new file mode 100644 index 0000000..2d419d2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/M_TeleportPreviews.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1d0bbfc8251a540969389053b3d074176c9c9216456314ef8a0694b6a8ad44 +size 101115 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/TeleportMCP.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/TeleportMCP.uasset new file mode 100644 index 0000000..5d737ae --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Materials/TeleportMCP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd615842e356404559dafb21b802dba1d05a6ccc11ab36787cf35d7481ae2379 +size 1898 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Meshes/BeaconDirection.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Meshes/BeaconDirection.uasset new file mode 100644 index 0000000..b631844 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Meshes/BeaconDirection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b058c81f30f3acdd33d297bc632c444d297f5f84b21d697971cefdff778c7d +size 23719 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Meshes/BeamMesh.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Meshes/BeamMesh.uasset new file mode 100644 index 0000000..c01df2e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Meshes/BeamMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5968d677c0a2fddd2d6d999d26ddec9c3d83dd340c0e9da853389629957c68f +size 25650 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Meshes/SM_FatCylinder.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Meshes/SM_FatCylinder.uasset new file mode 100644 index 0000000..003f4c8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/Meshes/SM_FatCylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7445cb83afd4ef472b13a50038af3f1f7bd3eb041f75a7a57ceb6f81380c3482 +size 23981 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/VOIPAtten.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/VOIPAtten.uasset new file mode 100644 index 0000000..cea318e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/VOIPAtten.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29413a7a986a0ac20a86d646f868089838f73e4bdc2dd370c5d26db3ceb7c35e +size 1496 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/Gestures.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/Gestures.uasset new file mode 100644 index 0000000..c48874f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/Gestures.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62bc5de0267b40957b036b32d7aeb903819986464d250a3aa36a8395ab52369d +size 3107 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspAnimBPManny.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspAnimBPManny.uasset new file mode 100644 index 0000000..f153df6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspAnimBPManny.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b0179a5091be2a981ea1eea0bd433ed4b56e50754d208a843a0239c2bde350 +size 556583 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingBlendManny.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingBlendManny.uasset new file mode 100644 index 0000000..3c9615d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingBlendManny.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5779ce47c1418138241ce0a9b5f7d1e7e1dab5dc7df11d2af56cb334913a5bd6 +size 9095 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset new file mode 100644 index 0000000..866c3be --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9904e910e2592cc10d8703e68828e2d89f382b6dd0e2e1309777f9e029ba49d +size 2465480 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingPhysicsManny.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingPhysicsManny.uasset new file mode 100644 index 0000000..0a69331 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingPhysicsManny.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df50f861719ad4ef84d8fd59a236e1f69e91ce05214f3700bc4d9e0830269fc1 +size 70121 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Grasp_Right.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Grasp_Right.uasset new file mode 100644 index 0000000..9e05074 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Grasp_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbf46660fbacaa08c07f25d994c08614142c6b63972bdf6f0796c9b897e3fad +size 65927 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset new file mode 100644 index 0000000..d595a18 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b9edc69969744912930e9971b35c10e5cf8d9b843271ccb8fff3b3d8826b6e +size 66290 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Animations/GrabAnimation.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Animations/GrabAnimation.uasset new file mode 100644 index 0000000..abbd2bc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Animations/GrabAnimation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e961825e9e14d02d6ed645e368debd51e4580800f286e8d7a9ee0e9b402faa6d +size 54229 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/CA_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/CA_Mannequin.uasset new file mode 100644 index 0000000..f8dd35f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/CA_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbdf65e8d932f0fcf2c72bf72dfdc03cbb04f878726e83c1c31c2c5191d56a29 +size 5602 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ChromaticCurve.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ChromaticCurve.uasset new file mode 100644 index 0000000..0e9f0c7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ChromaticCurve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995d238b2024f93b9242abd43f467e1758207e28c05ebc1cf725a3e34c860e9e +size 6440 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_Diffraction.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_Diffraction.uasset new file mode 100644 index 0000000..906371b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_Diffraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598c837d6563ba5d743b1bb1c7b3ae280ccfb16dab00fec7103e4d808c766f16 +size 33242 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_logo3layers.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_logo3layers.uasset new file mode 100644 index 0000000..d01548c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_logo3layers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c632044edae92c14702be9fb3c8a182334921b45e722972e274724e3eb6dd64d +size 56705 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ML_BaseColorFallOff.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ML_BaseColorFallOff.uasset new file mode 100644 index 0000000..e672b1d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ML_BaseColorFallOff.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114ec04d2eee216210d414f1a364d314deed611d12da96b48fc60a02b27a51de +size 14197 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset new file mode 100644 index 0000000..a72c37a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb79fe37013f269cb89a5cba8bbd3b662b0b9a08cd75536f720cd9cef28f0c1 +size 15720 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset new file mode 100644 index 0000000..6e7827d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d4b737070ec0852fd220bc5c6a0ac86823ef4f8b62d7a306d8bd0a055c4b67 +size 20472 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset new file mode 100644 index 0000000..c71719c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b6d2915222f1be8159de40d3c3481e482c3499fd29cf1bb5fc170063824702 +size 83669 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SKM_MannyXR_right.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SKM_MannyXR_right.uasset new file mode 100644 index 0000000..1bc0899 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SKM_MannyXR_right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32669a48ebd47e4ce619f6288f8eb2e407fd75563859747ebe0d2c81023d0038 +size 2052740 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset new file mode 100644 index 0000000..2b1e07e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e37d44f179b28c896fb059d4609529860a72773df89af6b533ff07c1639b60 +size 54325 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset new file mode 100644 index 0000000..6c48121 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d02634e8a08d65bf7b3e6dca1fdd33a1d71e673b956d6a10525e965359488e +size 3593033 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset new file mode 100644 index 0000000..6f86706 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bba5d395d53807a0ed61acd366ced0ce456faf31546174fdfd55ddd6b607e06 +size 18416237 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset new file mode 100644 index 0000000..df2fd68 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59bb43622b401e5f83fb057818e7a0a72ccf3caebe878383342f7ed12683389 +size 10429350 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset new file mode 100644 index 0000000..d535ede --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173f383f857b2ffea05cfb2aaed25dc6538fb41526726ccec3f1bf032d364ad9 +size 5747263 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset new file mode 100644 index 0000000..c4f2277 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58a0f27118b20c3400f4340947886d5481102cb9c3f11e728e048f65cc9f981 +size 11205126 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset new file mode 100644 index 0000000..cc938ce --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb3e085486e5b6ce325e61737b4e3756219df70c32d3ac53e98ed3d467e3056 +size 7076345 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset new file mode 100644 index 0000000..39a6680 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178fabe90a849f3005ed8e7545cb80a283cab58b3e70019b1771655b5329d5aa +size 1324535 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset new file mode 100644 index 0000000..8012ddc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b8c7ec8000fdfd2f0159ddf80f6bf6f873695ee474c8668bb3ba309f6bc09e +size 8418048 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset new file mode 100644 index 0000000..bfb5656 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396be789bea6caf2e3c34f64c168b7cdec00c53b4ef8031cc31bcde000c13616 +size 21001571 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset new file mode 100644 index 0000000..414be44 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86848a926bc8fe1cc278d0f3fe443eface5ede5f14913423a503a11db6ef081 +size 13302496 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset new file mode 100644 index 0000000..80f476a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16802b87d44c585c5b95c9f55f67a04e42acc4fca64efd54df3e5c8a809c7050 +size 9166236 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset new file mode 100644 index 0000000..ad08714 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661191b584841b36fb6396b8e6c3b4c7c618c412d4b4e97d1d2916f69f000cad +size 14124684 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset new file mode 100644 index 0000000..d4be4e3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5196dd479cda371593c223fad638cb26fd5c713a5c7a165c916b5494777fd8d7 +size 7156930 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset new file mode 100644 index 0000000..15dddea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d90393103e942980fc4b49ce5a2d35de989f1d5ed60b5e09052e2472d46e104 +size 2185600 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset new file mode 100644 index 0000000..6fefd72 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c410bde525bbeed0117962a8319d7e96b411eb4c2638c31abf029e753b7097 +size 58830 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/HandSockets/HandSocketMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/HandSockets/HandSocketMat.uasset new file mode 100644 index 0000000..36e636b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/HandSockets/HandSocketMat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac48ce556f002741209cae972b4dad5e31ebbfd1ac227f332916ecb9e2c22690 +size 116423 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/OutlineFX/MT_I_OUTLINER.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/OutlineFX/MT_I_OUTLINER.uasset new file mode 100644 index 0000000..8da2579 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/OutlineFX/MT_I_OUTLINER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8632fc65b64be0b4a17d7910807848b5ee946e542d006279e8bd5f511386f9b5 +size 14545 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/OutlineFX/M_LocalOutlines.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/OutlineFX/M_LocalOutlines.uasset new file mode 100644 index 0000000..c552c94 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/OutlineFX/M_LocalOutlines.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b353869ea6788d49d917b0f4b213e7508aeb094db748a7d88aac0a18e67f277 +size 110922 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/OutlineFX/VRStereoFixer.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/OutlineFX/VRStereoFixer.uasset new file mode 100644 index 0000000..48389c0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/OutlineFX/VRStereoFixer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704a742e4f46bc6fb6065eece23ce92bb15530219ca4e9fe82409ee58a7a23f7 +size 26043 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Misc/Examples/Potion/Potion.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Misc/Examples/Potion/Potion.uasset new file mode 100644 index 0000000..58fd13d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Misc/Examples/Potion/Potion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998efbbc0e38cce275543403a3e3e60aead1cae1d4c378f91d21091458635863 +size 74376 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Misc/Examples/Potion/PotionMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Misc/Examples/Potion/PotionMat.uasset new file mode 100644 index 0000000..08cc2f3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Misc/Examples/Potion/PotionMat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc570d19beead800094595ca564ff750e1c617690ca5b8d621857794d269d06 +size 12358 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Misc/Examples/Potion/Stopper.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Misc/Examples/Potion/Stopper.uasset new file mode 100644 index 0000000..cd5d669 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Misc/Examples/Potion/Stopper.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdfc7bf99407b6fb5dad99577a6f390f430653ba3e396a14fc0c0b4e0afa63c0 +size 34614 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Weapons/Guns/BaseMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Weapons/Guns/BaseMaterial.uasset new file mode 100644 index 0000000..ed16ca3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Weapons/Guns/BaseMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c21694338c6342cdbd74b361b6d9d4d0ecf5d5d1ccea8fc35936684db3815d +size 39351 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Weapons/Guns/FirstPersonProjectileMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Weapons/Guns/FirstPersonProjectileMaterial.uasset new file mode 100644 index 0000000..a875c52 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Grippables/Weapons/Guns/FirstPersonProjectileMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f3043a899e6635b1d7e8e82cea38221b6699a7978252d9ab9783d5e7e6bf58 +size 40075 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/AlternateGripLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/AlternateGripLeft.uasset new file mode 100644 index 0000000..9e56fbc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/AlternateGripLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce47df488cd04c52e9e8905c74aa3cfec737405cc1f01f8ab1aebfb5b953479 +size 1790 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/AlternateGripRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/AlternateGripRight.uasset new file mode 100644 index 0000000..450ddf0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/AlternateGripRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65caa3a36e84a39b445c92049135d6a7b6c4f3b80694252d7984bcb66e38fac7 +size 1799 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/ControllerMovementLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/ControllerMovementLeft.uasset new file mode 100644 index 0000000..43fc754 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/ControllerMovementLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30aea291f8fe45f5635f59c504e8eec8e7d62efdc46889c9866e73b1e5fed0e3 +size 2031 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/ControllerMovementRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/ControllerMovementRight.uasset new file mode 100644 index 0000000..d4ea9df --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/ControllerMovementRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee123108b5d4053a3b4880b0c973203da25ae9ae61071fc1bd62cdf7e0246a6a +size 2040 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/LaserBeamLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/LaserBeamLeft.uasset new file mode 100644 index 0000000..a0c2e86 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/LaserBeamLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be005dd59a784c718714fd5d6ca0c7ca8e2dd38a723bf5513ed41978427242b0 +size 1754 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/LaserBeamRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/LaserBeamRight.uasset new file mode 100644 index 0000000..644aac0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/LaserBeamRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc42f19bccb0b725953774b6c1092d4bd591c753036ce4e25304f17210b0a15b +size 1763 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/MotionControllerThumbLeft_X.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/MotionControllerThumbLeft_X.uasset new file mode 100644 index 0000000..fb08608 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/MotionControllerThumbLeft_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed106b06f3d139bdca8e8a9d7d1e1f2f4a6327ffa13f46c82504b9174a4b414e +size 2078 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/MotionControllerThumbLeft_Y.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/MotionControllerThumbLeft_Y.uasset new file mode 100644 index 0000000..6c6c3cc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/MotionControllerThumbLeft_Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16e7aceef69f5ee81e7666a25738407fb9448461a416ea4bd3642667e179d0e +size 2078 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/MotionControllerThumbRight_X.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/MotionControllerThumbRight_X.uasset new file mode 100644 index 0000000..8afaa23 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/MotionControllerThumbRight_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e58278c54fc4f1f08d6d399eae4deefb3a7b9e36214340368c9ecc7a37b3868 +size 2087 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/MotionControllerThumbRight_Y.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/MotionControllerThumbRight_Y.uasset new file mode 100644 index 0000000..dbed8d3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/MotionControllerThumbRight_Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f05dd56df3db23c418af9046d67229833e967bf3c117da7dbab5819dba4ec39 +size 2087 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/PrimaryGripLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/PrimaryGripLeft.uasset new file mode 100644 index 0000000..3a7397d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/PrimaryGripLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48c2a9686eb6c81080f29c6ad3a46dcd102b7bd712733d7fb6a23e189a13f12 +size 1782 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/PrimaryGripRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/PrimaryGripRight.uasset new file mode 100644 index 0000000..fc8f360 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/PrimaryGripRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbda9aa3886f8aab09cbf4c46f4dda637168562364731f9fd940a15f368c8b66 +size 1791 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/TeleportLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/TeleportLeft.uasset new file mode 100644 index 0000000..542eef9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/TeleportLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfdb5ec22eeba352245f263224d8e6b76dc34becef21fef8553c553cc4be60de +size 1743 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/TeleportRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/TeleportRight.uasset new file mode 100644 index 0000000..89998d7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/TeleportRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4290443841b6c5cfb8f52888ed3f748d533bddc62a5fbda006c72da800f15340 +size 1752 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/UseHeldObjectLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/UseHeldObjectLeft.uasset new file mode 100644 index 0000000..466f9e0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/UseHeldObjectLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52838c62b8a98673b254bb6ce4a45ef1583cc6420b3cf5faf721bed77354f95e +size 1786 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/UseHeldObjectRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/UseHeldObjectRight.uasset new file mode 100644 index 0000000..5e905a5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/UseHeldObjectRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a74fd5d208d06fe519de6ef05f423de3404445aa9450b293d0f301ba67017e5 +size 1795 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Misc/Meshes/1M_Cube.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Misc/Meshes/1M_Cube.uasset new file mode 100644 index 0000000..d1652ca --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Misc/Meshes/1M_Cube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7659e49bd79dca01325d53a29fc7c4b75ff79e44d0aef2696bb3894a07d8d7f2 +size 16300 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Misc/Meshes/CubeMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Misc/Meshes/CubeMaterial.uasset new file mode 100644 index 0000000..16e6fea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Misc/Meshes/CubeMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06902c41be39f0090abd156d930364fdeb9350fa6500c2b885ca06baedd9fd9a +size 95128 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/Materials/DefaultRibbonMaterial_NoGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/Materials/DefaultRibbonMaterial_NoGradient.uasset new file mode 100644 index 0000000..6c4ed33 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/Materials/DefaultRibbonMaterial_NoGradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5df9c49af7d64007c7e77859051ed085b708e1fe37a74965190580f3edae1f +size 67439 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/Materials/M_TeleportRibbon.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/Materials/M_TeleportRibbon.uasset new file mode 100644 index 0000000..fcf9dbc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/Materials/M_TeleportRibbon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2fe6e7462dae72a7a2352492455220e5c130e9e022f6b314c0cf8871a61a199 +size 12615 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/Materials/M_TossRibbon.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/Materials/M_TossRibbon.uasset new file mode 100644 index 0000000..03873bf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/Materials/M_TossRibbon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28418ab0dbffe8372de19ccf57d4543cbf8a29d011df6edabec362f80df0b323 +size 14741 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/Materials/M_WidgetTraceRibbon_NoDepth.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/Materials/M_WidgetTraceRibbon_NoDepth.uasset new file mode 100644 index 0000000..8992446 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/Materials/M_WidgetTraceRibbon_NoDepth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f1cb873e1982be90e86d3f66c571b90f278addbe2b01c98330a441ff68a7e7 +size 15670 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NPC_VRTemplate.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NPC_VRTemplate.uasset new file mode 100644 index 0000000..5b342b0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NPC_VRTemplate.uasset @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..80c2ef1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_MenuPointer.uasset @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..af5b63c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_PickupTrace.uasset @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..94bef93 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_TeleportTrace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99687995c0ce0a5e62792468e7f69fb5a2110575dc554c4058e1b83e8ed6d793 +size 355837 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_Teleport_Controller.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_Teleport_Controller.uasset deleted file mode 100644 index 8a28f52..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_Teleport_Controller.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:763c03b09a860093904bdb148f7273f851ebb0963e28e6b70c606a71855e679d -size 1272357 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset deleted file mode 100644 index 76cf8a1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7b3cf2c3ef8b02f6db11c37504d06334c7be6acdf64997b683ee575d8d2239b -size 5604560 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BasicShapeMaterialTrans.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BasicShapeMaterialTrans.uasset deleted file mode 100644 index bdc5a0a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BasicShapeMaterialTrans.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb604ddefe5491633aecf158e156859bfb778ed8fcf6159ab104f7fbeec2498d -size 33859 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/DefaultTextMaterialOpaque2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/DefaultTextMaterialOpaque2.uasset deleted file mode 100644 index 4364ee0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/DefaultTextMaterialOpaque2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:851416b83804ffe3ea90c03a16ac2ece78660eca837e51affa54a60ec4d7a4e9 -size 57328 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/GripEnum.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/GripEnum.uasset deleted file mode 100644 index 4f8f336..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/GripEnum.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04318717c48e11e503de4f7280de8d486e4153b552e743781d00ecc03c31231b -size 1195 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/LaserBeamSplineMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/LaserBeamSplineMat.uasset deleted file mode 100644 index a2464e9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/LaserBeamSplineMat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96a79e5982151449d9f2c4db70277eb9e7b452e3fd2b3a74fd3ec34e47cb71de -size 25084 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_CanGrab.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_CanGrab.uasset deleted file mode 100644 index 329653e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_CanGrab.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a84cba8022c3490aeddcedf42ba994c0950fdfe744ecfc9935803ba91e866b3b -size 99066 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_Grab.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_Grab.uasset deleted file mode 100644 index f176884..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_Grab.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7c6f0eae0148f9b58b40c8578c837532b4f78fa69a08c980e1da002d16d215d -size 96291 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_Open.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_Open.uasset deleted file mode 100644 index 6924ca4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/MannequinHand_Right_Open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc30ef24a406aac67f1aeee8036b1cdb7d6a68521d1568d6dcd097a37e228b54 -size 98120 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/RightGrip_BS.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/RightGrip_BS.uasset deleted file mode 100644 index d5ef47d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/RightGrip_BS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19c53eaae9f088827a633dbe02b71dbdbd88b42c0714287dc821a5d1b822e211 -size 78940 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/RightHand_AnimBP.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/RightHand_AnimBP.uasset deleted file mode 100644 index bfd13bd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Animations/RightHand_AnimBP.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8b7485ccb8e03a66af2f4c9175eaaea6dd7793613d6da574d786dda1fea0ccf -size 86420 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Materials/M_HandMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Materials/M_HandMat.uasset deleted file mode 100644 index e163894..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Materials/M_HandMat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:288dcbaa576011169e310c3c20379ca32393506e361eb244b33052ec806285eb -size 129049 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right.uasset deleted file mode 100644 index 2ebbe91..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0e86689e6b3aacf996eefbbf7346260a0c55bbcf5a347799ac2bc6452f16540 -size 817119 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right_PhysicsAsset.uasset deleted file mode 100644 index f2f53bd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd2f36f8005f98362a967a13688508ef61151fb921eaaa27c8bdddfe73c49410 -size 8647 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right_Skeleton.uasset deleted file mode 100644 index d371d57..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Mesh/MannequinHand_Right_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fe642d7dcc59983fa72b1d147442e0b61564cb93f5ae85030475a24c63c51b5 -size 11427 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset deleted file mode 100644 index c4c2c03..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09287940556aadd03828ae93c8315bd8371273cbd6e3fcfb39c2c6fd3bba4445 -size 164532 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Textures/UE4_Mannequin__normals.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Textures/UE4_Mannequin__normals.uasset deleted file mode 100644 index b370841..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequin/Character/Textures/UE4_Mannequin__normals.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a72aee941067467821a0cf8718f0d1f2aeea9a2f8e887e1db3117e196bb6d300 -size 4741581 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/CA_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/CA_Mannequin.uasset deleted file mode 100644 index c8c1e74..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/CA_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4968fd50a87202439d1d40d6319a1742d1d483d01f0e3197b88f2c88326f4596 -size 5572 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/ChromaticCurve.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/ChromaticCurve.uasset deleted file mode 100644 index 07211bf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/ChromaticCurve.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e1eb9bd6cbef2f6d9d35d6f23b6238a5e78ac0cd2d8f9052d117f8d2c31c38f -size 6420 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/MF_Diffraction.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/MF_Diffraction.uasset deleted file mode 100644 index 5fd355a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/MF_Diffraction.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73c709f0249be913a02e1dd33c9be23d3c452a068fbe84416406d851f8f71283 -size 33202 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/MF_logo3layers.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/MF_logo3layers.uasset deleted file mode 100644 index bb44ee3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/MF_logo3layers.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bfbcd197d0dee477b3450e0d6f34a83ff0bffe656f366d685cf7a8e136644dc -size 57852 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset deleted file mode 100644 index a987ec1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebf7cc31c00fe22873c36622994e1d867a8f5410dfa5e90bb3a8be05a7992b6a -size 14177 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset deleted file mode 100644 index 3fcb684..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25a29d15122a81766584213aa3492a5019ecd7639c16fcb1a22c1be32fd8eacb -size 21660 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset deleted file mode 100644 index a7e1abc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36d8b69abc5f5a88fba11372a35b4236bb6bd911c88a3a76a8fa6108dd2201c0 -size 24862 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/M_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/M_Mannequin.uasset deleted file mode 100644 index fd4ea7a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Materials/M_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:186e6ab62d6289fad3c3254629acca1dd61ab0f2c8643d4e532860040f0e508d -size 87405 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset deleted file mode 100644 index a8408d6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:115b542c38c19146ec28c7d0a1e45ed4ce144ab825895e1a114cc8fb4c5901ea -size 3593013 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_BN.uasset deleted file mode 100644 index 05c0ce5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_BN.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40282ffc03b640b3c10424274cea81f20adc3c18b00b4c233dcfa8c4b3c84b3f -size 18416217 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset deleted file mode 100644 index c87624f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8315c46f5fa03a076adc8948ccb9ab2604deabfb8c429a22e69eeb3007d5174b -size 10429330 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_D.uasset deleted file mode 100644 index a537045..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bc10c72980307ac682e4b0a9f6979d1038cf0b67ce77ba88aeaaa6fbe22ec24 -size 5747243 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset deleted file mode 100644 index fa50d75..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cae5da3b3d6e93593dfb44485ef29d2d95380b134d74dfd664cd7d695a10185 -size 11205106 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_N.uasset deleted file mode 100644 index 44f1667..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e825282c110635e431bcb5eafb4224f796af815c198526c6cbeb10b382363ebd -size 7076325 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset deleted file mode 100644 index bdb047f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ae031091889b3f06f21497eb389b12d9ed8f9317d0092ea20297e17f2913a11 -size 1324515 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset deleted file mode 100644 index 6c07224..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17e7a673d0c52823f5dc85bd788cdc2786ec15fc8717500c355ee17575b78e46 -size 8418028 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_BN.uasset deleted file mode 100644 index 194f58d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_BN.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3efcace1d489ed84e7731743016634fb2c5fe18170f730cf451ee949d8e9e173 -size 21001551 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset deleted file mode 100644 index fa2b1d5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5afba4b2ba72e1931690655a018a03e34ebc82798b8d5b27f56f78e764a83ac8 -size 13302639 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_D.uasset deleted file mode 100644 index b56ceb1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc00aad229e45dbbb58f9b4d1b9fb04d1912132e8b355eff379ce9c18fc4310c -size 9166216 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset deleted file mode 100644 index c216674..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:541da86d8be94553c5769caa6daf05715058df0bb458c699b44a6e80bf63be70 -size 14124664 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_N.uasset deleted file mode 100644 index e76958c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:796f1d7c91a4fbf91472e2869a3f8d6da8db388226b54620e838883a606bc1c0 -size 7156910 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset deleted file mode 100644 index 6dd300f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8b235fd3d21a7092583a304d57aafc8ea281da52123e8110fb61b8dad33f077 -size 2185580 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Shared/T_UE_Logo_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Shared/T_UE_Logo_M.uasset deleted file mode 100644 index 17d8fa2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Mannequins/Textures/Shared/T_UE_Logo_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2903dd5fe3dbd3eec2c9fe085fbfbab12bb362446fcdea666a153531b3f273de -size 58810 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/MF_OccludedPixels.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/MF_OccludedPixels.uasset deleted file mode 100644 index 3c618f7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/MF_OccludedPixels.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e68ceb404ed6337d5dd82c0161f55d1e6552ec9172f712b44a5597775a8c173f -size 101676 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/MI_TeleportCylinderPreview.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/MI_TeleportCylinderPreview.uasset deleted file mode 100644 index 1bf76a6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/MI_TeleportCylinderPreview.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:392369dcee7a1e0e63d3da4958161fc1f6e0447e777589ac1ab8d01ed69304e1 -size 87045 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/M_ArcEndpoint.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/M_ArcEndpoint.uasset deleted file mode 100644 index d6cd70c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/M_ArcEndpoint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01b70c91f3fc7e45ff136f537aa240918b813947231387031920196ab2213ce1 -size 42970 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/M_SplineArcMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/M_SplineArcMat.uasset deleted file mode 100644 index dc6b79e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/M_SplineArcMat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9318e082360365d7dbc115224ad4e3a9ab55d0843c88bc7ab20f17a7bfd1fd0 -size 100125 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/M_TeleportPreviews.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/M_TeleportPreviews.uasset deleted file mode 100644 index f11a07d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/M_TeleportPreviews.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:402a7ea3e60824818673eca419410128b0d7950b9a8e93c5915a9c187e083107 -size 101099 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/TeleportMCP.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/TeleportMCP.uasset deleted file mode 100644 index e53ad06..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Materials/TeleportMCP.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5e017a7b3cac588ac89b07c2ce0decc0c049d921b1b3740a611ca8b013b370b -size 1890 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Meshes/BeaconDirection.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Meshes/BeaconDirection.uasset deleted file mode 100644 index 727795d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Meshes/BeaconDirection.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c9979e977391c0dd3c89829712c0267527db1bed4fe781bd60e611aeb3a4b9a -size 23711 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Meshes/BeamMesh.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Meshes/BeamMesh.uasset deleted file mode 100644 index 4d322d2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Meshes/BeamMesh.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24e53320bc8638a59037df8aab6069f3d48b41e2ec853b13bbf4c4961c7beec3 -size 25638 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Meshes/SM_FatCylinder.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Meshes/SM_FatCylinder.uasset deleted file mode 100644 index 2c9802b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/Meshes/SM_FatCylinder.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ebbd59a0d37fea22dc8bb5c6be7a2bde03d885e49bf2e200bcd193f5c5b64dd -size 23973 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/MovementMode.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/MovementMode.uasset deleted file mode 100644 index 197f27d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/MovementMode.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51abb35d2dd54af02bdbf8d283a2c48358da83f742f92383d44c5e9deb9dd13c -size 1227 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/VOIPAtten.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/VOIPAtten.uasset deleted file mode 100644 index 93e00e7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/VOIPAtten.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8080d94d6b6f2532ffc79c576b3593958362f4d4cc25c14ade17572a1cce7e2 -size 1488 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/Gestures.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/Gestures.uasset deleted file mode 100644 index 4143dfa..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/Gestures.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be2d9afce62cf091592f09ff7879698245acc601b5dee690f27aee282460a926 -size 3099 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspAnimBPManny.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspAnimBPManny.uasset deleted file mode 100644 index 287a641..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspAnimBPManny.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:919217a54724cb58aca0c819c9331966ee006140ec07e8f4aa1af86421d9f130 -size 558737 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingBlendManny.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingBlendManny.uasset deleted file mode 100644 index 837f86e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingBlendManny.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2161314e05788ef72073ebd6abe4841528c93632141be1e8a9fa4689d2b6dee7 -size 9063 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset deleted file mode 100644 index 149e4f9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingHandManny2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:445ee8cc28ab18420ae92bed6e48b1af6a172e30eadbaa93b94c1323fd83618e -size 2465162 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingPhysicsManny.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingPhysicsManny.uasset deleted file mode 100644 index a8dffdd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/GraspingPhysicsManny.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e349b597cb8d78a728686d907157cb27539049b2d96a92622ee554ec2ec1546 -size 70105 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/HandAnimState.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/HandAnimState.uasset deleted file mode 100644 index f6ca04e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/HandAnimState.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:493bc6e2aedbdd81ed215a923f93be08e5330c3a9dbc84ab23e5bd01b95de51c -size 1251 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/TriggerIndexs.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/TriggerIndexs.uasset deleted file mode 100644 index 18c2f75..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/TriggerIndexs.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd9015c452508e860e16897fa92ef1db16543a27473f7a62fb498dc3699de0bd -size 1251 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Grasp_Right.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Grasp_Right.uasset deleted file mode 100644 index 695f7f9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Grasp_Right.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82fa65ee2fc9ceb145340dae16215ca561289d65d208271aa29fba45e3fb2758 -size 65903 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset deleted file mode 100644 index ecaafea..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinsXR_Idle_Right.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67c1c728b99865de1b1d1e308834f0c58139a06a7b3b19ef97752bc47a1fde42 -size 66266 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Animations/GrabAnimation.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Animations/GrabAnimation.uasset deleted file mode 100644 index ba7fb37..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Animations/GrabAnimation.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3725a1fae096be6d96c331112511a727956f029a23536a95fed004a36d7f0c57 -size 54213 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/CA_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/CA_Mannequin.uasset deleted file mode 100644 index 3c31d17..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/CA_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c976740d0c59064dd3a3dbed56bbcd4cc191efe410537f3de1eaf86eaa699c69 -size 5590 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ChromaticCurve.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ChromaticCurve.uasset deleted file mode 100644 index 84be60f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ChromaticCurve.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14550970d266eba26300f7d8a733227445ed1cd597d20e41c0a79ee7685b306a -size 6432 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_Diffraction.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_Diffraction.uasset deleted file mode 100644 index 8ff0b4d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_Diffraction.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17e581040655d1de9eea2e3e15c0c7ffdd718daabfe03ccc2b58179268613bda -size 33226 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_logo3layers.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_logo3layers.uasset deleted file mode 100644 index cf64434..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/MF_logo3layers.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:860b5de68ce847daff95cf8757259e1db577c567b0a2fd9fa922bd916ac5d4af -size 56693 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ML_BaseColorFallOff.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ML_BaseColorFallOff.uasset deleted file mode 100644 index deb1737..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Functions/ML_BaseColorFallOff.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0054e1e6d3a91d6eb01b1f90ba3345ee1cdfa028e5f5cb699b5b9bd7bfddf76f -size 14189 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset deleted file mode 100644 index c0f3077..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8eb8f35f14bea3d54b0bab5c734cdffc1c5ac7bd646955b47cd6f522da4b18e -size 15676 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset deleted file mode 100644 index c4ebb72..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/Instances/Manny/MI_Manny_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14f5b0eeb0211cbfe8b0b887442079c5c9154a212452d104bd400942f8c971e3 -size 20424 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset deleted file mode 100644 index d7f8022..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Materials/M_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ea232420f5d0678ab758d2bd594acf42ad611f41c345bda8476ce3ef815d091 -size 83541 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SKM_MannyXR_right.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SKM_MannyXR_right.uasset deleted file mode 100644 index 653434c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SKM_MannyXR_right.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28e538b47aec911899e93975dd57e8c32ba4707bc24d3b21d3726559e7acd48e -size 2052720 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset deleted file mode 100644 index f4c1a7e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e70fd49096ddd57fe880eaf1641037444232c810403c2bec36374481c75afca7 -size 54309 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset deleted file mode 100644 index f54ef59..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74095c872ee49e813c998aa0a32e3ebcbfeeda5878de3540b7fea52901c7bc48 -size 3593025 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset deleted file mode 100644 index 87eddfb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_BN.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa92e0a7bcda92f57c85034520403d721cbe7510e9284e685403ef8d39359ae9 -size 18416229 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset deleted file mode 100644 index ac080db..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9df1150f6fd0c6eacb9aad6d28aa2df46f4958211e5d1604af7f871a11a817e4 -size 10429342 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset deleted file mode 100644 index c913dac..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c7a39a4acad4266630e53252badf09e92f449d23b7a196e7159ecabb096ece7 -size 5747255 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset deleted file mode 100644 index d3b30c1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_MSR_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88ea65fb64daef2f12a4f55d79c4c1cf59522f22b55e43b4618ded5eba736709 -size 11205118 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset deleted file mode 100644 index b599512..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cd73dcd2f4285c3ad54ee92c49239b7eb00b53fdd576dd9952320c577c35a19 -size 7076337 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset deleted file mode 100644 index 1ef50fc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_01_Tan.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f61621a29cea20c8e7745dccf12b9f227a49699859d7158c6a8550e8aa33b6b -size 1324527 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset deleted file mode 100644 index 223b510..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:830c9d0e06f48a2b71d6f0ac6dffb632de2742880a65f97acd0d24c933a30008 -size 8418040 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset deleted file mode 100644 index faa74e1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_BN.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:104baf884612be1abf61aa98b9e8df843bf4f49ce33d4a73fba7d7bc37a77809 -size 21001563 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset deleted file mode 100644 index 08a8dfa..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e0e7b9851a6202b96471c01f6f24cf5dedbe26d15421b552f761ea7240583e2 -size 13302488 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset deleted file mode 100644 index 9a4e1e2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51fc7ac2d6d1f69da4558f354459a822e285796577e633c2b0e103cbd745b452 -size 9166228 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset deleted file mode 100644 index 4939d10..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_MSR_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01bfaea5a2e88d7877490895dae2a24d925549207fb8382b43dac78dd161c0a4 -size 14124676 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset deleted file mode 100644 index 867351c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56142a7968f485b032028d070b35732098f65b2b1f6b4a8e5565dbf3cf9c0942 -size 7156922 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset deleted file mode 100644 index f3b1ea1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Manny/T_Manny_02_Tan.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e40f39697be781e3316dd66bac9907e6e95f6c9cabaa04367d5a3dc5bb16c97e -size 2185592 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset deleted file mode 100644 index 64bb06e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/GraspingHands/VRHandMeshes/Textures/Shared/T_UE_Logo_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04a7c7196f1a34506199f448266fb412f52761f2cf2da1b0f2a573f9d46b4a86 -size 58822 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/HandSockets/HandSocketBase.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/HandSockets/HandSocketBase.uasset deleted file mode 100644 index 975d72a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/HandSockets/HandSocketBase.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bd650c43df00aac51972fe9074f10d8ba4d9f50cfc4c5396fbcade00f045658 -size 2521 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/HandSockets/HandSocketBase2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/HandSockets/HandSocketBase2.uasset deleted file mode 100644 index 9deef66..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/HandSockets/HandSocketBase2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed2c6290f04162cbc66f18b1edcc94b1dec6c0d9e2229cc99a6d1c6c26a9d4e9 -size 2614 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/HandSockets/HandSocketMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/HandSockets/HandSocketMat.uasset deleted file mode 100644 index 0e7a550..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/HandSockets/HandSocketMat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2ad9483e932cdd4f9bcca63d7068bd064dbf2e5c64e28cab5ff6aea8b04172d -size 116415 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/OutlineFX/MT_I_OUTLINER.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/OutlineFX/MT_I_OUTLINER.uasset deleted file mode 100644 index 19a37fe..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/OutlineFX/MT_I_OUTLINER.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99ade0b7436867f2884f6f9e13b0fce01b8e7232fbabd472a3f3e4d2bae7f63f -size 14529 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/OutlineFX/M_LocalOutlines.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/OutlineFX/M_LocalOutlines.uasset deleted file mode 100644 index 39ef3c7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/OutlineFX/M_LocalOutlines.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a657198eb961a3c420fc4d402a259efa6742d59a8aa08d062e5055c0d4590899 -size 110910 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/OutlineFX/VRStereoFixer.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/OutlineFX/VRStereoFixer.uasset deleted file mode 100644 index 17e04f4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/OutlineFX/VRStereoFixer.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a689687702dbde5e8344a32458f1f2b9fd48539752a12d5b463dd3cf6cc59486 -size 26035 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Misc/Examples/Potion/Potion.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Misc/Examples/Potion/Potion.uasset deleted file mode 100644 index 383aed7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Misc/Examples/Potion/Potion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0aded3068784138f28336a66ce89cf8c5247eb44d20d33626b61a473cb357688 -size 74364 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Misc/Examples/Potion/PotionMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Misc/Examples/Potion/PotionMat.uasset deleted file mode 100644 index e1bed0d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Misc/Examples/Potion/PotionMat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b751c2573ec206a69e51d9b9f08029bd2c31399d7c5d7b5735969ca2fc05c044 -size 12350 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Misc/Examples/Potion/Stopper.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Misc/Examples/Potion/Stopper.uasset deleted file mode 100644 index 62af1d5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Misc/Examples/Potion/Stopper.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfb4707fa1593f34f66265b26c8a186cad4d3e631979b8ca0eb62d7ab897095b -size 34602 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Weapons/Guns/BaseMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Weapons/Guns/BaseMaterial.uasset deleted file mode 100644 index 010f45a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Weapons/Guns/BaseMaterial.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8242d7de50e838e1243b3c05711fad0a391b63886a1694011a62739fbe975a78 -size 39343 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Weapons/Guns/FirstPersonProjectileMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Weapons/Guns/FirstPersonProjectileMaterial.uasset deleted file mode 100644 index 5295166..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Grippables/Weapons/Guns/FirstPersonProjectileMaterial.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:334b2a9538f6f1d9c3bee24851b9836e62f0d9c4013073c026b2450380dfc6de -size 40059 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/AlternateGripLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/AlternateGripLeft.uasset deleted file mode 100644 index 50e9a03..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/AlternateGripLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f324092fe0c6fd9e1be9e5a92bdbca1a45b9aa9d05263bb8c70b30b127aa7e19 -size 1778 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/AlternateGripRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/AlternateGripRight.uasset deleted file mode 100644 index 5dbe80f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/AlternateGripRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a714d130b1c693ae6e7f5237885ca72ed61477e2049532e9902fa43096bb213 -size 1787 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/ControllerMovementLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/ControllerMovementLeft.uasset deleted file mode 100644 index 5f81996..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/ControllerMovementLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3767435f078020c87bcd1d3942d5368b824c2deff033c78983541dcbd83dca5 -size 2019 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/ControllerMovementRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/ControllerMovementRight.uasset deleted file mode 100644 index e0bf062..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/ControllerMovementRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:635fb989b50b14fb60ed09bb10285f3fde341ea5881ddc2fbdb2023459873ba3 -size 2028 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/LaserBeamLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/LaserBeamLeft.uasset deleted file mode 100644 index aec3432..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/LaserBeamLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cfe3d860673b5e2b8f187e945ac6f3afe57a484d38798aa1726c46b4bc84180 -size 1742 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/LaserBeamRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/LaserBeamRight.uasset deleted file mode 100644 index 83841d0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/LaserBeamRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d313da990b52608be722db3614fe5c6ef75c580d8753d897b4f983fc490561e -size 1751 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/MotionControllerThumbLeft_X.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/MotionControllerThumbLeft_X.uasset deleted file mode 100644 index 7a5cd9c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/MotionControllerThumbLeft_X.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:652893a2e038716a9326502dd699c5f680c85279e5c0b5e981675eaff5a1cdcc -size 2066 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/MotionControllerThumbLeft_Y.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/MotionControllerThumbLeft_Y.uasset deleted file mode 100644 index 55b075f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/MotionControllerThumbLeft_Y.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b4cd3e986bfdf81522e9e35d32776de88e101070bf11b9b280884250c810ba0 -size 2066 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/MotionControllerThumbRight_X.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/MotionControllerThumbRight_X.uasset deleted file mode 100644 index c412c1b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/MotionControllerThumbRight_X.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b536ac5d2048bbcd99f56a2d24f2f7744e8449955fa2d10e22b180213609658 -size 2075 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/MotionControllerThumbRight_Y.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/MotionControllerThumbRight_Y.uasset deleted file mode 100644 index 11bcd98..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/MotionControllerThumbRight_Y.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa182cc198f059969c463346140b475091fd1270d337748622e32ca5d3a0fb10 -size 2075 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/PrimaryGripLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/PrimaryGripLeft.uasset deleted file mode 100644 index 094afbb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/PrimaryGripLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1485d865cf09ae0f251bc300c206a1a3c007b42256ed9c1c348ca9f373796085 -size 1770 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/PrimaryGripRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/PrimaryGripRight.uasset deleted file mode 100644 index b8eea66..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/PrimaryGripRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cbc352b2a8066a15fceef29cab7918c4635c3a3f95602ff1ad792aec14548e1 -size 1779 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/TeleportLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/TeleportLeft.uasset deleted file mode 100644 index 96c1f34..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/TeleportLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d0dc78124eac2c4ac2ba4871ecaf35b52021064e81ee6233d13df2a25eb8046 -size 1731 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/TeleportRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/TeleportRight.uasset deleted file mode 100644 index f122820..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/TeleportRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70a1d11b5b9040b5c4621af6d9cf5945f1fa5b485160b4e9809c1a528a33eff8 -size 1740 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/UseHeldObjectLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/UseHeldObjectLeft.uasset deleted file mode 100644 index c3d99ca..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/UseHeldObjectLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f574e81530bf46589ca533b335fefaa595addd06987e7fed256c890bed065c8 -size 1774 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/UseHeldObjectRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/UseHeldObjectRight.uasset deleted file mode 100644 index f243d0c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Input/Actions/UseHeldObjectRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb92d558c3bc84030e05492f75e36b98ffe37387f4eb36b5c71d2d9ca3c9b90a -size 1783 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Misc/Meshes/1M_Cube.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Misc/Meshes/1M_Cube.uasset deleted file mode 100644 index b372246..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Misc/Meshes/1M_Cube.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87007ddee9ade7f575d2fcb9c771d6b62d6cd011fd4fb9884b2e890efe966e65 -size 16288 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Misc/Meshes/CubeMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Misc/Meshes/CubeMaterial.uasset deleted file mode 100644 index 68f0920..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Misc/Meshes/CubeMaterial.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efa2980c2ad889dcf2e65127cbcaafdce4eff3afbe1f5c476c060de4706eef41 -size 95120 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/DefaultRibbonMaterial_NoGradient.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/DefaultRibbonMaterial_NoGradient.uasset deleted file mode 100644 index 773bfe5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/DefaultRibbonMaterial_NoGradient.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a79aa8f627e7fb002e2e228161770f92eed1d4022cc23f7aaf9bb122c1e26e43 -size 66941 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/M_TeleportRibbon.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/M_TeleportRibbon.uasset deleted file mode 100644 index 7c89f44..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/M_TeleportRibbon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e67753479fdec820ed1a358b763b5bdd146e7d36280e67326955b5e1aec3908 -size 12129 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/M_TossRibbon.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/M_TossRibbon.uasset deleted file mode 100644 index 0cf5242..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/M_TossRibbon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3a7614a546db31ca887e8c0ee8418341dfe1ed53f6ca41cef444b4ad5af19d3 -size 14170 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/M_WidgetTraceRibbon_NoDepth.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/M_WidgetTraceRibbon_NoDepth.uasset deleted file mode 100644 index e7e4c82..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/M_WidgetTraceRibbon_NoDepth.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f81b054e1abce541deb5bec05584dcb1ef0a212947f8db82e1f112f5a898feab -size 15319 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NPC_VRTemplate.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NPC_VRTemplate.uasset deleted file mode 100644 index b386f5c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NPC_VRTemplate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:209f05e023fcebef76463a83faaec3dc979bf67e1dbac99900dd57384efe84c2 -size 3113 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NS_MenuPointer.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NS_MenuPointer.uasset deleted file mode 100644 index bacafac..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NS_MenuPointer.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99f28a4db65e5dc2506b3d6e2aef789138b14a0975dd049a80e9198a8173f70d -size 323970 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NS_PickupTrace.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NS_PickupTrace.uasset deleted file mode 100644 index 503edf3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NS_PickupTrace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42cac82738c121f73d1066aaa0d60a229c1ec1a34c301b9d0a43a9bc2d7c4666 -size 524216 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NS_TeleportTrace.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NS_TeleportTrace.uasset deleted file mode 100644 index a8683ef..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NS_TeleportTrace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d4fe404563ed5b3edd2eed189c68347798e5a3eef60bfb0a07050a0b81fafef -size 335331 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Walls/M_Basic_Wall.uasset b/VIRTUOS_ExpansionPluginTests/Content/Walls/M_Basic_Wall.uasset deleted file mode 100644 index adb2aa0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Walls/M_Basic_Wall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:198ab50dfa72e5e5cacc266cf8b10bc4ee3550e7068a6b7f51179e9c7faf0210 -size 52585 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Walls/SM_Wall2Sided.uasset b/VIRTUOS_ExpansionPluginTests/Content/Walls/SM_Wall2Sided.uasset deleted file mode 100644 index b8dbd94..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Walls/SM_Wall2Sided.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec35dc8803d73862efd19cae8199deee5c076909fffb4fe53527fe22819d8e69 -size 78527 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Walls/WallSubDivfbx.uasset b/VIRTUOS_ExpansionPluginTests/Content/Walls/WallSubDivfbx.uasset deleted file mode 100644 index 94ede5f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Walls/WallSubDivfbx.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad13c8db3c3769a4ef7106cf9bbc88b89573974c7a526a7a257c794591a79a68 -size 78905 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Walls/Wall_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/Walls/Wall_1.uasset deleted file mode 100644 index 77c2b1d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Walls/Wall_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b2656b81290b134a8944f61a0948d21aa3a6aad57a23b169a55c61af1558095 -size 52440 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Walls/Wall_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Walls/Wall_2.uasset deleted file mode 100644 index d5ce063..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Walls/Wall_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ccbaff873d7611c6dbee4c5711e06a88bf12bae2412f9ef998119f272bfca20 -size 53131 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BPI_Character.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BPI_Character.uasset new file mode 100644 index 0000000..1c6a4c0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BPI_Character.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c57977bdd6b4e1426bf6ef065bcd4411138af6773e8b274f833566cc817995 +size 10591 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset new file mode 100644 index 0000000..17f210c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe7e82bef2758bb70ccbf82671cc0edfa4d0d5a4e0df22c1bd55d17d76de8dd +size 73443 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset new file mode 100644 index 0000000..cb3458f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a852fcad8fd2ea8086a596777de5a5a6fc32d1c2c5c4b10f1f5d4c923618164d +size 284721 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Blendspace_Walk_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Blendspace_Walk_Clarice.uasset new file mode 100644 index 0000000..fa64e00 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Blendspace_Walk_Clarice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae71e4f110cbf29615d5388c9dcd3a4da4e934f7b6ee7a783224ba77606828e +size 8323 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle.uasset new file mode 100644 index 0000000..35aa343 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97b23d8e4d891a5e04d173d2e4cdc034aa84dcc33af787c5e21ac674ecb21f5 +size 113354 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/LegsIn.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/LegsIn.uasset new file mode 100644 index 0000000..afa9a04 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/LegsIn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25c7e7cab18a5ee1ba5414aa1867790b1b7248fddc93727985473da07b0678f +size 149642 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset new file mode 100644 index 0000000..2df41c1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdc34312dde5c02b863426e30c34d64bd1542f2047872024fa72e8f53fdfe5e +size 148110 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset new file mode 100644 index 0000000..4e9dfdb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be767e9496057fd87cd3d28dad5e2c86a91aaa18b45dc9786bfbf881daa6b06 +size 183827 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk.uasset new file mode 100644 index 0000000..2572ed3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997064259ecb7ed683b1833361d5b198c72cc579a405aa9630169dd8bcb5e874 +size 150045 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset new file mode 100644 index 0000000..5f79705 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d8a375e62ba5af8fbf4d4acbc044116b1996dfe03085ef104a2bffaf579327 +size 144836 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset new file mode 100644 index 0000000..79379d4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dce6111cb180b93722a3621591bae2ce3ec7872f09fa2f152d944a4fab1ba51 +size 345317 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain.uasset new file mode 100644 index 0000000..54d90ae --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8ae8345b2003aa3c45027897123e215e09b75072b6d3c576d0f66805a03860 +size 2073807 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset new file mode 100644 index 0000000..38e800b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c0da4d9e6eab010fb774ff67ec11bffb79ca8df154b8fad10c0ae874e7c51f +size 42318 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset new file mode 100644 index 0000000..a73edef --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30eff2d836cec9ac517e70c3ef6496d6954e24cf56e51166ead0be179eb652d +size 13511 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Material.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Material.uasset new file mode 100644 index 0000000..de888f5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Material.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4937a3aea277fbd9cfe8494d0d6182be11ac1ea705718aca98191cf0536abb0 +size 61837 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Material_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Material_001.uasset new file mode 100644 index 0000000..78ff0f1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Material_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d3e98b213716446317560c3fe51b017fcc7dfc6e0864202db019286f1de714 +size 53649 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Material_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Material_002.uasset new file mode 100644 index 0000000..1bbfa85 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Material_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be001ce652327db6b8a568510e7e628cb296aafb80239cf6fb7ef78c9f7b0ccc +size 51307 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint.uasset new file mode 100644 index 0000000..47c4b9e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e12469f130389132be3cc2305ec62c958aad90dfdd8c1740e6ddce57d537dc +size 30510 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint1.uasset new file mode 100644 index 0000000..b55aa70 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79464945c199016ab84c96669d1092708c857dbc9d85b596e9d70df28675df80 +size 150792 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Textures/MergedBake_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Textures/MergedBake_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..768ec9e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Textures/MergedBake_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f80b2bfbc0fec56d33ddb71b3fd8885bc489c3f0e189c0140dd996c1c84728 +size 19612715 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Textures/MergedBake_Bake1_PBR_MetallicRoughnessEmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Textures/MergedBake_Bake1_PBR_MetallicRoughnessEmission.uasset new file mode 100644 index 0000000..75f9c05 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Textures/MergedBake_Bake1_PBR_MetallicRoughnessEmission.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1d386f99d526f6f2f1ffb287e014434d29deb0779d898ae0945b68c1f9cf5d +size 12197447 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Textures/MergedBake_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Textures/MergedBake_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..dca1eee --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Textures/MergedBake_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d63941967da0282e2dd6575553e5c0365334b5845f37d080245a8651c443b04 +size 92255932 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset new file mode 100644 index 0000000..1959ee0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4783b9b9587921768f007eeaf281ee84ba06ade5fb1ca08c27c100b30ba2b4f +size 214279 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/Blueprints/BP_SpudExamplesGameInstance.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/Blueprints/BP_SpudExamplesGameInstance.uasset new file mode 100644 index 0000000..a0116c2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/Blueprints/BP_SpudExamplesGameInstance.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1545fabeb728e9b9ac802d616d6fb3bf59ac1e63fe0fcbadd75d2d0f8784680d +size 17052 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/Textures/NewSaveIcon.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/Textures/NewSaveIcon.uasset new file mode 100644 index 0000000..369d70a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/Textures/NewSaveIcon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe0150188bf6c3e7ae2f3f914a515c9ece77f9c727eba8555d10e5b47324946 +size 8657 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/UI/Widget_SaveLoadScreen_new.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/UI/Widget_SaveLoadScreen_new.uasset new file mode 100644 index 0000000..7a09ac6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/UI/Widget_SaveLoadScreen_new.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93437679d87ea226637f588c1efb6ef1dfc69ebf49c1eb8fc8e7e5a57cd2f72 +size 335124 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/UI/Widget_SaveSlot.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/UI/Widget_SaveSlot.uasset new file mode 100644 index 0000000..cf9a83b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/UI/Widget_SaveSlot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5656df341a99f5042848a8f7dfff663b2de92f54d800f2aa658996e6a9f994bb +size 130051 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/UI/Widget_UI.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/UI/Widget_UI.uasset new file mode 100644 index 0000000..56b2a21 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/FirstPerson/UI/Widget_UI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7439bf36b4a7015f414b9302f9bc4fb9c0abad9e46e7a1a5bafa1947de2b7ca7 +size 202541 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset new file mode 100644 index 0000000..b39d01e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da996cc89f890b394aac745f0cf1d6abbcc2487f5f123c5c6ffd9157379bd5e0 +size 210177 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 new file mode 100644 index 0000000..2180722 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086c6e7c9e79919be3ba2afdde2200617ec5a4f66e5f13523a0ed40486c56bf8 +size 169264 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 new file mode 100644 index 0000000..1bcdfef --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9ddfbc8d4702a1676e8b4887f7827e1513600b6f032f87625446648651689c +size 181746 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 new file mode 100644 index 0000000..d13e9a6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482e3ffd7858e13ec8884478025abd1c4173e6856d50b2cce3e6a77da9d1af17 +size 213657 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 new file mode 100644 index 0000000..ae39fa0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df97a36de90e1db04aa5ad852738fda3719cfa9ad350347c13fdfaae1990613a +size 136212 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 new file mode 100644 index 0000000..ca4f4ec --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c38fae80c39b08feecdb3bc5a5341466c164d6d80e7dcb0b6e2cd20c42b5da +size 196656 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 new file mode 100644 index 0000000..792c306 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0217346f18f4ab8dc407580b80b49267ad1074d323fd0debf497b32bd252a4de +size 195831 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 new file mode 100644 index 0000000..092afbc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd853012f614f8f119070d541fd697b6d0838e7eeff64809282123c9a6fd09cb +size 192590 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 new file mode 100644 index 0000000..a187c22 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60c18ed9e89007c38b010a15d484a747001aca98efe415efe8d683d5facac76 +size 192601 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset new file mode 100644 index 0000000..5e82818 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2103d37669223d51ed3d07c38948d601a05ff20b512afaf5035c4061eb6a8b9 +size 31157 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset new file mode 100644 index 0000000..b2af729 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e968578200209ab96559c24288900ce1b111241c9ea4ca160376a720be7352 +size 19502 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh.uasset new file mode 100644 index 0000000..0b587d2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh.uasset @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..9886bea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc57cb7df5b057c04850dd0adcc2247c279f78c5751475d863ef6ce2903a573 +size 56353 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset new file mode 100644 index 0000000..7cc544f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8066791f09f41a7f398dc7c4711bdcb8277e3f071c8658f9d8777c2396a6381 +size 54403 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset new file mode 100644 index 0000000..96d301a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55d3722861500b885e47b78563fb70d2784297bb394cca4601f85008e9eb1fc +size 16301 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 new file mode 100644 index 0000000..1e1421e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cccc0e4562e5cf5e1215ee7cc4fa6be1ae18c92dc3466608769004d8c90b2754 +size 231618 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Grip.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Grip.uasset new file mode 100644 index 0000000..76e8e1a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Grip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003f8143d251e7d471f20820112446b33c19526414ec083ba3f231834097552e +size 23313 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Material_004.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Material_004.uasset new file mode 100644 index 0000000..de452b1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Material_004.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1fad0d4ff1c82285d5647be69845737ebc3ba059bc15bf46d00cf79913f289 +size 52698 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset new file mode 100644 index 0000000..1b32865 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a37ca39f2f15b92250972760956b7fe26c1ba4340e619f2f1480e4f25677b86 +size 29450 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 new file mode 100644 index 0000000..1f086b6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/WatercanRobot3_Cube_008.uasset @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..8d965ca --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/gloss.uasset @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..1ee4eb5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7879e557937d30961993a8892b0d2e83da85b602e69169ecad0c4bc2b75c8a23 +size 4511544 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/SplineActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/SplineActor.uasset new file mode 100644 index 0000000..d7b443e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/SplineActor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e216508289c5e74e1151f7fcbaa2a04b87fddee06af318e46a61bc2894024939 +size 29776 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/TestSpline.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/TestSpline.uasset new file mode 100644 index 0000000..cc78e43 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/TestSpline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2fb2987e1af2642abb6e7b4c25a57c89ed35c26fb4f62e1572e50bddd03012 +size 29370 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/Globe-Globe.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/Globe-Globe.uasset new file mode 100644 index 0000000..baa8706 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/Globe-Globe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80c3c06cebe8ca891381255a35369908dfe4fa912fd092afcc9a0d525066e6f +size 11636758 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/Globe.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/Globe.uasset new file mode 100644 index 0000000..f8976b8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/Globe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c5ef00ce86492b7135609b3fe04b32b9288a2f15f805ba41b08c7f41167259 +size 68988993 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/Globe1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/Globe1.uasset new file mode 100644 index 0000000..b92f1c9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/Globe1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758b9e2745e4ba16eb5295674570ec5ac5936ee6405dd4fdf08a96de12e6d30f +size 16572546 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/GlobeRobot.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/GlobeRobot.uasset new file mode 100644 index 0000000..32285d7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/GlobeRobot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9d9bf1870504de407dc9ca096eadce1ba97a50f72096ad4fc7f5a0a7d5d02a +size 541792 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/Globe_001_Baked.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/Globe_001_Baked.uasset new file mode 100644 index 0000000..fc32de8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/Globe_001_Baked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2dbefbe3084344776089783605fbf820a2366296c96adfb6bd785444e210163 +size 67561 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/TestCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/TestCharacter.uasset new file mode 100644 index 0000000..38b5433 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/GlobeBotTest/TestCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d7fe06253399ddfb2ac13c357cb3728ac5587c48bb57200c6112ab61f54717 +size 81718 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Animations/Jog_Fwd.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Animations/Jog_Fwd.uasset new file mode 100644 index 0000000..ed582c5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Animations/Jog_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5ad1f47c7414e7b3579cf6fdbacda56a4ee65608d36d5bd4f8c06453d0bbd0 +size 340749 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset new file mode 100644 index 0000000..438c84c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9251692103d3a8232ede54bef5355da9c253dce104e1774903ee050ceab3d10c +size 14424 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige.uasset new file mode 100644 index 0000000..69fb3f6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4c86ac963903838516b43bde4524a0d466b8ba86cafb3480c0447a2bbc8f98 +size 11023 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset new file mode 100644 index 0000000..b5bec41 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653dbdd5208ff3939efa4a9637a4ede2d4e8bb771bb59a84d4235fd25ed49187 +size 11859 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset new file mode 100644 index 0000000..7723cb8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f755130ab373c17cb810382de72c1c4e61757b780867883006f83adbc3cf20e +size 15366 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset new file mode 100644 index 0000000..a859ee1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51dedae04c8ee6cdf683c8d013fec6b5bbf73722d8081139e446abdccce32cc +size 30802 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset new file mode 100644 index 0000000..a524df7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80e53ab5153ad29e76a5f90e48b2fd82adea3e7fe75ee162f78bf1fbb82bdeb +size 11514 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Meshes/SK_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Meshes/SK_Mannequin.uasset new file mode 100644 index 0000000..8c39752 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Meshes/SK_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd825e81399aeedeb5fc214c69a1f7d78618d125a7909b90322a8746e1d2fc5 +size 7239364 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset new file mode 100644 index 0000000..456d2b0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3293c2ed8311c772acf721f6a4c1082deb4b505c6a0d29c99f2b9320f2083f +size 48149 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Skeleton.uasset new file mode 100644 index 0000000..6f7c7ae --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1da6c8aa69975d527477c5f6d59b3690e8261090955482700cc987cc9c5d1e +size 26459 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Rigs/IK_UE4_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Rigs/IK_UE4_Mannequin.uasset new file mode 100644 index 0000000..7036ad3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Rigs/IK_UE4_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0018c7b203afe5ce24866347965868ab97259acb254618fc9f7be0050605d999 +size 73696 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Rigs/RTG_UE4Manny_UE5Manny.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Rigs/RTG_UE4Manny_UE5Manny.uasset new file mode 100644 index 0000000..50a76e8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Rigs/RTG_UE4Manny_UE5Manny.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9501069323c621246950744a0d46a3194abe6b3bfa3d98abe9c6d0ab0711661 +size 30500 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Rigs/RTG_UE5Manny_UE4Manny.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Rigs/RTG_UE5Manny_UE4Manny.uasset new file mode 100644 index 0000000..a239cdd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Rigs/RTG_UE5Manny_UE4Manny.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3432ab8232e80f85b119806c30286b0918731b0bc375ccc3c82eab55a85017 +size 25752 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset new file mode 100644 index 0000000..456d04a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1261d9c3d25226df98c2158ce833c1b4d7631c2133b0ee1613a4d7a31fb5cf0 +size 337748 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset new file mode 100644 index 0000000..1e4cfe1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cfd49ee47898b57d3f48e39e3f0f9c7c120ece1ab38463a2947ed3a7433886b +size 305619 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset new file mode 100644 index 0000000..99a47f0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c17fe0ee48e5135b3eac48e6fc7517d083000a5ea3fdc03edf64017fd4a580 +size 380240 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset new file mode 100644 index 0000000..6b04bc9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68bb72e2068217960feb5370c9a081ba2d7cdfa700ae88a9b76f54c64c2837e6 +size 287780 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset new file mode 100644 index 0000000..8f87e9a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07569f36e951fb55c2b20c479b7942fbee20c211f78cc7bc788fb13f1432831 +size 164250 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset new file mode 100644 index 0000000..30bd39d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3cf2ee1b472ce50ee00aa613004693f2525f9385ae23f1f2343bea2c79322de +size 4741677 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset new file mode 100644 index 0000000..71cd8ba --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c87910b5004ca28371afd9c0edef0592b7b109a7e4744cba9ddaf4384ac8ed3 +size 38846 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset new file mode 100644 index 0000000..d1355cb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282294b5566633012d298188d1e8db31e8acd9366f248c6b2009cade11c68704 +size 54039 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/ABP_Manny.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/ABP_Manny.uasset new file mode 100644 index 0000000..c5460c5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/ABP_Manny.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96da87ceabcc3e45adb26ec339945d2ab6533aa927f4f2d77e1d0ce057a335d0 +size 362800 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/ABP_Quinn.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/ABP_Quinn.uasset new file mode 100644 index 0000000..af21736 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/ABP_Quinn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778853ca252f31ab4c1365844b3e731f0461f259c5821e000e0f148036954179 +size 40068 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/BS_MM_WalkRun.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/BS_MM_WalkRun.uasset new file mode 100644 index 0000000..c328a1f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/BS_MM_WalkRun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c7fe86db8bfd6ce46caaae6c9f4425fbc58bdf671279869451e041aec9038b +size 9322 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.uasset new file mode 100644 index 0000000..ace193f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78affbd39bd3a2fe925750a4a2d57217ae428e690e492a7490e450b06f9b6b0e +size 926958 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Idle.uasset new file mode 100644 index 0000000..1d84014 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3185621def21c6d14342902e7e69b8c17c7f3afd25ffeabc8c58f7f8e6f55d7 +size 1438403 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Jump.uasset new file mode 100644 index 0000000..1843d61 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6c64b69b9ab6607238365006e22f334b849b7498daf14db322ab3b744e902e +size 405242 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Land.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Land.uasset new file mode 100644 index 0000000..007ea86 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Land.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa89708e0a65a3a4824be293d4b78f2489523c6e5027e04b97bc17b9585b482b +size 411170 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset new file mode 100644 index 0000000..c5e719a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8dd8e011ae317523d8ef602d86daaa794a445db287c35be9178b0a5de4ff30 +size 483991 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_T_Pose.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_T_Pose.uasset new file mode 100644 index 0000000..fac6972 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_T_Pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f88b6d571538cc152ff4029b073ba06abe86df880c7d1d54e17b9b361512a40 +size 91406 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset new file mode 100644 index 0000000..803090f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f222439a4b3dad9993f80af54abff966d5bb0e52e0fe8af325e8e74f3ffd4f7 +size 550746 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Walk_InPlace.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Walk_InPlace.uasset new file mode 100644 index 0000000..27dcbb6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Manny/MM_Walk_InPlace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb52d86d93c3d46cff39120f7126cd9d5cef00910f3e5a67c0e20fe6b2fda23 +size 716053 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset new file mode 100644 index 0000000..a179e8d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd944990301b6846f99fd8859a7b087bd37523d1b8f2e6bc384fb74e38daa44 +size 9362 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Quinn/MF_Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Quinn/MF_Idle.uasset new file mode 100644 index 0000000..a12ca32 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Quinn/MF_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1004706ad577422a6d2cfb6b173c51b9e8b88fd67f96f4ab49c943fe82106624 +size 953753 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset new file mode 100644 index 0000000..ace5e77 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8449a117550e649a0412ada6f5f985b46f2c2720d4b66b1cc59c066f48b46358 +size 504084 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset new file mode 100644 index 0000000..cf64d2f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e02de73e09de90e2b6828e3261c64033450d7fedb6c550f348784909bda226 +size 520767 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/CA_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/CA_Mannequin.uasset new file mode 100644 index 0000000..6a1fa57 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/CA_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23aa4934b77a7223501d8faf988ad1bbf4a8b12b92a81e110bfdc3252153eb5b +size 5563 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/ChromaticCurve.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/ChromaticCurve.uasset new file mode 100644 index 0000000..3f9a47f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/ChromaticCurve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a008336d67304c16efd265fbc0f8556e36a9980770bf95e72fd199d6e283bc7f +size 6414 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/MF_Diffraction.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/MF_Diffraction.uasset new file mode 100644 index 0000000..e5ef051 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/MF_Diffraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a5dd702b52fb58d8c763da226c4054bf4221f638ec880dbcbdca1c1253d273 +size 33190 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/MF_logo3layers.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/MF_logo3layers.uasset new file mode 100644 index 0000000..cc4095e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/MF_logo3layers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a085adf088bbb84d2f91a0995d3640ca37cb212c33e62963e8c22b5b935e0686 +size 57843 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset new file mode 100644 index 0000000..d437010 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77963b5c91a8557d9e593bd5a7b19e752f8e3d6bae06a38e003d51fc8de3e987 +size 14171 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset new file mode 100644 index 0000000..69204fb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53cf8e87039c750383bb1bcf49d61a0a6c428ddc624434c83f55c76678becc2f +size 21627 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset new file mode 100644 index 0000000..63fba01 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68a93adfcdb56d7d4bb9f9f8e6afff910bce517898ede22524de5cdad09560f +size 24826 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset new file mode 100644 index 0000000..429e833 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5919f204a64566ec2343647340518364922c6daa2317d033c66a7da9ef33eb44 +size 19681 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset new file mode 100644 index 0000000..f9e8f88 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243acff5305da9a48eb11fb3d11353c49db95e9ed8c59a30b40fb2b68d9d97b0 +size 25212 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/M_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/M_Mannequin.uasset new file mode 100644 index 0000000..dd20bdb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Materials/M_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f654498b3761da8946190d65bead41bdadafe3f243dadf97e65439823b3742a5 +size 87114 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/Mannequin_LODSettings.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/Mannequin_LODSettings.uasset new file mode 100644 index 0000000..247ac70 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/Mannequin_LODSettings.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2844c8ccd330714cb0e532741744b13d3e295a6af3964775abfb545d3a554882 +size 19679 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SKM_Manny.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SKM_Manny.uasset new file mode 100644 index 0000000..5a7e768 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SKM_Manny.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ba1ff4bd0cf1f019403bd412e404d2cff9c08cd232d31c20c01325bc17c0d1 +size 28740926 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset new file mode 100644 index 0000000..95ce93c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a62bdc358b746cff44416f13a6d9f96c4a1a170c928cb1683142afd47b95ce +size 15827119 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SKM_Quinn.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SKM_Quinn.uasset new file mode 100644 index 0000000..a845e7d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SKM_Quinn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1b4f90de5ed7259090b042adcc56ef86cb984a24ab87effcb1957807140e28 +size 29920857 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset new file mode 100644 index 0000000..535bc17 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c72a86b54d9a5e6574e0603a8d67068e41e07bdd2eaea4ddcf3ada6699b461 +size 16252032 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SK_Mannequin.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SK_Mannequin.uasset new file mode 100644 index 0000000..f15ee6d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Meshes/SK_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ce4aa07a999ba8c0c4dd2b3b8eb48228ee3895cadbaa38bb99d6883087f2b6 +size 190668 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset new file mode 100644 index 0000000..8df5ed8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a90f0d8486a4057b3babe3fe9a864bcb34a173e613f4afdff9d11e6e535c6a +size 3593007 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_BN.uasset new file mode 100644 index 0000000..c232c2b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_BN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58122b46ceae8e49729dec45b3137ac84aaddbfe02fceb0b8b59b223bdc234e3 +size 18416211 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset new file mode 100644 index 0000000..4f23254 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe56ed7fa5c540fe2471af0972a5b1305ed8f5404276602695d16f4191815e9 +size 10429324 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_D.uasset new file mode 100644 index 0000000..89102f7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fe05802aedcde00bbc2cc4e0eb8cd5916dc6c2b6946d10a107656652d2cc39 +size 5747237 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset new file mode 100644 index 0000000..4124429 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38da31e431af21c0f73284e764fbdab9d764abc860466372c500604cab9be1b6 +size 11205100 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_N.uasset new file mode 100644 index 0000000..0182ea4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf9ffc06d42edbccc96310e2a3725ac4a08119d6a0b34e7ce94e78232555613 +size 7076319 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset new file mode 100644 index 0000000..eada7ea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b3305257c58c3266a18f52b6a039341d4325e45e8f75e2c7caf6368d952eea +size 1324509 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset new file mode 100644 index 0000000..ea8a9e5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6afe4835f1dcb367710024b85f3344442ec327f0d7d37944ef9d59234880613e +size 8418022 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_BN.uasset new file mode 100644 index 0000000..ab6e67d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_BN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2f497fde1fa7b774fab1f90420d80b4eb0211bf5594ec45d35d196b53bb3ab +size 21001545 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset new file mode 100644 index 0000000..2e78df0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9365856aa86a7db0322a13d21aa6b23d8ef2ef25acf1459a879b386fba5cbd +size 13302633 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_D.uasset new file mode 100644 index 0000000..849489e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20bffae0f430f7323ebff1bc02190779d17f3ed25c67706f9d7699195740eccb +size 9166210 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset new file mode 100644 index 0000000..cb2ef21 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf7089662b3712499d3181a7005bb933fedac5f239b9da40156192f0e4c409c +size 14124658 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_N.uasset new file mode 100644 index 0000000..fd80aee --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0dcdd8d2a48c8736112c18b8195742c4dbd965a94a74b818a83753cfa67444 +size 7156904 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset new file mode 100644 index 0000000..c133201 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65fa0e9fc1221eaea61724f6ba06b0f93d864e7db1c9e12b471194cbab4300f4 +size 2185574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_BN.uasset new file mode 100644 index 0000000..bcf8c1f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_BN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc3927aa558bce561700bf913e62f5aab83bedde988c4d894a52ded13d555a7 +size 15821443 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_D.uasset new file mode 100644 index 0000000..e95fa45 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2d9af44366bae26a3f9ae8e133462d0d2a370a3be977d7102591f587832a34 +size 4743655 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset new file mode 100644 index 0000000..24421f7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79161b34172b7f377073a7de87884085002dfde38ec0a74d2c84ba072992fab5 +size 11873324 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_N.uasset new file mode 100644 index 0000000..eac614f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3501b3d008df6564f0c737221cb8894b836863dbc7627ec3f5188e3fc7f56a2 +size 5080179 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_Tan.uasset new file mode 100644 index 0000000..55b873a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_Tan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ac67484bdf3786159793e1f1233ea036361fb996e3aa44f3012934b59464a3 +size 1028944 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset new file mode 100644 index 0000000..eba4996 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87915c795f6a7d2f962e762110b8616180b7c42f43b43c8791cd14e4bbbefb72 +size 5789036 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset new file mode 100644 index 0000000..813b1f2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5627a15e68d7e48fc78f6bf23b0af727c5cb3e2edb417e64ddacb6a38a0ce1c5 +size 12444795 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_BN.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_BN.uasset new file mode 100644 index 0000000..308f2b3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_BN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21df42dd436b8172b33ea43fea32b199c259e5669e5445d439225053aa110e10 +size 19271331 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_D.uasset new file mode 100644 index 0000000..7e0d56d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa23f8599dd83202fddeafbb59590d1c0d169208502579e5460de76aae169c5 +size 6812611 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset new file mode 100644 index 0000000..b13baf2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be130d17ef5972a260d961953129abc184735f01c3009882f71fb61828c32136 +size 13389832 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_N.uasset new file mode 100644 index 0000000..e97900a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d634d116b741b0b33a197de5e140a39e8445a2004b386e140afa99f3864b265 +size 5080179 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_Tan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_Tan.uasset new file mode 100644 index 0000000..164e0f3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_Tan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba7e3ae2ba3a4a44a84677bcb9c27d2feb81adf67af48514d358dfdeff0d28e +size 1757253 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset new file mode 100644 index 0000000..ae0e63a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258420e8f288bcd49afac3aef9cccb8ef407b8541177625f92b390846ae1a189 +size 6955937 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset new file mode 100644 index 0000000..c2ad6e2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fd9593a653354c6c31a365a0c43724d978f104c1d365b2c395197f5ccc43cb +size 13616008 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Shared/T_UE_Logo_M.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Shared/T_UE_Logo_M.uasset new file mode 100644 index 0000000..4619655 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Mannequins/Textures/Shared/T_UE_Logo_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da753cc623ddbbdda362987b404bd383eb4930eb4dd08053671716485a17efaa +size 58804 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset new file mode 100644 index 0000000..2c8c7f1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ace573a6cda6331cc78be11cb3849cfae443cb7aa45a0ec0faa4144bae921c +size 15722 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Input/Actions/IA_Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Input/Actions/IA_Jump.uasset new file mode 100644 index 0000000..528d663 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Input/Actions/IA_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a6585d78a5669c59f7c459d197ec455a716cfbafe1945252e0f0693f953b51 +size 1932 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Input/Actions/IA_Look.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Input/Actions/IA_Look.uasset new file mode 100644 index 0000000..1bba1d7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Input/Actions/IA_Look.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2b70a8a33719e98eb16c00738850d8ff62b2e35365c0697ae9619856891085 +size 1622 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Input/Actions/IA_Move.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Input/Actions/IA_Move.uasset new file mode 100644 index 0000000..e1f3a2a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Input/Actions/IA_Move.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8667366091a94d10c299004b16ca79d7023abb4a4c94a96f681d86731fb774 +size 1622 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Input/IMC_Default.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Input/IMC_Default.uasset new file mode 100644 index 0000000..3a428ae --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/ThirdPerson/Input/IMC_Default.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741ac1c50e476983217c49aef4b4b6cd7c1b923751f59dc4fdf7ad4bac694252 +size 14937 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/12_low.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/12_low.uasset new file mode 100644 index 0000000..ef3e17c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/12_low.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5fc6469856e76ae3b79779005fb95564c0cb2837d7bdf4f339a424aa2b207f +size 92090 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/12_low_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/12_low_001.uasset new file mode 100644 index 0000000..6bc3cf0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/12_low_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71d0bba73de4defeec65c0297422689a2551488fc63c83f94b4ac1ab8a12d73 +size 68577 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/12_low_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/12_low_002.uasset new file mode 100644 index 0000000..d572753 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/12_low_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a416301024d52f22573ba551efdb61e4470d2222ac94a2e4d88cab80eab2d8 +size 68134 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/12_low_003.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/12_low_003.uasset new file mode 100644 index 0000000..98a9e5b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/12_low_003.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59156d5139894db940c050dabe835745a6fd839a7bf87e84fb3a00cec8ad9d60 +size 66839 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/BP_Generator.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/BP_Generator.uasset new file mode 100644 index 0000000..6d62b02 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/BP_Generator.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa735bc6ed027b42ea9e8cdad0f0d9bcddf37c5da593a8edbe9bb5d79dc27c5d +size 33360 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43.uasset new file mode 100644 index 0000000..81e7f91 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625ab2df679a658deab1846cf2dcfcf334af8d8195b9a31ac0aba0bafee2d6ee +size 64855 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43_Base_color_tga_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43_Base_color_tga_nonVT.uasset new file mode 100644 index 0000000..78a0b46 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43_Base_color_tga_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4261326ebc2b2dcf161cefecea58c3495ae9733116c8ea6bd8699d9ce7a822 +size 19138089 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43_Emissive_tga_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43_Emissive_tga_nonVT.uasset new file mode 100644 index 0000000..7c2a62a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43_Emissive_tga_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98fbdaaa3a7fb11ed1a0f6f7febeb190116880aaf37ab7a21922b470e3dac208 +size 66838 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43_Metallic_tga_png-Material__43_Roughness_tga_png_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43_Metallic_tga_png-Material__43_Roughness_tga_png_nonVT.uasset new file mode 100644 index 0000000..1a6fcdc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43_Metallic_tga_png-Material__43_Roughness_tga_png_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46e1dbd24bca93d1d239794a5c91eec9fb594369600074d049c81dad4adf3b9 +size 11297980 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43_Normal_DirectX_tga_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43_Normal_DirectX_tga_nonVT.uasset new file mode 100644 index 0000000..236109c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/Material__43_Normal_DirectX_tga_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c2594f95e1911e2972f1ac11247e72b23b65e9cb53ccc4148a4343b9f7e4c6 +size 11049001 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset new file mode 100644 index 0000000..6f2b053 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a705f4840bc5f354636bd3cef6b3c4b25c2b1684340d8856771b2646db08a3b +size 46191 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset new file mode 100644 index 0000000..5f48669 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1c8785030ecfa65cf0757a96f03337567cbf0b3ebf47907540e61e7a37ee56 +size 202095 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Cassette_atlas_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Cassette_atlas_Normal.uasset new file mode 100644 index 0000000..7a8a5f2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Cassette_atlas_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5a44a0c7afa61c6b0a154ec5bab154fd351c6a2f79deee1b98a0b720f03140 +size 3850627 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Cassette_atlas_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Cassette_atlas_Roughness.uasset new file mode 100644 index 0000000..e152c2c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Cassette_atlas_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6363e20e3167519e9f441e4f38041b4829b44e9f7d1194a9ed91082e031f9a25 +size 5694776 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Cassette_texture.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Cassette_texture.uasset new file mode 100644 index 0000000..8be63b7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Cassette_texture.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7a9a74f28e11e41cd8e375ad8175861bd5ee83e6e8c921e6c66ed1a862c9d6 +size 11948 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder1.uasset new file mode 100644 index 0000000..fad80b1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b8ef02d7122e570c4581307e9dc7f8e41317e8a08d7347c0296070e44c6a9d +size 145120 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low.uasset new file mode 100644 index 0000000..9bc1bfe --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4de8dd01aa0849e9d9ba0f52c1ee63994a992429c4f38e603dce8125e77c13 +size 91848 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_001.uasset new file mode 100644 index 0000000..5a5d104 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b608bb74e890ee64195134de0425815a08b858102c2cc121754286af6aa0a30 +size 18556 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_002.uasset new file mode 100644 index 0000000..30f491c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ddd6539a6280669d659c504949c306b5e68210b2543248c0248ee7ff3338ae +size 17945 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_003.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_003.uasset new file mode 100644 index 0000000..ec3e0c4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_003.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496f6179575029548b16d803e6c97cba6797c40ea5e0ed8e05b6a5d5a1bf33ef +size 17520 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_004.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_004.uasset new file mode 100644 index 0000000..66db641 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_004.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156fad881aa5f7c6d2e9cd3140eb29d1589073d4907edc6d42f40ca14fe9e714 +size 18629 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_005.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_005.uasset new file mode 100644 index 0000000..4e966b6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_005.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff07d70285f3663fd8dc64ecb271be690f60d9ed80d2fa7078fd55d7f9b6624 +size 17519 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_006.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_006.uasset new file mode 100644 index 0000000..25b0a9c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_006.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f29b2b538b6edcae8c1401ad82f080c80bb861f06d5f03576dab3a757ff989 +size 17455 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset new file mode 100644 index 0000000..5b138d9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205a1256054c2e8b97303e8631751e750d78840998c451a6a1dca48154dc7b49 +size 33528 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Cassette.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Cassette.uasset new file mode 100644 index 0000000..5e85e19 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Cassette.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2a814e026135611377c318ebd86e387c38fcd67b43df92f922fde63ae448db +size 55656 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TR_glass.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TR_glass.uasset new file mode 100644 index 0000000..75666d1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TR_glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9500378a503dd8599caee3d4edb75b7b1c4f16866c87a9b631162e555acbb694 +size 9287 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_BaseColor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_BaseColor.uasset new file mode 100644 index 0000000..0c58579 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c0cbbafb1edf99c929f9afd5740e122b28b1b8b48e0dae6a89eaf1ed793bea +size 13579723 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_Emission.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_Emission.uasset new file mode 100644 index 0000000..ec247af --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_Emission.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ecb591b8555f47f3a5b8f346d9aabee80131d1735bbae7940c6bdd3b424a1e +size 7693 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_Metalness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_Metalness.uasset new file mode 100644 index 0000000..fb4a877 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_Metalness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625f8bdc00350137891e891f3e00d31ae4ac23a8e43aab2d33ec5b3287082142 +size 65104 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_Normal.uasset new file mode 100644 index 0000000..ea3b515 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d06b96056eccafc29e4a9af1f408e6feab077c341295999922c97ea4d1afd76 +size 8028677 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_Roughness.uasset new file mode 100644 index 0000000..26ed49b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/TapeRecorder_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a0e1edfc059965fb4533d2ef27c16b722c6ed98dad057ad27fe5e83621b783 +size 4249646 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/lambert2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/lambert2.uasset new file mode 100644 index 0000000..8203dc5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/lambert2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e2f9515d709dbd1bcabd384ac9a17a163d15ab84b3eefd0614ea1019e72177 +size 17519 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/BP/BP_Fluid.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/BP/BP_Fluid.uasset new file mode 100644 index 0000000..7095179 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/BP/BP_Fluid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf76d794824139e55391d3df8e9ac4eafd9cbaddeea8eb44a29eaa7caef11679 +size 379374 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_BioGrenGlass.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_BioGrenGlass.uasset new file mode 100644 index 0000000..6c0e901 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_BioGrenGlass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa62f03a393d0cba81b26a7684b6ce452b6bc962e2f6d45e5304f472ae266d2 +size 139231 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_BioGrenMetal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_BioGrenMetal.uasset new file mode 100644 index 0000000..e47cdb3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_BioGrenMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76419f32628179759be8ff666814d9d341a9b089ee1c4f094127ea06e092f43 +size 149116 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_BrassCap.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_BrassCap.uasset new file mode 100644 index 0000000..9cfefd2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_BrassCap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d92f8dcdcdd322fcd4c2de31a80825437defa0b0b943e7e82a18ca7d01ab09 +size 117669 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_Cork.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_Cork.uasset new file mode 100644 index 0000000..66e5522 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_Cork.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5bc7eaba86d6a80ff75e611f5a462aada54b3ff308304e553951166d7b38913 +size 146732 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_CrystalGlow.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_CrystalGlow.uasset new file mode 100644 index 0000000..1958bb2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_CrystalGlow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7a22de743131edb8aac40d57f6c047da2db3c1ba3bc6870116731c7aba9623 +size 96669 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_FloorMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_FloorMat.uasset new file mode 100644 index 0000000..14c2147 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_FloorMat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4db0cfbf3cde5cc83af5fbbf8cdacedb854cc5c8c7cb63997872dd470679be +size 127339 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_Glass.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_Glass.uasset new file mode 100644 index 0000000..efe192c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/M_Glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d9a4ab4fe8dd91fad7cbbb7e5b0ff4040aa292f29a134afacef001b5806675 +size 23421 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/StinsonBeach_Mat.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/StinsonBeach_Mat.uasset new file mode 100644 index 0000000..d85d087 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/Asset/StinsonBeach_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06cf770169c8370899bf083336e049924092c8b645164845e83b6a5f813558e +size 15161 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/MF_ColorCycler_4Way.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/MF_ColorCycler_4Way.uasset new file mode 100644 index 0000000..cdc70bd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/MF_ColorCycler_4Way.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbb9e6f049ce0344a529f5510bc3bd780a9a7fd5b3532a253f9ef2b26fb7e12 +size 106211 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/MI_Fluid_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/MI_Fluid_01.uasset new file mode 100644 index 0000000..d89ffa9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/MI_Fluid_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ed5badb3e765123e05b0e62e2cd23faafbe56fb05514cb70df1236269c7bed +size 100384 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/MI_Fluid_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/MI_Fluid_02.uasset new file mode 100644 index 0000000..0588753 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/MI_Fluid_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d06e132373dc1a3a407e311b5f887652393a38a7843d7bd855c1918a9cc1417 +size 17448 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/MI_Fluid_03.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/MI_Fluid_03.uasset new file mode 100644 index 0000000..9693daf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/MI_Fluid_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2c9047b219ce25a9a2e07b35251fa513162a3d0c5049f2857fe58f94f280c6 +size 108842 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/M_Fluid_Master.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/M_Fluid_Master.uasset new file mode 100644 index 0000000..e03b78f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/M/M_Fluid_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4950774b8f25023cea00157b0e89e4349a507688b2d38bfec1d4e37fca878779 +size 100137 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/S/S_Flask.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/S/S_Flask.uasset new file mode 100644 index 0000000..a7a8804 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/S/S_Flask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9915b4dae052527ec73bdeb4be784844d26ec900be0151beb0186f07f538fb20 +size 188959 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/BioGren/S_BioGren_M_Metal_BaseColor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/BioGren/S_BioGren_M_Metal_BaseColor.uasset new file mode 100644 index 0000000..25e758a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/BioGren/S_BioGren_M_Metal_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17aaf59b2773cfacedec5ef07693967c5405a458b3b608dc728677d30335378 +size 1275474 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/BioGren/S_BioGren_M_Metal_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/BioGren/S_BioGren_M_Metal_Normal.uasset new file mode 100644 index 0000000..9c2697b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/BioGren/S_BioGren_M_Metal_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949d587e99900b8aba1148c49359b5c52838c8f2af4013b5ab7e4e6757591c32 +size 1747560 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/BioGren/S_BioGren_M_Metal_OcclusionRoughnessMetallic.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/BioGren/S_BioGren_M_Metal_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..ce73f3f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/BioGren/S_BioGren_M_Metal_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c711a7ea35e841838198c2d84c4be9acb9b441e6ce8ee41f962baf849ceabd1f +size 3952634 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/BioGren/T_Glass_Opacity_Inv.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/BioGren/T_Glass_Opacity_Inv.uasset new file mode 100644 index 0000000..0a41b7a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/BioGren/T_Glass_Opacity_Inv.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af37119ace88e98ea1e07b59fcc452f11f99cbbcbbaee6a643a7e1181087471 +size 2498891 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/Shared/T_Bubbles.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/Shared/T_Bubbles.uasset new file mode 100644 index 0000000..65caab2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/Shared/T_Bubbles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea85e360ffdab9ea2296283f1658dce43bd7f5f873458508cc89f946c62b15aa +size 17421 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/Shared/T_FloorGrid.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/Shared/T_FloorGrid.uasset new file mode 100644 index 0000000..76fa04d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/Shared/T_FloorGrid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23dd71798b6a42e30a40018f3fb1f2793086594f10c01d6c1354051b721aad8 +size 15305 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/Shared/T_GlassNormal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/Shared/T_GlassNormal.uasset new file mode 100644 index 0000000..178cc72 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/Shared/T_GlassNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de22e23f68ed299cae2c854b35c24363a3518964a09d9ec22ea74338739affe +size 172738 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/T_CorkNoise.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/T_CorkNoise.uasset new file mode 100644 index 0000000..75d8144 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Fluids/T/T_CorkNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2713f93346981be223760899626dd487dc967fcb21d0da86593524e9a22a13f +size 1516580 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/ALAS3_Final_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/ALAS3_Final_PBR_Diffuse.uasset new file mode 100644 index 0000000..43c403d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/ALAS3_Final_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbb7c1ea7b120a470a43ac63be4e76e2f87b4f34f5f1259dd7bb3913691e3f6 +size 22787625 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/ALAS3_Final_PBR_Mat.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/ALAS3_Final_PBR_Mat.uasset new file mode 100644 index 0000000..131c1e0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/ALAS3_Final_PBR_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d11b1ca755b137195c290c138e3489eab8faedfe73ab28d028db6fc2cc7c2b0 +size 17979 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/ALAS3_Final_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/ALAS3_Final_PBR_Normal.uasset new file mode 100644 index 0000000..95424d3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/ALAS3_Final_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c81c3291a563da0c38ec73d9f1cee09737d1c7b5d2b8cc85f9debeab3d709a +size 116703069 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/AlphaEmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/AlphaEmission.uasset new file mode 100644 index 0000000..7c1ed6d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/AlphaEmission.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26063f1dc65041971384f0110a9f965b76a301eb22282b659499d191cf7bb8f +size 717398 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/BP_FreezingChamber.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/BP_FreezingChamber.uasset new file mode 100644 index 0000000..fe1c876 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/BP_FreezingChamber.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142e0b4e2b87118cc699d12f63ba6e9c9a6193959397a03a0b6259bb302b191e +size 40870 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Cylinder_056.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Cylinder_056.uasset new file mode 100644 index 0000000..2bae10c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Cylinder_056.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9bfe7519cfe38b4ed9a39f28f4b7a1b6b9119b0523446ce0614ec789c74aea0 +size 111844 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Cylinder_057.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Cylinder_057.uasset new file mode 100644 index 0000000..52f2b28 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Cylinder_057.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc3a5e9639877f23f5a390012ab62268f5c2baf727527cd62a08bf14904b8be +size 206375 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Cylinder_058.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Cylinder_058.uasset new file mode 100644 index 0000000..ca47ffb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Cylinder_058.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a06e9be8f358c9bd1bd3e8d4a20d4b918dc7f5f494b0f32c5b49a9fa9b85ea +size 202314 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Material_021.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Material_021.uasset new file mode 100644 index 0000000..f782c18 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Material_021.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84dca2cbe5146ac7fd0207c863d0afdaa0e0c97170e3edd07af6e4f5c2ac537 +size 73517 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/MetalRoughnessTransmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/MetalRoughnessTransmission.uasset new file mode 100644 index 0000000..59bdea8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/MetalRoughnessTransmission.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e527cdffb1aa582695516c18200e71ff60d4ed8291841b8402690cc5b4c355 +size 16489385 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/DiamondPlate008D_2K-JPG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/DiamondPlate008D_2K-JPG_Color.uasset new file mode 100644 index 0000000..e3ad59d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/DiamondPlate008D_2K-JPG_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6830c79f1250837687f29fd968acd0f4fd52210255e467df35493f540dc3a0c7 +size 3276300 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/DiamondPlate008D_2K-JPG_NormalDX.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/DiamondPlate008D_2K-JPG_NormalDX.uasset new file mode 100644 index 0000000..c4b85d4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/DiamondPlate008D_2K-JPG_NormalDX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462072dcc6364ee28781db082fe88cb1c726bd17983310536dd36244ee7d05ae +size 5448590 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/M_DiamondMetal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/M_DiamondMetal.uasset new file mode 100644 index 0000000..a3d691a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/M_DiamondMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b693b07ebbf98167b3de80a1043c2fc3190c3940b67da7c438acfacd01b25a +size 22409 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/Plate.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/Plate.uasset new file mode 100644 index 0000000..95ec5c9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/Plate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599ba2275d9be1ae047f7945120bd9d892db302698ea3afabeaf7bcc0e8ff975 +size 62227 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/T_Diamond_MetallicRoughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/T_Diamond_MetallicRoughness.uasset new file mode 100644 index 0000000..6b06317 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Plate/T_Diamond_MetallicRoughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83057d3ca02ceceaf9c00d302a67576f13198de6ea829bdcf86f942f2607d71c +size 5467492 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/M_Tank.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/M_Tank.uasset new file mode 100644 index 0000000..4f7ca03 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/M_Tank.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060c695f4e0d08eab3b73cf37b349ffa853d6b1f596f63e5276111e5ae4ec224 +size 19067 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/MetallicRoughnessNormal_Tank_PBR_PackedTex.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/MetallicRoughnessNormal_Tank_PBR_PackedTex.uasset new file mode 100644 index 0000000..27b2148 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/MetallicRoughnessNormal_Tank_PBR_PackedTex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b36c84f419cbc910efbcf172d964308091ec78dbe7defba584cee75456a7e6a +size 22654699 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/Tank.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/Tank.uasset new file mode 100644 index 0000000..66c19bd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/Tank.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67fbbc5c4eff1da08698f3edff025560ee9e3d3b7ff473dacb6909bccfd926b +size 173776 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/Tank_Tank_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/Tank_Tank_PBR_Diffuse.uasset new file mode 100644 index 0000000..9290707 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/Tank_Tank_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b432b43e1e06117ddc71d9870288018e9f34b1712632eff53d143a888de94e6b +size 12529932 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/BP_SliderDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/BP_SliderDoor.uasset new file mode 100644 index 0000000..cbfd751 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/BP_SliderDoor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3efc51a28cdecccfae7dcfc135de18a5af2a476e3229b85679ed1d1499778e +size 277940 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/FrameStopper.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/FrameStopper.uasset new file mode 100644 index 0000000..f584904 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/FrameStopper.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012012d64c467c8f382f775e44c62aefc2e3742c0db1034f09b4b71eae9f60f4 +size 78947 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01.uasset new file mode 100644 index 0000000..c3a6d7f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28217a723458cf243272fc1d941628fdd2e59aa26d115f959667bb7f1d7a1a2b +size 155260 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01_002.uasset new file mode 100644 index 0000000..387eda7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75999d35bf01ed37992bf5edf7cead456d39cb5c5f04230b580b6d779939940a +size 80963 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01_011.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01_011.uasset new file mode 100644 index 0000000..c17310f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769f5b781550ad1f22daf39c2a142d7ba298fbce0921144705b1792a1f50044b +size 74464 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/Material_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/Material_001.uasset new file mode 100644 index 0000000..77f92e5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/Material_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1fba59bad28f54d9618e794ede887364b46da43e6ef69f55307bb26730d0d92 +size 64815 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_BaseColor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_BaseColor.uasset new file mode 100644 index 0000000..abf50bf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72128e8604102733e396120f6b7205411feefe8a864c63e1aadc09d75baa9d1e +size 23994250 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_BaseColor_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_BaseColor_nonVT.uasset new file mode 100644 index 0000000..e2d0eea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_BaseColor_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a92523592bf41f5beace0707e9aebd03c10b60bdfe725a4fb45ce219740d0c0 +size 23999220 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset new file mode 100644 index 0000000..fe224a4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ceaa7e198ccc0d2d09a65b297b3d9aaba5f2af9cfe63ae6ff93bc2cc8a2096 +size 19125595 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset new file mode 100644 index 0000000..ec5d872 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d70e66dc43e1e41330b4045969de9223125c8221a8072632e66d3caa0533d84 +size 19128570 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Normal.uasset new file mode 100644 index 0000000..d0c1abd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877b95e9e314ad8d47b733192b168f3323652678a4ede49c85963a4b0a66806d +size 20869996 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Normal_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Normal_nonVT.uasset new file mode 100644 index 0000000..7e42311 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Normal_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2294d488a24be2484f9d34103f6c7d9bced7ea992602f59d81e8d7d0239115 +size 20872356 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/Table.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/Table.uasset new file mode 100644 index 0000000..f9d4404 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/Table.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d75b160c6be0b88067e557000b0696362aa5c5d377333bfe2e2d7cbb57ad94 +size 748449 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/Table_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/Table_001.uasset new file mode 100644 index 0000000..abd8625 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/Table_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d059705f6b16320d885f1457502cbfc8e091452837f92a515ef96afd0ca593d +size 157222 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/wood_table_worn.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/wood_table_worn.uasset new file mode 100644 index 0000000..dc2858b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/wood_table_worn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b8296895da7ca67a17f7217babd6644a264ef3a9f98aa74fd235c97fff557b +size 56113 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/Potion.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/Potion.uasset new file mode 100644 index 0000000..68c5668 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/Potion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca391a870e28cfaf9b59fe3e7b4c28da10ae076b6105c90ce3834529bbe0101 +size 74309 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/PotionActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/PotionActor.uasset new file mode 100644 index 0000000..7678037 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/PotionActor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3881eaeb98f38e93c924cab270ad56120a24621c21add4bcf7adc9a47b0d12e9 +size 289242 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/PotionMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/PotionMat.uasset new file mode 100644 index 0000000..b4d27c9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/PotionMat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c806dd95fe9ed7b3f5f67974d38f7fb1ee2a4a2b4d9db8b697259b6609b2e42 +size 11221 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/Stopper.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/Stopper.uasset new file mode 100644 index 0000000..bde5025 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/Stopper.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec6133dfed4db92f213b926da2cd1f78244741a2b3bf43d11b342e7e24adf53 +size 34582 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/BP_Respirator.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/BP_Respirator.uasset new file mode 100644 index 0000000..d0f3823 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/BP_Respirator.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b478af46ea92968b4201c34f5a62231117f917997e57e25566bbadcf8fa16b +size 37048 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Black_denim.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Black_denim.uasset new file mode 100644 index 0000000..ce69ece --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Black_denim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af406ba94c14e8a99784c14ed15a301734b82f618be3fbb4953fd8fbf18c49b +size 49628 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Black_plastic.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Black_plastic.uasset new file mode 100644 index 0000000..336a2d2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Black_plastic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85230be00845030928287ee36e07799f2956aba05326f8e3ad9728841cdbdf83 +size 44321 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Black_plastic_no_image.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Black_plastic_no_image.uasset new file mode 100644 index 0000000..b8a4a6b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Black_plastic_no_image.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211bb7311d0bf3ea59596d6dd83e43875104e48f01a20b2b9f68f54f7b7386b8 +size 42826 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Cartridge_filter_bake_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Cartridge_filter_bake_002.uasset new file mode 100644 index 0000000..187e5d0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Cartridge_filter_bake_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b79a8278719a9870273f245fcbce88cb1904a1ac872afbfb9fbdaa659351c7 +size 3552289 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Filter_material_black.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Filter_material_black.uasset new file mode 100644 index 0000000..969852c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Filter_material_black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ee730098e4f2ff714aefa0fb075001335dff74261be47cbeb4f98315ac5e96 +size 47945 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Front_mouthpiece_bake.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Front_mouthpiece_bake.uasset new file mode 100644 index 0000000..94a4f2b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Front_mouthpiece_bake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf41ad777ca4b10d0ac5ade2a1584fb59ea2971040bfd25c593571d8b40d463 +size 13481896 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Glass2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Glass2.uasset new file mode 100644 index 0000000..898c8f6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Glass2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630cda230a189bb6e827ea02d8a4e6dcb83e8301a4c7817c1ea9d7bfc035b2de +size 41220 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Head_strap_bake.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Head_strap_bake.uasset new file mode 100644 index 0000000..772e0ee --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Head_strap_bake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e9a44fc8852029468eb9584a59e6ca05a07707de246961d337a5ee69372d6bb +size 14515314 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Metal_black.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Metal_black.uasset new file mode 100644 index 0000000..3c3b9fe --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Metal_black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa4d98262443997d78d07916b9634a32ace046f0e12d2621963fea733ee3a56 +size 42773 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Metal_gray.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Metal_gray.uasset new file mode 100644 index 0000000..12aa74d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Metal_gray.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7078af34f385b812915644a5c95ce738efc4f33ba88d3dd807a7a9e3ba0e307 +size 42692 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Metal_steel.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Metal_steel.uasset new file mode 100644 index 0000000..3548342 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Metal_steel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bc33fd41cff199f0fb9825e6408747a1cf69f807a11ed2e81735c755192ac1 +size 41801 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Mouthpiece_interior_bake.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Mouthpiece_interior_bake.uasset new file mode 100644 index 0000000..60a49af --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Mouthpiece_interior_bake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc7f891d02d19e0f7b70d84fd0f0689cffe39659032fd33fd9b5bbd0207282b +size 14382330 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Plastic_gray.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Plastic_gray.uasset new file mode 100644 index 0000000..330a2e6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Plastic_gray.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ce33c691e58048685df36b24b02699d951e5cb1268d7673b26753bb676611a +size 47114 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Plastic_gray_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Plastic_gray_001.uasset new file mode 100644 index 0000000..eda25ad --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Plastic_gray_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:084ce1a4ccd05b93a5e806d53bccd949fc586a0d41ed75bd40350eac84e8e911 +size 46293 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Plastic_orange.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Plastic_orange.uasset new file mode 100644 index 0000000..d76d2b2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Plastic_orange.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5fa026376d936ed0a3bd704b11bda47cc693c813842ccb18f0811ae075e11e6 +size 45888 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Rubber.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Rubber.uasset new file mode 100644 index 0000000..4e36976 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Rubber.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c1146e1b54acd7a6283f95dac16e9a3d89e2547dde7e563159629ae2dd959e +size 41217 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Scuffed_plastic_gray.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Scuffed_plastic_gray.uasset new file mode 100644 index 0000000..fa43a4c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Scuffed_plastic_gray.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac064449309872812ae1efaa19bc1798ee23d58ed5d8993015337ffc16eb4a2 +size 46031 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Seal_black.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Seal_black.uasset new file mode 100644 index 0000000..78f964c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Seal_black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef408207ffccc99c4ccfe1abdb7d8b68638d1fde4f16a623be8def6f2e4f6a51 +size 47434 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Side_cartridge_bake.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Side_cartridge_bake.uasset new file mode 100644 index 0000000..7c3f3a8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Side_cartridge_bake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebe422f9378a6875f636fa206daa9586c0dcd4e1e23436573f205a6f43f0c2c +size 15284314 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Side_cartridge_bake_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Side_cartridge_bake_001.uasset new file mode 100644 index 0000000..799063d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Side_cartridge_bake_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437b2517fc56ab310a63c3966d3bf240266de5098b9111238de42a93cd17777c +size 12330142 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Side_cartridge_plate_bake.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Side_cartridge_plate_bake.uasset new file mode 100644 index 0000000..62a6492 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/Side_cartridge_plate_bake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df5ebb8f0b354e3653f6890b93306b99f1610f81e624aff38e14d7c4d36ab2a +size 41850 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/face_mask_seal_bake.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/face_mask_seal_bake.uasset new file mode 100644 index 0000000..3c0724d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/face_mask_seal_bake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d261da27cf4406d8e5f337719129c783833dde8673bd623d6aa38aa43414b3db +size 3129741 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/respirator_282_bake.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/respirator_282_bake.uasset new file mode 100644 index 0000000..9a8ae3d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Respirator/respirator_282_bake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676c7f7fe7dd77994befc2ff06f031b74812cc3a389664393d4b45e7fb7f1731 +size 1040170 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/M_DryGround.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/M_DryGround.uasset new file mode 100644 index 0000000..0592d1c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/M_DryGround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b931b83daf4535cf2cfd38b8646e17e2bd67d76fc3c2bc458fce10e81dc4617 +size 29798 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/M_DryGround_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/M_DryGround_Inst.uasset new file mode 100644 index 0000000..42f099e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/M_DryGround_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc3d59260b509bde8d1db59ea14bda014114d67e7d99291c46127622d2c48be +size 11956 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset new file mode 100644 index 0000000..afe5e60 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7100c17bf58bd7d67824fb7ddf548ce82822b834cd3a9d50050d704cc84595a5 +size 15374633 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset new file mode 100644 index 0000000..62a0a89 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d21c5fc48a57f7e6e2434f97e78cf20f494832af159d27b7d0b9d7f6975ae7 +size 23041372 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset new file mode 100644 index 0000000..eee3cd6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac54f71730fdf208ae30705b1521e2fb8f954c4e6399593e17eae980bf71923 +size 74976437 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset new file mode 100644 index 0000000..a441d19 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962f899c3852d8dfa099ab67d3086eb1127b72e5d00a0bd68e45db5c1dcb538b +size 17548301 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_UV.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_UV.uasset new file mode 100644 index 0000000..ee5c87a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_UV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d965e364d697764f2dbf41dd04d7ee4ea82c71adb8b6b84718a80cf08fb724 +size 15110 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_VTA_TriplanarMapping.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_VTA_TriplanarMapping.uasset new file mode 100644 index 0000000..7c059f1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_VTA_TriplanarMapping.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ca93ca732a7cf473063333a1c45ad9c1742667db52f8e74e20c4d8b9fd911d +size 138449 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Material_017.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Material_017.uasset new file mode 100644 index 0000000..be521a3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Material_017.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f683e2a7a1235df2bcea861dff301e69fbe735ac60fcf55cc91756dfffaa78 +size 60096 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Color.uasset new file mode 100644 index 0000000..6bc2381 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5331795c37eb77aba9a13af7b648afa72caad741e93b5e1f590d09f401ace736 +size 97056381 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Color_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Color_nonVT.uasset new file mode 100644 index 0000000..90a1aea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Color_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009a13586271e8e3efdec1d275b762adbb23117a59a7b34729f6c40457315bba +size 97058447 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset new file mode 100644 index 0000000..768b851 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e845e63e754dd2deb17e4fd9d444ba858b0778c2117ce69d9a70a291461ad593 +size 58743546 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset new file mode 100644 index 0000000..f1d535d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac02f9f3d6e0f65c354cf5f0fc85fdae497a84996c3c23e4d97ad3e1fff3e13 +size 58744412 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_NormalGL.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_NormalGL.uasset new file mode 100644 index 0000000..e02d81b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_NormalGL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667ddf4766dadb2cc0422e7c8bef2409bf6f8caf36883a7640b9388a8f4cb739 +size 118972764 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_NormalGL_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_NormalGL_nonVT.uasset new file mode 100644 index 0000000..c74c426 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_NormalGL_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69fecef774c04214bc1172e67c29ebb1783d366d253c44271c0e14effbdcd30b +size 118972336 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/NewMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/NewMaterial.uasset new file mode 100644 index 0000000..9280a72 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/NewMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507ddab13c98a751620774dd46a8d80053a9d97ba2923fd3c20f2fca01822dad +size 11694 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Fog.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Fog.uasset new file mode 100644 index 0000000..b096767 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Fog.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11df8c1bdf5ed7ec40cffc9ec5643e731957b05aa06728f4e24d6206466e1ab1 +size 12643 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Fog_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Fog_Inst.uasset new file mode 100644 index 0000000..279db4c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Fog_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76164826eebb8d00c281360409f8aabc4778b5220a08adcf3bc7f7ec9e4096b +size 8102 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Sprites/M_SpriteBubble.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Sprites/M_SpriteBubble.uasset new file mode 100644 index 0000000..5abc626 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Sprites/M_SpriteBubble.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4d242a84e222012ea0e2509c58fe215946ccfa855198684ba9a7f42d5a9c8c +size 21907 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Concrete031_4K-JPG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Concrete031_4K-JPG_Color.uasset new file mode 100644 index 0000000..5d47916 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Concrete031_4K-JPG_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27a9ee3a57a0a0528210763a2a4ebef1b1ad318ee9c7bd554b50e774c945cc9 +size 17008078 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Concrete031_4K-JPG_Displacement.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Concrete031_4K-JPG_Displacement.uasset new file mode 100644 index 0000000..c91f2c6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Concrete031_4K-JPG_Displacement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c922ab857924cea11c776337d7b6258ba5aaddcbe49b9dfa2a2fc92b7467251b +size 7233696 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Concrete031_4K-JPG_NormalDX.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Concrete031_4K-JPG_NormalDX.uasset new file mode 100644 index 0000000..0436ed6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Concrete031_4K-JPG_NormalDX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6edaf8e9919c4e43f60ac3b6addb29725c50f8902ad2845f9f15a71681ec9e57 +size 37552503 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Concrete031_4K-JPG_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Concrete031_4K-JPG_Roughness.uasset new file mode 100644 index 0000000..4fdc9c8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Concrete031_4K-JPG_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153ee8e8a7dc9834c6d8f4da6b9c6ca6a6fa224b343e9043bbbaa873429231c1 +size 12665267 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_StoneTiles.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_StoneTiles.uasset new file mode 100644 index 0000000..fabead6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_StoneTiles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c73714ea07ba39ec913bbbe8f5a1d2ec4064ba9550c8a28fd1d92337bf5c9d +size 66657 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_StoneTiles_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_StoneTiles_Inst.uasset new file mode 100644 index 0000000..fc9bbb5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_StoneTiles_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37674fad58e197397d3aa6f77ab4128635602610d1ca9a228302eb9b1e26200c +size 12645 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_WorldAlignedBump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_WorldAlignedBump.uasset new file mode 100644 index 0000000..3e5a1d4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_WorldAlignedBump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc1383cb8919b03259068d4427f8649841fca0c89bd4812566f34846abac64e +size 53234 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 new file mode 100644 index 0000000..bc931a2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f85472f8d6682a6835ed20d8168dbe62f6e08f8789e7773362a33aacf24a20 +size 15854 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset new file mode 100644 index 0000000..a75df0b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190dc11e2ecce0e5c99def5131702036cbaad5164ea51cc8b282e1f6bf6c569e +size 15014 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Tiles132C_4K-JPG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Tiles132C_4K-JPG_Color.uasset new file mode 100644 index 0000000..63aaeaa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Tiles132C_4K-JPG_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a516a138e60aec7bae3f9b16d2fb09730659e0937b376dfeb8c83b4face14e08 +size 12303847 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_floor_tiles_02_diff_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_floor_tiles_02_diff_4k.uasset new file mode 100644 index 0000000..4361c4a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_floor_tiles_02_diff_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b55ba78c77922533cd55d94e6842f853ef7efef8886711f36fab2e8757ea08 +size 9440726 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_floor_tiles_02_disp_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_floor_tiles_02_disp_4k.uasset new file mode 100644 index 0000000..82a965d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_floor_tiles_02_disp_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2422115130be11421992c29d9d0f8fd4f5b0b9785e9aeb560b5c88951ec6fe +size 2280242 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_floor_tiles_02_nor_dx_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_floor_tiles_02_nor_dx_4k.uasset new file mode 100644 index 0000000..2f5a76f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_floor_tiles_02_nor_dx_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad4128f37432711e1ad542818feea780f47594567a1b39f07e266b6285cc091 +size 42967469 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_floor_tiles_02_rough_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_floor_tiles_02_rough_4k.uasset new file mode 100644 index 0000000..6896d12 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_floor_tiles_02_rough_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e82604b8c975eef06101dff91392cfa628594dc5dac452aa311f4d6d197d82 +size 20479902 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_grey_tiles_arm_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_grey_tiles_arm_4k.uasset new file mode 100644 index 0000000..a93d628 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_grey_tiles_arm_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d4e90990d15ffdd6c1c982370ce25e6e19022ed2132faac62f85fdc4aa82b6 +size 3475030 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_grey_tiles_diff_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_grey_tiles_diff_4k.uasset new file mode 100644 index 0000000..de6e3d2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_grey_tiles_diff_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b6186ab13553390a234bf0deb18687e5377b25180bf11bfad4c96913bbd225 +size 7384303 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_grey_tiles_nor_dx_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_grey_tiles_nor_dx_4k.uasset new file mode 100644 index 0000000..c3836eb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/large_grey_tiles_nor_dx_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f0f85632d0ff867c14fa028c89f5c73ea92ca2f7787fc709a7d667ad2b154c +size 53022256 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_ao_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_ao_4k.uasset new file mode 100644 index 0000000..ba3e284 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_ao_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbb8e3fbb352e524b88d6210bc0a5246ba8bb4081ff81b1e3a156d79d234a7e +size 1807556 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_color_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_color_4k.uasset new file mode 100644 index 0000000..3d40f8e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_color_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077a3ec3035861d074e5a37d73e04addbff1e12094537f08af06762b45894390 +size 1446288 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 new file mode 100644 index 0000000..d8fa777 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_height_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac1907d5ae698e9c0237cdd7d510b9ac74eae633dcf001232a570981afd42d7 +size 9461764 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_normal_directx_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_normal_directx_4k.uasset new file mode 100644 index 0000000..018bfc3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_normal_directx_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716c5dcf6fb06b332841708d642ca6fdae83c82f65b089e68e53e614ca9ef447 +size 98461039 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_roughness_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_roughness_4k.uasset new file mode 100644 index 0000000..748f363 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_roughness_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e601bfec4f1051a6698247f2ea1e8cf58573095fe693c534411fd5bc0c3b5e +size 1091140 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset new file mode 100644 index 0000000..34aee5a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a99acc6bda36a31b8d2aeca93ab2bdf16269648047c19105b97375023d6d20c +size 57855 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/M_FlickeringLight.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/M_FlickeringLight.uasset new file mode 100644 index 0000000..f4e1607 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/M_FlickeringLight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25bab2207fbc5f7f9b4c1174275c49c21e056ee51de0accf4b775fe3fe2c4b75 +size 17991 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/Lamps.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/Lamps.uasset new file mode 100644 index 0000000..289706b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/Lamps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c511023308150c6b07b222d9bf78d967c4f4375c69170e17b82e497ed6af35 +size 87424 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/M_ScifiLamp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/M_ScifiLamp.uasset new file mode 100644 index 0000000..13a23cb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/M_ScifiLamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c73ebf0d9947294f9f40dfe994624da3efabe51c2a26a1e76a1520e98c4ba9 +size 17902 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/M_ScifiLamp_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/M_ScifiLamp_Inst.uasset new file mode 100644 index 0000000..8090ee1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/M_ScifiLamp_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101825f724d53b3280e9469ec24aa79106cb8297372f9b760795c38e79cc909f +size 11999 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/MetallRoughtnessEmissionHeightScifiLamp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/MetallRoughtnessEmissionHeightScifiLamp.uasset new file mode 100644 index 0000000..0a8aadf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/MetallRoughtnessEmissionHeightScifiLamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9bee03eb2c57f6ac0f9fba1e188725e73b77c47e16115b279e90074f6a6f16c +size 6353083 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/SMat_Base_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/SMat_Base_Color.uasset new file mode 100644 index 0000000..6d8997c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/SMat_Base_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdfb434d7538f5db8f287dbff64f38415f0d0d92a942e0cf013499d069ff7f62 +size 4832063 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/SMat_Normal_DirectX.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/SMat_Normal_DirectX.uasset new file mode 100644 index 0000000..73b099d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ScifiLamp/SMat_Normal_DirectX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e4b5ac1bf12f477aad143b753f27b8df60b5a1bb0412b93648715cadf3e222 +size 24516024 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/BP_SplineParent.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/BP_SplineParent.uasset new file mode 100644 index 0000000..7294b15 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/BP_SplineParent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3831a1495aaa9a70b3a4804b846274008da41bd80f562944e43207a6227ea1a +size 208121 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/90Degree-Big.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/90Degree-Big.uasset new file mode 100644 index 0000000..569faea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/90Degree-Big.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1ef84c0c55d6ca61e302692b36320e2355ba12a1134cf450ba1b226570abea +size 78727 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/90Degree-Small.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/90Degree-Small.uasset new file mode 100644 index 0000000..fdacd9f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/90Degree-Small.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264a6a8a08fec9cedec413a0e8882d1761f676711026ee4b313d14bf7afd8f2d +size 79247 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 new file mode 100644 index 0000000..4e22af1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd9a05417cf51357ee4cba63cea442c90839f229708bee0a3aca2bdce3bab4d +size 80745 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset new file mode 100644 index 0000000..ccfef1e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f800c860399fdbd5f9272e11f9d9b8ec80f92d3eeb1ef63da92b896a7e2578a +size 62292 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset new file mode 100644 index 0000000..578faca --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b33dfc3545e50fa3f2da5d3a46e3780c4623abbcb4b32a35c5a3ac24af68f2e +size 85529 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 new file mode 100644 index 0000000..e9038a2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1_Inst.uasset @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..f9a2380 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b7e74887dc31f339b62f49ff0f5dfe462ff5172fd7316de63f1b886dbc1cbe +size 12099 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 new file mode 100644 index 0000000..f92af40 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c07fbf8f30aa737aab7f76c42f03e69b53a1b3aa10c5927c20ab03d3753f574 +size 12744 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_Color.uasset new file mode 100644 index 0000000..4b4072f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6337a1ff4f60baa4e7aa87c53ae7fc839e06ea9deb20e3952dede30c08a05515 +size 18848711 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_Metalness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_Metalness.uasset new file mode 100644 index 0000000..bf37c62 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_Metalness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0805f12fbb4eece8689ace8a50d54c61b8f7d393d48b1ed047b4ebba508e1d16 +size 566123 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_Roughness.uasset new file mode 100644 index 0000000..d23cbcf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd505677b80cfbb46008598ccb8edcb47f5cf46b5e82a22965415d7f74346e3 +size 4818122 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Straight.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Straight.uasset new file mode 100644 index 0000000..d530175 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Straight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89602f25284c7601c80516445ada8c5064ba25585c5fbd309db7946ee18806d7 +size 61920 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/X-Pipe.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/X-Pipe.uasset new file mode 100644 index 0000000..755bf17 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/X-Pipe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4b663e6d68518473459a1e5933995d1cc3d65cd3b10adf9c5e293911443b95 +size 88318 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/BP_Spline_NTube.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/BP_Spline_NTube.uasset new file mode 100644 index 0000000..f81b84a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/BP_Spline_NTube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b76892a8ce29a79a821e88a37ce5fa3a3bfebc552266ad80ea70a9e6752e82a +size 33580 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Material_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Material_002.uasset new file mode 100644 index 0000000..51d5ece --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Material_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e846abd8657cc9f4e8a1399545252f9c846c772e1ce44abf1ba368d42a20c774 +size 61852 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Color.uasset new file mode 100644 index 0000000..8b16e93 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3937895be1f5d529da8b9a8be372fb810f850f4894f35a338904304a8572677 +size 18848711 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Metalness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Metalness.uasset new file mode 100644 index 0000000..d5c957b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Metalness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92571231d4f3dcd9ee0ffc0a618a72299d1171351080e1dbf3eb6ef213667f05 +size 566123 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Roughness.uasset new file mode 100644 index 0000000..f9a0193 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1165b37139f4902ba3e645be4e1570e21cbae856dc63165698848437a27b2bb8 +size 2132037 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat.uasset new file mode 100644 index 0000000..f3f6278 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c0f7c1f71229f026c19df72a25f5a297358ad571faa99db04c3e40da4e7ee6 +size 28472 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst.uasset new file mode 100644 index 0000000..3eef653 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30df2a2c9cc818bf661e3f8fa9d179c255a15d435c21c752672f049f5a32eda3 +size 11878 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst1.uasset new file mode 100644 index 0000000..fc52f98 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/Pipe004_4K-JPG_Roughness_Mat_Inst1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4728781c085a1cecec28505c94b3667e396928c5dda46cea363ca06642c3041a +size 10972 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/untitled.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/untitled.uasset new file mode 100644 index 0000000..8cfcba0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/untitled.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78fb209d1278d8c62928749d6ab155b2b83397518929a7039ca96b05943be098 +size 62390 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/untitled1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/untitled1.uasset new file mode 100644 index 0000000..dac6eaa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Tube/untitled1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b829c719337d7396020089862adc507e4aea93d72e251a08460c0ea86c0de7 +size 76627 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/ChamberStair/Freezing_Chamber3.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/ChamberStair/Freezing_Chamber3.uasset new file mode 100644 index 0000000..b90d9c5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/ChamberStair/Freezing_Chamber3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc8046fcca44340fbd7b1d7300d7a116d2dfe9ce3b90dee0073e2311d6f07cb +size 313588 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/SpiralStaircase/Cub.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/SpiralStaircase/Cub.uasset new file mode 100644 index 0000000..11d8e71 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/SpiralStaircase/Cub.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9c698fa864800f7cc6d4cba405335270739c26ab032e65778faed76c8f353a +size 81165 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/SpiralStaircase/Ff.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/SpiralStaircase/Ff.uasset new file mode 100644 index 0000000..35050f7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/SpiralStaircase/Ff.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7ddf167040e9a35ab2a2ffd605d8635241661f27a3f419eb1865748a5cc59c +size 60507 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/SpiralStaircase/column.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/SpiralStaircase/column.uasset new file mode 100644 index 0000000..2ad3a24 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/SpiralStaircase/column.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799a7a924ed860e48c0b31c2d04dcd47415ac18bcc87648d5ce0c527eda7f2a2 +size 58432 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/SpiralStaircase/stairs.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/SpiralStaircase/stairs.uasset new file mode 100644 index 0000000..35bc4ad --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/SpiralStaircase/stairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06cd4f24781d5fe25fa3165b17cb2f53196bd5911a48cbb51cd1d1f8244b07a1 +size 58432 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/M_Basic_Wall.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/M_Basic_Wall.uasset new file mode 100644 index 0000000..f0c10b1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/M_Basic_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd15bcb8c5a0be44e73027d2267f99208cc17fcf5624b66944ba30053b068bf +size 52611 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/SM_Wall2Sided.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/SM_Wall2Sided.uasset new file mode 100644 index 0000000..70fca1c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/SM_Wall2Sided.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26216bd41bf026dcdd3302110e49cd55f5fc1c08cc449f4d2d10d5414fe1a712 +size 79613 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/WallSubDivfbx.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/WallSubDivfbx.uasset new file mode 100644 index 0000000..8b93708 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/WallSubDivfbx.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad49926cce34c475632b184b8ed9359d7645cf6ddeba995b51652677487cfa0 +size 79279 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Wall_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Wall_1.uasset new file mode 100644 index 0000000..aea7364 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Wall_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3cbd12f49c948d663cee5a76d2a877d64811ec653ef1304ee6ff33e592acae7 +size 52466 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Wall_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Wall_2.uasset new file mode 100644 index 0000000..c1e1b64 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Wall_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c07864ee31f83035410eb403e6efac750348954d4efff1d2ead42a728653b66 +size 53157 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset new file mode 100644 index 0000000..2f1eb0c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1feb51dc9cef6cbbcb7bd3b861ba00c02d34030fcc15f6edb6654c8ca79cf77c +size 44179 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MPC_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MPC_Projector.uasset new file mode 100644 index 0000000..8695ea0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MPC_Projector.uasset @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..afe05dc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfc9b8eeea3c787bd6f941acca9afd0d903a2db7c70177ced690eb6fcb9e054 +size 33743 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset new file mode 100644 index 0000000..b7b265c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03a3969df24f55ee3188d7578d34a43279ab4a4d2c562a7fed60a6023d2dd7f +size 16695 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays.uasset new file mode 100644 index 0000000..cbba272 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays.uasset @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..33dbc85 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays_Inst.uasset @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..ec9f4d5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..816347f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435fe92f1929b67b4f14707c0b66b8df8e76ecc265d0db4c44c3416c72998fb2 +size 202247 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/0/9Z/OBHQTF8IORVT433VKL992W.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/0/9Z/OBHQTF8IORVT433VKL992W.uasset new file mode 100644 index 0000000..f1904dc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/0/9Z/OBHQTF8IORVT433VKL992W.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db460a3ef84f66cef7dcb56078375e719b1dd1c49f059cc24c8e5e8f8734eb1e +size 4562 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/0/DX/5FW2U4KT04K2AKQRKKFG5Z.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/0/DX/5FW2U4KT04K2AKQRKKFG5Z.uasset new file mode 100644 index 0000000..96388dd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/0/DX/5FW2U4KT04K2AKQRKKFG5Z.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c667d23303622aeaae7e5c85b38a61c36491dae7484657ff2d32c5cccb688ad1 +size 4539 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/2/AZ/70ZA0QG6595U5CSKW4XB2J.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/2/AZ/70ZA0QG6595U5CSKW4XB2J.uasset new file mode 100644 index 0000000..2af0ec4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/2/AZ/70ZA0QG6595U5CSKW4XB2J.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe09726bcdb7041417f2635e587c6d5ddd16b392ee968c2c48b94deccaf08251 +size 4718 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/2/JP/YMLHL2H3S68CJH18NK97PI.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/2/JP/YMLHL2H3S68CJH18NK97PI.uasset new file mode 100644 index 0000000..9df70d7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/2/JP/YMLHL2H3S68CJH18NK97PI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c32283d573bb00b82442774ca4009ec3cb608655aa15fe358262d01e9707494 +size 4664 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/3/1B/XASWLK7IUNZGYZ8JCJ6O5Y.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/3/1B/XASWLK7IUNZGYZ8JCJ6O5Y.uasset new file mode 100644 index 0000000..40b3d0a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/3/1B/XASWLK7IUNZGYZ8JCJ6O5Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf242ca86eb3e166ecac691e0d53d004082ff47906739e60998a3c40e6c7b6d6 +size 4724 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/3/27/KYAQ7LV9GK2CHZ4R38QLDV.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/3/27/KYAQ7LV9GK2CHZ4R38QLDV.uasset new file mode 100644 index 0000000..ac1fe7b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/3/27/KYAQ7LV9GK2CHZ4R38QLDV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c456a0fe15bb218e215f4885ffc4ee6490f3ed6f586018fa8a4eb1ede851bde +size 5496 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/3/3J/IWSSFGQQZ4WAXKO4RKFB5A.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/3/3J/IWSSFGQQZ4WAXKO4RKFB5A.uasset new file mode 100644 index 0000000..4ccfa3e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/3/3J/IWSSFGQQZ4WAXKO4RKFB5A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25141511eca5378fd782c593834bad01fd0bdbe0605a2694bf114674e6830d80 +size 4724 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/3/UD/BB4MDNTU359RPOEOB0K97W.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/3/UD/BB4MDNTU359RPOEOB0K97W.uasset new file mode 100644 index 0000000..8bfb020 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/3/UD/BB4MDNTU359RPOEOB0K97W.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526fd471c7b27957963c110293d67c3ec40de5673f9c5f9003a15b9f666ad31c +size 2562 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/4/89/CAD4L5YR5UXXW71HZ63KCG.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/4/89/CAD4L5YR5UXXW71HZ63KCG.uasset new file mode 100644 index 0000000..63d00fe --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/4/89/CAD4L5YR5UXXW71HZ63KCG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231b6aaf9bc33a76210ee3e35f2d8652fd62f4ba55c26fa555c344cce5ef685a +size 4655 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/4/G4/MV3XET7AFC2OLKDOYUREHB.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/4/G4/MV3XET7AFC2OLKDOYUREHB.uasset new file mode 100644 index 0000000..20d0e73 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/4/G4/MV3XET7AFC2OLKDOYUREHB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8c8d5d279d3873a3d6770940547ecde2734fd4c12b16cf61df50667197bf50 +size 4724 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/4/VI/PDXA9Q02LMQ2U8KWXCKWUI.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/4/VI/PDXA9Q02LMQ2U8KWXCKWUI.uasset new file mode 100644 index 0000000..7bed1b9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/4/VI/PDXA9Q02LMQ2U8KWXCKWUI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d5ec07ed67b9064b2390e8529b7ce9129a1c8f516bb4c1bdbbdff60982c980 +size 11193 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/4/ZC/QA2JFU2WVETHLSVDTUMTW2.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/4/ZC/QA2JFU2WVETHLSVDTUMTW2.uasset new file mode 100644 index 0000000..57ca8a7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/4/ZC/QA2JFU2WVETHLSVDTUMTW2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893ebb9947d9297a962bd8b8b0d7d488c00c9886ca1acdb590890e55de91d3ce +size 5446 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/5/M0/H1MB1V7RGMSV5BTJFZDX3K.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/5/M0/H1MB1V7RGMSV5BTJFZDX3K.uasset new file mode 100644 index 0000000..2316574 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/5/M0/H1MB1V7RGMSV5BTJFZDX3K.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12d58b937be852649559b5e5b6d059a3ffbde64a5d92bcd32413c8fd109eec3 +size 3775 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/5/OD/WWBJIMIHZC4BU0PPRDMGMC.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/5/OD/WWBJIMIHZC4BU0PPRDMGMC.uasset new file mode 100644 index 0000000..74dd2d3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/5/OD/WWBJIMIHZC4BU0PPRDMGMC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afaa6fdee62ca3a305df1ca41860e496cb420f20471631bbdffab4723cf5578c +size 4567 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/6/39/I37LBIY268745LDONK7LEY.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/6/39/I37LBIY268745LDONK7LEY.uasset new file mode 100644 index 0000000..ea7e506 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/6/39/I37LBIY268745LDONK7LEY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80913a89efa565e19e488bb7610ed1a2defdd9b5a7a0f5b2ee378e25a39cf0c6 +size 4550 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/6/6M/75583HW08PHU4LHVXQUKXB.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/6/6M/75583HW08PHU4LHVXQUKXB.uasset new file mode 100644 index 0000000..711626b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/6/6M/75583HW08PHU4LHVXQUKXB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d1b102cc44cd5a5b588e88c5e546c893c8c4885913d23ec9994e6a188e99c5 +size 4604 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/6/MQ/0DB0NM38OI54F6UILEELUN.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/6/MQ/0DB0NM38OI54F6UILEELUN.uasset new file mode 100644 index 0000000..9aa6676 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/6/MQ/0DB0NM38OI54F6UILEELUN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b1e2142c48355dcb4fca0dedaebffb97d9cf115ebf5b30cd00d50ceee9b71e +size 4657 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/7/60/29HCLQP5BSCTP2C9E9FPVQ.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/7/60/29HCLQP5BSCTP2C9E9FPVQ.uasset new file mode 100644 index 0000000..652cd14 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/7/60/29HCLQP5BSCTP2C9E9FPVQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9333910ff7ca3dad0534e1af6484b7aabcf118a733374d3c6a0a03a2cb19e4 +size 4658 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/7/F6/MCG2ZB13LMCCVMRE7CXUK0.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/7/F6/MCG2ZB13LMCCVMRE7CXUK0.uasset new file mode 100644 index 0000000..e2b49f7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/7/F6/MCG2ZB13LMCCVMRE7CXUK0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c24d3b80b8522a3ca44c43be4748b4cb59fa8f0e0ca60c6b284ae20ba56de42 +size 4655 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/7/N7/5IOD6DQZFMSDGO6XBA842S.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/7/N7/5IOD6DQZFMSDGO6XBA842S.uasset new file mode 100644 index 0000000..83e332e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/7/N7/5IOD6DQZFMSDGO6XBA842S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787a1dd0a8e1ac3aeaa2b757c4683f96793763cd130bd516b7c1b9a433dd0c7c +size 4550 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/7/SN/54G2E6KSHCBT0L3UCPROEX.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/7/SN/54G2E6KSHCBT0L3UCPROEX.uasset new file mode 100644 index 0000000..84a2cc0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/7/SN/54G2E6KSHCBT0L3UCPROEX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ed13cb9707755a5ccdbeaa6b32846bfdb08eac19f17f8b98de81f537aadb92 +size 4153 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/8/6M/OV8P6XY6MYN8XDC227RW7Q.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/8/6M/OV8P6XY6MYN8XDC227RW7Q.uasset new file mode 100644 index 0000000..8dddb64 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/8/6M/OV8P6XY6MYN8XDC227RW7Q.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb0f35326511516e22fd27f47e155b70b32209cb8e75b0de9db13f3d0812368 +size 3879 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/9/10/KGJCP16G822BWCJMYT24UB.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/9/10/KGJCP16G822BWCJMYT24UB.uasset new file mode 100644 index 0000000..226a22d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/9/10/KGJCP16G822BWCJMYT24UB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466995a500d4055a8e2055ebbd11760ed7a049f6ce8aac4b8103b735d75306d0 +size 4718 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/A/5G/TOKFWU2WLTKZJQ6HYC87P0.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/A/5G/TOKFWU2WLTKZJQ6HYC87P0.uasset new file mode 100644 index 0000000..f386b94 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/A/5G/TOKFWU2WLTKZJQ6HYC87P0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca9a8512806616d4cf323a5d1cdf451bba60ccc8c6a0d7f95bc88fa7654d522 +size 4718 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/A/DJ/84OZS9XQL8S92VD9N64Z3C.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/A/DJ/84OZS9XQL8S92VD9N64Z3C.uasset new file mode 100644 index 0000000..9b5fc0e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/A/DJ/84OZS9XQL8S92VD9N64Z3C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ec4f57dc2c4b63afc314b3a00dfaa571a8fba0ed7a3018842b0632150e8fbf +size 4658 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/A/DU/SHXKDCL5C22VB58FTQ8ZDV.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/A/DU/SHXKDCL5C22VB58FTQ8ZDV.uasset new file mode 100644 index 0000000..d24b145 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/A/DU/SHXKDCL5C22VB58FTQ8ZDV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e94e2ffe11ac59ff7b0cccfdc509cb947190f7e3d6dda923c08fd92ffa8c5d +size 5446 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/A/K5/9S6ODUEFVJUL0SEGAOQFIF.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/A/K5/9S6ODUEFVJUL0SEGAOQFIF.uasset new file mode 100644 index 0000000..fcf46ac --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/A/K5/9S6ODUEFVJUL0SEGAOQFIF.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af163dcce0a37e4aa54c559a1aca16f5e25849a4ab5e75ebc6622578c297b14 +size 5329 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/B/SZ/7X10U0YJMTGIYJGKRV4SQ8.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/B/SZ/7X10U0YJMTGIYJGKRV4SQ8.uasset new file mode 100644 index 0000000..f62a46a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/B/SZ/7X10U0YJMTGIYJGKRV4SQ8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b87ace2842f26cb34df2641625a90ab6d7f2328e68b856757103a16f48222d +size 4543 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/B/UZ/MW118F6KLVZJ6WNXBG0MK2.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/B/UZ/MW118F6KLVZJ6WNXBG0MK2.uasset new file mode 100644 index 0000000..c07a79b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/B/UZ/MW118F6KLVZJ6WNXBG0MK2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b1e80979b4f909aa4fcd5010996242105b526832fc30fe12a60380f3a24ea3 +size 4541 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/C/IZ/F47RIT6PBRGD3VFHIO4PVP.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/C/IZ/F47RIT6PBRGD3VFHIO4PVP.uasset new file mode 100644 index 0000000..8604756 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/C/IZ/F47RIT6PBRGD3VFHIO4PVP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510cf9e9cd3cc531e4504cf0dbf45c9cb7fc6f6db0ee9f47b5abe63b352814f8 +size 5150 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/C/QS/6I0TQQKGM2S7FVOKOWFBTW.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/C/QS/6I0TQQKGM2S7FVOKOWFBTW.uasset new file mode 100644 index 0000000..ea115ae --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/C/QS/6I0TQQKGM2S7FVOKOWFBTW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a45ce0f8bb12b7678123495d8c94631b4a66cb00e66d16fdd829bcdfd4bf7a +size 3993 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/D/70/VEM240MOJXJJ7YV9QJXKEA.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/D/70/VEM240MOJXJJ7YV9QJXKEA.uasset new file mode 100644 index 0000000..6187c7a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/D/70/VEM240MOJXJJ7YV9QJXKEA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7009e264aa043358b5680ef0078ac836ba04bdf81028ac6004cb613ae94fbb6e +size 3769 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/D/VY/RSXANJEVJDNKW83NLSURPT.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/D/VY/RSXANJEVJDNKW83NLSURPT.uasset new file mode 100644 index 0000000..3861679 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/D/VY/RSXANJEVJDNKW83NLSURPT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cbfbbdadae730d8fa22c25489ce5dda4ddf9415e34fd69ac3eb1ad5b1e4181 +size 4724 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/3P/NF019C8GJDI83HNZ92IZFK.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/3P/NF019C8GJDI83HNZ92IZFK.uasset new file mode 100644 index 0000000..be94027 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/3P/NF019C8GJDI83HNZ92IZFK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b0a39a0109aaaa88d144422c23621ad1de198b9e229fa5fba0ecf48bccaf66 +size 4718 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/5F/0Z08S1SLLMASVSCMRCTL2G.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/5F/0Z08S1SLLMASVSCMRCTL2G.uasset new file mode 100644 index 0000000..f5a3f3a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/5F/0Z08S1SLLMASVSCMRCTL2G.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8713e45596ccf2bf5b90ec856bf9dcfe7fb84cac976fcfeda5f48eef55f3fd +size 4443 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/JJ/FJ93PGBA64REAOI7YZUGHA.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/JJ/FJ93PGBA64REAOI7YZUGHA.uasset new file mode 100644 index 0000000..db09bcc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/JJ/FJ93PGBA64REAOI7YZUGHA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f99838d8eb4bb140896a0d8fa3a6376ac5cf3c3521a4b1082d6e21fe2b0f09e +size 2610 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/TC/EC62AUM1KL8N4VMYBMI6DI.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/TC/EC62AUM1KL8N4VMYBMI6DI.uasset new file mode 100644 index 0000000..80ad545 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/TC/EC62AUM1KL8N4VMYBMI6DI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5876584586efeb7132b7b2b44894fb70bceae720cb59efe0fcd321c224d95b0 +size 4602 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/UC/HT0RFYX9XJZ3FJT4PXLP4Q.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/UC/HT0RFYX9XJZ3FJT4PXLP4Q.uasset new file mode 100644 index 0000000..d74f9f7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/UC/HT0RFYX9XJZ3FJT4PXLP4Q.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa18105077a964e5f0504302bc23d61c01246e442d6d7d853971b5799b28304 +size 4544 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/WO/P4J3OY3UC4H4E8QMUTYGZ2.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/WO/P4J3OY3UC4H4E8QMUTYGZ2.uasset new file mode 100644 index 0000000..3e1b961 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/E/WO/P4J3OY3UC4H4E8QMUTYGZ2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa32ed6e51fcd16c3f80df201928eaca5e923f96c4380610605b5d315c1790f +size 4550 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/F/5L/7A163E6ID9AKE7GFEZCD4B.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/F/5L/7A163E6ID9AKE7GFEZCD4B.uasset new file mode 100644 index 0000000..fd0aeae --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/Maps/ThirdPersonMap/F/5L/7A163E6ID9AKE7GFEZCD4B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134d9e4972ca4c5296b1064a1d6a52b516d0a2c372c716affd43b6afbcf11a80 +size 4657 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/43/HYQWORMY4JDQ5X3OKZXFLC.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/43/HYQWORMY4JDQ5X3OKZXFLC.uasset deleted file mode 100644 index b8c3e94..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/43/HYQWORMY4JDQ5X3OKZXFLC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ee19a411c93433575bbc5f242543689e32d55dbbe6570e88b7a3bf2111052b3 -size 2448 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/FG/C9C8NKPQ680JETAE5ROTT1.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/FG/C9C8NKPQ680JETAE5ROTT1.uasset deleted file mode 100644 index d707e91..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/FG/C9C8NKPQ680JETAE5ROTT1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26a9c4b8b0135ab39dd2c7232bc6fd5222153c1a6ae1b1b3a59064308ecbf949 -size 4137 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/AZ/A7GPT109Y6ZTTJD4A7TXER.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/AZ/A7GPT109Y6ZTTJD4A7TXER.uasset deleted file mode 100644 index 9dbe100..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/AZ/A7GPT109Y6ZTTJD4A7TXER.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7eea6251337f80ee118b398dd3f4510b44b51192c0f0df72fd066441a28edd6a -size 10766 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/HL/XWFFRCIJ8QK4NRO30ALA6J.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/HL/XWFFRCIJ8QK4NRO30ALA6J.uasset deleted file mode 100644 index 674f65a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/HL/XWFFRCIJ8QK4NRO30ALA6J.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:134118722de16cd0aad1727e9d5ef5765851dcb73741df56ea9d52640525d1ff -size 4554 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/WU/NB37RT5Q32Z8MJWD8BD2SO.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/WU/NB37RT5Q32Z8MJWD8BD2SO.uasset deleted file mode 100644 index ec1e040..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/WU/NB37RT5Q32Z8MJWD8BD2SO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a950de824d75b53456bc7d5a97876d682d457346f0c68c6813243ae1d20a7ed -size 3746 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/EY/87SHEJN5UBEAN2K5OV1G6R.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/EY/87SHEJN5UBEAN2K5OV1G6R.uasset deleted file mode 100644 index 271b94b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/EY/87SHEJN5UBEAN2K5OV1G6R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4c989858d18a8225c0a5634bd1a3e2231928cb930bc4305409a92515d251718 -size 3300 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/M3/7JQC72ZY37QM4IT43WD5CW.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/M3/7JQC72ZY37QM4IT43WD5CW.uasset deleted file mode 100644 index e0cff9c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/M3/7JQC72ZY37QM4IT43WD5CW.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba9d3017df6be4e582425ddff72fa45ad9bda55dd7e77cc2c92b593e102d27e8 -size 4199 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/P3/O43ETCZTFMLWWH1CJ941H2.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/P3/O43ETCZTFMLWWH1CJ941H2.uasset deleted file mode 100644 index 14cc472..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/P3/O43ETCZTFMLWWH1CJ941H2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ded45078856631d1ab8563e6de64aeaa354de6c3090a9097c0df08da0b3d64a -size 4259 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/60/5PI42YRDC8HSSG6BVV2GRR.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/60/5PI42YRDC8HSSG6BVV2GRR.uasset deleted file mode 100644 index 706a34b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/60/5PI42YRDC8HSSG6BVV2GRR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c51681461cae9d5137ccb3514f07286cc1393f834cd3cd5c0d5ea5b39e0f8e34 -size 4085 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/LN/30UBDLYFFA5ZR7U4W4L4GG.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/LN/30UBDLYFFA5ZR7U4W4L4GG.uasset deleted file mode 100644 index 2e98433..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/LN/30UBDLYFFA5ZR7U4W4L4GG.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76809e6463a5a473052fd0b06d1eceae7ab76eb26f7838909059e402effa8058 -size 3601 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/PN/2QISIGK5DJNQ05US8O8FXW.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/PN/2QISIGK5DJNQ05US8O8FXW.uasset deleted file mode 100644 index e5aa3fc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/PN/2QISIGK5DJNQ05US8O8FXW.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0430852d8e1b89c5eed000d70a3ac21911f13f72ea52c27e089ca04977a2327 -size 5015 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/11/IM858T68EBXCBX1T2FNR96.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/11/IM858T68EBXCBX1T2FNR96.uasset deleted file mode 100644 index 07e9835..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/11/IM858T68EBXCBX1T2FNR96.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9367a1410959cc3c30689e4f1a54e2480beb1d7184acf9293c175cf5c5cbf31 -size 4197 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/7E/BEYC27T14FHBU6LF2F60RR.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/7E/BEYC27T14FHBU6LF2F60RR.uasset deleted file mode 100644 index 7da333f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/7E/BEYC27T14FHBU6LF2F60RR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94ff7ae787a3b54c77cac5b9b0bc6e63e88704c05e469eaa6467e173b366f453 -size 4554 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/9Q/U98KGKQ41NJYFOGFQM8ZDY.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/9Q/U98KGKQ41NJYFOGFQM8ZDY.uasset deleted file mode 100644 index 63e908e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/9Q/U98KGKQ41NJYFOGFQM8ZDY.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6592f57fe6d7e5e615ab8c7a20c93075ac6759ff61bb9631a6e057150dcc7d01 -size 4194 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/QO/CO9MG7REJF8N8AQFYRCI06.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/QO/CO9MG7REJF8N8AQFYRCI06.uasset deleted file mode 100644 index b3ad2aa..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/QO/CO9MG7REJF8N8AQFYRCI06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d256685e4d475994d589e81c57494da03f511aec8f3ee42deea129010c26442d -size 4257 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/R1/TS5OQ5CRUWFZYL1ZQ7I416.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/R1/TS5OQ5CRUWFZYL1ZQ7I416.uasset deleted file mode 100644 index 08b3468..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/R1/TS5OQ5CRUWFZYL1ZQ7I416.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d30d5c252b52b2169f01b26a38034508955b6654e17bd183de37c1e4251f26d4 -size 4607 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/CZ/K2YM0JIRZ78IHGM8W2QBAF.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/CZ/K2YM0JIRZ78IHGM8W2QBAF.uasset deleted file mode 100644 index fbe0815..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/CZ/K2YM0JIRZ78IHGM8W2QBAF.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c27b82c8f8251b4fa29871ad8deb3acbfbca13d335a0d24f8931b60520adc7a -size 4257 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/HF/9H7TKAXH9DD8KI3TIXGI2I.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/HF/9H7TKAXH9DD8KI3TIXGI2I.uasset deleted file mode 100644 index 0d39062..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/HF/9H7TKAXH9DD8KI3TIXGI2I.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d580aff7cb956aba32c784c7563e71957f7c7976a0b3c09e09065cba2547eed5 -size 4259 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/IR/OTJMGDDXDV5TI7982YKZ5P.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/IR/OTJMGDDXDV5TI7982YKZ5P.uasset deleted file mode 100644 index 0b51dbe..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/IR/OTJMGDDXDV5TI7982YKZ5P.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be17e2212a69f713002c39cf3912878074e89845e30a507eaf6c9513061ad274 -size 4106 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/J7/N10XDC9G27EMLS5AGZ6AVV.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/J7/N10XDC9G27EMLS5AGZ6AVV.uasset deleted file mode 100644 index ec0972e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/J7/N10XDC9G27EMLS5AGZ6AVV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23ea0eabd4f255df9b01f2f834dc7589891feee794f84a645840fd999fe75a3d -size 3378 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/NC/UUYHDUFQAXTRRN4RVOPIUF.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/NC/UUYHDUFQAXTRRN4RVOPIUF.uasset deleted file mode 100644 index 0851abb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/NC/UUYHDUFQAXTRRN4RVOPIUF.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:638d62d85d1622159516e5c0159f80f570ad885fbeeb8b893f2411b2f2bdde2d -size 4259 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/XB/9VVR39MG0K7W5GQIEFE7SO.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/XB/9VVR39MG0K7W5GQIEFE7SO.uasset deleted file mode 100644 index 148df56..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/XB/9VVR39MG0K7W5GQIEFE7SO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d330ebe344a1e649be43d4ec4e71d64a24c6b52f0fc7bcd8494a9ecb8f200e7f -size 4257 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/YO/NG2R9BPZVA7ZDN0Z4VSTG6.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/YO/NG2R9BPZVA7ZDN0Z4VSTG6.uasset deleted file mode 100644 index aae8e04..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/YO/NG2R9BPZVA7ZDN0Z4VSTG6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be2ba318af153ede93f7c33c53223e0d90b793c83c9784da42ad3e63a13cb086 -size 4078 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/3J/6B9RJI3FDPCETRKXUXCQ4C.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/3J/6B9RJI3FDPCETRKXUXCQ4C.uasset deleted file mode 100644 index a29b1d1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/3J/6B9RJI3FDPCETRKXUXCQ4C.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71006f26cfe0506aeeeecbdfedffced344ab428e593e90cc2218cff29db3ed68 -size 4196 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/S1/DXUWD12MD3HRWVVXX076BY.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/S1/DXUWD12MD3HRWVVXX076BY.uasset deleted file mode 100644 index f2d61be..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/S1/DXUWD12MD3HRWVVXX076BY.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:191a1915f3861231652ee3f812e823d9d8ed277fb731b08fbe06dca24f3c7696 -size 3364 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/9/U7/H8YL2PPHZPBTI74SUD0RNL.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/9/U7/H8YL2PPHZPBTI74SUD0RNL.uasset deleted file mode 100644 index ad763eb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/9/U7/H8YL2PPHZPBTI74SUD0RNL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ff4a036efd96f320e3fc95be2ed683ac0c9d59dc0daf5ebfdb42ef474f68109 -size 4083 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/16/Q7Y1URWWFS0TXGWUTO3S61.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/16/Q7Y1URWWFS0TXGWUTO3S61.uasset deleted file mode 100644 index befeee0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/16/Q7Y1URWWFS0TXGWUTO3S61.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:443747fbdba34da04b17bbd1648c964abfc3583244bc16ebbab8c19716257d8c -size 4196 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/17/6LXV4Y6DE3LUT705XNU4DZ.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/17/6LXV4Y6DE3LUT705XNU4DZ.uasset deleted file mode 100644 index 9de695f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/17/6LXV4Y6DE3LUT705XNU4DZ.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6166d3ada28b8bb11d7cbda7a72df5f9887539474a0449d8ee711d8b4688b203 -size 4257 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/MS/MRHJREJ6H7USQYWF1KO8F6.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/MS/MRHJREJ6H7USQYWF1KO8F6.uasset deleted file mode 100644 index 39bc2e2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/MS/MRHJREJ6H7USQYWF1KO8F6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8d98b51deae32292cbedeafc780f928e47dcd475ec17ca693950beb7e8ff24c -size 4194 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/4D/BBOCKSZY1GVHTFRX0PR0O8.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/4D/BBOCKSZY1GVHTFRX0PR0O8.uasset deleted file mode 100644 index 9f54c65..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/4D/BBOCKSZY1GVHTFRX0PR0O8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7cff00f928e621828cd873a9209692eadd8324381faa6b2313e66fccf0dcd20 -size 4085 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/8K/1IKKDYS7RULH8FRYRPPF04.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/8K/1IKKDYS7RULH8FRYRPPF04.uasset deleted file mode 100644 index 6b108b8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/8K/1IKKDYS7RULH8FRYRPPF04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cddf4c8a9e88468b1a88239465441229988346f33489ebecddd232c1418bb39c -size 4259 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/EA/9BWDWCNL7OZT2HTML9LK1Y.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/EA/9BWDWCNL7OZT2HTML9LK1Y.uasset deleted file mode 100644 index 3143343..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/EA/9BWDWCNL7OZT2HTML9LK1Y.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c149869feeaf1510b36db936d4d268d656241e7865e9d8095344d1d90307a66d -size 4197 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/FB/8RB55FM1HBEUVO4IOQC4YN.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/FB/8RB55FM1HBEUVO4IOQC4YN.uasset deleted file mode 100644 index 1379376..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/FB/8RB55FM1HBEUVO4IOQC4YN.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b70581331d652dab7d08a3b4e5642621681db555804f910e407f1544d49a4f20 -size 4143 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/QF/BY1DA5CRGQSAMOTK8RA8KR.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/QF/BY1DA5CRGQSAMOTK8RA8KR.uasset deleted file mode 100644 index e5c171d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/QF/BY1DA5CRGQSAMOTK8RA8KR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eccc8898e449e3e69330bceb17d41195d8816f5b24a9fdce9bcbf476e1bbf732 -size 3982 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/YT/CQR16QFDKKEYP53M51TV4F.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/YT/CQR16QFDKKEYP53M51TV4F.uasset deleted file mode 100644 index 4a232d3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/YT/CQR16QFDKKEYP53M51TV4F.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc5b98e9cb9ae73218875cf46f217a54901e063fb698bdd27d825af1e285e067 -size 4085 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/0G/JNKFA4X9LRMSF343ESPF6Q.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/0G/JNKFA4X9LRMSF343ESPF6Q.uasset deleted file mode 100644 index 43ad68f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/0G/JNKFA4X9LRMSF343ESPF6Q.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7035d96cc3a70597a83e4f399c63a197242d0462aab2702d1b36de50aa3ceaf9 -size 4080 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/3V/NMHOKL5LGQDOAAG00FUMZR.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/3V/NMHOKL5LGQDOAAG00FUMZR.uasset deleted file mode 100644 index 444f567..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/3V/NMHOKL5LGQDOAAG00FUMZR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34376285d84fe6efd6ad47090c47e2af121b7bed865b552dc3a1a9a6be674780 -size 4082 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/DE/SWSI13675DVYIZ0N4NF7Y3.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/DE/SWSI13675DVYIZ0N4NF7Y3.uasset deleted file mode 100644 index 2579e4b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/DE/SWSI13675DVYIZ0N4NF7Y3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bb3ad71c6bde272c9bee6d6efea96c59d8d67843548504a9053834f8008d283 -size 3866 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/E/8O/GK06JAEJ82TQ0GA2QB0DJG.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/E/8O/GK06JAEJ82TQ0GA2QB0DJG.uasset deleted file mode 100644 index 6291d7e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/E/8O/GK06JAEJ82TQ0GA2QB0DJG.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6385d971f042b58beeba2f7b67143b118a962b232e9a98b3855b3b75ab901a60 -size 4437 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/E/FR/LBG6LPN5JCL3FMVSI2CK6R.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/E/FR/LBG6LPN5JCL3FMVSI2CK6R.uasset deleted file mode 100644 index b59459f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/E/FR/LBG6LPN5JCL3FMVSI2CK6R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdd4d1f61d282938625bce254ecd9b6dbb344fb5f06c2f92c62b660319ead582 -size 2580 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/0/LP/HOQDDEJSX9R0ODQOK1Y7QB.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/0/LP/HOQDDEJSX9R0ODQOK1Y7QB.uasset new file mode 100644 index 0000000..6a26cc6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/0/LP/HOQDDEJSX9R0ODQOK1Y7QB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb86a15c86285ca974ee84b0f9d16a4efc3a2f4b98187a5966a688fd504b41d8 +size 2234 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/3/S0/2MYLD3N4H63YG9514GELE4.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/3/S0/2MYLD3N4H63YG9514GELE4.uasset new file mode 100644 index 0000000..6a762c1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/3/S0/2MYLD3N4H63YG9514GELE4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677af1068829c67c2cad8701fcfcea9e4a59fabe555491a834685781a1a630be +size 2240 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/4/7L/SXH3UGN19D3VQJWXM1VDXR.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/4/7L/SXH3UGN19D3VQJWXM1VDXR.uasset new file mode 100644 index 0000000..7a8cbb8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/4/7L/SXH3UGN19D3VQJWXM1VDXR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88bafccb315bb268b76ed42105d6ce4df0decd754ca13c17f2a36f285ff7866 +size 2236 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/7/69/04G3LI1R3GQQO06J7NLTJR.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/7/69/04G3LI1R3GQQO06J7NLTJR.uasset new file mode 100644 index 0000000..9845bfd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/7/69/04G3LI1R3GQQO06J7NLTJR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e75b501f473b53d4946887005e15b94242c249e98c9b9a73ab8d17c71a56f87 +size 2234 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/9/5R/GRYFGKFKEMB7KHV4BQ0YR0.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/9/5R/GRYFGKFKEMB7KHV4BQ0YR0.uasset new file mode 100644 index 0000000..777bf78 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/9/5R/GRYFGKFKEMB7KHV4BQ0YR0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5609f91c1de02128495122b5afc439c3abed86ff8bf2b6534c087f50d33d74b7 +size 2236 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/C/HR/A7IM5OYPCH5LEMV3IPFFTV.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/C/HR/A7IM5OYPCH5LEMV3IPFFTV.uasset new file mode 100644 index 0000000..8b3936f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/Maps/ThirdPersonMap/C/HR/A7IM5OYPCH5LEMV3IPFFTV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089170c38d68d8da055510eb3831c9b56cb55e2a6b3aff99cb275548cb7c6498 +size 2234 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/4/VW/TY7TSUER9KKGHX2BMKSL0L.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/4/VW/TY7TSUER9KKGHX2BMKSL0L.uasset deleted file mode 100644 index 226bcbb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/4/VW/TY7TSUER9KKGHX2BMKSL0L.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6076afd5293482c4f21d2acdf64fd0ee7f7ae8aa2707d774c567da6d93955b5f -size 2011 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/6/D8/3MZ6M1DB94VN44C87D65WR.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/6/D8/3MZ6M1DB94VN44C87D65WR.uasset deleted file mode 100644 index 9b989fd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/6/D8/3MZ6M1DB94VN44C87D65WR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c081b40620c055a4bd6ea6e2c0ce918e716ca7fbfc7b18c7da7fab67baf35c9 -size 2009 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/6/TK/PIQ0B2FNWR15P52TECP27A.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/6/TK/PIQ0B2FNWR15P52TECP27A.uasset deleted file mode 100644 index e4c8f4d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/6/TK/PIQ0B2FNWR15P52TECP27A.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26a733d40de95219b8199d92ebc0b3cc7cf2279b21986464a6e79409794a9885 -size 2015 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/9/KN/KHZG97SS6AL73U7AXDWH6J.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/9/KN/KHZG97SS6AL73U7AXDWH6J.uasset deleted file mode 100644 index c53ce00..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/9/KN/KHZG97SS6AL73U7AXDWH6J.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7d797d02a599717e93333da2e58a258b0d604fd90a5f41280094eaa53fb33c3 -size 2009 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/C/7N/FDH7Y28CQFXDK8P6MM1HXM.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/C/7N/FDH7Y28CQFXDK8P6MM1HXM.uasset deleted file mode 100644 index d2b25d6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/C/7N/FDH7Y28CQFXDK8P6MM1HXM.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ec31e2e896cceead92cdf08a63ec85f1faa9164ac645ea1b782b2f059db1850 -size 2009 diff --git a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/E/GP/22PD314FCWY4ZK61DE3XZC.uasset b/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/E/GP/22PD314FCWY4ZK61DE3XZC.uasset deleted file mode 100644 index c8d85b3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/__ExternalObjects__/ThirdPerson/Maps/ThirdPersonMap/E/GP/22PD314FCWY4ZK61DE3XZC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6b58d9dbbb5a7589b0c439ebcc000fb9a190c3dfb7e703d2985981591471877 -size 2011 diff --git a/VIRTUOS_ExpansionPluginTests/Content/test.uasset b/VIRTUOS_ExpansionPluginTests/Content/test.uasset deleted file mode 100644 index 3af6063..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/test.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28fc7ba284fd00dfa4e762ec7000432283cf115802a6d6b0554d71cbf7388146 -size 94097 From 0e8f1a44fc54521082b8d6e942d3c6f6e8b1e498 Mon Sep 17 00:00:00 2001 From: VIRTUOS_WORLD Date: Tue, 11 Feb 2025 12:10:40 +0000 Subject: [PATCH 36/96] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea645ef..d726ca5 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -Experiments with the Expasion Plugin \ No newline at end of file +Experiments with the Expansion Plugin \ No newline at end of file From 957da6595e0dc744fb40713793caf6a00a7aaf89 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 11 Feb 2025 13:48:30 +0100 Subject: [PATCH 37/96] Update .gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 99bc9aa..c83ee5a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -55,7 +55,7 @@ text=auto *.[fF][lL][aA][cC] filter=lfs diff=lfs merge=lfs -text # Not recommended to use, but supported: *.[mM][pP]3 filter=lfs diff=lfs merge=lfs -text -* [wW][mM][aA] filter=lfs diff=lfs merge=lfs -text +*.[wW][mM][aA] filter=lfs diff=lfs merge=lfs -text *.[aA][cC]3 filter=lfs diff=lfs merge=lfs -text *.[aA][mM][rR] filter=lfs diff=lfs merge=lfs -text *.[aA][iI][fF] filter=lfs diff=lfs merge=lfs -text From 9f1d581a21415a9b74b532020803b284e40ad806 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 11 Feb 2025 23:08:06 +0100 Subject: [PATCH 38/96] Update to 5.5.3, Recorder Phyiscs Setup --- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/SM/NewBlueprint.uasset | 3 +++ .../Interactibles/Electrical/Recorder/SM/NewBlueprint1.uasset | 3 +++ .../Interactibles/Electrical/Recorder/SM/SM_Recorder.uasset | 3 +++ .../Electrical/Recorder/SM/SM_Recorder_PhysicsAsset.uasset | 3 +++ .../Electrical/Recorder/SM/SM_Recorder_Skeleton.uasset | 3 +++ .../Electrical/Recorder/SM/SMasd_Recorder.uasset | 3 +++ .../Interactibles/Electrical/Recorder/SM/TR_glass.uasset | 3 +++ .../Interactibles/Electrical/Recorder/SM/lambert2.uasset | 3 +++ .../Private/Misc/OptionalRepSkeletalMeshActor.cpp | 1 + .../Private/Misc/VREPhysicalAnimationComponent.cpp | 1 + 13 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_PhysicsAsset.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_Skeleton.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/TR_glass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/lambert2.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 26b14c3..d299012 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:51ea7b88bd0d73a8ea18116bbbec22cccced056b21414d8deefb578d24fcf2bd -size 1585090 +oid sha256:b3cb59aba57a63aaf3a0514a706b8970e476b90932ae75e9d3d13055897d792a +size 1625287 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 771f228..cd61ba6 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:7807527c83d2df69a0dc27a3f43e0f8f5253ec20908e8f8214707ee5a75b570e -size 5591156 +oid sha256:6eb288424188b77189b0bb6f3377303ec66e266364458ec8978d6bcd794052e7 +size 5592895 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset index 5b138d9..91b7881 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:205a1256054c2e8b97303e8631751e750d78840998c451a6a1dca48154dc7b49 -size 33528 +oid sha256:d85d510f10a4e4cd6c828fc6c3a8b051c3c01027e17636f48b3a7797230c6568 +size 36020 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint.uasset new file mode 100644 index 0000000..cfc010f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80d6ae00d2787e641d1c5fc9c093da166c26436b84d08d1b16f4ef687739612 +size 76718 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint1.uasset new file mode 100644 index 0000000..2cfdbbc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d41156f032afb94dce2f2f44eff593b7da6dcf7678cdc0177ba217fe711c016 +size 31440 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder.uasset new file mode 100644 index 0000000..7fa95e0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048adf9eaecd31e96440252c6e55e72ca64f2befce92a540ca1d2945434c1c3b +size 567563 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_PhysicsAsset.uasset new file mode 100644 index 0000000..95a527b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430ae220f9180cc224ad9e41789472b14817a8847ba26b8e02a6e25c258ee778 +size 13850 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_Skeleton.uasset new file mode 100644 index 0000000..ef549a2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937bae1e8384061ed05e436380d36d7b4c6c8758744c9f0a929fff3e731773ef +size 8471 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset new file mode 100644 index 0000000..fe6e95e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5671239329a93b88812aceef73b75a6fbf6e750c1046d735acac4ac73264953b +size 207373 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/TR_glass.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/TR_glass.uasset new file mode 100644 index 0000000..ff54881 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/TR_glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b709e66620252ebd1926a06545b86a09082ae2c9810b3a45d3fb66adafd2bff +size 53233 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/lambert2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/lambert2.uasset new file mode 100644 index 0000000..9ef7648 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/lambert2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38353282a0ee6b8379cab643fed692f2f92a86e1d900b8a337e6d8ff41a559d4 +size 61037 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 1ec865c..be833e5 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 @@ -5,6 +5,7 @@ #include "TimerManager.h" #include "Net/UnrealNetwork.h" +#include "Engine/SkeletalMesh.h" #include "PhysicsReplication.h" #include "PhysicsEngine/PhysicsAsset.h" #include "PhysicsEngine/BodySetup.h" diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VREPhysicalAnimationComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VREPhysicalAnimationComponent.cpp index 6f0c6e3..373ba72 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VREPhysicalAnimationComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VREPhysicalAnimationComponent.cpp @@ -7,6 +7,7 @@ #include "PhysicsEngine/ShapeElem.h" #include "PhysicsEngine/ConstraintInstance.h" #include "ReferenceSkeleton.h" +#include "Engine/SkinnedAsset.h" #include "DrawDebugHelpers.h" #if UE_ENABLE_DEBUG_DRAWING From ec923a9c2648965e31d494653ae42d390ce4cd5c Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 12 Feb 2025 16:33:31 +0100 Subject: [PATCH 39/96] Made Recorder Lid Work, Misc --- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/BP_Cassette.uasset | 4 ++-- .../Electrical/Recorder/SM/SMasd_Recorder.uasset | 4 ++-- .../World/Interactibles/Furniture/Doors/BP_SliderDoor.uasset | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index d299012..5a62058 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:b3cb59aba57a63aaf3a0514a706b8970e476b90932ae75e9d3d13055897d792a -size 1625287 +oid sha256:5592c253982b26323a362bf7013ad8f824115a24eb86ba4f003a233c147bff73 +size 1637548 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset index 17fa090..53f23f4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da9140c16f0b2c4e74674350daf5dd7d9ffa8a3730fbe08767d8f3cf7e5c1a6c -size 479123 +oid sha256:b37dd2f472982d84676704d193f603b2a775c958537137f0cbd8ef22cd775c2e +size 479987 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 6f2b053..01bccbc 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:6a705f4840bc5f354636bd3cef6b3c4b25c2b1684340d8856771b2646db08a3b -size 46191 +oid sha256:c5b5fe887de0523c2d34fb72de033145560a1f1dc2c2b00efc270f272a01300f +size 48461 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset index fe6e95e..71aa434 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5671239329a93b88812aceef73b75a6fbf6e750c1046d735acac4ac73264953b -size 207373 +oid sha256:6dc55d22fd6fc9a152f5fa847604b9b8a09a0fbf2659946ab1d9f20ae1d35421 +size 273232 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/BP_SliderDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/BP_SliderDoor.uasset index cbfd751..e4482b0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/BP_SliderDoor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/BP_SliderDoor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea3efc51a28cdecccfae7dcfc135de18a5af2a476e3229b85679ed1d1499778e -size 277940 +oid sha256:87b2d53e9a32a33618688be457c990e071c16a1e24e5067f2d68910ca8a9196f +size 278833 From c1c8e5b807c365fc65bba93dec0ad70bc1f8edcb Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 13 Feb 2025 11:41:37 +0100 Subject: [PATCH 40/96] Fixed Recorder Lid Clip with Angular Projection --- .../Content/Maps/MotionControllerMap.umap | 2 +- .../Interactibles/Electrical/Recorder/BP_Cassette.uasset | 4 ++-- .../Electrical/Recorder/SM/SMasd_Recorder.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 5a62058..d59a37f 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:5592c253982b26323a362bf7013ad8f824115a24eb86ba4f003a233c147bff73 +oid sha256:907b40c626a7ba98ae719680ee19eacc15145aed5d95a1286dacecf5a3853c8e size 1637548 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 01bccbc..e3de358 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:c5b5fe887de0523c2d34fb72de033145560a1f1dc2c2b00efc270f272a01300f -size 48461 +oid sha256:dc59f967a92f4c6c40ed925c7492cf43803f93856d88a29ade99f07d301ed0cf +size 48463 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset index 71aa434..89408d3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6dc55d22fd6fc9a152f5fa847604b9b8a09a0fbf2659946ab1d9f20ae1d35421 -size 273232 +oid sha256:8c4b8e45027fa8349b17a803a68cc19b511921801e3edbad48b605092842d7a7 +size 271740 From 0e7476e7e71bca084db71e7e802a7494d87ea742 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 13 Feb 2025 23:32:07 +0100 Subject: [PATCH 41/96] Wrok on Recorder,, Clarice Anim Fix --- .../Content/Audio/Cassettes/NewMetaSoundSource.uasset | 3 +++ .../Content/Audio/Cassettes/level_10_01.uasset | 3 +++ .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/World/Characters/Clarice/Animations/Idle.uasset | 4 ++-- .../World/Characters/Clarice/Animations/IdleLookAround.uasset | 3 +++ .../Content/World/Characters/Clarice/Animations/LegsIn.uasset | 4 ++-- .../Characters/Clarice/Animations/MoveProjectorUp.uasset | 4 ++-- .../World/Characters/Clarice/Animations/OpenBackdoors.uasset | 3 +++ .../World/Characters/Clarice/Animations/OpenBottom.uasset | 3 +++ .../World/Characters/Clarice/Animations/OpenTop.uasset | 4 ++-- .../World/Characters/Clarice/Animations/RocketOut.uasset | 3 +++ .../Content/World/Characters/Clarice/Animations/Walk.uasset | 4 ++-- .../World/Characters/Clarice/Animations/Walk_01.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../Content/World/Characters/Clarice/ClariceMain.uasset | 4 ++-- .../World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- .../World/Characters/Clarice/ClariceMain_Skeleton.uasset | 4 ++-- .../Content/World/Characters/Clarice/NewBlueprint.uasset | 3 --- .../Content/World/Characters/Clarice/NewBlueprint1.uasset | 3 --- .../Interactibles/Electrical/Recorder/BP_Cassette.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/BP_Recorder.uasset | 4 ++-- .../World/Interactibles/Electrical/Recorder/Recorder1.uasset | 3 --- .../Electrical/Recorder/Recorder_Bake_ao_1_low.uasset | 4 ++-- .../Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/SM/NewBlueprint.uasset | 3 --- .../Interactibles/Electrical/Recorder/SM/NewBlueprint1.uasset | 3 --- .../Interactibles/Electrical/Recorder/SM/SM_Recorder.uasset | 3 --- .../Electrical/Recorder/SM/SM_Recorder_PhysicsAsset.uasset | 3 --- .../Electrical/Recorder/SM/SM_Recorder_Skeleton.uasset | 3 --- .../Electrical/Recorder/SM/SMasd_Recorder.uasset | 3 --- .../Interactibles/Electrical/Recorder/SM/TR_glass.uasset | 3 --- .../Interactibles/Electrical/Recorder/SM/lambert2.uasset | 3 --- .../Recorder/Textures/MergedBake_Bake1_PBR_Diffuse.uasset | 3 +++ .../Recorder/Textures/MergedBake_Bake1_PBR_Normal.uasset | 3 +++ .../Recorder/Textures/MetallicRoughnessTransmission.uasset | 3 +++ .../World/Interactibles/Electrical/Recorder/lambert2.uasset | 4 ++-- 37 files changed, 61 insertions(+), 67 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/Cassettes/NewMetaSoundSource.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/Cassettes/level_10_01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/IdleLookAround.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBackdoors.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBottom.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RocketOut.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_PhysicsAsset.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_Skeleton.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/TR_glass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/lambert2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MergedBake_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MergedBake_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MetallicRoughnessTransmission.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/Cassettes/NewMetaSoundSource.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/Cassettes/NewMetaSoundSource.uasset new file mode 100644 index 0000000..1606f4b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/Cassettes/NewMetaSoundSource.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72e4213c6835b56685f678ee5f597e94ba472ff2ab02b7094e47a14610cc5d6 +size 28317 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/Cassettes/level_10_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/Cassettes/level_10_01.uasset new file mode 100644 index 0000000..fc82693 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/Cassettes/level_10_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cea6d3e3b214afc281031b6ff0de854650c9aef556f27cdbcea69edf590f0e7 +size 563430 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index d59a37f..f7ad00d 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:907b40c626a7ba98ae719680ee19eacc15145aed5d95a1286dacecf5a3853c8e -size 1637548 +oid sha256:083d1821e3f66ac7550335d0afd82453a6f19a6ec654ccdd9f64d3056464a3f9 +size 1624731 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index cb3458f..44a62b7 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:a852fcad8fd2ea8086a596777de5a5a6fc32d1c2c5c4b10f1f5d4c923618164d -size 284721 +oid sha256:1029e4eed6b4dde09e6b6635c01697c978a805b59bdaeb1d8d83f6d50b489017 +size 284935 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle.uasset index 35aa343..c84f97c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e97b23d8e4d891a5e04d173d2e4cdc034aa84dcc33af787c5e21ac674ecb21f5 -size 113354 +oid sha256:0556f79baba9a642f1e5785c37f468a368df229b4f0da74b925dbbbf83d8c220 +size 144081 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/IdleLookAround.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/IdleLookAround.uasset new file mode 100644 index 0000000..8a47e88 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/IdleLookAround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c980fabe0a21b0a3cda8d3f10a6d49af9ae5e3626d0ddf5be47adda1023d94 +size 141693 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/LegsIn.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/LegsIn.uasset index afa9a04..f844caf 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/LegsIn.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/LegsIn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c25c7e7cab18a5ee1ba5414aa1867790b1b7248fddc93727985473da07b0678f -size 149642 +oid sha256:e4f765cba113a81b200496570f0139ad1e63e0e9230e1ee5dd1651d027da9de2 +size 139408 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset index 2df41c1..a44ff05 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:ccdc34312dde5c02b863426e30c34d64bd1542f2047872024fa72e8f53fdfe5e -size 148110 +oid sha256:ba029fb1ca0d33739444691a79e9b6d46212ba3c611f13f4bc5a7efeab847a5c +size 116479 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBackdoors.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBackdoors.uasset new file mode 100644 index 0000000..7005118 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBackdoors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2e9a4842b33bda549613b074678e163e935065df629e3083e6f96532017539 +size 111283 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBottom.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBottom.uasset new file mode 100644 index 0000000..faca246 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBottom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8f89ed144d5338cea788e80d6eb982e83aeedc6da732490a9e6dbe31270629 +size 112524 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset index 4e9dfdb..e2e9f09 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:9be767e9496057fd87cd3d28dad5e2c86a91aaa18b45dc9786bfbf881daa6b06 -size 183827 +oid sha256:b7862f482c530b093265a140028def84bf1c7a507fbb0794266fdcc8b36dc8af +size 117010 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RocketOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RocketOut.uasset new file mode 100644 index 0000000..74946ef --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RocketOut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb47a3dc6174f05e41627c1e30679f6f5e45b4f0ed79b339356a0464f86c84d +size 112511 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk.uasset index 2572ed3..6fbe112 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:997064259ecb7ed683b1833361d5b198c72cc579a405aa9630169dd8bcb5e874 -size 150045 +oid sha256:f781f55a730d34e0a0cf276fb213f6b05af1c1d5582dc4cdf50f7a469e05e7b8 +size 148173 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset index 5f79705..d194357 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00d8a375e62ba5af8fbf4d4acbc044116b1996dfe03085ef104a2bffaf579327 -size 144836 +oid sha256:e38fd53f59f24360ac23bb9ed4f32c8abfbb5d5303bd656d7de4d8c4252d82d5 +size 147394 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index 79379d4..333996c 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:7dce6111cb180b93722a3621591bae2ce3ec7872f09fa2f152d944a4fab1ba51 -size 345317 +oid sha256:e09507b78a83954fbd1e2bef117d7d3c35100252422fb6164cfb2287f78adbc0 +size 359927 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain.uasset index 54d90ae..057097c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea8ae8345b2003aa3c45027897123e215e09b75072b6d3c576d0f66805a03860 -size 2073807 +oid sha256:f5b4e2cb2d675f41b8f7981968e76099fa45ca465dbb54db24ff9ee8c3f4fd35 +size 2073881 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset index 38e800b..3337538 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:85c0da4d9e6eab010fb774ff67ec11bffb79ca8df154b8fad10c0ae874e7c51f -size 42318 +oid sha256:8e4513d55fb3e0e3f74c3875697b51ff14ba961508dbcf6a152c649ca1694c97 +size 42292 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset index a73edef..69ebc44 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:f30eff2d836cec9ac517e70c3ef6496d6954e24cf56e51166ead0be179eb652d -size 13511 +oid sha256:f7fa2648f0c996f26aac02eed4f122972d2555671b2ed3becffd294beeda4083 +size 13976 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint.uasset deleted file mode 100644 index 47c4b9e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35e12469f130389132be3cc2305ec62c958aad90dfdd8c1740e6ddce57d537dc -size 30510 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint1.uasset deleted file mode 100644 index b55aa70..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/NewBlueprint1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79464945c199016ab84c96669d1092708c857dbc9d85b596e9d70df28675df80 -size 150792 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 e3de358..690fc74 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:dc59f967a92f4c6c40ed925c7492cf43803f93856d88a29ade99f07d301ed0cf -size 48463 +oid sha256:be5374bdc0c866347ff1065558c16f82aa627ee3310ec81812e475a4f2e325a2 +size 50891 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 5f48669..baefe82 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:1a1c8785030ecfa65cf0757a96f03337567cbf0b3ebf47907540e61e7a37ee56 -size 202095 +oid sha256:1cd2b03784bc2f7b6d47666b066e290eddb1eba6a1e1eefb351365c12b65d674 +size 305116 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder1.uasset deleted file mode 100644 index fad80b1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3b8ef02d7122e570c4581307e9dc7f8e41317e8a08d7347c0296070e44c6a9d -size 145120 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low.uasset index 9bc1bfe..18b5249 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d4de8dd01aa0849e9d9ba0f52c1ee63994a992429c4f38e603dce8125e77c13 -size 91848 +oid sha256:5754cad0b62e3b79c17cb6349b3b6d5ebc3c3d6fd41b7edb8747d03e18f3ce1b +size 180836 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset index 91b7881..27c133b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Recorder_Bake_ao_1_low_007.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d85d510f10a4e4cd6c828fc6c3a8b051c3c01027e17636f48b3a7797230c6568 -size 36020 +oid sha256:94819a36a8ac00ca2d790ad61962451be2076303125c527a3c1d3c3f7a750b8f +size 115754 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint.uasset deleted file mode 100644 index cfc010f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e80d6ae00d2787e641d1c5fc9c093da166c26436b84d08d1b16f4ef687739612 -size 76718 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint1.uasset deleted file mode 100644 index 2cfdbbc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/NewBlueprint1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d41156f032afb94dce2f2f44eff593b7da6dcf7678cdc0177ba217fe711c016 -size 31440 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder.uasset deleted file mode 100644 index 7fa95e0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:048adf9eaecd31e96440252c6e55e72ca64f2befce92a540ca1d2945434c1c3b -size 567563 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_PhysicsAsset.uasset deleted file mode 100644 index 95a527b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:430ae220f9180cc224ad9e41789472b14817a8847ba26b8e02a6e25c258ee778 -size 13850 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_Skeleton.uasset deleted file mode 100644 index ef549a2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SM_Recorder_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:937bae1e8384061ed05e436380d36d7b4c6c8758744c9f0a929fff3e731773ef -size 8471 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset deleted file mode 100644 index 89408d3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/SMasd_Recorder.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c4b8e45027fa8349b17a803a68cc19b511921801e3edbad48b605092842d7a7 -size 271740 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/TR_glass.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/TR_glass.uasset deleted file mode 100644 index ff54881..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/TR_glass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b709e66620252ebd1926a06545b86a09082ae2c9810b3a45d3fb66adafd2bff -size 53233 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/lambert2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/lambert2.uasset deleted file mode 100644 index 9ef7648..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/SM/lambert2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38353282a0ee6b8379cab643fed692f2f92a86e1d900b8a337e6d8ff41a559d4 -size 61037 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MergedBake_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MergedBake_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..f299606 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MergedBake_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7464b083763f2720084a5e7013754e4077a17519be7a217b5d8ecd0a192d7856 +size 8474141 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MergedBake_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MergedBake_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..a72ea2f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MergedBake_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a74f17d9aec7b5b2b364704983695a58a5dcadd128302c3d905b560ce9a940 +size 16077426 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MetallicRoughnessTransmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MetallicRoughnessTransmission.uasset new file mode 100644 index 0000000..8291e75 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/Textures/MetallicRoughnessTransmission.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2e3b89ce5e85c059c21f01099cdf41f2ee4f94b9888ed0e01fd864b912bb7d +size 5545336 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/lambert2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/lambert2.uasset index 8203dc5..035ac75 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/lambert2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/lambert2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5e2f9515d709dbd1bcabd384ac9a17a163d15ab84b3eefd0614ea1019e72177 -size 17519 +oid sha256:56cf73229be96ef550ac8572e63e6e884d3485a76b895abd85d1a2f8abbcfbd4 +size 25346 From dfa8e0fbc38b4b68d506552711342432940c6db1 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 17 Feb 2025 23:32:49 +0100 Subject: [PATCH 42/96] New Locker Material, Procedural Hole Cutting for Floor/Wall with Dynamic Mesh, Fixed Pipe UV, Added Gratings --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Misc/Examples/DrawerBase/Locker/Cabinet1.uasset | 4 ++-- .../Misc/Examples/DrawerBase/Locker/LockerBody.uasset | 4 ++-- .../Misc/Examples/DrawerBase/Locker/LockerDoor.uasset | 4 ++-- .../Misc/Examples/DrawerBase/Locker/M_Locker.uasset | 3 +++ .../DrawerBase/Locker/MergedBake_Bake1_PBR_Diffuse.uasset | 4 ++-- ..._Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset | 4 ++-- .../DrawerBase/Locker/MergedBake_Bake1_PBR_Normal.uasset | 4 ++-- .../Misc/Examples/DrawerBase/Locker/MergedBake_Baked.uasset | 3 --- .../Grippables/Misc/Examples/DrawingBoard/DrawingBoard.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/BP_Recorder.uasset | 4 ++-- .../Interactibles/Furniture/Bench/BP_PhysicsBench.uasset | 3 +++ .../Content/World/Interactibles/Furniture/Bench/Bench.uasset | 3 +++ .../Furniture/Bench/Bench_25_BaseColor-4K_nonVT.uasset | 3 +++ .../Bench_25_Height-4K-Bench_25_Roughness-4K_nonVT.uasset | 3 +++ .../Furniture/Bench/Bench_25_Normal-4K_nonVT.uasset | 3 +++ .../World/Interactibles/Furniture/Bench/M_Bench.uasset | 3 +++ .../Content/World/Materials/Editing/M_ToolVis.uasset | 3 +++ .../Content/World/Materials/Master/M_WorldAlignedBump.uasset | 3 +++ .../World/Materials/StoneTiles/M_WorldAlignedBump.uasset | 4 ++-- .../Content/World/Static/Mask/BP_WalkMask.uasset | 3 +++ .../Content/World/Static/Mask/MPC_WallMask.uasset | 3 +++ .../Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset | 4 ++-- .../Content/World/Static/Splines/Pipes/M_Pipe.uasset | 4 ++-- .../Content/World/Static/Splines/Pipes/M_Pipe1.uasset | 4 ++-- .../Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset | 4 ++-- .../Content/World/Static/Splines/Pipes/Straight.uasset | 4 ++-- .../World/Static/Stairs/ChamberStair/Freezing_Chamber3.uasset | 4 ++-- .../Content/World/Static/Stairs/Gratings/Grating1.uasset | 3 +++ .../Static/Stairs/Gratings/SM_Freezing_Chamber_Grating.uasset | 3 +++ .../Content/World/Static/Stairs/Gratings/SM_Grating1.uasset | 3 +++ .../World/Static/Stairs/Gratings/SM_Grating2_Square.uasset | 3 +++ .../Content/World/Static/Walls/BP_CutTool.uasset | 3 +++ .../Content/World/Static/Walls/BP_FloorSubtract.uasset | 3 +++ .../Content/World/Static/Walls/Struct_CutShape.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject | 4 ++++ 37 files changed, 92 insertions(+), 37 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/M_Locker.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Baked.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/BP_PhysicsBench.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_BaseColor-4K_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_Height-4K-Bench_25_Roughness-4K_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_Normal-4K_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/M_Bench.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Editing/M_ToolVis.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Mask/BP_WalkMask.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Mask/MPC_WallMask.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/Grating1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Freezing_Chamber_Grating.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_CutTool.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_FloorSubtract.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Struct_CutShape.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 5b315e3..707dcac 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:475eb33ae399707fe77e5190400df7c9e946672ae68a204ff2aba55840d228b9 -size 349532 +oid sha256:220d2927211c2693bd8fe649ccdb0b2a57412508d73f8fc4af1ff32312e8d08b +size 366545 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index f7ad00d..5de753a 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:083d1821e3f66ac7550335d0afd82453a6f19a6ec654ccdd9f64d3056464a3f9 -size 1624731 +oid sha256:5c549745faa2cb0265bcda5a28e18b966b0e778e351b71380c4859076ccb2c4f +size 1627544 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 aa5aecb..5bc9b50 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:252e117f027db388f4fd647c7520fe241637c1fe6480000dd23bd8ec74bbb846 -size 85373 +oid sha256:8f0087acf45130e43f64ef709573a736d8101152923d61809bb452a7d0798fd1 +size 84647 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 20e3cd9..f1ff7d2 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:09c7eb4e001691bd3692018924a235c81893292389d6fe840fed0af95d502246 -size 36810 +oid sha256:1822d084f6b0f74c9c5db0df0863385829651c6a02a7ee0288687c65b379309c +size 109886 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerDoor.uasset index 721604e..f1ad699 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerDoor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerDoor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7eeec961462fd4ca9640a8547dde3450d6d4d050e5b465c71e11effb6dc47955 -size 64252 +oid sha256:6a8adcec69e6caae398126a9a56913738f3fc332ebdef4ac9480553a5caf3e08 +size 157876 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/M_Locker.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/M_Locker.uasset new file mode 100644 index 0000000..fd7235e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/M_Locker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5343abd4bee92aca2405ff3a7dc4199556e6bcca0d9e7451efac46e74b118a4f +size 16701 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Diffuse.uasset index 65b5d77..f00bc66 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Diffuse.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Diffuse.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b39f6343be23d24f89178a9c2a8d65dce7516877dfb2c012d39d819e349e8f76 -size 11698279 +oid sha256:d90daad11d2cdd22a41b4ff17bb46b772d9706ab9d13376c920d213bdf73146d +size 26418594 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset index 039e953..9015a39 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f33d0a68e1bb400f56d4a0c745542a6bec454fb1d1bc97711cc15655924385c -size 10813211 +oid sha256:00fb68187eaf9c08e242f4ce66adfbd7d55b9c80d54e7fbf7849615084573bcc +size 11055339 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Normal.uasset index ea481d8..32c6573 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Normal.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Bake1_PBR_Normal.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:850071555a236001af50de510844d31c185ee5f53a5bf3f0a4e0c255b19b5032 -size 10955417 +oid sha256:77bac45570ba68826db1345c5d99fdec4b7e8ebbf8d84576b1f0f88454f70db3 +size 64768380 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Baked.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Baked.uasset deleted file mode 100644 index e90e7cf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/MergedBake_Baked.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e4b8133afc536332cef3aaaf0a6410b5bbc4b23e836e090b49a80cfe739167d -size 57630 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawingBoard/DrawingBoard.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawingBoard/DrawingBoard.uasset index 5e31cad..5b8cae2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawingBoard/DrawingBoard.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawingBoard/DrawingBoard.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e5f476146385a2fcb8a1ea30be8c211a18246a38bf3bb7bad7a6f35b7c082e7 -size 125384 +oid sha256:41a3c24dbcb54596791cba58a2b352cd7181a575323d66c2e6263f0c4288ba1f +size 127197 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 baefe82..c03f94c 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:1cd2b03784bc2f7b6d47666b066e290eddb1eba6a1e1eefb351365c12b65d674 -size 305116 +oid sha256:03d94ce225ed5578214372d3b39a954d9e4e5cb85d9bba66fcf67e81696e8601 +size 238949 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/BP_PhysicsBench.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/BP_PhysicsBench.uasset new file mode 100644 index 0000000..f433a3c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/BP_PhysicsBench.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f19e17aa6171b1c0ec75ec6244c914965313921dc9a73571325cc188b58d36 +size 34648 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench.uasset new file mode 100644 index 0000000..03b8811 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b28aa38d99b359fddde16de034dbc6e23754144587bd271e416c5f1ed9999d +size 79002 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_BaseColor-4K_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_BaseColor-4K_nonVT.uasset new file mode 100644 index 0000000..32ed7fb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_BaseColor-4K_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d942704c15b0162aa44fafd7929acba07cecc11f41de3ec33a9bf3322bd2ac5 +size 17984575 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_Height-4K-Bench_25_Roughness-4K_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_Height-4K-Bench_25_Roughness-4K_nonVT.uasset new file mode 100644 index 0000000..e26c089 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_Height-4K-Bench_25_Roughness-4K_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8efedb552a4801beffaa731beccedf285ba75c3f686c244f0e232980591b111e +size 10718678 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_Normal-4K_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_Normal-4K_nonVT.uasset new file mode 100644 index 0000000..9d1943b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/Bench_25_Normal-4K_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150c9846d7113168f12b9461cbbb6666e92bcb6e7a4dfbf03dd028eefa335822 +size 57790744 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/M_Bench.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/M_Bench.uasset new file mode 100644 index 0000000..31ed741 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Bench/M_Bench.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de7139703db484a0297d94c1a71c38627ccafd1db88213f31aa63ffa1d56122 +size 56915 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Editing/M_ToolVis.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Editing/M_ToolVis.uasset new file mode 100644 index 0000000..f45d657 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Editing/M_ToolVis.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0db623628173bf727765147de85f280ca2dd2d047e0f778ff9f2468919e5c76 +size 13749 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset new file mode 100644 index 0000000..40cd94d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b222628f3ede04da37c22c2dbfb172bb1ef4f07b7c82d06d3e2e9f86d917827 +size 59329 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_WorldAlignedBump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_WorldAlignedBump.uasset index 3e5a1d4..a4739cb 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_WorldAlignedBump.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_WorldAlignedBump.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6bc1383cb8919b03259068d4427f8649841fca0c89bd4812566f34846abac64e -size 53234 +oid sha256:fa96b3990d046fec43254ebe02de5dca1700f0d78b6c39b44b600ea362b6a00a +size 1583 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Mask/BP_WalkMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Mask/BP_WalkMask.uasset new file mode 100644 index 0000000..7706800 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Mask/BP_WalkMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef4d37a6d422743aa5ded0a6d888ce1bef2f828688e7999e21e70e767a00c49 +size 46117 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Mask/MPC_WallMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Mask/MPC_WallMask.uasset new file mode 100644 index 0000000..94cffe9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Mask/MPC_WallMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5222a4a9e493b32b7d49eb5534b06cba6e26d0e5ff3d8b28a497752c804828 +size 2059 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 4e22af1..60ca9e8 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:bbd9a05417cf51357ee4cba63cea442c90839f229708bee0a3aca2bdce3bab4d -size 80745 +oid sha256:079ba1a42d6426410cb61206452b9b797c9407e5ca45826ff06c08038079d3ba +size 80676 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 ccfef1e..ad9c731 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:3f800c860399fdbd5f9272e11f9d9b8ec80f92d3eeb1ef63da92b896a7e2578a -size 62292 +oid sha256:4fbc4920756fb5e4c56956fc06e206fbf1008fa43d09ec6a07910cf50ef0b0b9 +size 62501 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset index 578faca..faed478 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b33dfc3545e50fa3f2da5d3a46e3780c4623abbcb4b32a35c5a3ac24af68f2e -size 85529 +oid sha256:dfc3872304c90875f0e69cc149e8da134035afd4ac79515db1cc4d9be735adb4 +size 72307 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 f9a2380..7ae1e05 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:c6b7e74887dc31f339b62f49ff0f5dfe462ff5172fd7316de63f1b886dbc1cbe -size 12099 +oid sha256:00b8295b5a4ea8aa61d8c68b9ff42c6528f8f28801a69e00444e92cfd8619c45 +size 12801 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Straight.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Straight.uasset index d530175..28ef96a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Straight.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Straight.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:89602f25284c7601c80516445ada8c5064ba25585c5fbd309db7946ee18806d7 -size 61920 +oid sha256:27649572c6590629246fcb5760272c780eb9c00809e5de7f1bc128bc167efbe3 +size 60232 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/ChamberStair/Freezing_Chamber3.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/ChamberStair/Freezing_Chamber3.uasset index b90d9c5..83c635f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/ChamberStair/Freezing_Chamber3.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/ChamberStair/Freezing_Chamber3.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2dc8046fcca44340fbd7b1d7300d7a116d2dfe9ce3b90dee0073e2311d6f07cb -size 313588 +oid sha256:f398fabebab4561019eeeb850201093e32599750b3369052ff1e9a1dd66c9632 +size 1669 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/Grating1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/Grating1.uasset new file mode 100644 index 0000000..b385875 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/Grating1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c27f6d7717f1483f25786143f61f53292bdd29fa0587ecefd8b30a9be7860b +size 1552 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 new file mode 100644 index 0000000..f640d00 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Freezing_Chamber_Grating.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948c2b4b4bb3e02b5d82499345924a9d0cbaa800efc580b747907f81561dac4e +size 313630 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating1.uasset new file mode 100644 index 0000000..f6eb1f8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d5a7209d82890dca8ea9f351e88ec7066d2a31d0b6e4f979edd53486f0d584 +size 96527 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 new file mode 100644 index 0000000..8cabc46 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe8689fa2c12345eb785910e41f663e0b7dcd76a5ae524bae9235daed02aa6f +size 82522 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_CutTool.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_CutTool.uasset new file mode 100644 index 0000000..3167830 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_CutTool.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40bab81a278643fae50163f67b8b2e547ff6fb0856703b43af369e4d06f3a81f +size 70145 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_FloorSubtract.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_FloorSubtract.uasset new file mode 100644 index 0000000..e0c1afa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_FloorSubtract.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af58bd40da71bbedfcaefee7a44b7f1331097091d4fcc93593880a978c163c3 +size 95077 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Struct_CutShape.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Struct_CutShape.uasset new file mode 100644 index 0000000..84188ad --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Struct_CutShape.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428a7f5ac6f1f4cfb643a8798219a78cb78fa558ad3347010d2eb7afc8d39d52 +size 2767 diff --git a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject index 5aea7c8..f260f8f 100644 --- a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject +++ b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject @@ -100,6 +100,10 @@ { "Name": "PhysicsControl", "Enabled": true + }, + { + "Name": "GeometryScripting", + "Enabled": true } ], "TargetPlatforms": [ From 5e0f2f52fd36083b7968ad59a9fe3880b141e8bf Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 19 Feb 2025 23:48:19 +0100 Subject: [PATCH 43/96] Work on Kitchen --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../World/Interactibles/Furniture/Chairs/Chair1/Chair.uasset | 3 +++ .../Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset | 3 +++ .../Chair1/painted_wooden_chair_02_diff_4k_nonVT.uasset | 3 +++ .../Chair1/painted_wooden_chair_02_nor_gl_4k_nonVT.uasset | 3 +++ .../Chair1/painted_wooden_chair_02_rough_4k_nonVT.uasset | 3 +++ .../Content/World/Interactibles/Furniture/Table/Table.uasset | 3 --- .../World/Interactibles/Furniture/Table/Table_001.uasset | 3 --- .../Interactibles/Furniture/Table/wood_table_worn.uasset | 3 --- .../Furniture/Tables/KitchenTable/KitchenTable.uasset | 3 +++ .../Furniture/Tables/KitchenTable/Material_003.uasset | 3 +++ .../Tables/KitchenTable/MergedBake_Bake1_PBR_Diffuse.uasset | 3 +++ .../Tables/KitchenTable/MergedBake_Bake1_PBR_Normal.uasset | 3 +++ .../Tables/KitchenTable/MergedBake_Bake1_PBR_Roughness.uasset | 3 +++ .../World/Interactibles/Furniture/Tables/Table/Table.uasset | 3 +++ .../Interactibles/Furniture/Tables/Table/Table_001.uasset | 3 +++ .../Furniture/Tables/Table/wood_table_worn.uasset | 3 +++ 17 files changed, 41 insertions(+), 11 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/Chair.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02_diff_4k_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02_nor_gl_4k_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02_rough_4k_nonVT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/Table.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/Table_001.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/wood_table_worn.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/KitchenTable.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/Material_003.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/wood_table_worn.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 707dcac..b6dd1b1 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:220d2927211c2693bd8fe649ccdb0b2a57412508d73f8fc4af1ff32312e8d08b -size 366545 +oid sha256:e1efc0281f44b384f8921f97b30a60e229c52eeed10ebc19a50eeffeac48cae6 +size 398890 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/Chair.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/Chair.uasset new file mode 100644 index 0000000..8b6bcae --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/Chair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1821488d931a53da20d3c0edb465c0e2536c72bdbc677abb38484cd0298d31 +size 126576 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset new file mode 100644 index 0000000..3a38ee9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4dcfcb8bcc19e72f453d49ed703bd4ea776a457610334b1fe72bf69b7a26f4 +size 61749 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02_diff_4k_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02_diff_4k_nonVT.uasset new file mode 100644 index 0000000..b04a48a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02_diff_4k_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0c329a3fddf9f4a754d0b30af6f83c7f97a21308ef576eb3860cfaea59ce32 +size 22971822 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02_nor_gl_4k_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02_nor_gl_4k_nonVT.uasset new file mode 100644 index 0000000..bfb1371 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02_nor_gl_4k_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adfbd84cdf0cbb60cf5e5ad81a30848f14ed1c89828026b8a4eecd32d6aa66cc +size 67479779 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02_rough_4k_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02_rough_4k_nonVT.uasset new file mode 100644 index 0000000..9de6bd2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02_rough_4k_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046d762745db56af0cdfd96610d920bbeb01aa95ba049c4f0b850376e9d59f41 +size 11951050 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/Table.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/Table.uasset deleted file mode 100644 index f9d4404..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/Table.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8d75b160c6be0b88067e557000b0696362aa5c5d377333bfe2e2d7cbb57ad94 -size 748449 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/Table_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/Table_001.uasset deleted file mode 100644 index abd8625..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/Table_001.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d059705f6b16320d885f1457502cbfc8e091452837f92a515ef96afd0ca593d -size 157222 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/wood_table_worn.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/wood_table_worn.uasset deleted file mode 100644 index dc2858b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Table/wood_table_worn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76b8296895da7ca67a17f7217babd6644a264ef3a9f98aa74fd235c97fff557b -size 56113 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/KitchenTable.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/KitchenTable.uasset new file mode 100644 index 0000000..540a443 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/KitchenTable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ce39d825c34642956719fe506c2a5ed67f2ae0d966ccf775c75807b0c2b9be +size 92934 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/Material_003.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/Material_003.uasset new file mode 100644 index 0000000..a14f151 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/Material_003.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae63ffebfb0f0d9679a105d9c5337c64bba55bbe6e17ce69751137873cbb946 +size 57751 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..fc2ed62 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab6ee32fd09c414f70cda60300b52f2dc9cae9f380c562fffedb57b1fb64bab +size 35584142 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..d7f8ac2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4116bccab3bc7ebdf4bd70fde813758e050ad2da593347a4cbf3546e6342965d +size 22170644 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..39dd21b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2db1e91b784f81471237ea5c1ccad6c1b66378bae1a54269e561acb8475bca +size 16344099 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table.uasset new file mode 100644 index 0000000..cff003d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82cd8690cc3935c8fa3b050dd81be1a5b7e4012be99b140cc2e8e2bbc4ff665 +size 748470 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table_001.uasset new file mode 100644 index 0000000..a43f4ff --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761658ddfed157fc87c2cd2d9abb5193f88c04a45c8191525e7e35b14f26e091 +size 157244 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/wood_table_worn.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/wood_table_worn.uasset new file mode 100644 index 0000000..5184afc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/wood_table_worn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7281911138c841304823b03ead4490e507d02f5d0d434f20086c99b996ea1a31 +size 56127 From b56343e1afea945b1966b9f10bda8b0ba3635afc Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 21 Feb 2025 15:41:46 +0100 Subject: [PATCH 44/96] Misc Fixes, Failing to Figure out why some Components arent Grabbed/Tossed, Thinking about Sound --- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset | 4 ++-- .../Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset | 4 ++-- .../DrawerBase/FileCabinet/MovablesSoundComponent.uasset | 4 ++-- .../VRE/Grippables/Misc/Examples/MPC_GripOverlay.uasset | 4 ++-- .../Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset | 4 ++-- .../VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/BP_Recorder.uasset | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 5de753a..82b8c73 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:5c549745faa2cb0265bcda5a28e18b966b0e778e351b71380c4859076ccb2c4f -size 1627544 +oid sha256:e0ab57559854691f4a7da54d63b5497c1f4483e0cb4c09185b0e2668bb7c26bd +size 1603456 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 74714f8..1bc4666 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:dc8860abf0359717333ce321df6b919e31528f866b6f3565182556c3f5367253 -size 1833425 +oid sha256:e734068a7853971be0421e663cfedee3149fef413acdb836f60f000a65fb6677 +size 1823807 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset index 0f033fa..e1d1c83 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a6370ae4f847e2a3c01ee517f594ec990b6b94091f4f373d337c7a56fb8995a -size 371707 +oid sha256:1f7a89b1081e25e5e39f66505e2ba1bb96864b7619b0fb469acdeea98cee5941 +size 357883 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset index 26481a4..dadc3d7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14eee8d8c785630d1b38ac30e40557fe8d8d37fb348643c5cf48be9555fb3d9c -size 438351 +oid sha256:d7e8cde2da6e06db2faa141f2e98ccf1f2fe0dcf4bf446529e1534aac7385e10 +size 423790 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset index b595597..ff6a60f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5033867a8b9648e47e12a65e2c184d29e5b870acc2ff0ae82d8f6b81eec7813 -size 710347 +oid sha256:3ac9821592f5c151bd8949f0c2a296b401e002920b09f36f8947194f9213837f +size 721094 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/MPC_GripOverlay.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/MPC_GripOverlay.uasset index 817a4f2..1fcaf65 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/MPC_GripOverlay.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/MPC_GripOverlay.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c427abe3848327d1094e41de75c922fe0b95494936adf2e00b75cea8ccbc68a0 -size 1858 +oid sha256:dcd390a5ad9a48f057f164a285fee0fa5ebc90f28d12365d259e8bd80f5a7f37 +size 1875 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset index 6e5b099..55ee5f6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b59da98d3b598a6f365ddcad45984fee657d5e8750172a126ce17c7c827f8e8 -size 29819 +oid sha256:d3ec5bc525963f9bb823425b6f8add772c876a680db9bbb9ce4de66fe7173095 +size 34324 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset index 46bb6c0..9532b73 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:57ff3c82e7df5fe81edd185a390f6f16fdfbc0715023f21d4307e116177ced28 -size 324472 +oid sha256:2bc95add1362fa520dec14ce617d6dd5abd9bcf60c3ea3fbcf3a96ed49f8a5ed +size 328171 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index 333996c..662eac0 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:e09507b78a83954fbd1e2bef117d7d3c35100252422fb6164cfb2287f78adbc0 -size 359927 +oid sha256:375c177aca4b277cf5a147a68d049f5367110a7c20607752715d344d251a01b2 +size 347127 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 c03f94c..f7043ff 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:03d94ce225ed5578214372d3b39a954d9e4e5cb85d9bba66fcf67e81696e8601 -size 238949 +oid sha256:33875615aa5316d832faf7429027312afc88d5f3c0d4ed208c26c449ed1ec7b9 +size 238180 From 6f1153859ab19c2ea0c41d1a45f50b6658f36634 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 24 Feb 2025 14:02:27 +0100 Subject: [PATCH 45/96] Fixed. modified and simplified Toss Manager, removed Component Tag, Added Interface for Toss --- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset | 4 ++-- .../Content/VRE/Core/Interfaces/BPI_TossInterface.uasset | 3 +++ .../VRE/Grippables/Misc/Examples/Button/ButtonActor.uasset | 4 ++-- .../Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset | 4 ++-- .../Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset | 4 ++-- .../VRE/Grippables/Misc/Examples/M_GripOverlay_Inst.uasset | 4 ++-- .../Content/VRE/Level/Misc/ConsoleCommandSliderActor.uasset | 4 ++-- .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/BP_Recorder.uasset | 4 ++-- 12 files changed, 25 insertions(+), 22 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Interfaces/BPI_TossInterface.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 82b8c73..038a47c 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:e0ab57559854691f4a7da54d63b5497c1f4483e0cb4c09185b0e2668bb7c26bd -size 1603456 +oid sha256:4337f6fd29dfc66ed6c057e79fead4f9c9005f571cf02803614ff60c7386076a +size 1614517 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 1bc4666..1905af5 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:e734068a7853971be0421e663cfedee3149fef413acdb836f60f000a65fb6677 -size 1823807 +oid sha256:78dd883da596b9dd92a239028aa82353893b73a1f3c04e951f61ee970356499e +size 1809136 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset index e1d1c83..1f50eb5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1f7a89b1081e25e5e39f66505e2ba1bb96864b7619b0fb469acdeea98cee5941 -size 357883 +oid sha256:7a6c9994f80b8fb1e1da77009f261ecaca0bcb4ffdd61d7110a6342e7f3801ad +size 357301 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Interfaces/BPI_TossInterface.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Interfaces/BPI_TossInterface.uasset new file mode 100644 index 0000000..d80f43a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Interfaces/BPI_TossInterface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e6bfbfbd15a4ada388fbc5f3fe6fc8a71a260c77a0b3a1ba8fb77a561ee00e +size 11304 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ButtonActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ButtonActor.uasset index 464ec13..ff3b7e7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ButtonActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ButtonActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b9dfb7afff84b77ce2fb54b930025a7c10995cf582ddda533a578458ece2cf75 -size 101811 +oid sha256:40335f8e61c839bc7be585c9ffe6d21bf406fff760346e94d67e7c42fe2c7e4c +size 107545 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset index dadc3d7..8e5c073 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7e8cde2da6e06db2faa141f2e98ccf1f2fe0dcf4bf446529e1534aac7385e10 -size 423790 +oid sha256:866824b3ffd21bd0d3581b066e44efa9564d96b849f8c07e1858fed07e829307 +size 422554 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset index 55ee5f6..8c4427c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3ec5bc525963f9bb823425b6f8add772c876a680db9bbb9ce4de66fe7173095 -size 34324 +oid sha256:c2e80b479a197d55c1f34408d02a43b09f420da682ed35c5375bd914ad1cced8 +size 34199 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay_Inst.uasset index d2683bf..0f47484 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b2cd5be8adfae11c915b3a7b55cfaa4be78d3d0e0198972e10f79229f38af64 -size 10646 +oid sha256:008e7c4eb71c3f48dc22eb5e1b507c3e7ba8c33842cea08d58e4f8d7102b2028 +size 14231 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Misc/ConsoleCommandSliderActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Misc/ConsoleCommandSliderActor.uasset index d4fd28c..e21c912 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Misc/ConsoleCommandSliderActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Misc/ConsoleCommandSliderActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9fc5103f43344ac287b374a23b80a56cf8550e07c16be4338534db4e253c375d -size 225823 +oid sha256:2297302f21e23ad0540594229211c0a534b546a2f000daa28edccb08ac306584 +size 225579 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 cd61ba6..a6006fc 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:6eb288424188b77189b0bb6f3377303ec66e266364458ec8978d6bcd794052e7 -size 5592895 +oid sha256:852df27ba90f561eb61db458c53db458d066c89e7b14e3e66789fdd95107bc1e +size 5591702 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index 662eac0..048fefa 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:375c177aca4b277cf5a147a68d049f5367110a7c20607752715d344d251a01b2 -size 347127 +oid sha256:6cc1e6a06168122b2512955e955d7830929980ec66e3b9872c9bf1c38c371efe +size 354401 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 f7043ff..05a315b 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:33875615aa5316d832faf7429027312afc88d5f3c0d4ed208c26c449ed1ec7b9 -size 238180 +oid sha256:a7974d810b222e2aab1ca4372eddb746a130e6e96d294f59095008b62ba81709 +size 259535 From 34c723da64e739411b95b7b81911a90b50e64bcc Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 26 Feb 2025 09:00:59 +0100 Subject: [PATCH 46/96] Added WorldAligned Parallax (Switch with Bump) and Fixed Rotation, Misc --- .../Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 2 +- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../Content/World/Characters/CustomAIController.uasset | 4 ++-- .../Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset | 4 ++-- .../Furniture/Tables/KitchenTable/KitchenTable.uasset | 4 ++-- .../Furniture/Tables/KitchenTable/Material_003.uasset | 4 ++-- .../World/Materials/Master/M_WorldAlignedBump.uasset | 4 ++-- .../World/Materials/Master/M_WorldAlignedBump_Inst.uasset | 3 +++ .../World/Materials/Misc/Wallpaper/M_Wallaper.uasset | 3 +++ .../World/Materials/StoneTiles/NewTextureGraph.uasset | 3 +++ .../Content/World/Materials/StoneTiles/Output.uasset | 3 +++ .../Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset | 4 ++-- .../Materials/StoneTiles/Test_WS_Parallax_Wall.uasset | 4 ++-- .../World/Materials/StoneTiles/tiles_0130_height_4k.uasset | 2 +- .../Materials/Wood/WoodFloor041/M_Inst_WoodFloor.uasset | 3 +++ .../Materials/Wood/WoodFloor041/M_WoodFloor041.uasset | 3 +++ .../Wood/WoodFloor041/WoodFloor041_4K-JPG_Color.uasset | 3 +++ .../WoodFloor041/WoodFloor041_4K-JPG_Displacement.uasset | 3 +++ .../WoodFloor041_4K-JPG_Displacement_Mat.uasset | 3 +++ .../Wood/WoodFloor041/WoodFloor041_4K-JPG_NormalDX.uasset | 3 +++ .../Wood/WoodFloor041/WoodFloor041_RouhgnessHeight.uasset | 3 +++ .../Content/World/Static/Walls/BP_Floor.uasset | 3 +++ .../Content/World/Static/Walls/BP_FloorSubtract.uasset | 4 ++-- .../Content/World/Static/Walls/SM_Wall2Sided.uasset | 4 ++-- .../Content/World/Static/Walls/Wall_2.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject | 7 +++++++ 27 files changed, 69 insertions(+), 26 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Misc/Wallpaper/M_Wallaper.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/NewTextureGraph.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Output.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_Inst_WoodFloor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_WoodFloor041.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Color.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement_Mat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_NormalDX.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_RouhgnessHeight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index b6dd1b1..5333739 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:e1efc0281f44b384f8921f97b30a60e229c52eeed10ebc19a50eeffeac48cae6 -size 398890 +oid sha256:a9a12b07070f06e03e02a2e66b44fb9c4f54e992d7dfebc83c3031180e9eb8a6 +size 478046 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 038a47c..141362b 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:4337f6fd29dfc66ed6c057e79fead4f9c9005f571cf02803614ff60c7386076a +oid sha256:f6121d625063feddbafa704f7a12afdeb243e5f3b343e90d136e51f187ebac09 size 1614517 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 1905af5..101d329 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:78dd883da596b9dd92a239028aa82353893b73a1f3c04e951f61ee970356499e -size 1809136 +oid sha256:dbc84e3244cf859aa9e942bd2a419766ff9408f013575360ff8a0163741b53cd +size 1809187 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset index 1959ee0..6d6350a 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:f4783b9b9587921768f007eeaf281ee84ba06ade5fb1ca08c27c100b30ba2b4f -size 214279 +oid sha256:a2e180be37a696f52b5bf00c3194f720fc169d80ead564a78a60312bee03474a +size 215383 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset index 3a38ee9..818d7d1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da4dcfcb8bcc19e72f453d49ed703bd4ea776a457610334b1fe72bf69b7a26f4 -size 61749 +oid sha256:12858b023990b42a66a44f2aba62a01dc6be6055d544a2bed8584076f3578ace +size 61103 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/KitchenTable.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/KitchenTable.uasset index 540a443..fb81f9e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/KitchenTable.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/KitchenTable.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19ce39d825c34642956719fe506c2a5ed67f2ae0d966ccf775c75807b0c2b9be -size 92934 +oid sha256:273a806403f2c0e268b4afd472138050aae1578a24da1ac50074edc6a71d5007 +size 93107 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/Material_003.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/Material_003.uasset index a14f151..37889da 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/Material_003.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/Material_003.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2ae63ffebfb0f0d9679a105d9c5337c64bba55bbe6e17ce69751137873cbb946 -size 57751 +oid sha256:199f2206172a2b3237ab1f4c0986b4fb1a44d65968fa6cc41f016f559eb3ce99 +size 57818 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset index 40cd94d..2c17998 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:0b222628f3ede04da37c22c2dbfb172bb1ef4f07b7c82d06d3e2e9f86d917827 -size 59329 +oid sha256:a2ffba1a174c9fd0532d75a7c19ae131cdd71eb525bf7f7f218d90fac92b377c +size 91803 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump_Inst.uasset new file mode 100644 index 0000000..9889096 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34906edd042cfc738d33810feb0509d83e24bf59e6cb5b1a63411179af942572 +size 12285 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Misc/Wallpaper/M_Wallaper.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Misc/Wallpaper/M_Wallaper.uasset new file mode 100644 index 0000000..e85f791 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Misc/Wallpaper/M_Wallaper.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd50d5db89f99358b4b48129635d6f0755609af333e97d22286ed55cfa94fccf +size 12218 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/NewTextureGraph.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/NewTextureGraph.uasset new file mode 100644 index 0000000..c08f904 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/NewTextureGraph.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e91249a19d488e9ea4770b0263f421f15535083f1de3e197d00b9dd02614cb2 +size 11955 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Output.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Output.uasset new file mode 100644 index 0000000..2465270 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Output.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3cb1758f6ad9f6a20175dbff2a966cea17ae3fa5d4583fc93bf797c3071201a +size 22033 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 bc931a2..f3959b4 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:e0f85472f8d6682a6835ed20d8168dbe62f6e08f8789e7773362a33aacf24a20 -size 15854 +oid sha256:6f4242831ac396c4ba9c0a4eb09c0b66f524194a6d4baa04795185c1ed6be5da +size 18879 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset index a75df0b..af713e4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:190dc11e2ecce0e5c99def5131702036cbaad5164ea51cc8b282e1f6bf6c569e -size 15014 +oid sha256:fa62ef68c40829e17b3568fc6e77a2d65ca9e9d6ad22ab7851040c8b1e3c820d +size 16556 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 d8fa777..8467aa3 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:1ac1907d5ae698e9c0237cdd7d510b9ac74eae633dcf001232a570981afd42d7 +oid sha256:6f6a6b9b74398b61fe07ada8edd404b009c1e6a05954403dbef12e887692342f size 9461764 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_Inst_WoodFloor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_Inst_WoodFloor.uasset new file mode 100644 index 0000000..b8e8cf3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_Inst_WoodFloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a899fded0061325472c618ec4a479c8eb9cc369bc8c954ed9dbb39f1aabcbdc1 +size 17391 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_WoodFloor041.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_WoodFloor041.uasset new file mode 100644 index 0000000..a7c1707 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_WoodFloor041.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0da4ddaf93a3da4b6e52642295be68440008c46799f2095ef43250804292b3 +size 18211 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Color.uasset new file mode 100644 index 0000000..5a75372 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a778c547d059519a7ba733a6bfd02e8a48e40c41a13289680a8f0fe0a9fe8c4d +size 17676037 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement.uasset new file mode 100644 index 0000000..5280fd4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d73c0f71ee2e11333ce9c5ceb783522198588db353ee18cb1d9bd00285e1f45 +size 6616338 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement_Mat.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement_Mat.uasset new file mode 100644 index 0000000..29930c3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2c3960902eb9bcc901c1bb622ea8b10d763e3b5a53fba7f524832658dd512e +size 9553 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_NormalDX.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_NormalDX.uasset new file mode 100644 index 0000000..35cf5e4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_NormalDX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88d3bb930e3cf1b34e5fed7bbff7a9b57ae238a3373228f9dabaf2ac952018f +size 22714609 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_RouhgnessHeight.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_RouhgnessHeight.uasset new file mode 100644 index 0000000..d48a4bc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_RouhgnessHeight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a9dfa84575faafd05396a2afcf7100ce5cd7ccb9d1f7d0204e1dba09ceec02 +size 14685191 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset new file mode 100644 index 0000000..b9b08b7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8347278562ed72ff38c7342e97559bf4f5decd17085c00fbf84f76d5759b07 +size 93987 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_FloorSubtract.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_FloorSubtract.uasset index e0c1afa..ab51e5b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_FloorSubtract.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_FloorSubtract.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1af58bd40da71bbedfcaefee7a44b7f1331097091d4fcc93593880a978c163c3 -size 95077 +oid sha256:f78d15ee8d97a0e05d32b7afba34326ec1a469f417f76a57f171c52da9e807fd +size 2537 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/SM_Wall2Sided.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/SM_Wall2Sided.uasset index 70fca1c..2a4ed1a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/SM_Wall2Sided.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/SM_Wall2Sided.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26216bd41bf026dcdd3302110e49cd55f5fc1c08cc449f4d2d10d5414fe1a712 -size 79613 +oid sha256:4471cfe0369e91ed1fe5151d3aef83ca33112727497b480929cd79c2140e3436 +size 79427 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Wall_2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Wall_2.uasset index c1e1b64..faf49a4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Wall_2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/Wall_2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c07864ee31f83035410eb403e6efac750348954d4efff1d2ead42a728653b66 -size 53157 +oid sha256:441f1a2b2190cad717684b4bb1fbd6619625c67f65f6d894785eb704f3fdd37f +size 53217 diff --git a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject index f260f8f..ca50fb5 100644 --- a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject +++ b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject @@ -104,6 +104,13 @@ { "Name": "GeometryScripting", "Enabled": true + }, + { + "Name": "TextureGraph", + "Enabled": true, + "SupportedTargetPlatforms": [ + "Win64" + ] } ], "TargetPlatforms": [ From bf7ce3e83fce39a690286cd94e91d6ef537757d0 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 26 Feb 2025 16:43:24 +0100 Subject: [PATCH 47/96] Looking into Harmonix Plugin for Midi Automation and the Geometry Scripting setup for Slicing Shoutout to https://www.youtube.com/watch?v=KYVJq44SDEc&list=PLxU9o9z-3yrejDizIika4A-ILj3Ts4Bus&index=6 (Alan Teaches Things) --- .../TestSong/BP_MetaSondObjectSpawner.uasset | 3 +++ .../Audio/MIdi_HarmonixPlugin/TestSong/FurElise.uasset | 3 +++ .../Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset | 3 +++ .../Audio/MIdi_HarmonixPlugin/TestSong/NewBlueprint.uasset | 3 +++ .../Audio/MIdi_HarmonixPlugin/TestSong/SMC_MovableMesh.uasset | 3 +++ .../TestSong/Undertale_-_Megalovania.uasset | 3 +++ .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../VRE/Grippables/Weapons/Misc/Slicer/SlicingDummy.uasset | 4 ++-- .../Content/World/VFX/Projector/BP_TestProjector.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject | 4 ++++ 10 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/FurElise.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NewBlueprint.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/SMC_MovableMesh.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Undertale_-_Megalovania.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset new file mode 100644 index 0000000..2d52f15 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee70b44952389e8f6d84aded725c7c71e1e21581d40bed19f2a869aca4803046 +size 89270 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/FurElise.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/FurElise.uasset new file mode 100644 index 0000000..0d19bf4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/FurElise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59489cbcdbda911e3fbbfeb9f41e488d96f0133351d2bd582d3f42eefe74a6ce +size 2059 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset new file mode 100644 index 0000000..3a2545b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d236e9258212e044d1ab6de18789e6c1a7b1a880cef8b78f577f46c6a85e9058 +size 103818 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NewBlueprint.uasset new file mode 100644 index 0000000..0240dea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NewBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d117d997246ffefbb7600661a8589b03401b65781561756ce01a60f5db21d70 +size 23468 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/SMC_MovableMesh.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/SMC_MovableMesh.uasset new file mode 100644 index 0000000..120a39c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/SMC_MovableMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbaf72e8578fe054e439491f001444f6877629daad984b0d332cf495ff92a9fd +size 44357 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Undertale_-_Megalovania.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Undertale_-_Megalovania.uasset new file mode 100644 index 0000000..088d8c1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Undertale_-_Megalovania.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915cb7e98fb957275200fb7cd60a90752821daa2ac411d17dcb77d56a55f1d2a +size 56289 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 141362b..56e8d04 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:f6121d625063feddbafa704f7a12afdeb243e5f3b343e90d136e51f187ebac09 -size 1614517 +oid sha256:19145e2139ddba3f1118db50503687e57a29b021261d7388814a986f88a6760e +size 1619531 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Misc/Slicer/SlicingDummy.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Misc/Slicer/SlicingDummy.uasset index 82f2485..6da80d4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Misc/Slicer/SlicingDummy.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Misc/Slicer/SlicingDummy.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae36e55d206fb080cce3ba8d816e28d891ce507c8fc4b4ade937acfb2a1dacc4 -size 216357 +oid sha256:179687bae332cb7e87e2e2a165b0bc8b83bb1d88129dfeff367fb4b7cac99b98 +size 221375 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset index 2f1eb0c..c502779 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1feb51dc9cef6cbbcb7bd3b861ba00c02d34030fcc15f6edb6654c8ca79cf77c -size 44179 +oid sha256:9cdb13dfdb85da81501aa63322389602c6d767787378498f69cdfc425dbebed8 +size 44641 diff --git a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject index ca50fb5..9425187 100644 --- a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject +++ b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject @@ -111,6 +111,10 @@ "SupportedTargetPlatforms": [ "Win64" ] + }, + { + "Name": "Harmonix", + "Enabled": true } ], "TargetPlatforms": [ From a26e8c6609a105ccbd11d64818d0326e97f6e799 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 11 Mar 2025 21:50:01 +0100 Subject: [PATCH 48/96] Switched to Atlas Texturing Approach for Kitchen instead of Bake, Finished Main Kitchen Interaction, Work on Geometry Scripting (Plane not where it should be), lot of time went into trying to make Parallax work. misc --- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset | 3 +++ .../TestSong/BP_MetaSondObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 3 +++ .../Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/NewBlueprint.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/SMC_MovableMesh.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 3 +++ .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset | 4 ++-- .../World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/Boiler_A.uasset | 3 +++ .../Furniture/Kitchen/Coffeemachine_A_002.uasset | 3 +++ .../Furniture/Kitchen/Coffeemachine_A_004.uasset | 3 +++ .../Furniture/Kitchen/Coffeemachine_A_005.uasset | 3 +++ .../Content/World/Interactibles/Furniture/Kitchen/Cube.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/Door0.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/Door1.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/Door10.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/Door2.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/Door3.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/Door4.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/Door5.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/Door6.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/Door7.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/Door8.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/Door9.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/Drawer0.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/Drawer1.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/Drawer2.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/Drawer3.uasset | 3 +++ .../Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset | 3 +++ .../Interactibles/Furniture/Kitchen/Material2_287.uasset | 3 +++ .../Materials/Abstract/Abstract_002/Abstract_002_COLOR.uasset | 3 +++ .../Materials/Abstract/Abstract_002/Abstract_002_DISP.uasset | 3 +++ .../Materials/Abstract/Abstract_002/Abstract_002_NRM.uasset | 3 +++ .../Materials/Abstract/Abstract_002/Abstract_002_OCC.uasset | 3 +++ .../Materials/Abstract/Abstract_002/Abstract_002_SPEC.uasset | 3 +++ .../Content/World/Materials/MF/DesaturateV4.uasset | 3 +++ .../Content/World/Materials/MF/MF_PrismaticaAtlas.uasset | 3 +++ .../Content/World/Materials/MF/MF_Rotate3Vector.uasset | 3 +++ .../Content/World/Materials/Master/M_1D-MasterParallax.uasset | 3 +++ .../World/Materials/Master/M_1D-MasterParallax_Inst.uasset | 3 +++ .../Content/World/Materials/Master/M_MaterialAtlas.uasset | 3 +++ .../Content/World/Materials/Master/M_WorldAlignedBump.uasset | 4 ++-- .../Content/World/Materials/Master/M_WorldAlignedBump1.uasset | 3 +++ .../World/Materials/Master/M_WorldAlignedBump1_Inst.uasset | 3 +++ .../World/Materials/Master/M_WorldAlignedBump_Inst.uasset | 4 ++-- .../Metal/Metal049B_4K-PNG/Metal049B_4K-PNG_ColorDisp.uasset | 3 +++ .../Metal049B_4K-PNG_MetallicRoughness.uasset | 3 +++ .../Metal/Metal049B_4K-PNG/Metal049B_4K-PNG_NormalDX.uasset | 3 +++ .../World/Materials/Metal/Metal_017/Material_017.uasset | 3 +++ .../Materials/Metal/Metal_017/Metal024_8K-JPG_Color.uasset | 3 +++ .../Metal/Metal_017/Metal024_8K-JPG_Color_nonVT.uasset | 3 +++ ...Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset | 3 +++ ...24_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset | 3 +++ .../Materials/Metal/Metal_017/Metal024_8K-JPG_NormalGL.uasset | 3 +++ .../Metal/Metal_017/Metal024_8K-JPG_NormalGL_nonVT.uasset | 3 +++ .../World/Materials/Metal/Metal_017/NewMaterial.uasset | 3 +++ .../Content/World/Materials/Metal_017/Material_017.uasset | 3 --- .../World/Materials/Metal_017/Metal024_8K-JPG_Color.uasset | 3 --- .../Materials/Metal_017/Metal024_8K-JPG_Color_nonVT.uasset | 3 --- ...Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset | 3 --- ...24_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset | 3 --- .../World/Materials/Metal_017/Metal024_8K-JPG_NormalGL.uasset | 3 --- .../Materials/Metal_017/Metal024_8K-JPG_NormalGL_nonVT.uasset | 3 --- .../Content/World/Materials/Metal_017/NewMaterial.uasset | 3 --- .../World/Materials/Misc/MoleculeWorld/NewMaterial.uasset | 3 +++ .../Materials/Misc/MoleculeWorld/NewMaterial_Inst.uasset | 3 +++ .../World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset | 4 ++-- .../PeelPaint/wood_peeling_paint_weathered_diff_4k.uasset | 3 +++ .../PeelPaint/wood_peeling_paint_weathered_disp_4k.uasset | 3 +++ .../PeelPaint/wood_peeling_paint_weathered_nor_dx_4k.uasset | 3 +++ .../PeelPaint/wood_peeling_paint_weathered_rough_4k.uasset | 3 +++ .../World/Materials/Wood/WoodFloor041/M_Inst_WoodFloor.uasset | 4 ++-- .../Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement.uasset | 4 ++-- .../Static/Stairs/Gratings/SM_Freezing_Chamber_Grating.uasset | 4 ++-- .../Content/World/VFX/Projector/M_Projector.uasset | 4 ++-- .../Content/World/VFX/Projector/Nitrate.uasset | 4 ++-- 80 files changed, 201 insertions(+), 54 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Boiler_A.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Coffeemachine_A_002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Coffeemachine_A_004.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Coffeemachine_A_005.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Cube.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door0.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door10.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door4.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door5.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door6.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door7.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door8.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door9.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Drawer0.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Drawer1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Drawer2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Drawer3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Material2_287.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_COLOR.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_DISP.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_NRM.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_OCC.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_SPEC.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/DesaturateV4.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_PrismaticaAtlas.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_Rotate3Vector.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal049B_4K-PNG/Metal049B_4K-PNG_ColorDisp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal049B_4K-PNG/Metal049B_4K-PNG_MetallicRoughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal049B_4K-PNG/Metal049B_4K-PNG_NormalDX.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Material_017.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_Color.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_Color_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_NormalGL.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_NormalGL_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/NewMaterial.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Material_017.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Color.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Color_nonVT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_NormalGL.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_NormalGL_nonVT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/NewMaterial.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Misc/MoleculeWorld/NewMaterial.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Misc/MoleculeWorld/NewMaterial_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/PeelPaint/wood_peeling_paint_weathered_diff_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/PeelPaint/wood_peeling_paint_weathered_disp_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/PeelPaint/wood_peeling_paint_weathered_nor_dx_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/PeelPaint/wood_peeling_paint_weathered_rough_4k.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice.uasset new file mode 100644 index 0000000..0fb1aaa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c5259780750b32167df144b3f0f2cb7343fddad3ff7d1b464f419042373bc1 +size 28375 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset new file mode 100644 index 0000000..0d5f548 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14edddbd8c6c0deba58b522641f7e8d0a78b927d8fe0ca70731595f26b2f52fe +size 393203 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset index 2d52f15..f63e6c9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee70b44952389e8f6d84aded725c7c71e1e21581d40bed19f2a869aca4803046 -size 89270 +oid sha256:2c69e8547f6a6b6a8402efbf3e6d17500aad87ff691e7446a3b044dc5799eee9 +size 112924 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset new file mode 100644 index 0000000..69dff97 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c09238431447ab77fce79f8ffc4873f9be642fad626d59491b9b10c75d1fcdb +size 34965 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 3a2545b..40c89e4 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:d236e9258212e044d1ab6de18789e6c1a7b1a880cef8b78f577f46c6a85e9058 -size 103818 +oid sha256:25c447d5d6c222cb29cbbdc74a2f38f02b81abc7a1638622533c1b53aa543a11 +size 126060 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NewBlueprint.uasset index 0240dea..42ffd31 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NewBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NewBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d117d997246ffefbb7600661a8589b03401b65781561756ce01a60f5db21d70 -size 23468 +oid sha256:06d6dc100e9cf1f002a404f23781cbbb847b7f17cf9cb4247e067e2a2cbb0218 +size 2689 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/SMC_MovableMesh.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/SMC_MovableMesh.uasset index 120a39c..98354bf 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/SMC_MovableMesh.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/SMC_MovableMesh.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dbaf72e8578fe054e439491f001444f6877629daad984b0d332cf495ff92a9fd -size 44357 +oid sha256:9bd44b45bad97aa033201ab9e6e6a6c60f47b3015b82c350c068ff61f7713f28 +size 16271 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 5333739..8a92fc7 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:a9a12b07070f06e03e02a2e66b44fb9c4f54e992d7dfebc83c3031180e9eb8a6 -size 478046 +oid sha256:01c6a8c2d817c622744ece53909e7f0283775dea270901077b8fdc08cd8db687 +size 550549 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap new file mode 100644 index 0000000..92443db --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d8cdac01a2210b8166c6b23588d5a533ee54dd81e3698d6e04edc92c27e63e +size 43493 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 56e8d04..a81cf81 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:19145e2139ddba3f1118db50503687e57a29b021261d7388814a986f88a6760e -size 1619531 +oid sha256:6f99c43df49368e4eca21a2816e60f0c8f02ba21cd5b170dd07aa759101cf2a2 +size 1629276 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset index 8e5c073..55167f8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:866824b3ffd21bd0d3581b066e44efa9564d96b849f8c07e1858fed07e829307 -size 422554 +oid sha256:764d0cd4b85a5eb6be89dcf98187c9d8418d628c16312c78fdd873cdf65d9cc3 +size 423005 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset new file mode 100644 index 0000000..0236b69 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e11a4dd0aa805157708509b0eba988934adb1e358c4e83ed9ad9bcb9a0d5981 +size 207365 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Boiler_A.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Boiler_A.uasset new file mode 100644 index 0000000..892f60d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Boiler_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd587a947d652bc9cff3b1819e4ca723aaef246ef1047aed3687b4dbaafd583 +size 140040 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Coffeemachine_A_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Coffeemachine_A_002.uasset new file mode 100644 index 0000000..21136ab --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Coffeemachine_A_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebbfe4b2a6ef03c244c26862c03b9aeed1cfb4458f5294ab4729e65212d77bdf +size 87775 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Coffeemachine_A_004.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Coffeemachine_A_004.uasset new file mode 100644 index 0000000..254d97e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Coffeemachine_A_004.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b79cf8f3b3cff3d3488f12dd1997e2040dce356ea0561830222fa55b47d3ae +size 67850 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Coffeemachine_A_005.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Coffeemachine_A_005.uasset new file mode 100644 index 0000000..ffe4fd9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Coffeemachine_A_005.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f692795ba479dc5443615cce803725443f58837fb8a64ba2101e46698f3bc511 +size 82702 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Cube.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Cube.uasset new file mode 100644 index 0000000..e534a57 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Cube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1040455c8f40f13ad5dde0ee1973bf8b51f5cda1d40fdeab5b32ce7c894f411d +size 167047 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door0.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door0.uasset new file mode 100644 index 0000000..b679372 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f5c420c32e699f78d34966c1ba527ffbc72ae164633f90a13eed8293822f84 +size 93170 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door1.uasset new file mode 100644 index 0000000..1ca8bd3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc32819e99559d612a4299fdf50513266aceb2c056c7041a3779d8ffca553219 +size 93446 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door10.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door10.uasset new file mode 100644 index 0000000..1dc6576 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70154a45975e95dca0af4b2e9f7dae06f779091a582762e39f5f70ec85cc6c2 +size 93202 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door2.uasset new file mode 100644 index 0000000..2869b5f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ac0ba0bca5e4548762844769467011902db93133d858330e5cc82f18ee4ba1 +size 93097 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door3.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door3.uasset new file mode 100644 index 0000000..6f2b0b1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4483995ab6baaccfbc88b546104f9d869a086e2d325f0e4c63854f9cac122c11 +size 93133 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door4.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door4.uasset new file mode 100644 index 0000000..20df5ee --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4135b8599378ff9e9b48b7a3a2c6d0d07ba5543d5dcdb80fb4cfa804d71198f +size 88608 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door5.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door5.uasset new file mode 100644 index 0000000..0b6e65e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed9f2dee4d11e9a9c8c7f16a943fdfa6edfb7b3714ed7f7699e08b79fee2abe +size 93175 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door6.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door6.uasset new file mode 100644 index 0000000..4e8c7b3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52351c8edaa2704ae7e0b8fd7c1e3b05ad490035777bbf0c02662934f24a17d +size 92866 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door7.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door7.uasset new file mode 100644 index 0000000..a7bbb60 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c444ad9c3e5b8fc5b99c99f42404fabb4cdf56c4cfc87416f663979574345db6 +size 87680 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door8.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door8.uasset new file mode 100644 index 0000000..d9a53a3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74536034da212c1deb37ec2c7869f3c6675d91a7b20c9bfb2e2eef3772c6f513 +size 87990 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door9.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door9.uasset new file mode 100644 index 0000000..ee36565 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Door9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7af206f71e14beaaee169d79f54e5f1bf335d4d82fe133a1849e0e9439d6c0 +size 93720 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Drawer0.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Drawer0.uasset new file mode 100644 index 0000000..92fa172 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Drawer0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e43518b818cee3fbbaf79402d3c29b9e62a562eb55c6e90382a3f7281ad227 +size 92894 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Drawer1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Drawer1.uasset new file mode 100644 index 0000000..0a07704 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Drawer1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c85aa707cbda8b3e4ef1eda75a77f3fa111671df9d8e7ab0b0f7d42a06be7df +size 91913 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Drawer2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Drawer2.uasset new file mode 100644 index 0000000..4c72306 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Drawer2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d504ec42a201289d0a92f031c5dd354733fec34f1e131fb33de9ea68ec15a2 +size 92318 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Drawer3.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Drawer3.uasset new file mode 100644 index 0000000..ae5c2b5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Drawer3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54cc628a220a6702b1c8565b1c1e29b302a703680cb3b23614ca4bb5617a5bb +size 91810 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset new file mode 100644 index 0000000..252dbf7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9c80b10efbf23f97235586be7c2c9eb64238545faceb76dae7ce4e21f4b658 +size 20380 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Material2_287.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Material2_287.uasset new file mode 100644 index 0000000..f6ae0ee --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Material2_287.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeef1d3a94029ed4e161982a4c234151e3a34efa3372f66194a95fdd74b02039 +size 343268 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_COLOR.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_COLOR.uasset new file mode 100644 index 0000000..7b85565 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed1a5c2d690b20a8101a117b71ad24c7abfcd222c2758c1b7a8887a41086d62 +size 410816 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_DISP.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_DISP.uasset new file mode 100644 index 0000000..81c2414 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_DISP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d9515444e0adc622a4706f8a208277a4484e0038662d49bd07e47411f0f284 +size 276241 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_NRM.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_NRM.uasset new file mode 100644 index 0000000..47ffaf7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109362469c2ee6db97c4b50c256e6461420e439fe09949a12252d0ff4872488b +size 248426 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_OCC.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_OCC.uasset new file mode 100644 index 0000000..83d5ea1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_OCC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cd39d315e471d21af331564729eb01995d7505b480a5e94a1c464a3c99e20b +size 77393 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_SPEC.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_SPEC.uasset new file mode 100644 index 0000000..152f13a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Abstract/Abstract_002/Abstract_002_SPEC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acaa4d9036e8d22c1db51587f3e1810f05bad27059b998083bbc9aea3f4872a5 +size 263529 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/DesaturateV4.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/DesaturateV4.uasset new file mode 100644 index 0000000..3d88296 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/DesaturateV4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0ddfb25292fb04eddf971c6e17dad8d9c55b60a1d22db9f5ef4e88798ad7b7 +size 12250 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_PrismaticaAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_PrismaticaAtlas.uasset new file mode 100644 index 0000000..5eb439c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_PrismaticaAtlas.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53da51fd18fd746d01d3bae5162d08eed72abc429f2c0b071d5b141d9abea0e8 +size 80160 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_Rotate3Vector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_Rotate3Vector.uasset new file mode 100644 index 0000000..d832b83 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_Rotate3Vector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1791f01d47e0ef792952ac50ee55c2669809236cd4443cbd667ecffe9d31109e +size 32274 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax.uasset new file mode 100644 index 0000000..c371f1a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c1670e64fe479c07ad2ea0fb2b414a73977bed56e48693ca252284d9e56575 +size 44856 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax_Inst.uasset new file mode 100644 index 0000000..b200874 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539e6235afd90a6481ab9f59efeb74f5a5e1eec34ae7ad51a52cad9da804b8af +size 22441 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset new file mode 100644 index 0000000..ed26700 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b50c5bae030756da9ee35e05a881d279c2177749842f144077d6750c6b2f2d +size 162527 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset index 2c17998..27354c2 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:a2ffba1a174c9fd0532d75a7c19ae131cdd71eb525bf7f7f218d90fac92b377c -size 91803 +oid sha256:93163bc9acb6955ed1d446f2e7169f122daa6329ace48b8cb7c2d02b9358d206 +size 96380 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1.uasset new file mode 100644 index 0000000..a623e11 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f98c09dfba98de220aafb4a7f497ad2cbe9907eb18f77a7fa44e028be5e863c +size 111266 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1_Inst.uasset new file mode 100644 index 0000000..a851aae --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71cbd8872a418776dabb2eb9311676d0e8e3fe3ac468ce4eca0336fd403c87ce +size 17911 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump_Inst.uasset index 9889096..8e09838 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34906edd042cfc738d33810feb0509d83e24bf59e6cb5b1a63411179af942572 -size 12285 +oid sha256:9dba9828cf518c32a72a323ef2401d972d491f6e9aa9cf58c45b411ec91bbeaa +size 11203 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal049B_4K-PNG/Metal049B_4K-PNG_ColorDisp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal049B_4K-PNG/Metal049B_4K-PNG_ColorDisp.uasset new file mode 100644 index 0000000..e4365a8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal049B_4K-PNG/Metal049B_4K-PNG_ColorDisp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0665f5da4f535309f49a8266108ea78aff43350cd27fe93de0bfcc28f30dccf3 +size 17594651 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal049B_4K-PNG/Metal049B_4K-PNG_MetallicRoughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal049B_4K-PNG/Metal049B_4K-PNG_MetallicRoughness.uasset new file mode 100644 index 0000000..dc32c71 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal049B_4K-PNG/Metal049B_4K-PNG_MetallicRoughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e22f4ba1a5f873a21867c4f10c1d4c7efc3c26feb699813e5f77ac531eacdcb +size 7576616 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal049B_4K-PNG/Metal049B_4K-PNG_NormalDX.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal049B_4K-PNG/Metal049B_4K-PNG_NormalDX.uasset new file mode 100644 index 0000000..c6375fb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal049B_4K-PNG/Metal049B_4K-PNG_NormalDX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00674340d54dd2f58d7b8bc079073c269f965733ca31aeda849194c10b307bc +size 44972900 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Material_017.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Material_017.uasset new file mode 100644 index 0000000..6b1ebd6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Material_017.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe22e5622e8fb7eae2ac5b29fae9c261cf1c5899182923fae73959be238e1cc3 +size 60126 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_Color.uasset new file mode 100644 index 0000000..db197b8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b985a9ea2022650de7a08eaa920a1a7fc7088dfcfa65b1587384a61c5bc866b5 +size 97056393 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_Color_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_Color_nonVT.uasset new file mode 100644 index 0000000..ecf889e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_Color_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a19c8dcc001bd261625985f0ef8422bf8c4ed9b9621def01d196e14bbfdfbb +size 97058459 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset new file mode 100644 index 0000000..5694814 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe806f22df4a7e142fc6b54d1421eedef6a85ed45e209e1a3e85ccfdc2445b4 +size 58743558 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset new file mode 100644 index 0000000..a32c61b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758e2851dbb6599a2589d1a9c8ea0a0e42d25c254503db465810fb7c0e253917 +size 58744424 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_NormalGL.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_NormalGL.uasset new file mode 100644 index 0000000..a0133b3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_NormalGL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1d7b2d2fb49926b12b40852ebaa75df4d2d6270fc2dac0ef526d09db7a28eb +size 118972776 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_NormalGL_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_NormalGL_nonVT.uasset new file mode 100644 index 0000000..0adf3b6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Metal024_8K-JPG_NormalGL_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce33d66d043d1913703228a488a3e26f20d1440e5526fff8fa7346a2a5d26f80 +size 118972348 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/NewMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/NewMaterial.uasset new file mode 100644 index 0000000..7e049e2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/NewMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41945547b88a2c93a7814490e142153ba08ea8f8ddc02208d2992e7927321138 +size 11706 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Material_017.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Material_017.uasset deleted file mode 100644 index be521a3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Material_017.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79f683e2a7a1235df2bcea861dff301e69fbe735ac60fcf55cc91756dfffaa78 -size 60096 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Color.uasset deleted file mode 100644 index 6bc2381..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5331795c37eb77aba9a13af7b648afa72caad741e93b5e1f590d09f401ace736 -size 97056381 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Color_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Color_nonVT.uasset deleted file mode 100644 index 90a1aea..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Color_nonVT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:009a13586271e8e3efdec1d275b762adbb23117a59a7b34729f6c40457315bba -size 97058447 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset deleted file mode 100644 index 768b851..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e845e63e754dd2deb17e4fd9d444ba858b0778c2117ce69d9a70a291461ad593 -size 58743546 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset deleted file mode 100644 index f1d535d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_Metalness-Metal024_8K-JPG_Roughness_nonVT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ac02f9f3d6e0f65c354cf5f0fc85fdae497a84996c3c23e4d97ad3e1fff3e13 -size 58744412 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_NormalGL.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_NormalGL.uasset deleted file mode 100644 index e02d81b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_NormalGL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:667ddf4766dadb2cc0422e7c8bef2409bf6f8caf36883a7640b9388a8f4cb739 -size 118972764 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_NormalGL_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_NormalGL_nonVT.uasset deleted file mode 100644 index c74c426..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/Metal024_8K-JPG_NormalGL_nonVT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69fecef774c04214bc1172e67c29ebb1783d366d253c44271c0e14effbdcd30b -size 118972336 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/NewMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/NewMaterial.uasset deleted file mode 100644 index 9280a72..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal_017/NewMaterial.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:507ddab13c98a751620774dd46a8d80053a9d97ba2923fd3c20f2fca01822dad -size 11694 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Misc/MoleculeWorld/NewMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Misc/MoleculeWorld/NewMaterial.uasset new file mode 100644 index 0000000..beb4c86 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Misc/MoleculeWorld/NewMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f898ac297d55b8f7fbf6c8790c5d22584b3b9e0c7ba2987d37f5c65024f57e +size 31924 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Misc/MoleculeWorld/NewMaterial_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Misc/MoleculeWorld/NewMaterial_Inst.uasset new file mode 100644 index 0000000..7bd6c94 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Misc/MoleculeWorld/NewMaterial_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aefa04403fe7f073077da06e6fad92cc4b48ec3f2def81ae608bd3a7246ad4b3 +size 11932 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset index af713e4..388247a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa62ef68c40829e17b3568fc6e77a2d65ca9e9d6ad22ab7851040c8b1e3c820d -size 16556 +oid sha256:cb72abb04a8207e826d3d686390a81a15166620bdfb7a59740e171e808ada8cc +size 16360 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/PeelPaint/wood_peeling_paint_weathered_diff_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/PeelPaint/wood_peeling_paint_weathered_diff_4k.uasset new file mode 100644 index 0000000..e73ab86 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/PeelPaint/wood_peeling_paint_weathered_diff_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0318eec57f816db532dbb50c48da3b181ee35fa92789d3bb100a1471be947e68 +size 29213153 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/PeelPaint/wood_peeling_paint_weathered_disp_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/PeelPaint/wood_peeling_paint_weathered_disp_4k.uasset new file mode 100644 index 0000000..9805a6e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/PeelPaint/wood_peeling_paint_weathered_disp_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0d9b0670ecbf208477a475cc1327e664fdfdfce3e8bcb61a267cd51e619d4f +size 33566770 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/PeelPaint/wood_peeling_paint_weathered_nor_dx_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/PeelPaint/wood_peeling_paint_weathered_nor_dx_4k.uasset new file mode 100644 index 0000000..cce9d7b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/PeelPaint/wood_peeling_paint_weathered_nor_dx_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23159f07d78f8411b7532509363ea365474e0c3a54b93044f1d2a10b0d653a27 +size 67122663 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/PeelPaint/wood_peeling_paint_weathered_rough_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/PeelPaint/wood_peeling_paint_weathered_rough_4k.uasset new file mode 100644 index 0000000..c2003ed --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/PeelPaint/wood_peeling_paint_weathered_rough_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e34248d8a54ac42e671b91b6439827619bc0c9ba1fc7b47fdf398d4e121aa3 +size 67123294 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_Inst_WoodFloor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_Inst_WoodFloor.uasset index b8e8cf3..8b5c915 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_Inst_WoodFloor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/M_Inst_WoodFloor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a899fded0061325472c618ec4a479c8eb9cc369bc8c954ed9dbb39f1aabcbdc1 -size 17391 +oid sha256:1d609aa4ecb4914497676a8841d46c7484675d2a9c4a49a724b9622b52c74bea +size 17581 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement.uasset index 5280fd4..26336d9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/WoodFloor041/WoodFloor041_4K-JPG_Displacement.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d73c0f71ee2e11333ce9c5ceb783522198588db353ee18cb1d9bd00285e1f45 -size 6616338 +oid sha256:b8dbec6cefd26949a4ec27a500836956581753972ca4df752817fe6ef2d6580b +size 6616433 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 f640d00..e025b98 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:948c2b4b4bb3e02b5d82499345924a9d0cbaa800efc580b747907f81561dac4e -size 313630 +oid sha256:57da0aeb4f3022459f0a5010e3496f93e9654a909b7d7aa51cd6bae2c2b7ae91 +size 313636 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset index afe05dc..07b7144 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:4cfc9b8eeea3c787bd6f941acca9afd0d903a2db7c70177ced690eb6fcb9e054 -size 33743 +oid sha256:8874d7f21769e477686a3bd76cf4b90ce6d86d0a06aff641f0a14829c5f450eb +size 33871 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset index 816347f..1a3389f 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:435fe92f1929b67b4f14707c0b66b8df8e76ecc265d0db4c44c3416c72998fb2 -size 202247 +oid sha256:67e8decc224785ca9df8f9e139ed143f8511d3695b6e737f26680bc60badf58f +size 208797 From a1d82a9cfbdee9995a3e5ee317437bff0549bd78 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 14 Mar 2025 13:40:02 +0100 Subject: [PATCH 49/96] Fixed Slice Rotation/Location converting it into Component Space correctly, Rebuild System and cleanup to Support different Molecules on Different Tracks via Midi --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset | 4 ++-- .../TestSong/BP_MetaSondObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/World/VFX/Projector/BP_TestProjector.uasset | 4 ++-- .../Content/World/VFX/Projector/Nitrate_LP.uasset | 3 +++ 7 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate_LP.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset index 0d5f548..c1801ab 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14edddbd8c6c0deba58b522641f7e8d0a78b927d8fe0ca70731595f26b2f52fe -size 393203 +oid sha256:380d894cdc982059a93fc88aecc53fe6e4fdaa3fff486ce9d7aeb1414750619c +size 387320 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset index f63e6c9..2c31c6f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c69e8547f6a6b6a8402efbf3e6d17500aad87ff691e7446a3b044dc5799eee9 -size 112924 +oid sha256:6e6a51811001e3223e2d4a50e7003f8e7be20ac920d06d0725a0d43b0c7c9aca +size 268104 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 69dff97..dbea417 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:7c09238431447ab77fce79f8ffc4873f9be642fad626d59491b9b10c75d1fcdb -size 34965 +oid sha256:0cbee14173b676a19aaaef04f4ecb1d7130068e8baa6a1a5e62d9eee589dc9c9 +size 36249 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 40c89e4..adb007b 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:25c447d5d6c222cb29cbbdc74a2f38f02b81abc7a1638622533c1b53aa543a11 -size 126060 +oid sha256:c57cc1a5fa075be95682a3335cfbf385b789ad543cb2c016532645f789d85029 +size 167129 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 92443db..35cc0f3 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:16d8cdac01a2210b8166c6b23588d5a533ee54dd81e3698d6e04edc92c27e63e -size 43493 +oid sha256:34a321f5e18b58a668accd5516eae39f6b76f53cafb0a34ac8b527d44490ed07 +size 41081 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset index c502779..1a70503 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9cdb13dfdb85da81501aa63322389602c6d767787378498f69cdfc425dbebed8 -size 44641 +oid sha256:fdf0feca428f96e0a6e571a1d2f676e86dc477b9124a30220fac574db8ec201b +size 46545 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate_LP.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate_LP.uasset new file mode 100644 index 0000000..fa93a75 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate_LP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1961cba1db5237240240d5e88984b179808713bc3cb7fd6060c54a7e3684fddd +size 208806 From 9e6ae0cc0dea153be191adff3c8f941575ccd829 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 17 Mar 2025 22:51:14 +0100 Subject: [PATCH 50/96] Implement Velocity Dependence in Midi, but Hit Direction needs more thought --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset | 4 ++-- .../TestSong/BP_MetaSondObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset | 4 ++-- .../Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset | 3 +++ .../Content/Audio/Songs/Song7_Demo-002.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/World/Materials/CubeMaps/Test/NewMaterial.uasset | 3 +++ 7 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/Songs/Song7_Demo-002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/CubeMaps/Test/NewMaterial.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset index c1801ab..770cd3b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:380d894cdc982059a93fc88aecc53fe6e4fdaa3fff486ce9d7aeb1414750619c -size 387320 +oid sha256:a1b957a85a0ce55f91acbda80e5fcbd7fd74a3c44b435180807d83f17bb0d02f +size 447298 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset index 2c31c6f..1fae4c4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e6a51811001e3223e2d4a50e7003f8e7be20ac920d06d0725a0d43b0c7c9aca -size 268104 +oid sha256:be5d88039bb04d8ae29394f9da0a5bbfbde57783708d70fb3138688e33660ab7 +size 316520 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 adb007b..474dc1a 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:c57cc1a5fa075be95682a3335cfbf385b789ad543cb2c016532645f789d85029 -size 167129 +oid sha256:f6a4d3902f5963848fbfe65fbd6ba50b9f26ff6416c17166b78e341e2ddd5f34 +size 355941 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset new file mode 100644 index 0000000..6aa83e3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175ca02289e1d229cb8f0f588c15f764c0517796b10900ed4a5b55e2c2879d86 +size 5008 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/Songs/Song7_Demo-002.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/Songs/Song7_Demo-002.uasset new file mode 100644 index 0000000..8542cc8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/Songs/Song7_Demo-002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658196ba6548814df1c66902d3cc7f6882ca570d9833c7216fd46ee847e82470 +size 15305419 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 35cc0f3..897cef8 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:34a321f5e18b58a668accd5516eae39f6b76f53cafb0a34ac8b527d44490ed07 -size 41081 +oid sha256:8f59081b5890dadb1501d890cdb890a487291418e69ea23b1a7a525abd289a37 +size 43599 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/CubeMaps/Test/NewMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/CubeMaps/Test/NewMaterial.uasset new file mode 100644 index 0000000..de309a0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/CubeMaps/Test/NewMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537b367ec8dcd195d12ed5a30196d5c4cc396f0d70154692fd357b06c46f0d6f +size 17100 From d28bd7aa6b1579bf7903a6afcd6a670f2ef89e04 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 18 Mar 2025 15:09:16 +0100 Subject: [PATCH 51/96] Switched from Overlap to a Hit Approach, correct Angle detection not yet working tho Turns out there is a line Trace Component Node https://forums.unrealengine.com/t/dynamic-mesh-actor-failing-line-trace-why/1902651 --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset index 770cd3b..0e82306 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1b957a85a0ce55f91acbda80e5fcbd7fd74a3c44b435180807d83f17bb0d02f -size 447298 +oid sha256:390bfe286cb0fe8d84a93e10654671c01af689d41763df9fc2c58f270d6e0fed +size 601410 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 dbea417..88b7c86 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:0cbee14173b676a19aaaef04f4ecb1d7130068e8baa6a1a5e62d9eee589dc9c9 -size 36249 +oid sha256:127a029cdba9557d4d064454c45c1b9855d75a38f940c0b9ee0ec031ab5bdbd7 +size 38047 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 897cef8..57c9ccf 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:8f59081b5890dadb1501d890cdb890a487291418e69ea23b1a7a525abd289a37 -size 43599 +oid sha256:f89467e5f3e5d51e328c84d854ffbb6dfc2b8cffc2c7932c406bdca6b41a587f +size 43054 From 85fa814906f423f3d8e19a4d5bf44e366cf292f3 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 20 Mar 2025 08:34:18 +0100 Subject: [PATCH 52/96] Imported some Lyra PCG, failing Back Front/Back Sword detection, Looking into Streaming Level Setup --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../Development/MSPresets/MSTextures/BlackPlaceholder.uasset | 3 +++ .../MSPresets/MSTextures/Placeholder_Normal.uasset | 3 +++ .../Development/MSPresets/MSTextures/WhitePlaceholder.uasset | 3 +++ .../M_MS_Surface_Material/Functions/MF_MapAdjustments.uasset | 3 +++ .../M_MS_Surface_Material/Functions/MF_Tiling.uasset | 3 +++ .../M_MS_Surface_Material_TriPlanar.uasset | 3 +++ .../T_FortifiedShelterWall_ubimbhrdy_4K_ORDp.uasset | 3 +++ .../Content/Development/PhysicsMaterials/PM_Concrete.uasset | 3 +++ .../Content/Development/Tools/B_GeneratedTube.uasset | 3 +++ .../Content/Development/Tools/B_GeneratedTube_Advanced.uasset | 3 +++ .../Content/Development/Tools/B_Tool_AdvancedWindow.uasset | 3 +++ .../Content/Development/Tools/B_Tool_CornerExtrude.uasset | 3 +++ .../Content/Development/Tools/B_Tool_Panel_BGM.uasset | 3 +++ .../Development/Tools/B_Tool_RampMakerControl_BGM.uasset | 3 +++ .../Content/Development/Tools/B_Tool_Repeater.uasset | 3 +++ .../Content/Development/Tools/B_Tool_Stairs_BGM.uasset | 3 +++ .../Content/Development/Tools/B_WindowDoor.uasset | 3 +++ .../BaseClasses/BakedGeneratedMeshActor.uasset | 3 +++ .../BaseClasses/Enum_BakedGeneratedState.uasset | 3 +++ .../Content/Development/Tools/Enum_PanelType.uasset | 3 +++ .../Development/Tools/Enum_RailingConstructionType.uasset | 3 +++ .../Content/Development/Tools/Enum_RotationAxis.uasset | 3 +++ .../Development/Tools/Enum_StairConstructionType.uasset | 3 +++ .../Content/Development/Tools/Enum_WindowType.uasset | 3 +++ .../Content/Development/Tools/MT_PanelCenterDefault.uasset | 3 +++ .../Content/Development/Tools/MT_PanelCornerDefault.uasset | 3 +++ .../Development/Tools/MT_RailingDefaultMaterial.uasset | 3 +++ .../Content/Development/Tools/Materials/MT_DebugTool.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 3 +++ .../Content/Materials/MF/MF_2DGrid.uasset | 3 +++ .../Content/Materials/MF/MF_TripleGrid.uasset | 3 +++ .../Content/Materials/MF/MF_WorldGrid.uasset | 3 +++ .../Content/Materials/MF/WorldAlignedTextureMip.uasset | 3 +++ .../Content/Materials/MI_Black_GlossFakeFloor.uasset | 3 +++ .../Content/Materials/MI_MS_Surface_13.uasset | 3 +++ .../Content/Materials/MPC_Checker.uasset | 3 +++ .../Content/Materials/Textures/T_Concrete_Diffuse.uasset | 3 +++ .../Textures/T_Rough_Concrete_Floor_ulmmbiuo_4K_N.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset | 4 ++-- 43 files changed, 124 insertions(+), 10 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/MSTextures/BlackPlaceholder.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/MSTextures/Placeholder_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/MSTextures/WhitePlaceholder.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/M_MS_Surface_Material/Functions/MF_MapAdjustments.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/M_MS_Surface_Material/Functions/MF_Tiling.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/M_MS_Surface_Material/M_MS_Surface_Material_TriPlanar.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Megascans/Surfaces/Fortified_Shelter_Wall_ubimbhrdy/T_FortifiedShelterWall_ubimbhrdy_4K_ORDp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/PhysicsMaterials/PM_Concrete.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_GeneratedTube.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_GeneratedTube_Advanced.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_AdvancedWindow.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_CornerExtrude.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_Panel_BGM.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_RampMakerControl_BGM.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_Repeater.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_Stairs_BGM.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_WindowDoor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/BakedGeneratedMeshSystem/BaseClasses/BakedGeneratedMeshActor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/BakedGeneratedMeshSystem/BaseClasses/Enum_BakedGeneratedState.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_PanelType.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_RailingConstructionType.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_RotationAxis.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_StairConstructionType.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_WindowType.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/MT_PanelCenterDefault.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/MT_PanelCornerDefault.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/MT_RailingDefaultMaterial.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Materials/MT_DebugTool.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_2DGrid.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_TripleGrid.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_WorldGrid.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/MF/WorldAlignedTextureMip.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/MI_Black_GlossFakeFloor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/MI_MS_Surface_13.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/MPC_Checker.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/Textures/T_Concrete_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/Textures/T_Rough_Concrete_Floor_ulmmbiuo_4K_N.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset index 0e82306..27d4a62 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:390bfe286cb0fe8d84a93e10654671c01af689d41763df9fc2c58f270d6e0fed -size 601410 +oid sha256:ad103533353cf6539ca022f8d6f69286f7c5714e949b46b72eda005058a3c1ac +size 666786 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 88b7c86..2331572 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:127a029cdba9557d4d064454c45c1b9855d75a38f940c0b9ee0ec031ab5bdbd7 -size 38047 +oid sha256:79b93616d6bbe9dfd750860bcedb99cc71d15177235a21f7432ca93d72864aed +size 65822 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/MSTextures/BlackPlaceholder.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/MSTextures/BlackPlaceholder.uasset new file mode 100644 index 0000000..f888d86 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/MSTextures/BlackPlaceholder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a588c571de904a3aebed080a4787876669858796287ed6f9e8139199d72e9ac +size 4017 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/MSTextures/Placeholder_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/MSTextures/Placeholder_Normal.uasset new file mode 100644 index 0000000..d9a0adf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/MSTextures/Placeholder_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30582112124f0a1ef7f977a91f74f957461a370fc081e21e3096ea1d2f2fe95 +size 4686 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/MSTextures/WhitePlaceholder.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/MSTextures/WhitePlaceholder.uasset new file mode 100644 index 0000000..5071317 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/MSTextures/WhitePlaceholder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ecff121e0e621cc5837afc2e7a1d94cecd877fd43eb0b347ad189f41d45ef38 +size 3986 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/M_MS_Surface_Material/Functions/MF_MapAdjustments.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/M_MS_Surface_Material/Functions/MF_MapAdjustments.uasset new file mode 100644 index 0000000..2671a6f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/M_MS_Surface_Material/Functions/MF_MapAdjustments.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7f873b4aae99dacf9c859f67fb8cbf0d8a652e3de7dcd1104e30b6a403e4d5 +size 63413 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/M_MS_Surface_Material/Functions/MF_Tiling.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/M_MS_Surface_Material/Functions/MF_Tiling.uasset new file mode 100644 index 0000000..20c590b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/M_MS_Surface_Material/Functions/MF_Tiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68972a6f3b578bd7b3860fe7e3af558867fcf1d2245743c37c57e78de8f5701b +size 53480 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/M_MS_Surface_Material/M_MS_Surface_Material_TriPlanar.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/M_MS_Surface_Material/M_MS_Surface_Material_TriPlanar.uasset new file mode 100644 index 0000000..1b57ab2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/MSPresets/M_MS_Surface_Material/M_MS_Surface_Material_TriPlanar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4e1ae853b078442f0d579c5f2a6cc4981a2e02d3df6c1d4f0856a3b54f6d25 +size 71084 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Megascans/Surfaces/Fortified_Shelter_Wall_ubimbhrdy/T_FortifiedShelterWall_ubimbhrdy_4K_ORDp.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Megascans/Surfaces/Fortified_Shelter_Wall_ubimbhrdy/T_FortifiedShelterWall_ubimbhrdy_4K_ORDp.uasset new file mode 100644 index 0000000..db2a373 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Megascans/Surfaces/Fortified_Shelter_Wall_ubimbhrdy/T_FortifiedShelterWall_ubimbhrdy_4K_ORDp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b1e9727c160227d6885c2f646847b595e7560348469aa9e4d5c952673488a7 +size 48077264 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/PhysicsMaterials/PM_Concrete.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/PhysicsMaterials/PM_Concrete.uasset new file mode 100644 index 0000000..ad5168f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/PhysicsMaterials/PM_Concrete.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7b7ba75512f3078326604b2105641a84a1cd750574abbcbed8806b66d7a015 +size 1466 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_GeneratedTube.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_GeneratedTube.uasset new file mode 100644 index 0000000..1fbdfaa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_GeneratedTube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a446a9ad653ca6b373ae6a3b9bbd0aa0ffd6ed4189268e5eed25dace69e76c +size 198208 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_GeneratedTube_Advanced.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_GeneratedTube_Advanced.uasset new file mode 100644 index 0000000..140df0f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_GeneratedTube_Advanced.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc5e3e75c557714a908baa07d61559a398f7a464af572cd2867f57e24748251 +size 540980 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_AdvancedWindow.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_AdvancedWindow.uasset new file mode 100644 index 0000000..f6e68ba --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_AdvancedWindow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be99b1e15b9c988c0d34cd2e11d14142be33782558f72b96d916526773774226 +size 1360243 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_CornerExtrude.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_CornerExtrude.uasset new file mode 100644 index 0000000..2b52800 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_CornerExtrude.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1348297b2dfc485718fe9a8ff044e39c77e55009d3788f00cecda92dbfe4f5da +size 290784 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_Panel_BGM.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_Panel_BGM.uasset new file mode 100644 index 0000000..4666b63 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_Panel_BGM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d061ef46d55dab094630b084964cb6ef980e74fa68706b61b7ece92f653335 +size 676538 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_RampMakerControl_BGM.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_RampMakerControl_BGM.uasset new file mode 100644 index 0000000..2771a0f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_RampMakerControl_BGM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806a8327112dbe942a4b431582efa2542f66dc6104a5e4594d310cdb9d0b5231 +size 123596 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_Repeater.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_Repeater.uasset new file mode 100644 index 0000000..0276a6c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_Repeater.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc63d671aa67fabb8a0c5ab96a4cb8c0546bb835d6e8e2751f140cccd97660b +size 500586 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_Stairs_BGM.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_Stairs_BGM.uasset new file mode 100644 index 0000000..fd8d180 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_Tool_Stairs_BGM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde4d3d191d6a5832f447f8bbff5700aac5025fe15d60962fa945e3c40a4dc7f +size 418244 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_WindowDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_WindowDoor.uasset new file mode 100644 index 0000000..867a717 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/B_WindowDoor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75fb35a057502f96311d37346587ebb5c1c22416f7e32317c8d69966696153c +size 289084 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/BakedGeneratedMeshSystem/BaseClasses/BakedGeneratedMeshActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/BakedGeneratedMeshSystem/BaseClasses/BakedGeneratedMeshActor.uasset new file mode 100644 index 0000000..9ed0c7c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/BakedGeneratedMeshSystem/BaseClasses/BakedGeneratedMeshActor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419501fee8f3c39d09db5f216b1f80e0bd5c4c6d0ee35676507e278207dd3b02 +size 399364 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/BakedGeneratedMeshSystem/BaseClasses/Enum_BakedGeneratedState.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/BakedGeneratedMeshSystem/BaseClasses/Enum_BakedGeneratedState.uasset new file mode 100644 index 0000000..9437e23 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/BakedGeneratedMeshSystem/BaseClasses/Enum_BakedGeneratedState.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83724cb162b8c982ad4b5d6257f09fb92278b7e38be84fc6407dd22029ac9caf +size 2657 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_PanelType.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_PanelType.uasset new file mode 100644 index 0000000..741d940 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_PanelType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9881cf0defdee35f782e0e9aa2b44d1ab0789d9ed62beaf15029196e0522438b +size 2399 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_RailingConstructionType.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_RailingConstructionType.uasset new file mode 100644 index 0000000..70f1290 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_RailingConstructionType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f339daa7f7aaca500a565cf446d639f61d34f59d53f465c813edd75cb5beeea +size 3049 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_RotationAxis.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_RotationAxis.uasset new file mode 100644 index 0000000..c441601 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_RotationAxis.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3aaae9adb058819902fb1b50fe59f733a5c43537c5e2c655f8065b53bcefad +size 2762 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_StairConstructionType.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_StairConstructionType.uasset new file mode 100644 index 0000000..e833b16 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_StairConstructionType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2dd5879e9a1db768c5e7b605a75cfd3deb824aec5061ae9f4d6b403e156f8e +size 2579 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_WindowType.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_WindowType.uasset new file mode 100644 index 0000000..c760b25 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Enum_WindowType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a03791044c80c75c4a5aca1950c3dbf179953f719b5e7a8b1dd25811e27d40a +size 2403 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/MT_PanelCenterDefault.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/MT_PanelCenterDefault.uasset new file mode 100644 index 0000000..7d5990b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/MT_PanelCenterDefault.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c408d9126eee6fea6a833b0abab18f9c68f1c4b03dfe78e1acbb99c5888add +size 8818 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/MT_PanelCornerDefault.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/MT_PanelCornerDefault.uasset new file mode 100644 index 0000000..5c3c561 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/MT_PanelCornerDefault.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc4c242dc1731bce42aac90c3fd5fdb5034ccd649d3dc16fa8723fa47357e8e +size 8379 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/MT_RailingDefaultMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/MT_RailingDefaultMaterial.uasset new file mode 100644 index 0000000..6bfcf63 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/MT_RailingDefaultMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c7b387ad042876b02e3c83a22aaf4535f27785c3e23e056c9a4cea8d09fad2 +size 10177 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Materials/MT_DebugTool.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Materials/MT_DebugTool.uasset new file mode 100644 index 0000000..5d7cff1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Tools/Materials/MT_DebugTool.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ccac47f3bcdbfc46dcf3f9fc9240810ebddf3e4d816b7fc2c3e236e970bf99e +size 9237 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 8a92fc7..238099f 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:01c6a8c2d817c622744ece53909e7f0283775dea270901077b8fdc08cd8db687 -size 550549 +oid sha256:4a51ca3c023a674ad3ebee8af7e2c03a9ee599d4f2cf3ca76cfce0580ec187ed +size 585466 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 57c9ccf..b1d338d 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:f89467e5f3e5d51e328c84d854ffbb6dfc2b8cffc2c7932c406bdca6b41a587f -size 43054 +oid sha256:c41dbeace04354abf19dbdb9ec6b94fe597db141266fc616fb16d148db74a08e +size 48449 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap new file mode 100644 index 0000000..e171e24 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92d218507e0cad17063f763f62b6b7706368373facc1c18310ea5930cc19e34 +size 115968 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_2DGrid.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_2DGrid.uasset new file mode 100644 index 0000000..83fbf94 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_2DGrid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e84a8d09d30050058f9b8d10be141c8296af2c746627586047b89cb53cb0c42 +size 68489 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_TripleGrid.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_TripleGrid.uasset new file mode 100644 index 0000000..482e427 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_TripleGrid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb224b6b127a6f81dd0164737411423449c0dd466ae29918aba426f17a0a50e +size 40692 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_WorldGrid.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_WorldGrid.uasset new file mode 100644 index 0000000..b914097 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_WorldGrid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995f576757117890f52596dda3693a49a86125a676ce4d6d6343735e9c96d069 +size 40257 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/WorldAlignedTextureMip.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/WorldAlignedTextureMip.uasset new file mode 100644 index 0000000..3efb8d8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/WorldAlignedTextureMip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885f102d4c4f0a7dbddf2e8b30a9e99a90e602fbb96c4b164fc2c9eb9f35ca5b +size 32194 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/MI_Black_GlossFakeFloor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/MI_Black_GlossFakeFloor.uasset new file mode 100644 index 0000000..3c0dade --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/MI_Black_GlossFakeFloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676fcf9c695a2735ec6c7bc1c30683bdeb13845e0b24c0063add9cf01a6e9bd5 +size 18267 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/MI_MS_Surface_13.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/MI_MS_Surface_13.uasset new file mode 100644 index 0000000..f02db0e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/MI_MS_Surface_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92b8e02f9630615fb24b02b621aac76b4400144517b09b10742b903ab45ec02 +size 18088 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/MPC_Checker.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/MPC_Checker.uasset new file mode 100644 index 0000000..9bcd2be --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/MPC_Checker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a480f76cf0549fa5a22f829722011b4821a78e04939209e3d3b4a28e1e5036f1 +size 3781 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/Textures/T_Concrete_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/Textures/T_Concrete_Diffuse.uasset new file mode 100644 index 0000000..61b2d2a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/Textures/T_Concrete_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad6fb455977c463f70789cbf5c8a226c437c2311c2a932573985ddc41d0d7f8 +size 5427476 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/Textures/T_Rough_Concrete_Floor_ulmmbiuo_4K_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/Textures/T_Rough_Concrete_Floor_ulmmbiuo_4K_N.uasset new file mode 100644 index 0000000..fa967c7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/Textures/T_Rough_Concrete_Floor_ulmmbiuo_4K_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57fb8ff28e2134ae7783ee7bf551787d3c3f185a3118cb35a119087b281c48d +size 67382298 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 0236b69..1bc23cb 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:4e11a4dd0aa805157708509b0eba988934adb1e358c4e83ed9ad9bcb9a0d5981 -size 207365 +oid sha256:262755a939f107956419b9bdec9c7ecc1a4a170bc0c918428e70cf6059ecb222 +size 208652 From f03ab9c173bc56662e3fe71201a525d8291e4b7b Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 20 Mar 2025 15:35:20 +0100 Subject: [PATCH 53/96] Made Backside hit work (hit logic works now), added side markers, misc --- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice.uasset | 3 --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset | 4 ++-- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 3 +++ .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 3 +++ .../TestSong/BP_MetaSondObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../MIdi_HarmonixPlugin/TestSong/EHitLocationMarker.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- 8 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/EHitLocationMarker.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice.uasset deleted file mode 100644 index 0fb1aaa..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6c5259780750b32167df144b3f0f2cb7343fddad3ff7d1b464f419042373bc1 -size 28375 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset index 27d4a62..815db10 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSlice2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad103533353cf6539ca022f8d6f69286f7c5714e949b46b72eda005058a3c1ac -size 666786 +oid sha256:287fd0d8be53648ce7c3c53d109e0c4dc1d19304a196e11f739968fa539e6c53 +size 2805 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset new file mode 100644 index 0000000..eb08eca --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59362ebe23f8ecfabf103d1a50525c763dc0e8c0e9dc031e902744a2806a135e +size 744547 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset new file mode 100644 index 0000000..535867c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315a670dc2d89f0a0f68cd09efe75241e9bb8f652593e2f4923572d8f69ae45d +size 232046 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset index 1fae4c4..593128e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_MetaSondObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be5d88039bb04d8ae29394f9da0a5bbfbde57783708d70fb3138688e33660ab7 -size 316520 +oid sha256:f21a073df6fb688fc558c5b789921797a3a8f687d5d31d4888f6622b3a66e2ff +size 2977 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 2331572..cd5fc06 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:79b93616d6bbe9dfd750860bcedb99cc71d15177235a21f7432ca93d72864aed -size 65822 +oid sha256:146c7577731c4dc389ec00272e7ff9debcd2ae2ba4e263df5a40348a834d3e45 +size 33395 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/EHitLocationMarker.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/EHitLocationMarker.uasset new file mode 100644 index 0000000..dfbeb8b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/EHitLocationMarker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f7cbae728d2d14a3436c36f6524f3c68811bc4bdb47d8ea0600fd7f8f4a4b8 +size 3654 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index b1d338d..68f470a 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:c41dbeace04354abf19dbdb9ec6b94fe597db141266fc616fb16d148db74a08e -size 48449 +oid sha256:f049cc36482615266d372761d99d2af72dc26c602b2e8ed078c80ee3db26c09b +size 45209 From 45ffa531bb9f72a83e43f76fb56ae4f57689a643 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 21 Mar 2025 13:22:53 +0100 Subject: [PATCH 54/96] Added Arrows for Hits, building and testing edge detection shader --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat.uasset | 3 +++ .../Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat_Inst.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/World/Interactibles/Furniture/Cabinets/011.uasset | 3 +++ .../Content/World/Interactibles/Furniture/Cabinets/021.uasset | 3 +++ .../World/Interactibles/Furniture/Cabinets/Glass.uasset | 3 +++ .../World/Interactibles/Furniture/Cabinets/Glass1.uasset | 3 +++ .../World/Interactibles/Furniture/Cabinets/WoodCab.uasset | 3 +++ .../Content/World/Materials/Master/M_EdgeDetection.uasset | 3 +++ .../World/Materials/Master/M_EdgeDetection_Inst.uasset | 3 +++ 12 files changed, 33 insertions(+), 6 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/011.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/021.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Glass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Glass1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/WoodCab.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection_Inst.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 eb08eca..f64ae8f 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:59362ebe23f8ecfabf103d1a50525c763dc0e8c0e9dc031e902744a2806a135e -size 744547 +oid sha256:4c47d745085dae32088bf6ffc6b504875f911bffe1ee6f6f996fb186d09d6ee3 +size 793007 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat.uasset new file mode 100644 index 0000000..ba629c8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf74a5f0a9d0ebf2b770a88c39c2bdbca4343c0e45d03d71b463d51af220a689 +size 59743 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 new file mode 100644 index 0000000..b6689e9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a05c4fe6536248efc378152d683bc15834264854c97208845dca8811c5757fd +size 8012 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 238099f..798ff7f 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:4a51ca3c023a674ad3ebee8af7e2c03a9ee599d4f2cf3ca76cfce0580ec187ed -size 585466 +oid sha256:fcc030618db85675a6e667644822661cc758ffc14207c42474779514292b3716 +size 592130 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 68f470a..116b6be 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:f049cc36482615266d372761d99d2af72dc26c602b2e8ed078c80ee3db26c09b -size 45209 +oid sha256:7c82bd9d8c29c5e53c385327427e5db46f8bb6eaba42adf0fbd6b37c48a7f6cf +size 50069 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/011.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/011.uasset new file mode 100644 index 0000000..e7a02c1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e334d330ece7bdbf89f8be4bd950b00fcf99e2d97a130a294ccd1e3bd8d61937 +size 77353 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/021.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/021.uasset new file mode 100644 index 0000000..2e5843b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/021.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb440778142b89bf45511df7753158735a4c2be12790f7bc177808da42573405 +size 171792 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Glass.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Glass.uasset new file mode 100644 index 0000000..995bcda --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6fc2b7e6d2d2610813d6659440bb6efc921c4f83fc0e98a2f2a2fc23a133af +size 46609 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Glass1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Glass1.uasset new file mode 100644 index 0000000..10bdab6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Glass1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233a2d2b9d0a89857be55e2aa14abdd66e9a490a15b3f9db2e1963468dec40cd +size 56705 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/WoodCab.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/WoodCab.uasset new file mode 100644 index 0000000..c597552 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/WoodCab.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f12e1e25ac127df2eb948f7f2f1a1928d3a919f198644a3351b5433b04673a +size 59763 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection.uasset new file mode 100644 index 0000000..87edc7d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b027468c609701dea85565cc7732bf13e4ea3bf22d81a7a85d73d896a824d8d9 +size 20707 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection_Inst.uasset new file mode 100644 index 0000000..dba224c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712f21d3c17606d520487e66277985c84a45f064c29f4f9ecfdbd74f51c8f0e3 +size 7657 From 0061a6730ae148f4d37b1f3b682d8cac7f896cde Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 25 Mar 2025 21:47:35 +0100 Subject: [PATCH 55/96] Work on Slice Game, Tests with Edge Detection Material, --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/FurElise.uasset | 3 --- .../Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat_Inst.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/M_CrossFloor_Inst.uasset | 3 +++ .../Audio/MIdi_HarmonixPlugin/TestSong/SMC_MovableMesh.uasset | 3 --- .../Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../FileCabinet/Struct_MovablesSoundComponent.uasset | 4 ++-- .../Content/World/Interactibles/Furniture/Cabinets/011.uasset | 4 ++-- .../World/Interactibles/Furniture/Cabinets/Furniture.uasset | 3 +++ .../World/Interactibles/Furniture/Cabinets/material.uasset | 3 +++ .../World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset | 4 ++-- .../Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset | 4 ++-- .../Content/World/Materials/MF/DesaturateV4.uasset | 4 ++-- .../Content/World/Materials/MF/MF_EdgeDetection.uasset | 3 +++ .../Content/World/Materials/Master/M_EdgeDetection.uasset | 4 ++-- .../World/Materials/Master/M_EdgeDetection_Inst.uasset | 4 ++-- .../Content/World/Materials/Master/M_MaterialAtlas.uasset | 4 ++-- .../World/Materials/Metal/Metal_017/Material_017.uasset | 4 ++-- .../Content/World/VFX/Projector/Nitrate_LP.uasset | 4 ++-- 26 files changed, 53 insertions(+), 44 deletions(-) delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/FurElise.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/SMC_MovableMesh.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Furniture.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/material.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_EdgeDetection.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 f64ae8f..a456854 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:4c47d745085dae32088bf6ffc6b504875f911bffe1ee6f6f996fb186d09d6ee3 -size 793007 +oid sha256:1c4cd0571a4189e175dd225698448dbe094884ccd7fc1045969a1d203842acf2 +size 853631 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 535867c..42b36b3 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:315a670dc2d89f0a0f68cd09efe75241e9bb8f652593e2f4923572d8f69ae45d -size 232046 +oid sha256:9653bca215356aa9b6abec7348ed245f9058b9be84ff572577307e8bb6c25946 +size 320739 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/FurElise.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/FurElise.uasset deleted file mode 100644 index 0d19bf4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/FurElise.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59489cbcdbda911e3fbbfeb9f41e488d96f0133351d2bd582d3f42eefe74a6ce -size 2059 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 474dc1a..22670f6 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:f6a4d3902f5963848fbfe65fbd6ba50b9f26ff6416c17166b78e341e2ddd5f34 -size 355941 +oid sha256:9c01e077a60cfbf1fe2eb5e3c68c995851c4cab880349df7be82febd37484ba9 +size 356713 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat.uasset index ba629c8..5c1f3b8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cf74a5f0a9d0ebf2b770a88c39c2bdbca4343c0e45d03d71b463d51af220a689 -size 59743 +oid sha256:42a8d3d60be2a3364125ed633c404ac3af4777b5b073caf53ec7eab23ead93a3 +size 65765 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 b6689e9..741740f 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:5a05c4fe6536248efc378152d683bc15834264854c97208845dca8811c5757fd -size 8012 +oid sha256:3dcadbb03c6f09d3fa4d4ff5509ab30a3f3b38f7d2903bf433f8935022545bf4 +size 11404 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor.uasset new file mode 100644 index 0000000..f8bc964 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc87ec476ffe0b5886e9440c7da6ccd466df67bebe74ec2a00d8411b2d8e0a7 +size 26784 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 new file mode 100644 index 0000000..863ff01 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b3207052e7b0000d7a68e07979bedd979bdce9a204e68126693c0806629f3c +size 13876 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/SMC_MovableMesh.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/SMC_MovableMesh.uasset deleted file mode 100644 index 98354bf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/SMC_MovableMesh.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bd44b45bad97aa033201ab9e6e6a6c60f47b3015b82c350c068ff61f7713f28 -size 16271 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 6aa83e3..d909449 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:175ca02289e1d229cb8f0f588c15f764c0517796b10900ed4a5b55e2c2879d86 -size 5008 +oid sha256:8c298c1e3e2f277a44d5416606da1026f6605aa330e3c34525278c4ec48e0f91 +size 4574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 798ff7f..8e2132b 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:fcc030618db85675a6e667644822661cc758ffc14207c42474779514292b3716 -size 592130 +oid sha256:1c79ec75175bffdcc0f767d60aa6fd503964792b79d261a925235ae332de7aae +size 552871 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 116b6be..0e3b122 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:7c82bd9d8c29c5e53c385327427e5db46f8bb6eaba42adf0fbd6b37c48a7f6cf -size 50069 +oid sha256:eb310e341e98fc1c1e39722185a128d80cd97d121fc5809c0806e049154f8c9e +size 52433 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index e171e24..ea80876 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:c92d218507e0cad17063f763f62b6b7706368373facc1c18310ea5930cc19e34 -size 115968 +oid sha256:5b860f0fe54b0aeb13f01534d6dbe1a85e55b9422e7865aaf7a704351eb3e5b8 +size 118018 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/Struct_MovablesSoundComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/Struct_MovablesSoundComponent.uasset index 84f3174..cd319c9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/Struct_MovablesSoundComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/Struct_MovablesSoundComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e07ebf019a7d5fb4f2e728f49614ea3fb444c5e8fe725dfd3296da278cc506d -size 842598 +oid sha256:ce33af2e8ec520d73fd2ee26db0f2f7db6c6eb9cebef82700fbe606ce55e49a2 +size 844466 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/011.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/011.uasset index e7a02c1..8fad273 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/011.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/011.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e334d330ece7bdbf89f8be4bd950b00fcf99e2d97a130a294ccd1e3bd8d61937 -size 77353 +oid sha256:2749ef9da339dcf69bced206221c6f530b76488bb887c8fe3344018a0716d0f9 +size 77615 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Furniture.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Furniture.uasset new file mode 100644 index 0000000..67e952e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Furniture.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a32ea97237d304edb70b5fbdbc8be694229928f61c46aa82abef5ff0cf3aa1 +size 81244 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/material.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/material.uasset new file mode 100644 index 0000000..63f52c9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/material.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bea600d083d0b3fb1cc961c696d549a1acbc461c5f9b4400e7da3ebe16527ef +size 56129 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 1bc23cb..d186365 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:262755a939f107956419b9bdec9c7ecc1a4a170bc0c918428e70cf6059ecb222 -size 208652 +oid sha256:a3ce83e5592cb06211047bab87609c61e689affe0f56c936cbe98e59205f5e92 +size 208657 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset index 252dbf7..bbb9c1b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c9c80b10efbf23f97235586be7c2c9eb64238545faceb76dae7ce4e21f4b658 -size 20380 +oid sha256:5c811a1a08c0fe1f7237ade2da894aa5a0b6f9e23adf980ea71b8f300e066ac5 +size 23594 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/DesaturateV4.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/DesaturateV4.uasset index 3d88296..bac9236 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/DesaturateV4.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/DesaturateV4.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e0ddfb25292fb04eddf971c6e17dad8d9c55b60a1d22db9f5ef4e88798ad7b7 -size 12250 +oid sha256:b5a7e5ff1728d73f7d2ef56bf3d95b691baea4068516b9afae2d24148bc8560d +size 12298 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_EdgeDetection.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_EdgeDetection.uasset new file mode 100644 index 0000000..85cd1e0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_EdgeDetection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2901211f6c582fb7abfe948ce45d97548dc818c6f3c326f873409673c1dea0 +size 22127 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection.uasset index 87edc7d..5e60467 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b027468c609701dea85565cc7732bf13e4ea3bf22d81a7a85d73d896a824d8d9 -size 20707 +oid sha256:55bb8f1da68413076dd06db79e1ffdd23ed03964d454915c3210017ec8e07f61 +size 17322 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection_Inst.uasset index dba224c..9c9d0c1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:712f21d3c17606d520487e66277985c84a45f064c29f4f9ecfdbd74f51c8f0e3 -size 7657 +oid sha256:006b1129be014f74bd94af89176937abdd04f35fa812bbdab7ec1a1fbbe256e3 +size 20116 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset index ed26700..88e4912 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e0b50c5bae030756da9ee35e05a881d279c2177749842f144077d6750c6b2f2d -size 162527 +oid sha256:d356afb4a86f00a833f1334f4d9e1169a3c171240aaecf87cc0c66362be00aee +size 172777 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Material_017.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Material_017.uasset index 6b1ebd6..86a76ff 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Material_017.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/Material_017.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe22e5622e8fb7eae2ac5b29fae9c261cf1c5899182923fae73959be238e1cc3 -size 60126 +oid sha256:3f612402063166b035b1c3ec25f906be8e4455cd6bd522558c167f9c1cec9589 +size 60121 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate_LP.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate_LP.uasset index fa93a75..f192cb1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate_LP.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate_LP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1961cba1db5237240240d5e88984b179808713bc3cb7fd6060c54a7e3684fddd -size 208806 +oid sha256:40986331c45661e60714851262d93355138437fd7fe9370fdb3b57d1de5cec39 +size 117473 From 548cc55bc4ddf94613737971fd9f62d2aa7ddb0e Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 26 Mar 2025 15:56:39 +0100 Subject: [PATCH 56/96] Misc --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 2 +- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset | 4 ++-- .../Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset | 4 ++-- .../Content/World/Materials/Master/M_MaterialAtlas.uasset | 4 ++-- .../Content/World/Static/Walls/BP_Floor.uasset | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 8e2132b..d0bd284 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:1c79ec75175bffdcc0f767d60aa6fd503964792b79d261a925235ae332de7aae -size 552871 +oid sha256:427aff8e1a377a4876b8bc392c0b607a2efcad8717f825e55494acab66248c85 +size 605155 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index a81cf81..a1fd3c7 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:6f99c43df49368e4eca21a2816e60f0c8f02ba21cd5b170dd07aa759101cf2a2 -size 1629276 +oid sha256:f74303fb4b6350222ad286b2d9f4e87422fd71f2b73e8722feaaa7f769f28389 +size 1628208 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index ea80876..b6d415b 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:5b860f0fe54b0aeb13f01534d6dbe1a85e55b9422e7865aaf7a704351eb3e5b8 +oid sha256:aecde12d22a494e89383505af6511a779d84deb0883f69564d13ad6ff8daae9b size 118018 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 101d329..bedd486 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:dbc84e3244cf859aa9e942bd2a419766ff9408f013575360ff8a0163741b53cd -size 1809187 +oid sha256:4d3254d603cc25fd6a8a17513f21e8cf7a9e11bc19b3ed7b376a99848988a104 +size 1811554 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 a6006fc..fe7c86f 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:852df27ba90f561eb61db458c53db458d066c89e7b14e3e66789fdd95107bc1e -size 5591702 +oid sha256:2eaad1c6f5ba51a949ff6fe3d3c43a31e146dd558c23d103c4d22d587b4f0484 +size 5616093 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 d186365..5fd30c1 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:a3ce83e5592cb06211047bab87609c61e689affe0f56c936cbe98e59205f5e92 -size 208657 +oid sha256:e3fb5c8c2c54c7f2e7ab20b7998be38922ec4f974ac6181455c7d3b27a1f7053 +size 228685 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset index bbb9c1b..c590ac7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c811a1a08c0fe1f7237ade2da894aa5a0b6f9e23adf980ea71b8f300e066ac5 -size 23594 +oid sha256:6ba6fad230f80e37b8366b8954cad8df41bfc46a96a2ec6b9368912d57f33375 +size 24043 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset index 88e4912..80e6367 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d356afb4a86f00a833f1334f4d9e1169a3c171240aaecf87cc0c66362be00aee -size 172777 +oid sha256:4e446d3a689fd6adb54832b995673e447c19a1e6b0cd0624b1cb9800c0c9fd24 +size 173755 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset index b9b08b7..c72c1bc 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:da8347278562ed72ff38c7342e97559bf4f5decd17085c00fbf84f76d5759b07 -size 93987 +oid sha256:1a1b96b7ac81ffc0f47ebf3b6faa7f8d652ea46f383026dcceb6e3a8399b0615 +size 97774 From 5e674c3db937b0848c4cbe4acd171c531f45b68e Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Sun, 30 Mar 2025 21:37:55 +0200 Subject: [PATCH 57/96] Update VRE, Experiments with Edge Detection Mat, LibraryCabinet, Attempts to fix mirrored Hand Collision --- .../Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Maps/MotionControllerMap1_BlockOut.umap | 4 ++-- .../Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../VRE/Core/HandSockets/HandSocketMat.uasset | 4 ++-- .../Misc/Examples/Button/ButtonActor.uasset | 4 ++-- .../Misc/Examples/Button/ButtonComponent.uasset | 4 ++-- .../Button/ColorChangingButtonComponent.uasset | 4 ++-- .../Misc/Examples/Potion/PotionActor.uasset | 4 ++-- .../VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../Core/GraspingHands/GraspingHandManny2.uasset | 4 ++-- .../Electrical/Recorder/BP_Recorder.uasset | 4 ++-- .../Interactibles/Furniture/Cabinets/011.uasset | 3 --- .../Interactibles/Furniture/Cabinets/021.uasset | 3 --- .../Cabinets/Cabinet_1/BP_LibraryCabinet.uasset | 3 +++ .../Furniture/Cabinets/Cabinet_1/Cab.uasset | 3 +++ .../Furniture/Cabinets/Cabinet_1/Draw.uasset | 3 +++ .../Furniture/Cabinets/Cabinet_1/GlassDoor.uasset | 3 +++ .../Furniture/Cabinets/Cabinet_1/LargeDoor.uasset | 3 +++ .../Cabinets/Cabinet_1/MI_LibraryCab.uasset | 3 +++ .../Cabinets/Cabinet_1/NormalDoor.uasset | 3 +++ .../Cabinets/Cabinet_1/RotatedDoor.uasset | 3 +++ .../Furniture/Cabinets/Cabinet_1/SmallDoor.uasset | 3 +++ .../Cabinets/Cabinet_1/material_1.uasset | 3 +++ .../Furniture/Cabinets/Furniture.uasset | 3 --- .../Interactibles/Furniture/Cabinets/Glass.uasset | 3 --- .../Furniture/Cabinets/Glass1.uasset | 3 --- .../Furniture/Cabinets/WoodCab.uasset | 3 --- .../Furniture/Cabinets/material.uasset | 3 --- .../Furniture/Chairs/BP_PhysicsChair.uasset | 3 +++ .../Chairs/Chair1/BP_PhysicsChair.uasset | 3 +++ .../Chairs/Chair1/painted_wooden_chair_02.uasset | 4 ++-- .../Furniture/Kitchen/MI_KitchenAtlas.uasset | 4 ++-- .../World/Materials/MF/MF_EdgeDetection.uasset | 4 ++-- .../Materials/Master/M_EdgeDetection1.uasset | 3 +++ .../Materials/Master/M_EdgeDetection1_Inst.uasset | 3 +++ .../Materials/Master/M_EdgeDetection2.uasset | 3 +++ .../Materials/Master/M_EdgeDetection2_Inst.uasset | 3 +++ .../World/Materials/Master/M_MaterialAtlas.uasset | 4 ++-- .../Content/World/Static/Walls/BP_Floor.uasset | 4 ++-- .../Private/Grippables/HandSocketComponent.cpp | 2 +- .../VRExpansionPlugin/Private/VRBPDatatypes.cpp | 15 +++++++++++++++ .../Private/VRExpansionFunctionLibrary.cpp | 5 +++++ .../Public/Grippables/HandSocketComponent.h | 2 +- .../VRExpansionPlugin/Public/VRBPDatatypes.h | 2 ++ .../Public/VRExpansionFunctionLibrary.h | 4 ++++ 46 files changed, 110 insertions(+), 57 deletions(-) delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/011.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/021.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Draw.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/GlassDoor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/LargeDoor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/NormalDoor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/RotatedDoor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/SmallDoor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/material_1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Furniture.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Glass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Glass1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/WoodCab.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/material.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/BP_PhysicsChair.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/BP_PhysicsChair.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection1_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection2_Inst.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index d0bd284..ab0d0a7 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:427aff8e1a377a4876b8bc392c0b607a2efcad8717f825e55494acab66248c85 -size 605155 +oid sha256:c4ce0cbe247280bd5119cc08b97cbb41f3674946346c50be0e7b0101ec7af15f +size 633146 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index a1fd3c7..11c7900 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:f74303fb4b6350222ad286b2d9f4e87422fd71f2b73e8722feaaa7f769f28389 -size 1628208 +oid sha256:3b024a755f2abfc4e2f14a7db839f52261e2aab56e0d4d6be95e801293125700 +size 1623878 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap1_BlockOut.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap1_BlockOut.umap index ae0f7e3..cf139d8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap1_BlockOut.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap1_BlockOut.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc2b74e5097b7a87f4a658af8e9ff50375519dc71bd7978dc2f19d7e19bc2453 -size 668525 +oid sha256:b009147d4760d50916e624a5130dc9f4ba5e198e8823d619aacf5a1586514b56 +size 666854 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index b6d415b..5935fa7 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:aecde12d22a494e89383505af6511a779d84deb0883f69564d13ad6ff8daae9b -size 118018 +oid sha256:1764fb4712c49de0bab2e2ab229916176c2e315029254d1b925bae7b094dd0c9 +size 116250 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/HandSockets/HandSocketMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/HandSockets/HandSocketMat.uasset index 090c979..7eb99c3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/HandSockets/HandSocketMat.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/HandSockets/HandSocketMat.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:424be16a355297cd1b42342a82036a3e0cae2e12f525d939e6a136edf50a097a -size 116413 +oid sha256:5483d491b791d2c118196af987f96d3811edb5c2f833ed4525123fff009a66ca +size 12951 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ButtonActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ButtonActor.uasset index ff3b7e7..fd080d6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ButtonActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ButtonActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40335f8e61c839bc7be585c9ffe6d21bf406fff760346e94d67e7c42fe2c7e4c -size 107545 +oid sha256:ab913492adb6fecf20342e061825696c33319832e6a2ca2cf1395d237d89142e +size 108064 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ButtonComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ButtonComponent.uasset index 894caf2..a96c2f1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ButtonComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ButtonComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95bff05325a75be2a611e3470e106230ac6cb2bacc602f184ac6a88ea5e5b11b -size 379820 +oid sha256:e5fdd812636d68d9b39b27eff55316658c87c105929a12ef4fb0c0dfc01491de +size 395521 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ColorChangingButtonComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ColorChangingButtonComponent.uasset index df22e52..91ec162 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ColorChangingButtonComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ColorChangingButtonComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a363196be4ec9a2bc42b9e1cc6c24649b75523ba6d25f4c50e5deadaea0c1ff -size 71731 +oid sha256:1d8f6de5f76dc6346beeb3363050160b2ee89b0d32dbbcba03bd0cace6dd8290 +size 89749 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset index 9532b73..4a7b6d3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2bc95add1362fa520dec14ce617d6dd5abd9bcf60c3ea3fbcf3a96ed49f8a5ed -size 328171 +oid sha256:669210a4d77c962cfe3df78cd2c40a1c4dce5aceeee27a9959b1fca2e5c478c4 +size 324065 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 fe7c86f..c1ef6f9 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:2eaad1c6f5ba51a949ff6fe3d3c43a31e146dd558c23d103c4d22d587b4f0484 -size 5616093 +oid sha256:448adf353eea8c41f0939a1372a37d8b5047dbba6f34c5779974d233d31da39a +size 5645848 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset index 866c3be..c2c808c 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:a9904e910e2592cc10d8703e68828e2d89f382b6dd0e2e1309777f9e029ba49d -size 2465480 +oid sha256:6ad9aae4bac1615478f884c95af5e83b65ff45d75226789a84448605d4c615b3 +size 2550622 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 05a315b..7f9e35c 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:a7974d810b222e2aab1ca4372eddb746a130e6e96d294f59095008b62ba81709 -size 259535 +oid sha256:fec7d3355764c125b3a016e8df93ad0ba84f9647b096735b54b534df42ef04fc +size 259424 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/011.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/011.uasset deleted file mode 100644 index 8fad273..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/011.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2749ef9da339dcf69bced206221c6f530b76488bb887c8fe3344018a0716d0f9 -size 77615 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/021.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/021.uasset deleted file mode 100644 index 2e5843b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/021.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb440778142b89bf45511df7753158735a4c2be12790f7bc177808da42573405 -size 171792 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset new file mode 100644 index 0000000..88c118e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3d53c7e4f8966edc123214b7cea97b32695613b545d2c0949c761cdac7e4d9 +size 75703 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset new file mode 100644 index 0000000..e347e7d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1855f75c3d5ea409e693fe4d329c4ecdb62f29f919c0283b464d87fd962fb9dd +size 100545 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Draw.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Draw.uasset new file mode 100644 index 0000000..32743cd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Draw.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcee5408c9e30cae3d3abc1573f3f2754598719323409979eca9337dcd0ce4d +size 77691 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/GlassDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/GlassDoor.uasset new file mode 100644 index 0000000..d266f05 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/GlassDoor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac1ce8bcbf872f53ab54d8fd81b922f9e620d23b68828e325c6496d7bc19012 +size 88936 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/LargeDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/LargeDoor.uasset new file mode 100644 index 0000000..252dc71 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/LargeDoor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b088d0a09acbd696b085179a402c7aca6ce1bcf5858b9229a3b97f9846550cf5 +size 84623 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset new file mode 100644 index 0000000..936758a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36bca23879e0db9904c6c88f95ca4419ef97d64a3870787657532ec572e1e61 +size 14376 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/NormalDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/NormalDoor.uasset new file mode 100644 index 0000000..7a44a75 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/NormalDoor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ecbe1ed24b4a946056f01c6437be5903ddfd913a4e4bfe52a34a0139005a04 +size 88801 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/RotatedDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/RotatedDoor.uasset new file mode 100644 index 0000000..556cd92 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/RotatedDoor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0773e22709bc6a68116ecfd154998f859238af40d8b19ee151726e268eb8632b +size 81106 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/SmallDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/SmallDoor.uasset new file mode 100644 index 0000000..1650a03 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/SmallDoor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d4889999091a487e1ae855270c80e174cd16e233f19e762f141d95e64bfab1 +size 83808 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/material_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/material_1.uasset new file mode 100644 index 0000000..f6fa063 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/material_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bd516707c10b43bb81f9fd5de967644db1c16aa24deb60eaba03e660ca3a93 +size 56573 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Furniture.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Furniture.uasset deleted file mode 100644 index 67e952e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Furniture.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80a32ea97237d304edb70b5fbdbc8be694229928f61c46aa82abef5ff0cf3aa1 -size 81244 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Glass.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Glass.uasset deleted file mode 100644 index 995bcda..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Glass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec6fc2b7e6d2d2610813d6659440bb6efc921c4f83fc0e98a2f2a2fc23a133af -size 46609 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Glass1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Glass1.uasset deleted file mode 100644 index 10bdab6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Glass1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:233a2d2b9d0a89857be55e2aa14abdd66e9a490a15b3f9db2e1963468dec40cd -size 56705 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/WoodCab.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/WoodCab.uasset deleted file mode 100644 index c597552..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/WoodCab.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78f12e1e25ac127df2eb948f7f2f1a1928d3a919f198644a3351b5433b04673a -size 59763 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/material.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/material.uasset deleted file mode 100644 index 63f52c9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/material.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bea600d083d0b3fb1cc961c696d549a1acbc461c5f9b4400e7da3ebe16527ef -size 56129 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/BP_PhysicsChair.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/BP_PhysicsChair.uasset new file mode 100644 index 0000000..6b3e9d7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/BP_PhysicsChair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397291724c742ac139284dc034f6dc4e2dca5cb92ee69828d5f717a38d133928 +size 2686 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/BP_PhysicsChair.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/BP_PhysicsChair.uasset new file mode 100644 index 0000000..b918c1b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/BP_PhysicsChair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15db729504b9ef9b4c6a8c07e0a52444c18f093e8f9cdce9d56d3f42cb44a507 +size 41863 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset index 818d7d1..84d62fc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12858b023990b42a66a44f2aba62a01dc6be6055d544a2bed8584076f3578ace -size 61103 +oid sha256:a23be8f6b670ec871424b7c4d6baa6d0acf1a3ab2e9eb338a07435f49e2ecaae +size 61158 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset index c590ac7..c28ccce 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ba6fad230f80e37b8366b8954cad8df41bfc46a96a2ec6b9368912d57f33375 -size 24043 +oid sha256:62dd1b229d415702d7fa8b6d605ae5249b7e01f22009cc56a73ca473828c77e0 +size 23446 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_EdgeDetection.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_EdgeDetection.uasset index 85cd1e0..212966c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_EdgeDetection.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/MF/MF_EdgeDetection.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a2901211f6c582fb7abfe948ce45d97548dc818c6f3c326f873409673c1dea0 -size 22127 +oid sha256:8445bb9ba4169660498cdb587872ecb8ac66f29b6416a9d5407fcb622ccccf38 +size 40640 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection1.uasset new file mode 100644 index 0000000..ff944f0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4d56d08384bcf77533cc61659b1c5eb1d0d2b966f86700bda1256600c787dc +size 34582 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection1_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection1_Inst.uasset new file mode 100644 index 0000000..0c3f4c0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection1_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a464bfade356be6accbc8b93e08612e28c66bcaca36010739955fcf139cdf5 +size 11141 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection2.uasset new file mode 100644 index 0000000..0f7f87c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1744bc2a7f7da1f750d106a15c39d0530e3f5fd582ab94243ef857c238581f9 +size 10652 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection2_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection2_Inst.uasset new file mode 100644 index 0000000..7fe81ea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_EdgeDetection2_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe0b17230bbbceebdfc7bf428c0374c5b99646a5c9a567147cb5830931d63b8 +size 8475 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset index 80e6367..c8014db 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e446d3a689fd6adb54832b995673e447c19a1e6b0cd0624b1cb9800c0c9fd24 -size 173755 +oid sha256:a837c35453449d585e6b44b073110e6a7d16b96b1a01b30e6ac01a1e2dbc8bec +size 173559 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset index c72c1bc..9580957 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:1a1b96b7ac81ffc0f47ebf3b6faa7f8d652ea46f383026dcceb6e3a8399b0615 -size 97774 +oid sha256:efd52af44f0c100ece7fddc1924adc71d3eaf81857943c9f5c1a96e091b015a2 +size 115396 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 46b583b..91a775c 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 @@ -693,7 +693,7 @@ void UHandSocketComponent::OnRegister() { if (HandPreviewMaterial) { - HandVisualizerComponent->SetMaterial(0, (UMaterialInterface*)HandPreviewMaterial); + HandVisualizerComponent->SetMaterial(0, HandPreviewMaterial); } HandVisualizerComponent->SetSkinnedAssetAndUpdate(VisualizationMesh); } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBPDatatypes.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBPDatatypes.cpp index 82cbd35..602330c 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBPDatatypes.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBPDatatypes.cpp @@ -283,6 +283,21 @@ UPrimitiveComponent* FBPActorGripInformation::GetGrippedComponent() const return Cast(GrippedObject); } + +UPrimitiveComponent* FBPActorGripInformation::GetGripPrimitiveComponent() const +{ + UPrimitiveComponent* RootComp = nullptr; + + if (GripTargetType == EGripTargetType::ActorGrip) + { + RootComp = Cast(GetGrippedActor()->GetRootComponent()); + } + else + RootComp = GetGrippedComponent(); + + return RootComp; +} + bool FBPActorGripInformation::operator==(const UPrimitiveComponent* Other) const { if (Other && GrippedObject && GrippedObject == (const UObject*)Other) diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRExpansionFunctionLibrary.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRExpansionFunctionLibrary.cpp index c634b3b..ad0639d 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRExpansionFunctionLibrary.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRExpansionFunctionLibrary.cpp @@ -586,6 +586,11 @@ bool UVRExpansionFunctionLibrary::IsActiveGrip(const FBPActorGripInformation& Gr return Grip.IsActive(); } +UPrimitiveComponent* UVRExpansionFunctionLibrary::GetGripPrimitiveTarget(const FBPActorGripInformation& Grip) +{ + return Grip.GetGripPrimitiveComponent(); +} + FTransform_NetQuantize UVRExpansionFunctionLibrary::MakeTransform_NetQuantize(FVector Translation, FRotator Rotation, FVector Scale) { return FTransform_NetQuantize(Rotation, Translation, Scale); diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Grippables/HandSocketComponent.h b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Grippables/HandSocketComponent.h index 6073e9c..d3e0ac7 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Grippables/HandSocketComponent.h +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Grippables/HandSocketComponent.h @@ -465,7 +465,7 @@ public: #if WITH_EDITORONLY_DATA // Material to apply to the hand UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Hand Visualization") - TObjectPtr HandPreviewMaterial; + TObjectPtr HandPreviewMaterial; #endif }; diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRBPDatatypes.h b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRBPDatatypes.h index 5196519..f04ed78 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRBPDatatypes.h +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRBPDatatypes.h @@ -1562,6 +1562,8 @@ public: UPrimitiveComponent* GetGrippedComponent() const; + UPrimitiveComponent* GetGripPrimitiveComponent() const; + //Check if a grip is the same as another, the only things I check for are the actor / component //This is here for the Find() function from TArray FORCEINLINE bool operator==(const FBPActorGripInformation &Other) const diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRExpansionFunctionLibrary.h b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRExpansionFunctionLibrary.h index a7e12a4..918dd74 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRExpansionFunctionLibrary.h +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRExpansionFunctionLibrary.h @@ -200,6 +200,10 @@ public: UFUNCTION(BlueprintPure, Category = "VRExpansionFunctions") static bool IsActiveGrip(const FBPActorGripInformation& Grip); + /* Returns the target primitive component if the grip has one (it should always), otherwise it will return invalid */ + UFUNCTION(BlueprintPure, Category = "VRExpansionFunctions") + static UPrimitiveComponent* GetGripPrimitiveTarget(const FBPActorGripInformation& Grip); + /** Make a transform net quantize from location, rotation and scale */ UFUNCTION(BlueprintPure, meta = (Scale = "1,1,1", Keywords = "construct build", NativeMakeFunc), Category = "VRExpansionLibrary|TransformNetQuantize") static FTransform_NetQuantize MakeTransform_NetQuantize(FVector Location, FRotator Rotation, FVector Scale); From 313508d86197ee7355a3335d46b292383f846dab Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 1 Apr 2025 14:52:33 +0200 Subject: [PATCH 58/96] Sliding Door, Library Cab fixes --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset | 4 ++-- .../Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset | 4 ++-- .../World/Interactibles/Furniture/Doors/BP_SliderDoor.uasset | 3 --- .../World/Interactibles/Furniture/Doors/FrameStopper.uasset | 3 --- .../Content/World/Interactibles/Furniture/Doors/J_2b01.uasset | 3 --- .../World/Interactibles/Furniture/Doors/J_2b01_002.uasset | 3 --- .../World/Interactibles/Furniture/Doors/J_2b01_011.uasset | 3 --- .../World/Interactibles/Furniture/Doors/Material_001.uasset | 3 --- .../Furniture/Doors/MetalDoor/BP_SliderDoor.uasset | 3 +++ .../Furniture/Doors/MetalDoor/FrameStopper.uasset | 3 +++ .../Interactibles/Furniture/Doors/MetalDoor/J_2b01.uasset | 3 +++ .../Interactibles/Furniture/Doors/MetalDoor/J_2b01_002.uasset | 3 +++ .../Interactibles/Furniture/Doors/MetalDoor/J_2b01_011.uasset | 3 +++ .../Furniture/Doors/MetalDoor/Material_001.uasset | 3 +++ .../Furniture/Doors/MetalDoor/door2_9_BaseColor.uasset | 3 +++ .../Furniture/Doors/MetalDoor/door2_9_BaseColor_nonVT.uasset | 3 +++ .../door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset | 3 +++ .../door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset | 3 +++ .../Furniture/Doors/MetalDoor/door2_9_Normal.uasset | 3 +++ .../Furniture/Doors/MetalDoor/door2_9_Normal_nonVT.uasset | 3 +++ .../Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset | 3 +++ .../Furniture/Doors/SlidingDoorA/MI_SlidingDoor.uasset | 3 +++ .../SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Diffuse.uasset | 3 +++ .../Obj_SlidingDoor_Bake1_PBR_MetallicRoughness.uasset | 3 +++ .../SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Normal.uasset | 3 +++ .../Furniture/Doors/SlidingDoorA/White_001.uasset | 3 +++ .../Furniture/Doors/SlidingDoorA/sliding_door.uasset | 3 +++ .../Interactibles/Furniture/Doors/door2_9_BaseColor.uasset | 3 --- .../Furniture/Doors/door2_9_BaseColor_nonVT.uasset | 3 --- .../Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset | 3 --- .../door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset | 3 --- .../World/Interactibles/Furniture/Doors/door2_9_Normal.uasset | 3 --- .../Interactibles/Furniture/Doors/door2_9_Normal_nonVT.uasset | 3 --- 36 files changed, 67 insertions(+), 46 deletions(-) delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/BP_SliderDoor.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/FrameStopper.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01_002.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01_011.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/Material_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/BP_SliderDoor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/FrameStopper.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/J_2b01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/J_2b01_002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/J_2b01_011.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/Material_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_BaseColor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_BaseColor_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_Normal_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/MI_SlidingDoor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_MetallicRoughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/White_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/sliding_door.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_BaseColor.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_BaseColor_nonVT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Normal_nonVT.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index ab0d0a7..09ffa63 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:c4ce0cbe247280bd5119cc08b97cbb41f3674946346c50be0e7b0101ec7af15f -size 633146 +oid sha256:70c13786a031b64db5a2870680851d354b162f6d4b0cfc14939c60c91f28f3c5 +size 655755 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 11c7900..7930c8a 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:3b024a755f2abfc4e2f14a7db839f52261e2aab56e0d4d6be95e801293125700 -size 1623878 +oid sha256:4f086430102e7b90041ae6f2c387297770cd25aa35adc0db37e9d57be59ba782 +size 1623910 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 5935fa7..e1dfc0b 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:1764fb4712c49de0bab2e2ab229916176c2e315029254d1b925bae7b094dd0c9 -size 116250 +oid sha256:f19ec86b2a23a73a11737ab1ba7f5c612910eb8d9603c0ba93fbf4374be12ef2 +size 116484 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset index 53f23f4..e4269fc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b37dd2f472982d84676704d193f603b2a775c958537137f0cbd8ef22cd775c2e -size 479987 +oid sha256:9f917e8f3990ede65f45fe13cb3d03cc8101f3b4f2695b9bd29f376dd4106121 +size 481926 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset index 88c118e..eaac822 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b3d53c7e4f8966edc123214b7cea97b32695613b545d2c0949c761cdac7e4d9 -size 75703 +oid sha256:1da25c103206e4fdd79a02e4fb28a1bc34004b64161acda698dc26a8c9a88fac +size 78365 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/BP_SliderDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/BP_SliderDoor.uasset deleted file mode 100644 index e4482b0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/BP_SliderDoor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87b2d53e9a32a33618688be457c990e071c16a1e24e5067f2d68910ca8a9196f -size 278833 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/FrameStopper.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/FrameStopper.uasset deleted file mode 100644 index f584904..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/FrameStopper.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:012012d64c467c8f382f775e44c62aefc2e3742c0db1034f09b4b71eae9f60f4 -size 78947 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01.uasset deleted file mode 100644 index c3a6d7f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28217a723458cf243272fc1d941628fdd2e59aa26d115f959667bb7f1d7a1a2b -size 155260 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01_002.uasset deleted file mode 100644 index 387eda7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01_002.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75999d35bf01ed37992bf5edf7cead456d39cb5c5f04230b580b6d779939940a -size 80963 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01_011.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01_011.uasset deleted file mode 100644 index c17310f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/J_2b01_011.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:769f5b781550ad1f22daf39c2a142d7ba298fbce0921144705b1792a1f50044b -size 74464 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/Material_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/Material_001.uasset deleted file mode 100644 index 77f92e5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/Material_001.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1fba59bad28f54d9618e794ede887364b46da43e6ef69f55307bb26730d0d92 -size 64815 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 new file mode 100644 index 0000000..7e1b998 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/BP_SliderDoor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6551f28d6cacb11857b3223733f99216655c6b0a0e848fef3ff5a0da4f53f557 +size 280020 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/FrameStopper.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/FrameStopper.uasset new file mode 100644 index 0000000..983bdee --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/FrameStopper.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc31a6d3edec16d10898d23bf3346b6d32072fb1f25b3695ec9097ee4122e0d8 +size 78977 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/J_2b01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/J_2b01.uasset new file mode 100644 index 0000000..554b220 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/J_2b01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f5e99b40e06359db8bed8e0cedbf600b0acac6ee549a6df0343cab33180b4c +size 155290 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/J_2b01_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/J_2b01_002.uasset new file mode 100644 index 0000000..f63b75b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/J_2b01_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f006a58ae724aec41de8db4f873494ed7bb5edb94773eddbcc9f76cbad01078a +size 80993 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/J_2b01_011.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/J_2b01_011.uasset new file mode 100644 index 0000000..e689efe --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/J_2b01_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec188aca99c11e7a61c09de95d5d0d7085dd893cd7e3f66d8c70fb7a11c1e31 +size 74494 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/Material_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/Material_001.uasset new file mode 100644 index 0000000..feeda71 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/Material_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f8a083f4044134ca8df72db3ec398aae392245fc717041da5dad9cbac2712c +size 64865 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_BaseColor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_BaseColor.uasset new file mode 100644 index 0000000..ef3207e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab653091206e70e1b1917009669f695891c0890efbe3143793989f709c1b4c7 +size 23994270 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_BaseColor_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_BaseColor_nonVT.uasset new file mode 100644 index 0000000..8df78ce --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_BaseColor_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d899a66dd1dc5b366fa90ca44e003eaf4daf4d4e49e1bd6da80c3620e9ad45b7 +size 23999240 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset new file mode 100644 index 0000000..8c9026d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4281ae2fa231986bae4b3b4ccdc1fb7eb2b647fbc2ec13765dca40e162ef73a3 +size 19125615 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset new file mode 100644 index 0000000..7a16384 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6262124893f9a43e90d073a3ae84dd1fef7c21db42859e55b2d83f161ff1fd +size 19128590 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_Normal.uasset new file mode 100644 index 0000000..8e6f4ef --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27859bbcd14c2941e06551bd63c23ba6d35ad3459b6148865b965a3060b38541 +size 20870016 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_Normal_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_Normal_nonVT.uasset new file mode 100644 index 0000000..f8e3cc6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/door2_9_Normal_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb57cf019240416fc320683f72afebca183e64df746b568da2de871af5d3d04b +size 20872376 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset new file mode 100644 index 0000000..5e3d402 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d11e38edfabe26e3876c7927d280f83160758ce271df331a43656cad5b9171 +size 34507 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/MI_SlidingDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/MI_SlidingDoor.uasset new file mode 100644 index 0000000..5dcdead --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/MI_SlidingDoor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f6daf1bee9a0014e6c09f2f67282d5f6587cd21e522891d104b078e43f7371 +size 15424 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..e4e271f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ace3f897d570b47292e67df0f27a86c32a40e9d805a835f77d321c8d162af9a +size 25253822 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_MetallicRoughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_MetallicRoughness.uasset new file mode 100644 index 0000000..8aaefdf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_MetallicRoughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b756cdda602969353671f4b72d441583b87e867ecdb2aefe418b3519895dfd0 +size 12201623 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..d9fe162 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c243668c1c1b432d7a33af11f8ff650ffb05ced4b5c4c2a0d5a63f9ddc8d62 +size 82134236 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/White_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/White_001.uasset new file mode 100644 index 0000000..19fe99e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/White_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3522dc4d0a037518e8ab01d1b3a06ef6931af058eb4fe38ba303567e0c57b924 +size 53412 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/sliding_door.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/sliding_door.uasset new file mode 100644 index 0000000..71561de --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/sliding_door.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd74cfdb5336f49e5798289692ad9299588b92827f2f76e16b97cd6a30f8520 +size 74013 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_BaseColor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_BaseColor.uasset deleted file mode 100644 index abf50bf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72128e8604102733e396120f6b7205411feefe8a864c63e1aadc09d75baa9d1e -size 23994250 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_BaseColor_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_BaseColor_nonVT.uasset deleted file mode 100644 index e2d0eea..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_BaseColor_nonVT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a92523592bf41f5beace0707e9aebd03c10b60bdfe725a4fb45ce219740d0c0 -size 23999220 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset deleted file mode 100644 index fe224a4..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97ceaa7e198ccc0d2d09a65b297b3d9aaba5f2af9cfe63ae6ff93bc2cc8a2096 -size 19125595 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset deleted file mode 100644 index ec5d872..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Metallic_jpg-door2_9_Roughness_jpg_nonVT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d70e66dc43e1e41330b4045969de9223125c8221a8072632e66d3caa0533d84 -size 19128570 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Normal.uasset deleted file mode 100644 index d0c1abd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:877b95e9e314ad8d47b733192b168f3323652678a4ede49c85963a4b0a66806d -size 20869996 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Normal_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Normal_nonVT.uasset deleted file mode 100644 index 7e42311..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/door2_9_Normal_nonVT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a2294d488a24be2484f9d34103f6c7d9bced7ea992602f59d81e8d7d0239115 -size 20872356 From b6ae534dcb8ae1837b065cae8850ab6ebffe8ddd Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 7 Apr 2025 15:10:20 +0200 Subject: [PATCH 59/96] Added PictureFrame --- .../Deco/PictureFrame/BP_PictureFrameClarice.uasset | 3 +++ .../Deco/PictureFrame/M_PictureFrameClarice.uasset | 3 +++ .../hanging_picture_frame_01_Bake1_PBR_Normal.uasset | 3 +++ .../hanging_picture_frame_01_Bake1_PBR_Roughness.uasset | 3 +++ .../hanging_picture_frame_01_Bake1_PBR_Transmission.uasset | 3 +++ 5 files changed, 15 insertions(+) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/M_PictureFrameClarice.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset new file mode 100644 index 0000000..e20e6b9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb2c0709d2bb6d390dc3453c6780c5209ef862b9be1b8d0f1f6db2662b316e4 +size 23094 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/M_PictureFrameClarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/M_PictureFrameClarice.uasset new file mode 100644 index 0000000..a306828 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/M_PictureFrameClarice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef0c33dcac1063c29197753ee8e87f5772a8a4e56c05fb7219a207857e1661f +size 6448 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..410ae4f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4db6a13dde84549796c645e15c5a69e030d9fce736a0973d4f7f0ead306ca7 +size 19762979 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..4c20052 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0d974f95a04968d49fdfdbc72eb148b5d05d2a6139a1f3a46be9115b758de5 +size 1016114 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset new file mode 100644 index 0000000..50e43eb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc16cecbbe887f798066ac8a186312ead48978674ceb800d14a7a90943b9a01d +size 19964 From 450d6ca924529d9dd15e6594985bb6e5fc3d9f9c Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 9 Apr 2025 14:59:15 +0200 Subject: [PATCH 60/96] Misc fixes, Added bodge for Hand Mirror Overlap Button Problem, started adding a Rememberance System --- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/UI/Inventory/BP_InventoryWidget.uasset | 4 ++-- .../Content/UI/Inventory/BP_VRInventory.uasset | 4 ++-- .../Misc/Examples/Button/ColorChangingButtonComponent.uasset | 2 +- .../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/Electrical/Recorder/BP_Recorder.uasset | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 7930c8a..0d41204 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:4f086430102e7b90041ae6f2c387297770cd25aa35adc0db37e9d57be59ba782 -size 1623910 +oid sha256:fd74bd564bd84f07d3d8dc9285e3bdd93e3171d02b96e2061b3017ce51981255 +size 1613017 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset index d6ca273..e82c4cf 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce6dac38da5ebf639ab9448fc0a78f1c024111b27457d0b880690c1eb6a0e3eb -size 260558 +oid sha256:d99978ebac5497a57b9106ba3dd91e5882a1feb7aced7f4c9422f243c2b12fd8 +size 260987 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset index 482c6be..e198094 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:98dfbb52498c58007bd3f0e91e69041d8492e703ee93747c7ee50ebb91eaf270 -size 586620 +oid sha256:31e6d12a26d6c950204c7d4d7e8e67473003207f423f53b94101c3f77d4da746 +size 650418 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ColorChangingButtonComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ColorChangingButtonComponent.uasset index 91ec162..6524f91 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ColorChangingButtonComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ColorChangingButtonComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d8f6de5f76dc6346beeb3363050160b2ee89b0d32dbbcba03bd0cace6dd8290 +oid sha256:af77a56053a1badf1a8f74d8b4527cee850749d5efdcac54ae65ed841609599c size 89749 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 c1ef6f9..8192db2 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:448adf353eea8c41f0939a1372a37d8b5047dbba6f34c5779974d233d31da39a -size 5645848 +oid sha256:95fdb79612fa9415f0593457733e88400eecfc760c95f41f462e2138d03aaed6 +size 5633186 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset index c2c808c..9cc2d33 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:6ad9aae4bac1615478f884c95af5e83b65ff45d75226789a84448605d4c615b3 -size 2550622 +oid sha256:d2bb2de3ef558b892984c136c6d40c5254b3d07be04472d3874a68decc666a36 +size 2551094 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index 048fefa..b3aa289 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:6cc1e6a06168122b2512955e955d7830929980ec66e3b9872c9bf1c38c371efe -size 354401 +oid sha256:23636b9029ace66b88bbebcad08ae0ef88b7cdb38b3b1cbb4ca690616f96b32d +size 357348 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 7f9e35c..d3da03a 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:fec7d3355764c125b3a016e8df93ad0ba84f9647b096735b54b534df42ef04fc -size 259424 +oid sha256:817d63d7f4fb2bbe7530b2df0107cc16c8358ab83ca38b5a977ae8c1a245f567 +size 260751 From aabc847a76d41689e443a056e7500bf2d270823c Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 11 Apr 2025 16:58:40 +0200 Subject: [PATCH 61/96] Added Letter (test Physiscs) --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../World/Interactibles/Letters/Letter_1/BP_Letter.uasset | 3 +++ .../World/Interactibles/Letters/Letter_1/Letter_01.uasset | 3 +++ .../Interactibles/Letters/Letter_1/Letter_01_1_of_1.uasset | 3 +++ .../Letters/Letter_1/Letter_01_PhysicsAsset.uasset | 3 +++ .../Interactibles/Letters/Letter_1/Letter_01_Skeleton.uasset | 3 +++ 6 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/BP_Letter.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_1_of_1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_PhysicsAsset.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_Skeleton.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 09ffa63..d72a343 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:70c13786a031b64db5a2870680851d354b162f6d4b0cfc14939c60c91f28f3c5 -size 655755 +oid sha256:5646bb49170e62fd9f2d0692673c77995d1474d3dadb902d3c59378d9780d2ed +size 659756 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/BP_Letter.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/BP_Letter.uasset new file mode 100644 index 0000000..4f26d36 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/BP_Letter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce348562b2c47ac402187a23148d479fa68ed61b467e496828644cc53a6869f +size 30872 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01.uasset new file mode 100644 index 0000000..dd16643 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2def9c706398e0ef43b12b53689a7d5e9e4872fa143b0f91f23bb35f0ee128d +size 66083 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 new file mode 100644 index 0000000..b4435f7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_1_of_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6e3303df9dfaa954010cb1ee501682001ec7c71f2fd53b3630fdab4c9e1b69 +size 50590 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_PhysicsAsset.uasset new file mode 100644 index 0000000..d7a094d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a0a0b737ac79dba40bf68cfeb978c61cd02033429d2f3f8e3d6b4a6c9f3ddc +size 14978 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_Skeleton.uasset new file mode 100644 index 0000000..1bb2d68 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1662dc4fa2d49ca98c42d8d5c7bb00dee3527cebedbff1b777e07a429fd099 +size 6838 From 8864e318fbed69d6f36a94a3ab82ae46ea1d495e Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Sun, 27 Apr 2025 23:56:04 +0200 Subject: [PATCH 62/96] Upodate to latest (was on vacation ) --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Outside_Default.umap | 3 +++ .../Content/Maps/Map_Room_Kitchen.umap | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Content/UI/Inventory/BP_ExtraInventoryWidget.uasset | 3 +++ .../Content/UI/Inventory/BP_InventoryWidget.uasset | 4 ++-- .../Content/UI/Inventory/BP_RememberanceView.uasset | 3 +++ .../Content/UI/Inventory/BP_VRInventory.uasset | 4 ++-- .../Content/UI/Inventory/EExtraWidgetType.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/Test.uasset | 3 +++ .../Content/UI/Inventory/WBP_RememberanceWidget.uasset | 3 +++ .../Content/UI/MainMenu/BP_MainMenu.uasset | 4 ++-- .../Content/UI/MainMenu/WidgetMovementComponent.uasset | 4 ++-- .../Content/VRE/Core/Character/BP_VRCharacter.uasset | 4 ++-- .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset | 4 ++-- .../Deco/PictureFrame/BP_PictureFrameClarice.uasset | 4 ++-- .../Deco/PictureFrame/ClaricePictureFrame.uasset | 3 +++ .../Deco/PictureFrame/M_PictureFrameClarice.uasset | 4 ++-- .../World/Interactibles/Deco/PictureFrame/Material.uasset | 3 +++ .../Tex/hanging_picture_frame_01_Bake1_PBR_Diffuse.uasset | 3 +++ .../Tex/hanging_picture_frame_01_Bake1_PBR_Normal.uasset | 3 +++ .../Tex/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset | 3 +++ .../hanging_picture_frame_01_Bake1_PBR_Transmission.uasset | 3 +++ .../hanging_picture_frame_01_Bake1_PBR_Normal.uasset | 3 --- .../hanging_picture_frame_01_Bake1_PBR_Roughness.uasset | 3 --- .../hanging_picture_frame_01_Bake1_PBR_Transmission.uasset | 3 --- .../Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset | 4 ++-- .../Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset | 4 ++-- .../Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset | 4 ++-- .../World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset | 4 ++-- .../Content/World/Interactibles/Molecules/GN_Instance.uasset | 3 +++ .../World/Interactibles/Molecules/Instances_Blueprint.uasset | 3 +++ .../Content/World/Interactibles/Molecules/MN_Default.uasset | 3 +++ .../World/Interactibles/Molecules/SceneImport_Gluten.uasset | 3 +++ .../Content/World/Materials/Master/M_1D-MasterParallax.uasset | 4 ++-- .../World/Materials/Master/M_WorldAlignedBump1_Inst.uasset | 2 +- .../Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset | 3 +++ .../Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Color.uasset | 3 +++ .../Wallpaper_1/Wallpaper002A_2K-PNG_NormalDX.uasset | 3 +++ .../Wallpaper_1/Wallpaper002A_2K-PNG_Roughness.uasset | 3 +++ .../Content/World/Static/Stairs/Rugs/MI_Carpet.uasset | 3 +++ .../World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset | 3 +++ .../Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset | 3 +++ .../Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset | 3 +++ .../Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset | 3 +++ .../Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset | 3 +++ .../Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset | 3 +++ .../Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset | 3 +++ .../World/Static/Stairs/Rugs/Rug_1/Material_001.uasset | 3 +++ .../Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Diffuse.uasset | 3 +++ .../Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Normal.uasset | 3 +++ .../Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Roughness.uasset | 3 +++ .../Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset | 3 +++ .../World/Static/Stairs/Rugs/Tekeh_Bukhara_Carpet.uasset | 3 +++ 55 files changed, 138 insertions(+), 42 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_ExtraInventoryWidget.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_RememberanceView.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/EExtraWidgetType.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/Test.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/WBP_RememberanceWidget.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/ClaricePictureFrame.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Material.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/GN_Instance.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/Instances_Blueprint.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/MN_Default.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/SceneImport_Gluten.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Color.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_NormalDX.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/MI_Carpet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Tekeh_Bukhara_Carpet.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 09ffa63..4c2d5c9 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:70c13786a031b64db5a2870680851d354b162f6d4b0cfc14939c60c91f28f3c5 -size 655755 +oid sha256:e9809777e3f288524d82e5cd096b5523e9634960705b42520921e9162d5ce3e7 +size 593480 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap new file mode 100644 index 0000000..65f30b4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ba846d38a56cf8b77ca644997c5741dd83456bf08920b357ee5f75c96a636e +size 18449 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap new file mode 100644 index 0000000..7381ecb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1df340981b44d6e1ba8bd929ad97b8910e212a1e3c51b00f5fa491228ac0bc8 +size 6832 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index e1dfc0b..b7b066d 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:f19ec86b2a23a73a11737ab1ba7f5c612910eb8d9603c0ba93fbf4374be12ef2 -size 116484 +oid sha256:cf80cb95023386b16ee12244f3df59e14738ba9345cabac2d6fb428d7d947325 +size 129886 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_ExtraInventoryWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_ExtraInventoryWidget.uasset new file mode 100644 index 0000000..76ea3b7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_ExtraInventoryWidget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55cb2ca4810e70f4305c3f21e2d4eacd67e12aac86b02a791e7111d9a212a6fd +size 40027 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset index e82c4cf..f124973 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d99978ebac5497a57b9106ba3dd91e5882a1feb7aced7f4c9422f243c2b12fd8 -size 260987 +oid sha256:1ca70478b032418f612d7d776086afcad052eb33fe97796a942bca5fd7f3fe5f +size 260480 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_RememberanceView.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_RememberanceView.uasset new file mode 100644 index 0000000..b78066b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_RememberanceView.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54336458bb29c18f07834f580d2b3c30927282f3611dadfec416bb10494095f4 +size 25794 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset index e198094..3cf6b0b 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:31e6d12a26d6c950204c7d4d7e8e67473003207f423f53b94101c3f77d4da746 -size 650418 +oid sha256:7785080fe0d76a956641907ef88bdc86024ae6e03eceea4fbdcf51e9bce148c1 +size 720137 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/EExtraWidgetType.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/EExtraWidgetType.uasset new file mode 100644 index 0000000..bc0d622 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/EExtraWidgetType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f05a41797a72c4b6faa293488161b5373bd63d65919f201193121e1d67637bc +size 2066 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/Test.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/Test.uasset new file mode 100644 index 0000000..bf27459 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/Test.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f54ec33210de52c89fbdbf0031c15c931db494546ed60d451120a933b267344 +size 9830 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/WBP_RememberanceWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/WBP_RememberanceWidget.uasset new file mode 100644 index 0000000..e83cb23 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/WBP_RememberanceWidget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1549357345d6cb38ab790704a8415072a798e96b235ed119b51e39602063772 +size 31862 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_MainMenu.uasset index 7803716..24f1804 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_MainMenu.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_MainMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a83a653bc7000d4da0737016afce7ad65a8130649c3610af41041ffd606dc1b8 -size 775054 +oid sha256:63603f25667176434f1ecd2d17296d8e1c0eb13d302ad342d8e164613be17937 +size 761252 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WidgetMovementComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WidgetMovementComponent.uasset index 94afe59..00f7212 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WidgetMovementComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WidgetMovementComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1346808b2bfb274965ba87846254141018ac263aa9df3736515d7f6ccd5eca6e -size 87504 +oid sha256:0fbdf4cb2c013a41fbc647b93d44088b20fe711f60331da60357b3287beb5ff2 +size 94429 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset index 25dd1e8..08bb30a 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:5cbef498acba40bff9cd990adf66c91d279525b093d7b066641c69242ac95717 -size 5709411 +oid sha256:acf183c2b61ad51503f1963e934e850b845e78906014de4bd8df31a901291f11 +size 5732534 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 8192db2..d1dcb35 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:95fdb79612fa9415f0593457733e88400eecfc760c95f41f462e2138d03aaed6 -size 5633186 +oid sha256:e9be1536edac86f8f17aa87ec4ffd1c68bf203c782e0831a5020e0d53867e2fb +size 5624872 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset index 9cc2d33..ada61c7 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:d2bb2de3ef558b892984c136c6d40c5254b3d07be04472d3874a68decc666a36 -size 2551094 +oid sha256:5b8836e2f24974e56fddcc78bf24694f41a57d5699dae728be51ce7c6cc55412 +size 2543406 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset index e20e6b9..c394479 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cfb2c0709d2bb6d390dc3453c6780c5209ef862b9be1b8d0f1f6db2662b316e4 -size 23094 +oid sha256:a9a0825c950fd2e93d35bb0b82373162ea209d6959121a18dfe379d752b8a912 +size 30166 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/ClaricePictureFrame.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/ClaricePictureFrame.uasset new file mode 100644 index 0000000..6c740ba --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/ClaricePictureFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e29972324e83313ada973e1215f87e232fd463b20bcd46db8fcdcc15928b5b7 +size 123087 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/M_PictureFrameClarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/M_PictureFrameClarice.uasset index a306828..65a84bb 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/M_PictureFrameClarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/M_PictureFrameClarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eef0c33dcac1063c29197753ee8e87f5772a8a4e56c05fb7219a207857e1661f -size 6448 +oid sha256:a0d2b31b1598c1e28f72ea2eb8dccde4043bc7822dee508d87d9d863e2ad623c +size 25760 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Material.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Material.uasset new file mode 100644 index 0000000..e67156f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Material.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48c884284d79905ddec7115835f03a8f53082ddbec2c9fa4c7b1fefd26deb11 +size 59131 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..ee70089 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f295eb596f159e725dd65aeb3863f437ca3d538e17113dbd6f1268bb8d836a53 +size 10705437 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..7a6769a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91bf04415887187e29561fff2b62927fb088258dcf51ac7ec261ffedfc347eb6 +size 20799428 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..9a223e4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4595fa060955c7e9f3bcd1a092a6d2f6565fdfa5091a8cabe390bef58f9f9da4 +size 1016153 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset new file mode 100644 index 0000000..27ee686 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03841bbb71456b12b6f98631b378e048f6b99ef6f475a44ab8af25f8bfcac675 +size 19877 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Normal.uasset deleted file mode 100644 index 410ae4f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f4db6a13dde84549796c645e15c5a69e030d9fce736a0973d4f7f0ead306ca7 -size 19762979 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset deleted file mode 100644 index 4c20052..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a0d974f95a04968d49fdfdbc72eb148b5d05d2a6139a1f3a46be9115b758de5 -size 1016114 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset deleted file mode 100644 index 50e43eb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc16cecbbe887f798066ac8a186312ead48978674ceb800d14a7a90943b9a01d -size 19964 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset index eaac822..925e4df 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1da25c103206e4fdd79a02e4fb28a1bc34004b64161acda698dc26a8c9a88fac -size 78365 +oid sha256:43b5495a191503388a7490ee22581135da760c4148c944d5f3a12690c312744b +size 89324 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset index 936758a..de03a71 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d36bca23879e0db9904c6c88f95ca4419ef97d64a3870787657532ec572e1e61 -size 14376 +oid sha256:94eb14c16927cf094bfd1edf89e35c4244f0c30bced48fa2722c7dd8d986252d +size 15315 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset index 5e3d402..1ffe1e6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3d11e38edfabe26e3876c7927d280f83160758ce271df331a43656cad5b9171 -size 34507 +oid sha256:d6616cb5de102068f6c6722885fb0ac6e687ef1c4dbf440596ca7d56b764891d +size 39357 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 5fd30c1..d42677b 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:e3fb5c8c2c54c7f2e7ab20b7998be38922ec4f974ac6181455c7d3b27a1f7053 -size 228685 +oid sha256:2d5c095a63fc9408d387b648f83a494baaaba520521900887eefb6f6d5dca302 +size 229449 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/GN_Instance.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/GN_Instance.uasset new file mode 100644 index 0000000..8fcac72 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/GN_Instance.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3719538d235775ce6b14cf6a8ad08ed28a1a23b0bef08f9a90e8b5fdff357f +size 63536 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/Instances_Blueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/Instances_Blueprint.uasset new file mode 100644 index 0000000..496f20a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/Instances_Blueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754ae815555ab2b6a6734c9bb9573d959c96d3ab6586d68561e7a5a58274bd41 +size 110475 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/MN_Default.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/MN_Default.uasset new file mode 100644 index 0000000..db8a9e7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/MN_Default.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bfdab8e3519e8a1a9eb32642fa97a441abb0701d0e6a46eaf2ce4e0b4b3c18 +size 56073 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/SceneImport_Gluten.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/SceneImport_Gluten.uasset new file mode 100644 index 0000000..8488561 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/SceneImport_Gluten.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43c2d748dba10bfe761b9acb0f7252278d2b5071de94ca70593673277514763 +size 1555037 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax.uasset index c371f1a..7e31ca0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08c1670e64fe479c07ad2ea0fb2b414a73977bed56e48693ca252284d9e56575 -size 44856 +oid sha256:dae63bf266b32b1020b5e7133bee2294e9859dec68839cb24cfe7eebdd5363a4 +size 49321 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1_Inst.uasset index a851aae..499152a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71cbd8872a418776dabb2eb9311676d0e8e3fe3ac468ce4eca0336fd403c87ce +oid sha256:874c7045f7406dc2a6e67b5d8290c277415ff3ea2c22f903c59a12bb5a2b399d size 17911 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset new file mode 100644 index 0000000..ed4244e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81868bc45b60cbbe5959f64d2467156be4df8a4b70ab517659f5b87980c9e2c +size 14396 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Color.uasset new file mode 100644 index 0000000..3835f96 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9bdf944e1697e692767751bfa247c8eeb4d28d7466fd62be602f0cb64dc432 +size 16789231 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_NormalDX.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_NormalDX.uasset new file mode 100644 index 0000000..b8144a2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_NormalDX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c37bc0b78e98ff20c30b9cb18f7c523c76518db94c62c440368fcd85658421 +size 33566717 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Roughness.uasset new file mode 100644 index 0000000..92593cc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1677f20cbe53513e1b5050e2f965579a600c149472dc70959655da5c517d77e2 +size 4206478 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/MI_Carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/MI_Carpet.uasset new file mode 100644 index 0000000..6a9a4b5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/MI_Carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0500c33cfb7429cda4b16a314dc4f883be095df3d6a0381d6d0abee49e58e6 +size 1557 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset new file mode 100644 index 0000000..55a1f01 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113595638baf97723d2b0dcec06c2aea05d3d8038d706965bd035af50889da05 +size 4885 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset new file mode 100644 index 0000000..c78bffb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54792c5054fde088f52877275ed06fdf85f39f5c417bb8cec96ed753442f608 +size 16517 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset new file mode 100644 index 0000000..8069314 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c58e232f91365d91a5b2d09ae93772f80c255e75cd64f7450cbf3c751bd12a +size 6467 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset new file mode 100644 index 0000000..f59c62c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef318a1b599feda1747352565237b61ce2d60a1f8f97beabd05a23cbde3351db +size 50538774 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset new file mode 100644 index 0000000..a4d30f1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b185f6f3b6b162c3377f07c478ea44eac4adea28d22f1fcba472ad1d441ec2 +size 128593 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset new file mode 100644 index 0000000..64df0f8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82010606d484018daa4dca414ae036621892c2be44c27c0ff6df8fd535cab7cc +size 3478857 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset new file mode 100644 index 0000000..29c66df --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9899986df14fa19f57fd5a0873bf590c86f6b5b40991ef950db57579301a4cf6 +size 73756 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset new file mode 100644 index 0000000..153dff5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63ffbc54d1164a3d61a3546bf25f0ff2be1c0af97a75a09736c4e77ffbfc4c7 +size 58582 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..42c6b47 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fefacbc502541057a386b0bc812184a7bad399b293e92a6c63bb376563aac58 +size 25689683 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..dd250d6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd94ddf07ffdedf7a92e965692a18c87bd17a30e39ff53881ec4b7d3ec823a0 +size 87177973 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..6a9f888 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66cc8d21ef739850d8b91126fe3837ee4535541e3a3aab9cf8072a4f36c85b2 +size 12071554 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset new file mode 100644 index 0000000..5ce0168 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f614fb5218ed5604addc90b1813f67dba64a6e5e7171f207a3e52e5b9962e7 +size 122677 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Tekeh_Bukhara_Carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Tekeh_Bukhara_Carpet.uasset new file mode 100644 index 0000000..ce652a6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Tekeh_Bukhara_Carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f14bfdbab23e4011aa0b3ef406c556b3f373cd6159aaec0e726ae31f621b0e2 +size 1617 From 3d5c648500b99b608416c4bb05ce931ad5a4c87e Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 28 Apr 2025 11:26:45 +0200 Subject: [PATCH 63/96] Update to latest (post vacation) --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Outside_Default.umap | 3 +++ .../Content/Maps/Map_Room_Kitchen.umap | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Content/UI/Inventory/BP_ExtraInventoryWidget.uasset | 3 +++ .../Content/UI/Inventory/BP_InventoryWidget.uasset | 4 ++-- .../Content/UI/Inventory/BP_RememberanceView.uasset | 3 +++ .../Content/UI/Inventory/BP_VRInventory.uasset | 4 ++-- .../Content/UI/Inventory/EExtraWidgetType.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/Test.uasset | 3 +++ .../Content/UI/Inventory/WBP_RememberanceWidget.uasset | 3 +++ .../Content/UI/MainMenu/BP_MainMenu.uasset | 4 ++-- .../Content/UI/MainMenu/WidgetMovementComponent.uasset | 4 ++-- .../Content/VRE/Core/Character/BP_VRCharacter.uasset | 4 ++-- .../Deco/PictureFrame/BP_PictureFrameClarice.uasset | 4 ++-- .../Deco/PictureFrame/ClaricePictureFrame.uasset | 3 +++ .../Deco/PictureFrame/M_PictureFrameClarice.uasset | 4 ++-- .../World/Interactibles/Deco/PictureFrame/Material.uasset | 3 +++ .../Tex/hanging_picture_frame_01_Bake1_PBR_Diffuse.uasset | 3 +++ .../Tex/hanging_picture_frame_01_Bake1_PBR_Normal.uasset | 3 +++ .../Tex/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset | 3 +++ .../hanging_picture_frame_01_Bake1_PBR_Transmission.uasset | 3 +++ .../hanging_picture_frame_01_Bake1_PBR_Normal.uasset | 3 --- .../hanging_picture_frame_01_Bake1_PBR_Roughness.uasset | 3 --- .../hanging_picture_frame_01_Bake1_PBR_Transmission.uasset | 3 --- .../Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset | 4 ++-- .../Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset | 4 ++-- .../Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset | 4 ++-- .../World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset | 4 ++-- .../Content/World/Interactibles/Molecules/GN_Instance.uasset | 3 +++ .../World/Interactibles/Molecules/Instances_Blueprint.uasset | 3 +++ .../Content/World/Interactibles/Molecules/MN_Default.uasset | 3 +++ .../World/Interactibles/Molecules/SceneImport_Gluten.uasset | 3 +++ .../Content/World/Materials/Master/M_1D-MasterParallax.uasset | 4 ++-- .../Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset | 3 +++ .../Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Color.uasset | 3 +++ .../Wallpaper_1/Wallpaper002A_2K-PNG_NormalDX.uasset | 3 +++ .../Wallpaper_1/Wallpaper002A_2K-PNG_Roughness.uasset | 3 +++ .../Content/World/Static/Stairs/Rugs/MI_Carpet.uasset | 3 +++ .../World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset | 3 +++ .../Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset | 3 +++ .../Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset | 3 +++ .../Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset | 3 +++ .../Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset | 3 +++ .../Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset | 3 +++ .../Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset | 3 +++ .../World/Static/Stairs/Rugs/Rug_1/Material_001.uasset | 3 +++ .../Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Diffuse.uasset | 3 +++ .../Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Normal.uasset | 3 +++ .../Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Roughness.uasset | 3 +++ .../Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset | 3 +++ .../World/Static/Stairs/Rugs/Tekeh_Bukhara_Carpet.uasset | 3 +++ 52 files changed, 133 insertions(+), 37 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_ExtraInventoryWidget.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_RememberanceView.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/EExtraWidgetType.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/Test.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/WBP_RememberanceWidget.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/ClaricePictureFrame.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Material.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Normal.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/GN_Instance.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/Instances_Blueprint.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/MN_Default.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/SceneImport_Gluten.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Color.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_NormalDX.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/MI_Carpet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Tekeh_Bukhara_Carpet.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index d72a343..96bf28c 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:5646bb49170e62fd9f2d0692673c77995d1474d3dadb902d3c59378d9780d2ed -size 659756 +oid sha256:58d8de23b88f4afd1addd23efca0db513edeb4569b6c7ee4848f0c921fae7117 +size 297 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap new file mode 100644 index 0000000..65f30b4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ba846d38a56cf8b77ca644997c5741dd83456bf08920b357ee5f75c96a636e +size 18449 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap new file mode 100644 index 0000000..7381ecb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1df340981b44d6e1ba8bd929ad97b8910e212a1e3c51b00f5fa491228ac0bc8 +size 6832 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index e1dfc0b..b7b066d 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:f19ec86b2a23a73a11737ab1ba7f5c612910eb8d9603c0ba93fbf4374be12ef2 -size 116484 +oid sha256:cf80cb95023386b16ee12244f3df59e14738ba9345cabac2d6fb428d7d947325 +size 129886 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_ExtraInventoryWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_ExtraInventoryWidget.uasset new file mode 100644 index 0000000..76ea3b7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_ExtraInventoryWidget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55cb2ca4810e70f4305c3f21e2d4eacd67e12aac86b02a791e7111d9a212a6fd +size 40027 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset index e82c4cf..f124973 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_InventoryWidget.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d99978ebac5497a57b9106ba3dd91e5882a1feb7aced7f4c9422f243c2b12fd8 -size 260987 +oid sha256:1ca70478b032418f612d7d776086afcad052eb33fe97796a942bca5fd7f3fe5f +size 260480 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_RememberanceView.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_RememberanceView.uasset new file mode 100644 index 0000000..b78066b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_RememberanceView.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54336458bb29c18f07834f580d2b3c30927282f3611dadfec416bb10494095f4 +size 25794 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset index e198094..3cf6b0b 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:31e6d12a26d6c950204c7d4d7e8e67473003207f423f53b94101c3f77d4da746 -size 650418 +oid sha256:7785080fe0d76a956641907ef88bdc86024ae6e03eceea4fbdcf51e9bce148c1 +size 720137 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/EExtraWidgetType.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/EExtraWidgetType.uasset new file mode 100644 index 0000000..bc0d622 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/EExtraWidgetType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f05a41797a72c4b6faa293488161b5373bd63d65919f201193121e1d67637bc +size 2066 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/Test.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/Test.uasset new file mode 100644 index 0000000..bf27459 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/Test.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f54ec33210de52c89fbdbf0031c15c931db494546ed60d451120a933b267344 +size 9830 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/WBP_RememberanceWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/WBP_RememberanceWidget.uasset new file mode 100644 index 0000000..e83cb23 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/WBP_RememberanceWidget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1549357345d6cb38ab790704a8415072a798e96b235ed119b51e39602063772 +size 31862 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_MainMenu.uasset index 7803716..24f1804 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_MainMenu.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/BP_MainMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a83a653bc7000d4da0737016afce7ad65a8130649c3610af41041ffd606dc1b8 -size 775054 +oid sha256:63603f25667176434f1ecd2d17296d8e1c0eb13d302ad342d8e164613be17937 +size 761252 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WidgetMovementComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WidgetMovementComponent.uasset index 94afe59..00f7212 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WidgetMovementComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WidgetMovementComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1346808b2bfb274965ba87846254141018ac263aa9df3736515d7f6ccd5eca6e -size 87504 +oid sha256:0fbdf4cb2c013a41fbc647b93d44088b20fe711f60331da60357b3287beb5ff2 +size 94429 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset index 25dd1e8..08bb30a 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:5cbef498acba40bff9cd990adf66c91d279525b093d7b066641c69242ac95717 -size 5709411 +oid sha256:acf183c2b61ad51503f1963e934e850b845e78906014de4bd8df31a901291f11 +size 5732534 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset index e20e6b9..c394479 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cfb2c0709d2bb6d390dc3453c6780c5209ef862b9be1b8d0f1f6db2662b316e4 -size 23094 +oid sha256:a9a0825c950fd2e93d35bb0b82373162ea209d6959121a18dfe379d752b8a912 +size 30166 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/ClaricePictureFrame.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/ClaricePictureFrame.uasset new file mode 100644 index 0000000..6c740ba --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/ClaricePictureFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e29972324e83313ada973e1215f87e232fd463b20bcd46db8fcdcc15928b5b7 +size 123087 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/M_PictureFrameClarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/M_PictureFrameClarice.uasset index a306828..65a84bb 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/M_PictureFrameClarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/M_PictureFrameClarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eef0c33dcac1063c29197753ee8e87f5772a8a4e56c05fb7219a207857e1661f -size 6448 +oid sha256:a0d2b31b1598c1e28f72ea2eb8dccde4043bc7822dee508d87d9d863e2ad623c +size 25760 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Material.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Material.uasset new file mode 100644 index 0000000..e67156f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Material.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48c884284d79905ddec7115835f03a8f53082ddbec2c9fa4c7b1fefd26deb11 +size 59131 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..ee70089 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f295eb596f159e725dd65aeb3863f437ca3d538e17113dbd6f1268bb8d836a53 +size 10705437 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..7a6769a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91bf04415887187e29561fff2b62927fb088258dcf51ac7ec261ffedfc347eb6 +size 20799428 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..9a223e4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4595fa060955c7e9f3bcd1a092a6d2f6565fdfa5091a8cabe390bef58f9f9da4 +size 1016153 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset new file mode 100644 index 0000000..27ee686 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/Tex/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03841bbb71456b12b6f98631b378e048f6b99ef6f475a44ab8af25f8bfcac675 +size 19877 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Normal.uasset deleted file mode 100644 index 410ae4f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f4db6a13dde84549796c645e15c5a69e030d9fce736a0973d4f7f0ead306ca7 -size 19762979 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset deleted file mode 100644 index 4c20052..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a0d974f95a04968d49fdfdbc72eb148b5d05d2a6139a1f3a46be9115b758de5 -size 1016114 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset deleted file mode 100644 index 50e43eb..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/hanging_picture_frame_01_Bake1_PBR_Transmission.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc16cecbbe887f798066ac8a186312ead48978674ceb800d14a7a90943b9a01d -size 19964 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset index eaac822..925e4df 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1da25c103206e4fdd79a02e4fb28a1bc34004b64161acda698dc26a8c9a88fac -size 78365 +oid sha256:43b5495a191503388a7490ee22581135da760c4148c944d5f3a12690c312744b +size 89324 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset index 936758a..de03a71 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d36bca23879e0db9904c6c88f95ca4419ef97d64a3870787657532ec572e1e61 -size 14376 +oid sha256:94eb14c16927cf094bfd1edf89e35c4244f0c30bced48fa2722c7dd8d986252d +size 15315 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset index 5e3d402..1ffe1e6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3d11e38edfabe26e3876c7927d280f83160758ce271df331a43656cad5b9171 -size 34507 +oid sha256:d6616cb5de102068f6c6722885fb0ac6e687ef1c4dbf440596ca7d56b764891d +size 39357 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 5fd30c1..d42677b 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:e3fb5c8c2c54c7f2e7ab20b7998be38922ec4f974ac6181455c7d3b27a1f7053 -size 228685 +oid sha256:2d5c095a63fc9408d387b648f83a494baaaba520521900887eefb6f6d5dca302 +size 229449 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/GN_Instance.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/GN_Instance.uasset new file mode 100644 index 0000000..8fcac72 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/GN_Instance.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3719538d235775ce6b14cf6a8ad08ed28a1a23b0bef08f9a90e8b5fdff357f +size 63536 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/Instances_Blueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/Instances_Blueprint.uasset new file mode 100644 index 0000000..496f20a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/Instances_Blueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754ae815555ab2b6a6734c9bb9573d959c96d3ab6586d68561e7a5a58274bd41 +size 110475 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/MN_Default.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/MN_Default.uasset new file mode 100644 index 0000000..db8a9e7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/MN_Default.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bfdab8e3519e8a1a9eb32642fa97a441abb0701d0e6a46eaf2ce4e0b4b3c18 +size 56073 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/SceneImport_Gluten.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/SceneImport_Gluten.uasset new file mode 100644 index 0000000..8488561 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Molecules/SceneImport_Gluten.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43c2d748dba10bfe761b9acb0f7252278d2b5071de94ca70593673277514763 +size 1555037 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax.uasset index c371f1a..7e31ca0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_1D-MasterParallax.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08c1670e64fe479c07ad2ea0fb2b414a73977bed56e48693ca252284d9e56575 -size 44856 +oid sha256:dae63bf266b32b1020b5e7133bee2294e9859dec68839cb24cfe7eebdd5363a4 +size 49321 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset new file mode 100644 index 0000000..ed4244e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81868bc45b60cbbe5959f64d2467156be4df8a4b70ab517659f5b87980c9e2c +size 14396 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Color.uasset new file mode 100644 index 0000000..3835f96 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9bdf944e1697e692767751bfa247c8eeb4d28d7466fd62be602f0cb64dc432 +size 16789231 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_NormalDX.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_NormalDX.uasset new file mode 100644 index 0000000..b8144a2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_NormalDX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c37bc0b78e98ff20c30b9cb18f7c523c76518db94c62c440368fcd85658421 +size 33566717 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Roughness.uasset new file mode 100644 index 0000000..92593cc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Wallpaper002A_2K-PNG_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1677f20cbe53513e1b5050e2f965579a600c149472dc70959655da5c517d77e2 +size 4206478 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/MI_Carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/MI_Carpet.uasset new file mode 100644 index 0000000..6a9a4b5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/MI_Carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0500c33cfb7429cda4b16a314dc4f883be095df3d6a0381d6d0abee49e58e6 +size 1557 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset new file mode 100644 index 0000000..55a1f01 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113595638baf97723d2b0dcec06c2aea05d3d8038d706965bd035af50889da05 +size 4885 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset new file mode 100644 index 0000000..c78bffb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54792c5054fde088f52877275ed06fdf85f39f5c417bb8cec96ed753442f608 +size 16517 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset new file mode 100644 index 0000000..8069314 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c58e232f91365d91a5b2d09ae93772f80c255e75cd64f7450cbf3c751bd12a +size 6467 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset new file mode 100644 index 0000000..f59c62c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef318a1b599feda1747352565237b61ce2d60a1f8f97beabd05a23cbde3351db +size 50538774 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset new file mode 100644 index 0000000..a4d30f1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b185f6f3b6b162c3377f07c478ea44eac4adea28d22f1fcba472ad1d441ec2 +size 128593 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset new file mode 100644 index 0000000..64df0f8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82010606d484018daa4dca414ae036621892c2be44c27c0ff6df8fd535cab7cc +size 3478857 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset new file mode 100644 index 0000000..29c66df --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9899986df14fa19f57fd5a0873bf590c86f6b5b40991ef950db57579301a4cf6 +size 73756 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset new file mode 100644 index 0000000..153dff5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63ffbc54d1164a3d61a3546bf25f0ff2be1c0af97a75a09736c4e77ffbfc4c7 +size 58582 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..42c6b47 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fefacbc502541057a386b0bc812184a7bad399b293e92a6c63bb376563aac58 +size 25689683 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..dd250d6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd94ddf07ffdedf7a92e965692a18c87bd17a30e39ff53881ec4b7d3ec823a0 +size 87177973 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..6a9f888 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Plane_002_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66cc8d21ef739850d8b91126fe3837ee4535541e3a3aab9cf8072a4f36c85b2 +size 12071554 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset new file mode 100644 index 0000000..5ce0168 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f614fb5218ed5604addc90b1813f67dba64a6e5e7171f207a3e52e5b9962e7 +size 122677 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Tekeh_Bukhara_Carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Tekeh_Bukhara_Carpet.uasset new file mode 100644 index 0000000..ce652a6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Tekeh_Bukhara_Carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f14bfdbab23e4011aa0b3ef406c556b3f373cd6159aaec0e726ae31f621b0e2 +size 1617 From 88b807c68f011cd4c72711a1b292e88624c2c3ee Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 28 Apr 2025 15:40:07 +0200 Subject: [PATCH 64/96] Recover broken Map, Fiddling with Shapekeys for Letter --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 96bf28c..cef020c 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:58d8de23b88f4afd1addd23efca0db513edeb4569b6c7ee4848f0c921fae7117 -size 297 +oid sha256:c14b7475d407e30bc56323bc877462d68ae371f72af3ee6b32ee2050a8d7feb5 +size 598230 From 08a9a5f584250078f2026d84f4043be72cee3c09 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 29 Apr 2025 22:24:26 +0200 Subject: [PATCH 65/96] Tests on Letter and Fix UV on Cab --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Interactibles/Electrical/Generator/BP_Generator.uasset | 4 ++-- .../Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset | 4 ++-- .../Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset | 4 ++-- .../Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset | 4 ++-- .../World/Interactibles/Letters/Letter_1/BP_Letter.uasset | 4 ++-- .../World/Interactibles/Letters/Letter_1/Letter_01.uasset | 4 ++-- .../Interactibles/Letters/Letter_1/Letter_01_1_of_1.uasset | 4 ++-- .../Letters/Letter_1/Letter_01_PhysicsAsset.uasset | 4 ++-- .../World/Static/CustomPrimitives/CubeOriginFrontLeft.uasset | 3 +++ 10 files changed, 21 insertions(+), 18 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/CustomPrimitives/CubeOriginFrontLeft.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index cef020c..9179444 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:c14b7475d407e30bc56323bc877462d68ae371f72af3ee6b32ee2050a8d7feb5 -size 598230 +oid sha256:9faacdb1ea2b87c24a9aa5d52712dbba99fb7741d7fadf196fa6eb748fe0b598 +size 608220 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 6d62b02..7d187ba 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:fa735bc6ed027b42ea9e8cdad0f0d9bcddf37c5da593a8edbe9bb5d79dc27c5d -size 33360 +oid sha256:8b3775c2e5fd2ce7f610fa6612732b551cc0ac839bc7d9e7c4d3a6cee4476148 +size 46325 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset index 925e4df..e50bc5f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:43b5495a191503388a7490ee22581135da760c4148c944d5f3a12690c312744b -size 89324 +oid sha256:989ef4b8dae0dc64846a61c054ffeb14eddb4d6757a08649a8a6964d473a3135 +size 88827 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset index e347e7d..d775dea 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1855f75c3d5ea409e693fe4d329c4ecdb62f29f919c0283b464d87fd962fb9dd -size 100545 +oid sha256:326f82ec92352911714ec4aba35b877157205e4234ab3587d1ff5d70bc514108 +size 100764 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset index de03a71..06fb00f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94eb14c16927cf094bfd1edf89e35c4244f0c30bced48fa2722c7dd8d986252d -size 15315 +oid sha256:889bef67c3d8930c6a5f2ab81b9eb8b55012e9ba92b0bd700e1e0dce337e460a +size 15564 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/BP_Letter.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/BP_Letter.uasset index 4f26d36..e47ac2a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/BP_Letter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/BP_Letter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ce348562b2c47ac402187a23148d479fa68ed61b467e496828644cc53a6869f -size 30872 +oid sha256:0ad4d9d11587f7bae506f78fddba21dbe5be9376852d1af5219ec7e088d4b688 +size 54257 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01.uasset index dd16643..8fe258c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2def9c706398e0ef43b12b53689a7d5e9e4872fa143b0f91f23bb35f0ee128d -size 66083 +oid sha256:ac61e6f22252e298e938b55629614fb8a60a452432c25643c96e2452361af8eb +size 65453 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 b4435f7..d33e5fd 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:bf6e3303df9dfaa954010cb1ee501682001ec7c71f2fd53b3630fdab4c9e1b69 -size 50590 +oid sha256:394a0ca6eb9c0d98982c16ccf914a46e81cacc560022941a1f1da912923fb2f0 +size 50972 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_PhysicsAsset.uasset index d7a094d..18d9912 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08a0a0b737ac79dba40bf68cfeb978c61cd02033429d2f3f8e3d6b4a6c9f3ddc -size 14978 +oid sha256:7983843382e7624d0dcd71bc6795bbc5f19c310189512c14baa0d80b4ad70370 +size 7483 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/CustomPrimitives/CubeOriginFrontLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/CustomPrimitives/CubeOriginFrontLeft.uasset new file mode 100644 index 0000000..7722257 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/CustomPrimitives/CubeOriginFrontLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7590fe694396f3f0052959c492e1f28b8e9011855273a1d49ac1372c209552a1 +size 54662 From 21f1112b8979c21ff057ee74b33114aa1336948c Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 30 Apr 2025 16:00:31 +0200 Subject: [PATCH 66/96] Baking and Texturing things --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Deco/PictureFrame/BP_PictureFrameClarice.uasset | 4 ++-- .../Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset | 4 ++-- .../Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset | 4 ++-- .../Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset | 4 ++-- .../World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset | 4 ++-- .../Interactibles/Furniture/Tables/Table/Furniture3.uasset | 3 +++ .../Tables/Table/MergedBake_Table_PBR_Diffuse.uasset | 3 +++ .../Tables/Table/MergedBake_Table_PBR_Metalness.uasset | 3 +++ .../Furniture/Tables/Table/MergedBake_Table_PBR_Normal.uasset | 3 +++ .../Tables/Table/MergedBake_Table_PBR_Roughness.uasset | 3 +++ .../World/Interactibles/Furniture/Tables/Table/Table.uasset | 3 --- .../Interactibles/Furniture/Tables/Table/Table_001.uasset | 4 ++-- .../Furniture/Tables/Table/wood_table_worn.uasset | 4 ++-- .../Content/World/Materials/Master/M_MaterialAtlas.uasset | 4 ++-- .../Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_Color.uasset | 3 +++ .../Metal061B_2K-PNG_MetallicRoughness.uasset | 3 +++ .../Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_NormalDX.uasset | 3 +++ .../Materials/Wood/Wood10_MR_4K/Wood10_4K_BaseColor.uasset | 3 +++ .../World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Height.uasset | 3 +++ .../World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Normal.uasset | 3 +++ .../Materials/Wood/Wood10_MR_4K/Wood10_4K_Roughness.uasset | 3 +++ 22 files changed, 54 insertions(+), 21 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Furniture3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Metalness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Roughness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_Color.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_MetallicRoughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_NormalDX.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_BaseColor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Height.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Roughness.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 9179444..5765008 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:9faacdb1ea2b87c24a9aa5d52712dbba99fb7741d7fadf196fa6eb748fe0b598 -size 608220 +oid sha256:69bc180462c0814dbbe100903d5d57a789eef9dbc37771073171ebbb936dd7f4 +size 599886 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset index c394479..f604563 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9a0825c950fd2e93d35bb0b82373162ea209d6959121a18dfe379d752b8a912 -size 30166 +oid sha256:144bb53a2b23bdc756971018d2466787d61c81cb3d7f8858eb8ad1d6fb7f211b +size 47060 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset index e50bc5f..cf94667 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:989ef4b8dae0dc64846a61c054ffeb14eddb4d6757a08649a8a6964d473a3135 -size 88827 +oid sha256:107879bebf9f2024316d2bdd00cc979558d935e255c039f8e20fa1bfef0a949e +size 113928 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset index d775dea..7c64b3f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/Cab.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:326f82ec92352911714ec4aba35b877157205e4234ab3587d1ff5d70bc514108 -size 100764 +oid sha256:839a1810a3a4ff617c19c1a42b41bf3d333bca769a4e260f8e4d876367889c14 +size 103705 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset index 06fb00f..8eeb09f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:889bef67c3d8930c6a5f2ab81b9eb8b55012e9ba92b0bd700e1e0dce337e460a -size 15564 +oid sha256:3171c5301373268d78c2a5be30b04559981e9398069bc29a02c84df36b3eaa59 +size 24723 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 d42677b..419440f 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:2d5c095a63fc9408d387b648f83a494baaaba520521900887eefb6f6d5dca302 -size 229449 +oid sha256:e645d6b1313f956391d51fbc2655473e519610342530a29d612cfedd82ea5de2 +size 229427 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Furniture3.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Furniture3.uasset new file mode 100644 index 0000000..55dbda9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Furniture3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70cc052f4bcdd377a26b0c47c4c900dbf4ecb159a2cf05cf7c047a1dc2dcdad0 +size 747013 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Diffuse.uasset new file mode 100644 index 0000000..dc782e3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca26c8d90fd81535b93bdbd8f623a6f41fc05bd4a479c155d13f4494edd3699 +size 22355731 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Metalness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Metalness.uasset new file mode 100644 index 0000000..ebf9dbd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Metalness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e37cb2b0fd0d338ef00ca6af8b092a896536ae3760adacbafc944e33558ff18 +size 277618 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Normal.uasset new file mode 100644 index 0000000..b9ddc40 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4153b6c5691de53ae04f7d36585d66a8b64f8b3b51bd75024aadbf4056075e7e +size 81065585 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Roughness.uasset new file mode 100644 index 0000000..fc12b6a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8208067cea8f062b73c9b5af5c3f9724b70035c7cd013aad04fed026d2da8b1e +size 10499834 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table.uasset deleted file mode 100644 index cff003d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e82cd8690cc3935c8fa3b050dd81be1a5b7e4012be99b140cc2e8e2bbc4ff665 -size 748470 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table_001.uasset index a43f4ff..9f781d9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table_001.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table_001.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:761658ddfed157fc87c2cd2d9abb5193f88c04a45c8191525e7e35b14f26e091 -size 157244 +oid sha256:6ee88dcb6196d602e067246fef6dbba6ea87de519dc6732eef4169ab7eca4816 +size 158441 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/wood_table_worn.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/wood_table_worn.uasset index 5184afc..3ae1836 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/wood_table_worn.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/wood_table_worn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7281911138c841304823b03ead4490e507d02f5d0d434f20086c99b996ea1a31 -size 56127 +oid sha256:955e909c047a4fab715e78452a5cf7fb113d75670c513bcfc6a53e4c62267461 +size 60602 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset index c8014db..42c537a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a837c35453449d585e6b44b073110e6a7d16b96b1a01b30e6ac01a1e2dbc8bec -size 173559 +oid sha256:a2487c83ee7e82d9017643588e11b06f2713ae640be7cacb05c412d7a78d335e +size 204142 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_Color.uasset new file mode 100644 index 0000000..056a718 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1620aa20483b579be94aa09e413d65e58e9601574d8e5893e174c11d3ac484af +size 5372867 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_MetallicRoughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_MetallicRoughness.uasset new file mode 100644 index 0000000..be3c3ab --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_MetallicRoughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74f1088b42462dd37c631e9b5122b373ee7c3f2fdc48662397fc22dcae66e1d +size 1510838 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_NormalDX.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_NormalDX.uasset new file mode 100644 index 0000000..1d55f8c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal061B_2K-PNG/Metal061B_2K-PNG_NormalDX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abffb5bb370641a7108d2dcd76df4c09e8dedf0a557c58e5a9e2b17089e91d7 +size 17419571 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_BaseColor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_BaseColor.uasset new file mode 100644 index 0000000..d120fcd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0960d026a8fa09494f008c02118b34f72484c5fe0172a30460472a7a3d04702 +size 42212447 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Height.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Height.uasset new file mode 100644 index 0000000..9ef1f1b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857ef02d5bf7a00e0beafec2248ea2bbf05bd9b91816be9eddd1bcb8cadce769 +size 14813788 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Normal.uasset new file mode 100644 index 0000000..9daf8a6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ba331314bfe20a4f173e043298682737b8d70754556cfb09e7ca3bd9f2d8ae +size 56082682 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Roughness.uasset new file mode 100644 index 0000000..187bd25 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood10_MR_4K/Wood10_4K_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df67728980b4168bf6d538b5129f517bbf9179cb3270f098e05ae021b5e7007 +size 11483864 From 9892f5869c8eafec7ac9292f39dbea1b13bdf122 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 8 May 2025 12:29:14 +0200 Subject: [PATCH 67/96] Worldbuilding --- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.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 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Misc/Examples/DrawerBase/DrawerBaseActor.uasset | 4 ++-- .../Furniture/Chairs/Chair1/BP_PhysicsChair.uasset | 4 ++-- .../World/Interactibles/Furniture/Chairs/Chair1/Chair.uasset | 4 ++-- .../Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset | 4 ++-- .../World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset | 4 ++-- .../Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset | 4 ++-- .../Furniture/Tables/KitchenTable/KitchenTable.uasset | 4 ++-- .../Furniture/Tables/KitchenTable/Material_003.uasset | 4 ++-- .../Tables/KitchenTable/MergedBake_Bake1_PBR_Diffuse.uasset | 4 ++-- .../Tables/KitchenTable/MergedBake_Bake1_PBR_Normal.uasset | 4 ++-- .../Tables/KitchenTable/MergedBake_Bake1_PBR_Roughness.uasset | 4 ++-- .../Furniture/Tables/Table/BP_RoundedTable.uasset | 3 +++ .../Interactibles/Furniture/Tables/Table/Furniture3.uasset | 3 --- .../Interactibles/Furniture/Tables/Table/Material_006.uasset | 3 +++ .../Tables/Table/MergedBake_Table_PBR_Diffuse.uasset | 3 --- .../Tables/Table/MergedBake_Table_PBR_Diffuse_nonVT.uasset | 3 +++ ..._PBR_Metalness-MergedBake_Table_PBR_Roughness_nonVT.uasset | 3 +++ .../Tables/Table/MergedBake_Table_PBR_Metalness.uasset | 3 --- .../Furniture/Tables/Table/MergedBake_Table_PBR_Normal.uasset | 3 --- .../Tables/Table/MergedBake_Table_PBR_Normal_nonVT.uasset | 3 +++ .../Tables/Table/MergedBake_Table_PBR_Roughness.uasset | 3 --- .../Furniture/Tables/Table/S_RoundTable_Drawer.uasset | 3 +++ .../Furniture/Tables/Table/S_RoundedTable.uasset | 3 +++ .../Interactibles/Furniture/Tables/Table/Table_001.uasset | 3 --- .../Furniture/Tables/Table/wood_table_worn.uasset | 3 --- .../World/Interactibles/Letters/Letter_1/BP_Letter.uasset | 4 ++-- .../Interactibles/Letters/Letter_1/Letter_01_1_of_1.uasset | 4 ++-- .../Letters/Letter_1/Letter_01_1_of_1__2_.uasset | 3 +++ .../Flower_Power_Vintage_Wallpaper_baseColor.uasset | 3 +++ .../Wallpaper_1/Flower_Power_Vintage_Wallpaper_mask.uasset | 3 +++ .../Wallpaper_1/Flower_Power_Vintage_Wallpaper_normal.uasset | 3 +++ .../Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset | 4 ++-- .../Materials/Wallpaper/Wallpaper_1/MI_Wallpaper2.uasset | 3 +++ .../World/Materials/Wood/Wood062/Wood062_4K-PNG_Color.uasset | 3 +++ .../Materials/Wood/Wood062/Wood062_4K-PNG_NormalDX.uasset | 3 +++ .../Materials/Wood/Wood062/Wood062_4K-PNG_Roughness.uasset | 3 +++ .../Content/World/Static/Furniture/Furniture2.uasset | 3 +++ .../Content/World/Static/Furniture/Shelf01/Furniture2.uasset | 3 +++ .../Content/World/Static/Furniture/Shelf01/Shelf_01.uasset | 3 +++ .../World/Static/Furniture/Shelf01/Shelf_01_diff_4k.uasset | 3 +++ .../Static/Furniture/Shelf01/Shelf_01_diff_4k_nonVT.uasset | 3 +++ .../Shelf01/Shelf_01_metallic_4k-Shelf_01_roughness_4k.uasset | 3 +++ .../Shelf_01_metallic_4k-Shelf_01_roughness_4k_nonVT.uasset | 3 +++ .../World/Static/Furniture/Shelf01/Shelf_01_nor_gl_4k.uasset | 3 +++ .../Static/Furniture/Shelf01/Shelf_01_nor_gl_4k_nonVT.uasset | 3 +++ .../StorageShelf/MergedBake_StorageShelf_PBR_Diffuse.uasset | 3 +++ .../MergedBake_StorageShelf_PBR_Diffuse_nonVT.uasset | 3 +++ .../StorageShelf/MergedBake_StorageShelf_PBR_Mat.uasset | 3 +++ ...PBR_Metalness-MergedBake_StorageShelf_PBR_Roughness.uasset | 3 +++ ...Metalness-MergedBake_StorageShelf_PBR_Roughness_Mat.uasset | 3 +++ ...talness-MergedBake_StorageShelf_PBR_Roughness_nonVT.uasset | 3 +++ .../StorageShelf/MergedBake_StorageShelf_PBR_Normal.uasset | 3 +++ .../MergedBake_StorageShelf_PBR_Normal_nonVT.uasset | 3 +++ .../Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset | 4 ++-- .../Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset | 4 ++-- .../Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset | 4 ++-- .../World/Static/Stairs/Rugs/Rug_1/Material_001.uasset | 4 ++-- 64 files changed, 146 insertions(+), 71 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/BP_RoundedTable.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Furniture3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Material_006.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Diffuse_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Metalness-MergedBake_Table_PBR_Roughness_nonVT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Metalness.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Normal_nonVT.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/S_RoundTable_Drawer.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/S_RoundedTable.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table_001.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/wood_table_worn.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_1_of_1__2_.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Flower_Power_Vintage_Wallpaper_baseColor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Flower_Power_Vintage_Wallpaper_mask.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Flower_Power_Vintage_Wallpaper_normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood062/Wood062_4K-PNG_Color.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood062/Wood062_4K-PNG_NormalDX.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood062/Wood062_4K-PNG_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Furniture2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Furniture2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_diff_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_diff_4k_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_metallic_4k-Shelf_01_roughness_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_metallic_4k-Shelf_01_roughness_4k_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_nor_gl_4k.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_nor_gl_4k_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Diffuse_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Mat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Metalness-MergedBake_StorageShelf_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Metalness-MergedBake_StorageShelf_PBR_Roughness_Mat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Metalness-MergedBake_StorageShelf_PBR_Roughness_nonVT.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Normal_nonVT.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 42b36b3..1c596af 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:9653bca215356aa9b6abec7348ed245f9058b9be84ff572577307e8bb6c25946 -size 320739 +oid sha256:190b355949d3bc7f6c4a57e7f98232db4a9ddac47eba9d1ba4a1347072b32d18 +size 323885 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 22670f6..309208d 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:9c01e077a60cfbf1fe2eb5e3c68c995851c4cab880349df7be82febd37484ba9 -size 356713 +oid sha256:8a67b2468a35c7ec8b3843338fb130c2c9595ddcd5489dba780964f8f07f2ff9 +size 377885 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 5765008..27bcfc9 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:69bc180462c0814dbbe100903d5d57a789eef9dbc37771073171ebbb936dd7f4 -size 599886 +oid sha256:c263e95ff8aa91a11032b6bdd5384188c27a09c040e55b1a4a76e1896e27b8e5 +size 606007 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap index 7381ecb..c093fd5 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:b1df340981b44d6e1ba8bd929ad97b8910e212a1e3c51b00f5fa491228ac0bc8 -size 6832 +oid sha256:4de2b31057968ab2b690cacac28f5da172c4a7d2c46a2d2c254d16b4685cd439 +size 9257 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 0e3b122..d7c4870 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:eb310e341e98fc1c1e39722185a128d80cd97d121fc5809c0806e049154f8c9e -size 52433 +oid sha256:0d9f1636cc07074a84e01522fdc2a119f0b370aa548d74e454683260f37e7eb1 +size 54438 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 0d41204..9dfc5e1 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:fd74bd564bd84f07d3d8dc9285e3bdd93e3171d02b96e2061b3017ce51981255 -size 1613017 +oid sha256:c5eab2a9b4100759cd86c10c196e495bb75f6c988867fc600bde368d1e8e269d +size 1616181 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index b7b066d..5af439a 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:cf80cb95023386b16ee12244f3df59e14738ba9345cabac2d6fb428d7d947325 -size 129886 +oid sha256:7940d7ba3df039310e9a1ded0a08a7de2da0ba67acb281e1439f0cc7228d53fa +size 132180 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/DrawerBaseActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/DrawerBaseActor.uasset index e825b06..19e3489 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/DrawerBaseActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/DrawerBaseActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4248f574809b923e766bbacf1efcb471897cbb0732341274a3a74c011f2d4a10 -size 78929 +oid sha256:02db36bb14741a8159d2360d7903609bf46b1197533d2cd1b3b23501dd51c345 +size 79461 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/BP_PhysicsChair.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/BP_PhysicsChair.uasset index b918c1b..32a0656 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/BP_PhysicsChair.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/BP_PhysicsChair.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:15db729504b9ef9b4c6a8c07e0a52444c18f093e8f9cdce9d56d3f42cb44a507 -size 41863 +oid sha256:15fc9acbd2143fec3c70345625760f129bf954219048fc90c534ea71ec9fff46 +size 39702 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/Chair.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/Chair.uasset index 8b6bcae..e693f93 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/Chair.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/Chair.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c1821488d931a53da20d3c0edb465c0e2536c72bdbc677abb38484cd0298d31 -size 126576 +oid sha256:cc5a98a665dd05f105218cb6f8659ebd5241ad25d8b7d792d18e7ecc4ef452b2 +size 113950 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset index 84d62fc..c7c65db 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Chairs/Chair1/painted_wooden_chair_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a23be8f6b670ec871424b7c4d6baa6d0acf1a3ab2e9eb338a07435f49e2ecaae -size 61158 +oid sha256:511e1783556469bdd20aac67909cfd19a9a0eb0b56acdab618ae8b3624f29bf6 +size 63276 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 419440f..a965466 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:e645d6b1313f956391d51fbc2655473e519610342530a29d612cfedd82ea5de2 -size 229427 +oid sha256:b37894731dbfcea4290ae3e6a224a268b37f800ebcdcd1649a081b51209ba702 +size 229879 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset index c28ccce..e7dc4ce 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62dd1b229d415702d7fa8b6d605ae5249b7e01f22009cc56a73ca473828c77e0 -size 23446 +oid sha256:e709128c36a5f57b3d4290a9a5c58675acf24a6896036f732b01661df63ee0e5 +size 25213 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/KitchenTable.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/KitchenTable.uasset index fb81f9e..2fe3c66 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/KitchenTable.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/KitchenTable.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:273a806403f2c0e268b4afd472138050aae1578a24da1ac50074edc6a71d5007 -size 93107 +oid sha256:0ac2fbeda98a7783f4a37289e0462235e00667ec0aae517cb58c3e05d94e3334 +size 98026 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/Material_003.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/Material_003.uasset index 37889da..50bd665 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/Material_003.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/Material_003.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:199f2206172a2b3237ab1f4c0986b4fb1a44d65968fa6cc41f016f559eb3ce99 -size 57818 +oid sha256:190b955cde8d60c628bd4e278de8f279476f7d03f24cc8364727ab464440188f +size 57050 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Diffuse.uasset index fc2ed62..756dfbf 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Diffuse.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Diffuse.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aab6ee32fd09c414f70cda60300b52f2dc9cae9f380c562fffedb57b1fb64bab -size 35584142 +oid sha256:97804b95b4617505fc84d85b9a38ff16097da8348b2315b225d0ab72481c7d2f +size 134233969 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Normal.uasset index d7f8ac2..e35dc7c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Normal.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Normal.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4116bccab3bc7ebdf4bd70fde813758e050ad2da593347a4cbf3546e6342965d -size 22170644 +oid sha256:7901d4d51b6f936e44c303abd2a8173a04dab308eedaab0967085357e3be7019 +size 134232303 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Roughness.uasset index 39dd21b..e939a3f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Roughness.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/KitchenTable/MergedBake_Bake1_PBR_Roughness.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d2db1e91b784f81471237ea5c1ccad6c1b66378bae1a54269e561acb8475bca -size 16344099 +oid sha256:3620a0acaf89e1ae62b8d7a1025d1090af809c7a3eb28e3aa2d5ebcb317056a5 +size 33568699 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/BP_RoundedTable.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/BP_RoundedTable.uasset new file mode 100644 index 0000000..e9d9b42 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/BP_RoundedTable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82061b7fecc3cf71c7211f374818cbf54a36a131508c593e6487853d5522b71a +size 33999 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Furniture3.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Furniture3.uasset deleted file mode 100644 index 55dbda9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Furniture3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70cc052f4bcdd377a26b0c47c4c900dbf4ecb159a2cf05cf7c047a1dc2dcdad0 -size 747013 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Material_006.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Material_006.uasset new file mode 100644 index 0000000..43a5287 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Material_006.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef307946983bb16eeafccadd38c7093ec8bc4bb213f4523a5f40efe398f120e +size 63637 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Diffuse.uasset deleted file mode 100644 index dc782e3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Diffuse.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ca26c8d90fd81535b93bdbd8f623a6f41fc05bd4a479c155d13f4494edd3699 -size 22355731 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Diffuse_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Diffuse_nonVT.uasset new file mode 100644 index 0000000..80cd88c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Diffuse_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27381146935c72c1907e5046cf05be87a845515b079e90926203e3fa38883e97 +size 22393238 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Metalness-MergedBake_Table_PBR_Roughness_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Metalness-MergedBake_Table_PBR_Roughness_nonVT.uasset new file mode 100644 index 0000000..85c0e9b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Metalness-MergedBake_Table_PBR_Roughness_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f7f636c23f227403c4749333e328519c1f7d1d516cc33bd7b388d00e1761ec +size 10828456 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Metalness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Metalness.uasset deleted file mode 100644 index ebf9dbd..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Metalness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e37cb2b0fd0d338ef00ca6af8b092a896536ae3760adacbafc944e33558ff18 -size 277618 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Normal.uasset deleted file mode 100644 index b9ddc40..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4153b6c5691de53ae04f7d36585d66a8b64f8b3b51bd75024aadbf4056075e7e -size 81065585 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Normal_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Normal_nonVT.uasset new file mode 100644 index 0000000..3c832cc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Normal_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f587df1f7ee8fc925b7a4349f1bb4cd93051ee7d8bb2babda551e8e8bda759a2 +size 81099981 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Roughness.uasset deleted file mode 100644 index fc12b6a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/MergedBake_Table_PBR_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8208067cea8f062b73c9b5af5c3f9724b70035c7cd013aad04fed026d2da8b1e -size 10499834 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/S_RoundTable_Drawer.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/S_RoundTable_Drawer.uasset new file mode 100644 index 0000000..d9f287b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/S_RoundTable_Drawer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3afb62ba1ba98fe20f00f489288e1b7427bbf54a826d04f6c6a1f17ae46c8847 +size 128747 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/S_RoundedTable.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/S_RoundedTable.uasset new file mode 100644 index 0000000..431d60f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/S_RoundedTable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9658546f38c96114485a5e3324a6973d792a71f8ce3d8de29b9b4bd3eb82e2c6 +size 531123 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table_001.uasset deleted file mode 100644 index 9f781d9..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/Table_001.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ee88dcb6196d602e067246fef6dbba6ea87de519dc6732eef4169ab7eca4816 -size 158441 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/wood_table_worn.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/wood_table_worn.uasset deleted file mode 100644 index 3ae1836..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/wood_table_worn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:955e909c047a4fab715e78452a5cf7fb113d75670c513bcfc6a53e4c62267461 -size 60602 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/BP_Letter.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/BP_Letter.uasset index e47ac2a..83ce7d8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/BP_Letter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/BP_Letter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ad4d9d11587f7bae506f78fddba21dbe5be9376852d1af5219ec7e088d4b688 -size 54257 +oid sha256:271baf8660f51f2d2d9008b305db72be95d810ba288c1d1fbaffab03f0ce0ba7 +size 64178 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 d33e5fd..bc83a26 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:394a0ca6eb9c0d98982c16ccf914a46e81cacc560022941a1f1da912923fb2f0 -size 50972 +oid sha256:9e0788c5bf4617fc80cb13236feb78b8b49dae7616931228fabb1454dc8d3ce3 +size 54872 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_1_of_1__2_.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_1_of_1__2_.uasset new file mode 100644 index 0000000..a052422 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_1_of_1__2_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea582008417856aad6785e2f4e3177878a5bb7c433e709a9276fcdd7117ef90 +size 232248 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Flower_Power_Vintage_Wallpaper_baseColor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Flower_Power_Vintage_Wallpaper_baseColor.uasset new file mode 100644 index 0000000..8b33799 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Flower_Power_Vintage_Wallpaper_baseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2dffae28157ff96ec427a96c85864634b319e7b05d50a477b26b1224fbabac3 +size 16811594 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Flower_Power_Vintage_Wallpaper_mask.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Flower_Power_Vintage_Wallpaper_mask.uasset new file mode 100644 index 0000000..02ce91c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Flower_Power_Vintage_Wallpaper_mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c05b36ad2c374be06828e0d6c85012cc32a1836dee04667318fd1f07079def2 +size 16793298 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Flower_Power_Vintage_Wallpaper_normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Flower_Power_Vintage_Wallpaper_normal.uasset new file mode 100644 index 0000000..2c3ba02 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/Flower_Power_Vintage_Wallpaper_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac94d28c803d21bfa6bb9f457a628a46a2da79da120e818f8774ea3771fb973 +size 16789912 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset index ed4244e..93d0f81 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d81868bc45b60cbbe5959f64d2467156be4df8a4b70ab517659f5b87980c9e2c -size 14396 +oid sha256:a62ecd7ee6672b4ce2c543c46863010cdcaaba8298e8694901303f5b09d204a8 +size 14408 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper2.uasset new file mode 100644 index 0000000..ffab751 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wallpaper/Wallpaper_1/MI_Wallpaper2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85eb5b5de73cd39547a22377933a12e7cb17231f51709d4600bb859696ef16bb +size 21869 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood062/Wood062_4K-PNG_Color.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood062/Wood062_4K-PNG_Color.uasset new file mode 100644 index 0000000..995d60b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood062/Wood062_4K-PNG_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3531d9328a9553fd901dea815201dc83c9f1c4d51b27f490d866f690fe6a9e +size 67126715 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood062/Wood062_4K-PNG_NormalDX.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood062/Wood062_4K-PNG_NormalDX.uasset new file mode 100644 index 0000000..1d8ce64 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood062/Wood062_4K-PNG_NormalDX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b68d0d6ac4d65aee9b2067908ea0a1599ab59ade51ecd0c8f529205b1fdf411 +size 134237086 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood062/Wood062_4K-PNG_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood062/Wood062_4K-PNG_Roughness.uasset new file mode 100644 index 0000000..dfa1c71 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood062/Wood062_4K-PNG_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3e82b69f70e1f90af205a78e62e867677c368c20fe190ee5139b8de7ce2f4a +size 16794538 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Furniture2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Furniture2.uasset new file mode 100644 index 0000000..0dadfa0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Furniture2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fb4c35f1796b09d46de9e5584b1d09febb627840f50bb9001d50fb779e6249 +size 1531 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Furniture2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Furniture2.uasset new file mode 100644 index 0000000..6df6ee0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Furniture2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81614dafe7ec198d038cb4bfcbcd0e550f1d0d2b096e74fe545b798c44c67543 +size 68126 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01.uasset new file mode 100644 index 0000000..cd36f79 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8db114df8d10c9e0b77e7a98e49db9a3dc785ad61337a5384026a9f13d85eb +size 59581 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_diff_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_diff_4k.uasset new file mode 100644 index 0000000..87f61ef --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_diff_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ff19821320e4ffeb4c6871a34f343c5a03b0c8cdd214f4811aa6ef28b182b4 +size 11316454 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_diff_4k_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_diff_4k_nonVT.uasset new file mode 100644 index 0000000..9edfaf1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_diff_4k_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf018acf3d5a72542a9c5802b16b69c3a21e3e2187bdddc33062def9d2161ae2 +size 11318129 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_metallic_4k-Shelf_01_roughness_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_metallic_4k-Shelf_01_roughness_4k.uasset new file mode 100644 index 0000000..a6a6b54 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_metallic_4k-Shelf_01_roughness_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cabe85bc41f5a5f1decdd272f53b0d9dd1203fecc5a904133fb0e95f45c7876 +size 12831899 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_metallic_4k-Shelf_01_roughness_4k_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_metallic_4k-Shelf_01_roughness_4k_nonVT.uasset new file mode 100644 index 0000000..5bf0216 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_metallic_4k-Shelf_01_roughness_4k_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb81db1cc956624d8680b1908d60a3b004ece117ff2445ae4da56fb6ba6948d +size 12832725 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_nor_gl_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_nor_gl_4k.uasset new file mode 100644 index 0000000..f33bdf2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_nor_gl_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3a1e80ef1e1b2f4c102a1a85bbfc7599a12c4b8d31696dedc6b4efb6022294 +size 69331086 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_nor_gl_4k_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_nor_gl_4k_nonVT.uasset new file mode 100644 index 0000000..8a144f4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01_nor_gl_4k_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b5452e3ce5d18c6da72c76b492b193e96dcd6eb6429b603a5c6ad017152f87 +size 69332353 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 new file mode 100644 index 0000000..75f5e8a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +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_Diffuse_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Diffuse_nonVT.uasset new file mode 100644 index 0000000..07952c5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Diffuse_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db27fad3208b29a0cd456e853dd19fa0c4a1c89ea39a7ee126ebf18c78599c3b +size 29683794 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 new file mode 100644 index 0000000..98cf9b0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f89f8a6050b9aac4cc37fab98bc70c753c7a9c81a45e4e28fbf2ea4cb7c0a34 +size 13513 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Metalness-MergedBake_StorageShelf_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Metalness-MergedBake_StorageShelf_PBR_Roughness.uasset new file mode 100644 index 0000000..1ead1a3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Metalness-MergedBake_StorageShelf_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49103fc68b3d431ed6127d503283985980fa722eb2017eb6add204cfaaec8f82 +size 16518021 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Metalness-MergedBake_StorageShelf_PBR_Roughness_Mat.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Metalness-MergedBake_StorageShelf_PBR_Roughness_Mat.uasset new file mode 100644 index 0000000..f73db64 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Metalness-MergedBake_StorageShelf_PBR_Roughness_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e27514ffefefebd15c9842eb0c8c75fdc890563e815bb68311a4c7fb378340 +size 12800 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Metalness-MergedBake_StorageShelf_PBR_Roughness_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Metalness-MergedBake_StorageShelf_PBR_Roughness_nonVT.uasset new file mode 100644 index 0000000..858645c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Metalness-MergedBake_StorageShelf_PBR_Roughness_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acdbdfba838d8880176a061a55c9e5d91b69308878cb283be07bedb869b5e640 +size 16518194 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 new file mode 100644 index 0000000..b940e80 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc10b86fa5b38daf99d60307da5fef65d72b22e6f4bccab73506c8edf1a0cda +size 77890804 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Normal_nonVT.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Normal_nonVT.uasset new file mode 100644 index 0000000..5896105 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Normal_nonVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a85338fb08aaf34dbfd072f09b7da422629af91806e7f99c5eb564d12d665b5 +size 77890977 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset index c78bffb..a197cb0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a54792c5054fde088f52877275ed06fdf85f39f5c417bb8cec96ed753442f608 -size 16517 +oid sha256:f702c18a5b179f3aee3f1861379632b1f59ed4442a99c062bb87f22698534b8b +size 16524 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset index a4d30f1..f985ff8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86b185f6f3b6b162c3377f07c478ea44eac4adea28d22f1fcba472ad1d441ec2 -size 128593 +oid sha256:1fb2899ae954161fb513a82cc8cf13567200a12773fad08c54cc16c1b1cf85fc +size 128972 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset index 29c66df..03444b1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9899986df14fa19f57fd5a0873bf590c86f6b5b40991ef950db57579301a4cf6 -size 73756 +oid sha256:fb91b34e960b33827ea7d25232dd75edcfb49e14af96b763ffcd4349502ce1fe +size 73823 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset index 153dff5..d365cab 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a63ffbc54d1164a3d61a3546bf25f0ff2be1c0af97a75a09736c4e77ffbfc4c7 -size 58582 +oid sha256:e52d951cea09dd4556fcb3229311d7d6265c1613ca2204dd82fce86fae341c34 +size 58771 From 559731a842d55011eb4a0091ec1beff028fac828 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 8 May 2025 15:57:00 +0200 Subject: [PATCH 68/96] Restructuring into CSV --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/MidiEventStruct.uasset | 3 +++ .../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, 15 insertions(+), 9 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MidiEventStruct.uasset create 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 a456854..edf2536 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:1c4cd0571a4189e175dd225698448dbe094884ccd7fc1045969a1d203842acf2 -size 853631 +oid sha256:afdd12d1f567393244b604e9432ca80013ba0bf96ed6665341d71a14a66acb7b +size 894513 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 1c596af..c46e0ea 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:190b355949d3bc7f6c4a57e7f98232db4a9ddac47eba9d1ba4a1347072b32d18 -size 323885 +oid sha256:f18a620176b563a705a21e7ebf18364a4075689a9a3f8469876f2c01c92e6167 +size 365979 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 309208d..33b5eea 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:8a67b2468a35c7ec8b3843338fb130c2c9595ddcd5489dba780964f8f07f2ff9 -size 377885 +oid sha256:17df7eb98167ee247a9988e7833059254aff8207ac7547a390e1cfd085d791e7 +size 386877 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MidiEventStruct.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MidiEventStruct.uasset new file mode 100644 index 0000000..b883aa1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MidiEventStruct.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65679b72e7631a10c9a58b4fc196bfe994da3d0057be695762c36838257148f +size 4988 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 d909449..daf1897 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:8c298c1e3e2f277a44d5416606da1026f6605aa330e3c34525278c4ec48e0f91 -size 4574 +oid sha256:6a177b427b765d8823ed923f020062ed3bb389e7c5db73adbd81ec1218089cfc +size 4563 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/asd.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/asd.uasset new file mode 100644 index 0000000..5f4b68f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/asd.uasset @@ -0,0 +1,3 @@ +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 d7c4870..cb5e86d 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:0d9f1636cc07074a84e01522fdc2a119f0b370aa548d74e454683260f37e7eb1 +oid sha256:5d1e8cea61949721884e83f8535599a7b50f1576c1a419eb1104397a7f137ac0 size 54438 From c6e2c203aae1d551de65803b107eeb7b05792a11 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 9 May 2025 14:52:47 +0200 Subject: [PATCH 69/96] 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 70/96] 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 71/96] 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 72/96] 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 73/96] 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 74/96] 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 75/96] 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 76/96] 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 77/96] 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 78/96] 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 79/96] 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 80/96] 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 81/96] 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 82/96] 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 83/96] 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 84/96] 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 85/96] 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 86/96] 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 87/96] 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 88/96] 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 89/96] 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 90/96] 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 91/96] 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 92/96] 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 93/96] 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 94/96] 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 95/96] 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 96/96] 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": [