diff --git a/Assets/UI/UI_Bar_Fill.png b/Assets/UI/UI_Bar_Fill.png new file mode 100644 index 00000000..11f19b95 --- /dev/null +++ b/Assets/UI/UI_Bar_Fill.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ee098dda8de99c8f10705e2aca1d4d142a91e028a5ca86d1c90acb3bb78fda +size 3158 diff --git a/Assets/UI/UI_Bar_Outline.png b/Assets/UI/UI_Bar_Outline.png new file mode 100644 index 00000000..bc4600c5 --- /dev/null +++ b/Assets/UI/UI_Bar_Outline.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc8bc9b68a6b62c5f7db980c09b1b5ce2a320e44a7939a6fc4aa09b445b8cda +size 3138 diff --git a/EndlessVendetta/Config/DefaultEngine.ini b/EndlessVendetta/Config/DefaultEngine.ini index 485676c4..5a90c34b 100644 --- a/EndlessVendetta/Config/DefaultEngine.ini +++ b/EndlessVendetta/Config/DefaultEngine.ini @@ -60,7 +60,7 @@ +CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") [/Script/EngineSettings.GameMapsSettings] -EditorStartupMap=/Game/Levels/MainMenuLevel.MainMenuLevel +EditorStartupMap=/Game/Levels/OpenWorldRework.OpenWorldRework LocalMapOptions= TransitionMap=None bUseSplitscreen=True @@ -85,6 +85,11 @@ r.Shadow.Virtual.Enable=1 r.DefaultFeature.AutoExposure=False r.DefaultFeature.AutoExposure.Method=1 r.DefaultFeature.AutoExposure.Bias=1.000000 +r.GPUSkin.Support16BitBoneIndex=True +r.GPUSkin.UnlimitedBoneInfluences=True +r.SkinCache.CompileShaders=True +r.SkinCache.DefaultBehavior=0 +SkeletalMesh.UseExperimentalChunking=1 [/Script/WindowsTargetPlatform.WindowsTargetSettings] DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 @@ -145,14 +150,18 @@ ConnectionType=USBOnly bUseManualIPAddress=False ManualIPAddress= - [CoreRedirects] +PropertyRedirects=(OldName="/Script/EndlessVendetta.BaseWeaponClass.player",NewName="/Script/EndlessVendetta.BaseWeaponClass.playerInWorld") [/Script/NavigationSystem.RecastNavMesh] -AgentMaxStepHeight=73.434059 -AgentMaxSlope=64.648003 +AgentMaxStepHeight=45.929649 +AgentMaxSlope=45.053085 +CellSize=10.000000 +RuntimeGeneration=Dynamic [/Script/WorldPartitionEditor.WorldPartitionEditorSettings] CommandletClass=/Script/CoreUObject.Class'/Script/UnrealEd.WorldPartitionConvertCommandlet' +[ConsoleVariables] +fx.Niagara.ForceLastTickGroup=1 + diff --git a/EndlessVendetta/Content/AI/BP_RestrictedZone.uasset b/EndlessVendetta/Content/AI/BP_RestrictedZone.uasset new file mode 100644 index 00000000..35bda6ad --- /dev/null +++ b/EndlessVendetta/Content/AI/BP_RestrictedZone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c89b6b00736d4a261b5fc9892934a451a08ca2b0c699e021e53aca0e99f1cca +size 20394 diff --git a/EndlessVendetta/Content/AI/Companion/Generic/EQS_FindCoverNearPlayer.uasset b/EndlessVendetta/Content/AI/Companion/Generic/EQS_FindCoverNearPlayer.uasset index 6f4e7c66..9af2678a 100644 --- a/EndlessVendetta/Content/AI/Companion/Generic/EQS_FindCoverNearPlayer.uasset +++ b/EndlessVendetta/Content/AI/Companion/Generic/EQS_FindCoverNearPlayer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c7b6be5f989ea63aac50260d68dd846abb7a4a421a8d3fa81d193204c6514c68 -size 24886 +oid sha256:8776a3789ea0d6ae6a8311ad59af24bf03401c0d7953ff9c1db7ce28fb269c62 +size 24894 diff --git a/EndlessVendetta/Content/AI/EQS/EQSB_Enemy.uasset b/EndlessVendetta/Content/AI/EQS/EQSB_Enemy.uasset new file mode 100644 index 00000000..609ab52d --- /dev/null +++ b/EndlessVendetta/Content/AI/EQS/EQSB_Enemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf84f961942cc722bca2eb99f1c78a982283b63cd0f6920c46dc3dbc50a6a2c8 +size 18272 diff --git a/EndlessVendetta/Content/AI/EQS/EQSB_Player.uasset b/EndlessVendetta/Content/AI/EQS/EQSB_Player.uasset new file mode 100644 index 00000000..7b4ba4ce --- /dev/null +++ b/EndlessVendetta/Content/AI/EQS/EQSB_Player.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d9be0b0a4180ce655ae53deef1df476efb9e081f0f2b8f42a44266c4f796d9 +size 16941 diff --git a/EndlessVendetta/Content/AI/EQS/EQS_Test.uasset b/EndlessVendetta/Content/AI/EQS/EQS_Test.uasset new file mode 100644 index 00000000..9c14c8ff --- /dev/null +++ b/EndlessVendetta/Content/AI/EQS/EQS_Test.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca133e3dc162336ae9df7be6648c5601ffcf7ace12ef68120139014ea877fe5 +size 23254 diff --git a/EndlessVendetta/Content/AI/EQSB_Enemy.uasset b/EndlessVendetta/Content/AI/EQSB_Enemy.uasset deleted file mode 100644 index 39744dd3..00000000 --- a/EndlessVendetta/Content/AI/EQSB_Enemy.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9fafb5ea724311d8a706eb8f12493e004ab343735895a80be1811e2caa95f64 -size 18966 diff --git a/EndlessVendetta/Content/AI/EQSB_Player.uasset b/EndlessVendetta/Content/AI/EQSB_Player.uasset deleted file mode 100644 index 65abdba4..00000000 --- a/EndlessVendetta/Content/AI/EQSB_Player.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92ebb9e1566806ef68b6d274fa0a1ebd629b71d24c87c36024db0720213cdc8b -size 17638 diff --git a/EndlessVendetta/Content/AI/EQS_Test.uasset b/EndlessVendetta/Content/AI/EQS_Test.uasset deleted file mode 100644 index d6184a2f..00000000 --- a/EndlessVendetta/Content/AI/EQS_Test.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d7fcae1638292db5530edb7c1a864ecfedc45f339b8bbf85f86a78754f1ac4a -size 24150 diff --git a/EndlessVendetta/Content/AI/Enemy/Basic/BB_BasicEnemy.uasset b/EndlessVendetta/Content/AI/Enemy/Basic/BB_BasicEnemy.uasset index 6d6bc456..95232d5a 100644 --- a/EndlessVendetta/Content/AI/Enemy/Basic/BB_BasicEnemy.uasset +++ b/EndlessVendetta/Content/AI/Enemy/Basic/BB_BasicEnemy.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1aff4919ba640ff5f41aabd18e3f45977e9d63d434f7e93cdab5d84b3b7df8f6 -size 6288 +oid sha256:ae9dfbea15f5153c414b37908abba881d284122cc7084c860c337a10bbe56072 +size 6944 diff --git a/EndlessVendetta/Content/AI/Enemy/Basic/BP_BasicEnemyCharacter.uasset b/EndlessVendetta/Content/AI/Enemy/Basic/BP_BasicEnemyCharacter.uasset index 1d2734e4..8fa26b1c 100644 --- a/EndlessVendetta/Content/AI/Enemy/Basic/BP_BasicEnemyCharacter.uasset +++ b/EndlessVendetta/Content/AI/Enemy/Basic/BP_BasicEnemyCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bbfb60916a9c0c6eb0b0c22c4fbf890ea502ce090da3c24aff038297078ef9b8 -size 86630 +oid sha256:e89d7a0fe15df57fc1fb57af25a3d5914691c156f56d867080dee8f647223808 +size 87164 diff --git a/EndlessVendetta/Content/AI/Enemy/Basic/BP_BasicEnemyCharacterSwat.uasset b/EndlessVendetta/Content/AI/Enemy/Basic/BP_BasicEnemyCharacterSwat.uasset index eb9f276c..361d0d40 100644 --- a/EndlessVendetta/Content/AI/Enemy/Basic/BP_BasicEnemyCharacterSwat.uasset +++ b/EndlessVendetta/Content/AI/Enemy/Basic/BP_BasicEnemyCharacterSwat.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c46611621707c4a12a15374d5b4a710de5b654a57e18db1c3ebdf9f2fdabe83 -size 143601 +oid sha256:d35b41342c9550d5e5b4956552eb99ff17a3f4f2eed7857336d19966d87d99cb +size 184178 diff --git a/EndlessVendetta/Content/AI/Enemy/Basic/BT_BasicEnemy.uasset b/EndlessVendetta/Content/AI/Enemy/Basic/BT_BasicEnemy.uasset index 9ddd83e0..cdcb890d 100644 --- a/EndlessVendetta/Content/AI/Enemy/Basic/BT_BasicEnemy.uasset +++ b/EndlessVendetta/Content/AI/Enemy/Basic/BT_BasicEnemy.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e152b325e7a8c2268e1ac61c3cfe36fcfdab25d46a299ef5f59643cae7719111 -size 73732 +oid sha256:0476e9712ee5e2767e2a60ae4bfdf21ca085b391c0215095f4981c8b785c07b1 +size 78165 diff --git a/EndlessVendetta/Content/AI/Enemy/Basic/EQS_EnemyFindCover.uasset b/EndlessVendetta/Content/AI/Enemy/Basic/EQS_EnemyFindCover.uasset index ae3f1455..86502860 100644 --- a/EndlessVendetta/Content/AI/Enemy/Basic/EQS_EnemyFindCover.uasset +++ b/EndlessVendetta/Content/AI/Enemy/Basic/EQS_EnemyFindCover.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e53cfdf2c62f71a8e9cf4533df7a333c33ddec1b9b830b7c85434c2dad50b3c -size 11760 +oid sha256:d8d9c9bd4b14e06622eb207887d42812ef9c40114600ae1996fe52f27e2a57b0 +size 11764 diff --git a/EndlessVendetta/Content/AI/UI_RestrictedZone.uasset b/EndlessVendetta/Content/AI/UI_RestrictedZone.uasset new file mode 100644 index 00000000..49cdb961 --- /dev/null +++ b/EndlessVendetta/Content/AI/UI_RestrictedZone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8947c61c4c077f9c014c95bcd6ad3ae7b40eedcaf946b58bc9e617310b849fd6 +size 51722 diff --git a/EndlessVendetta/Content/Assets/Hit.uasset b/EndlessVendetta/Content/Assets/Hit.uasset new file mode 100644 index 00000000..38f39051 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7062528fd237c783cc7a116020495db374b6ffcad142a0d2e64e2829db2e903e +size 40993 diff --git a/EndlessVendetta/Content/Assets/Objects/OpenWorld/BeachfrontArea/Water/M_water.uasset b/EndlessVendetta/Content/Assets/Objects/OpenWorld/BeachfrontArea/Water/M_water.uasset index 61b9fb8e..4ec3539e 100644 --- a/EndlessVendetta/Content/Assets/Objects/OpenWorld/BeachfrontArea/Water/M_water.uasset +++ b/EndlessVendetta/Content/Assets/Objects/OpenWorld/BeachfrontArea/Water/M_water.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45136f9b4e3269cc591ca11b24a3b461d48b3bb0632dd08bc763bd458f3ec3f5 -size 14234 +oid sha256:37a86189964c9d3d18373a2f9ff134a38c0b484d4228330c90f7e477ea5eb3bf +size 13849 diff --git a/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Asphalt024A_1K-PNG_AmbientOcclusion.uasset b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Asphalt024A_1K-PNG_AmbientOcclusion.uasset new file mode 100644 index 00000000..1b6cceb3 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Asphalt024A_1K-PNG_AmbientOcclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bbd8b3ca9823d78f3a30aadf6e242f80fbe66f72fbb466324fe3e542dd6e16 +size 693147 diff --git a/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Asphalt024A_1K-PNG_Displacement.uasset b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Asphalt024A_1K-PNG_Displacement.uasset new file mode 100644 index 00000000..97faed96 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Asphalt024A_1K-PNG_Displacement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46546c83c08dd9c412e91404abcd1f22cb83eb447e5c9bff9242b3d5ecf557f1 +size 1955031 diff --git a/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Asphalt024A_1K-PNG_NormalDX.uasset b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Asphalt024A_1K-PNG_NormalDX.uasset new file mode 100644 index 00000000..7f996b46 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Asphalt024A_1K-PNG_NormalDX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3173b1615e0b6f76228765ac39caf23ac3e92ccfdad5b9e6330d12205074684d +size 6763908 diff --git a/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Asphalt024A_1K-PNG_NormalGL.uasset b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Asphalt024A_1K-PNG_NormalGL.uasset new file mode 100644 index 00000000..026be923 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Asphalt024A_1K-PNG_NormalGL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad73aa6ff3b0d3e28ee13dc8791346967006696d0cd4bb2e522eb4339c8e96d5 +size 6764355 diff --git a/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Asphalt024A_1K-PNG_Roughness.uasset b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Asphalt024A_1K-PNG_Roughness.uasset new file mode 100644 index 00000000..1c97bd68 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Asphalt024A_1K-PNG_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4d21730e9e027f0d2d0b2a85e374c5077fcd19c173d1392bd0835ed9ab845e +size 683069 diff --git a/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Newroad1.uasset b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Newroad1.uasset new file mode 100644 index 00000000..dd7e4179 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Newroad1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae02006bc7ee6f0153ba17d330e49e5adebb0f055ed0b4f753bd70ff3419e7c9 +size 14938 diff --git a/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Newroad_ncl1_1.uasset b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Newroad_ncl1_1.uasset new file mode 100644 index 00000000..c1151b8b --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/Newroad_ncl1_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5090863e26ba0f762da68a0fb38cb1a6b82693f189eb5b8a319aeb8684c8a3f8 +size 34938762 diff --git a/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/newRoad.uasset b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/newRoad.uasset new file mode 100644 index 00000000..89c8e2b8 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/newRoad.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dffa82a08e9aef7fcb2518cbc560bfa8448747212a303af0a8465f07636450b +size 18481 diff --git a/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/newRoad_justline.uasset b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/newRoad_justline.uasset new file mode 100644 index 00000000..157e5e8e --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/OpenWorld/Landscape_Road/newRoad_justline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1abd5182c61929f442ebc142ce96d431a841105374839ee035ddd62588ff78c +size 35035082 diff --git a/EndlessVendetta/Content/Audio/Music/Combat_track_1/Combat_start__808s_.uasset b/EndlessVendetta/Content/Audio/Music/Combat_track_1/Combat_start__808s_.uasset new file mode 100644 index 00000000..ed33c9a4 --- /dev/null +++ b/EndlessVendetta/Content/Audio/Music/Combat_track_1/Combat_start__808s_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a5e732f251a9a1aebd24f5aa29364c2cc5f2522e5c4e3ed5473ef8d887597c +size 263 diff --git a/EndlessVendetta/Content/Audio/Music/Combat_track_1/Drums.uasset b/EndlessVendetta/Content/Audio/Music/Combat_track_1/Drums.uasset new file mode 100644 index 00000000..0702a9c2 --- /dev/null +++ b/EndlessVendetta/Content/Audio/Music/Combat_track_1/Drums.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2d9989263e89a8577c8baa8a65e1f80fd07fafc10e59c4f39c7811e1157976 +size 263 diff --git a/EndlessVendetta/Content/Audio/Music/Combat_track_1/Guitar.uasset b/EndlessVendetta/Content/Audio/Music/Combat_track_1/Guitar.uasset new file mode 100644 index 00000000..b72829a6 --- /dev/null +++ b/EndlessVendetta/Content/Audio/Music/Combat_track_1/Guitar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7fbe6b96fb4bdc4cb792a15c41f30f90de4c02f2aa062f8a7ab4118a150e7b4 +size 263 diff --git a/EndlessVendetta/Content/Audio/Music/Combat_track_1/Hats_and_clap.uasset b/EndlessVendetta/Content/Audio/Music/Combat_track_1/Hats_and_clap.uasset new file mode 100644 index 00000000..8b9aa5bb --- /dev/null +++ b/EndlessVendetta/Content/Audio/Music/Combat_track_1/Hats_and_clap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511e3e89548523140214c15a7e2b78a2c8c55be342b9e09e6bb8850ac9861c3b +size 263 diff --git a/EndlessVendetta/Content/Audio/Music/Combat_track_1/Sound_effect.uasset b/EndlessVendetta/Content/Audio/Music/Combat_track_1/Sound_effect.uasset new file mode 100644 index 00000000..31f504ec --- /dev/null +++ b/EndlessVendetta/Content/Audio/Music/Combat_track_1/Sound_effect.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efff96f83427cfcfa4510324170bc0308809746d85e3bd8af720296972c5e87 +size 263 diff --git a/EndlessVendetta/Content/Audio/Music/Combat_track_1/combat_Continuous.uasset b/EndlessVendetta/Content/Audio/Music/Combat_track_1/combat_Continuous.uasset new file mode 100644 index 00000000..146e605a --- /dev/null +++ b/EndlessVendetta/Content/Audio/Music/Combat_track_1/combat_Continuous.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7987db3ca44fcfd6e371db571ea5d6a58468534c9668bffbb43ab7939bf5299 +size 263 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/OWCP_Apartment.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/OWCP_Apartment.uasset index 21668b29..4835bf89 100644 --- a/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/OWCP_Apartment.uasset +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/OWCP_Apartment.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64a9142bb27971434854e3a5eb15e6087ff1115bcc5fb8b64e5396ae6fa917f5 -size 24217 +oid sha256:40729ca51b62f0791520c8666d1657e8537e17c049d7d094e8b1ac9cc25936d3 +size 35536 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/MB_Apartment.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/MB_Apartment.uasset index 553d5bc1..bbf0e6ec 100644 --- a/EndlessVendetta/Content/BountySystem/ApartmentBounty/MB_Apartment.uasset +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/MB_Apartment.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73e6c20146c481d6a4cf832e1a2fb26642c01a73fcff2a27033fb78671fbedfc -size 26282 +oid sha256:1a2203af630f7833b47f1da4a676f5321c09ba5f2f9845a4a94ee80f282d82cd +size 26393 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/BP_HackFinanceLaptop.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/BP_HackFinanceLaptop.uasset new file mode 100644 index 00000000..ace8b115 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/BP_HackFinanceLaptop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e62d72e0e2b2a6b8d7c108ee63114026de8134d7fe15bf99a81bc9b6ff9f66 +size 114521 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/CP_EscapeFinanceCentre.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/CP_EscapeFinanceCentre.uasset new file mode 100644 index 00000000..3d4a7bd4 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/CP_EscapeFinanceCentre.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f8fc2736a4c0f83d0102a0258856279da63629eb0853b02319402f1e8c24dc +size 57358 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/CP_GoToFinanceCentre.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/CP_GoToFinanceCentre.uasset index 53bb8c30..1aa7a5b2 100644 --- a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/CP_GoToFinanceCentre.uasset +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/CP_GoToFinanceCentre.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a36dd16ac656b4f87bb2136bef99ce6191dc2b0741d7d9f87fab1a82f81512a -size 82075 +oid sha256:bfbded024abeaf534ce6c448f2ae635030ab6adfc2c1a227d39912132f4c51e1 +size 82022 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/CP_HackFinanceLaptop.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/CP_HackFinanceLaptop.uasset new file mode 100644 index 00000000..42d3235f --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/CP_HackFinanceLaptop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09139cece282ac5b1c552c304b0a8764ec58c312d4bdb555719e795b2263ca16 +size 80107 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/LaptopWidgets/KeyboardDrawing.png b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/LaptopWidgets/KeyboardDrawing.png new file mode 100644 index 00000000..8c290d79 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/LaptopWidgets/KeyboardDrawing.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11acc139fa1e29d5f62cba7ffd5749ab7f93432e039055a9c15e431ff3931db1 +size 33357 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/LaptopWidgets/KeyboardDrawing.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/LaptopWidgets/KeyboardDrawing.uasset new file mode 100644 index 00000000..77567fea --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/LaptopWidgets/KeyboardDrawing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d0146870cb77508675f94e76f91724e5683269d7b4887bac1b02f8341a2522 +size 42232 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/LaptopWidgets/WBP_HackingProgressOnPlayersScreen.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/LaptopWidgets/WBP_HackingProgressOnPlayersScreen.uasset new file mode 100644 index 00000000..92ac824f --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/LaptopWidgets/WBP_HackingProgressOnPlayersScreen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153366cd2cc85ac407a62b17debe2c49138bb6369e3e02ed578a5b7c3bda2a68 +size 170719 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/LaptopWidgets/WBP_HackingScreen.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/LaptopWidgets/WBP_HackingScreen.uasset new file mode 100644 index 00000000..885bf961 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/LaptopWidgets/WBP_HackingScreen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1939d6a0a6e47afd5e587c2219ebbf23e70ed000e7d4d4a3cd8d1c0804ca66 +size 196630 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/LaptopWidgets/WBP_Keyboard.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/LaptopWidgets/WBP_Keyboard.uasset new file mode 100644 index 00000000..156d1243 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/LaptopWidgets/WBP_Keyboard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e9f94393c9a98ed49dcd7e579a34f89101fd4cc46324a77ce74e6e287d5b3b +size 32990 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/SB_MoneyProblems.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/SB_MoneyProblems.uasset index b4b69fd6..e98d9c95 100644 --- a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/SB_MoneyProblems.uasset +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/MoneyProblems/SB_MoneyProblems.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c446d428c4db33e1efa43f9aef00a8c8196d48158436b7d93d128805ee2347c -size 23052 +oid sha256:74a9368cb477d78f080484afc68f351f048509e5224794e9330b2c185e5a1597 +size 23553 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/CP_EliminateEnemiesAtApartmentComplex.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/CP_EliminateEnemiesAtApartmentComplex.uasset new file mode 100644 index 00000000..2623f0f0 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/CP_EliminateEnemiesAtApartmentComplex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356e7eac152b6b7b08d939b5ec8fd72fe071e9e8db3082997692700f823823a4 +size 164926 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/CP_GoToPestControl.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/CP_GoToPestControl.uasset index 0720a650..ee8806eb 100644 --- a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/CP_GoToPestControl.uasset +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/CP_GoToPestControl.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c40b50987952e3649d15b797c6fdf44122f790f27fe43cd7ae8b414fe04d6efd -size 82281 +oid sha256:3df04df0ad07336e775f8f57ed28e137b905af417cfad7b9fdc3788f2786e72e +size 76440 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/SB_PestControl.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/SB_PestControl.uasset index 1e492a40..c0234a2e 100644 --- a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/SB_PestControl.uasset +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/SB_PestControl.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7144181beeee94537a648584103abed567bd5c5849263e034fea4ac326895829 -size 22941 +oid sha256:d98917692bb594d61c452abfc1e787ebffed5d1aee825b1b1c2e6975fbabaa9d +size 23293 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/WBP_PestControl.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/WBP_PestControl.uasset new file mode 100644 index 00000000..6d053892 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/PestControl/WBP_PestControl.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9dc5dc15129689520c14e8967cae2493bc1c8f379aa127533f655cc1f394267 +size 129417 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/SecuritySpecialists/CP_EscapeSecurityOffice.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/SecuritySpecialists/CP_EscapeSecurityOffice.uasset new file mode 100644 index 00000000..6a825fbf --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/SecuritySpecialists/CP_EscapeSecurityOffice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef92c8597aa84c9ba0dcf160c7fc4404cd0c1079464bb5d03a6f7f65f08126f +size 57732 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/SecuritySpecialists/CP_FindSecurityItem.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/SecuritySpecialists/CP_FindSecurityItem.uasset new file mode 100644 index 00000000..ac47bad2 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/SecuritySpecialists/CP_FindSecurityItem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14effc93b6cf872dabb622d853df866ba71a6bee353a75dee09e59491cff839f +size 58927 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/SecuritySpecialists/CP_GoToSecurityOffice.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/SecuritySpecialists/CP_GoToSecurityOffice.uasset index ef6944a3..7b73ee62 100644 --- a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/SecuritySpecialists/CP_GoToSecurityOffice.uasset +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/SecuritySpecialists/CP_GoToSecurityOffice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f049d72541eef233d1523a0dc9d1b75182ac06a292b61c474e936052679d178a -size 82994 +oid sha256:939189c29db19956f54ed4d3ac37eba7789cf8d35378e609ebb6e07370946abe +size 76546 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/SecuritySpecialists/CP_PickupSecurityItem.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/SecuritySpecialists/CP_PickupSecurityItem.uasset new file mode 100644 index 00000000..763c0849 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/SecuritySpecialists/CP_PickupSecurityItem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08cc3d0d6a42f5f87e4ccfa606024db9a7db21f85a29f02a3b7195c9e585adb0 +size 23441 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/SecuritySpecialists/SB_SecuritySpecialists.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/SecuritySpecialists/SB_SecuritySpecialists.uasset index 23d82ca3..8e4850ab 100644 --- a/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/SecuritySpecialists/SB_SecuritySpecialists.uasset +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/SideBounties/SecuritySpecialists/SB_SecuritySpecialists.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7424cf05690138802d592e05e23d7ee74ff2e5c680d943715f51dfc8c985552b -size 23371 +oid sha256:f21d3c1d0de5e1ac9461845ddc1608e0d1bcf2a2b09abf920c9ea8fdcb58e851 +size 24023 diff --git a/EndlessVendetta/Content/BountySystem/CheckpointTips/WBP_CheckpointTip.uasset b/EndlessVendetta/Content/BountySystem/CheckpointTips/WBP_CheckpointTip.uasset index f9c9caf2..44615967 100644 --- a/EndlessVendetta/Content/BountySystem/CheckpointTips/WBP_CheckpointTip.uasset +++ b/EndlessVendetta/Content/BountySystem/CheckpointTips/WBP_CheckpointTip.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:589ad499ba939572354532cd8b28455b66311ce122f4b1ffa5429204533b6d19 -size 101358 +oid sha256:b0d1ccf97b8fd3f6860f048823ca18a03e3aa91825da97dda1aee14abb897cfe +size 75522 diff --git a/EndlessVendetta/Content/BountySystem/ControlsTutorial/BP_GunTips.uasset b/EndlessVendetta/Content/BountySystem/ControlsTutorial/BP_GunTips.uasset new file mode 100644 index 00000000..a4f54c89 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ControlsTutorial/BP_GunTips.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56add29826462575b51817dac6066fa0af41e13a491e75880a317640280799c1 +size 67521 diff --git a/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_LeaveTut.uasset b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_LeaveTut.uasset new file mode 100644 index 00000000..bc982aeb --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_LeaveTut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c35a0605e3ded1d70441c6285ee308646bff8e71d5796851e2c50e3f00a256 +size 51039 diff --git a/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_SelectCombatGadget.uasset b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_SelectCombatGadget.uasset new file mode 100644 index 00000000..e5722e81 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_SelectCombatGadget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464aa24d4bdf1a92a48a868a9d5c6bff0a9dbee0b00355de7676a60213e8af9c +size 38225 diff --git a/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_SelectReconGadget.uasset b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_SelectReconGadget.uasset new file mode 100644 index 00000000..7466b114 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_SelectReconGadget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af523bb60df79ca628932c404da79ad1833c29a815a9f55bd2227d85a7c72c2 +size 38231 diff --git a/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_SignPapers.uasset b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_SignPapers.uasset index 31de2a70..c52d330d 100644 --- a/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_SignPapers.uasset +++ b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_SignPapers.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e6ac928ed04caddea00c5488a1dde0caa6463486a3026f5ac9f54db594d698f -size 41365 +oid sha256:cfb22d9eef6dbbc409e4c34604c3e846a358cb9576089ea25c3cba9f76364a9a +size 39952 diff --git a/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_UseCombatGadget.uasset b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_UseCombatGadget.uasset new file mode 100644 index 00000000..78f81c25 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_UseCombatGadget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d35bae3671c4e6cd3f560071fee4f0b0649a0d162bf18d96534f8517af5d36 +size 55094 diff --git a/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_UseReconGadget.uasset b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_UseReconGadget.uasset new file mode 100644 index 00000000..96c7cd99 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Checkpoints/CP_UseReconGadget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8b7a05e7c1ec1be413cdfe951e3bdcc01a303f9b919f6ce7b6af1418e31c97 +size 54729 diff --git a/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Cutscenes/WBP_FinishTut.uasset b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Cutscenes/WBP_FinishTut.uasset new file mode 100644 index 00000000..66f60c25 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Cutscenes/WBP_FinishTut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f535e81e0ce81e168dd2d5e5eeace404c9d54d938193c868594563261251608 +size 60669 diff --git a/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Cutscenes/WBP_GameIntro.uasset b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Cutscenes/WBP_GameIntro.uasset index ea84363e..cdd8a6bd 100644 --- a/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Cutscenes/WBP_GameIntro.uasset +++ b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/Cutscenes/WBP_GameIntro.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6968898ddfeb3a21c923d020dc647b3a5044447afbb333eafc1c9b418cc3e94b -size 134305 +oid sha256:e802f1ae789f6cd6d68da6c4b13ac054918aa1cc872b7471521d5b75b900225a +size 136726 diff --git a/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/MB_Training.uasset b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/MB_Training.uasset index 2540de5f..fa661edb 100644 --- a/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/MB_Training.uasset +++ b/EndlessVendetta/Content/BountySystem/ControlsTutorial/Bounty/MB_Training.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3911424435eeeeba61add4579c324414dafe7fdac48d660bac6dbf9de909e9eb -size 28055 +oid sha256:f49fb848fef1a4232e23f58d98838e1a86dd4abfd0dd80c00d9cf7245c73f595 +size 28732 diff --git a/EndlessVendetta/Content/BountySystem/ControlsTutorial/GunRangeMechanics/GadgetRoom/BP_CombatWorkbench.uasset b/EndlessVendetta/Content/BountySystem/ControlsTutorial/GunRangeMechanics/GadgetRoom/BP_CombatWorkbench.uasset index 7318d3fe..46ae70f1 100644 --- a/EndlessVendetta/Content/BountySystem/ControlsTutorial/GunRangeMechanics/GadgetRoom/BP_CombatWorkbench.uasset +++ b/EndlessVendetta/Content/BountySystem/ControlsTutorial/GunRangeMechanics/GadgetRoom/BP_CombatWorkbench.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a8d81ddcd99e038c7e5e087ad382fb0c3d9fb5685316366ba152b07ff86f9f2 -size 22698 +oid sha256:341c67fe6335ccdccbb068a7fd809dad5671551cb8db36b2182c44bd79170c14 +size 35763 diff --git a/EndlessVendetta/Content/BountySystem/ControlsTutorial/GunRangeMechanics/GadgetRoom/BP_GadgetWall.uasset b/EndlessVendetta/Content/BountySystem/ControlsTutorial/GunRangeMechanics/GadgetRoom/BP_GadgetWall.uasset index 7a992806..b886768d 100644 --- a/EndlessVendetta/Content/BountySystem/ControlsTutorial/GunRangeMechanics/GadgetRoom/BP_GadgetWall.uasset +++ b/EndlessVendetta/Content/BountySystem/ControlsTutorial/GunRangeMechanics/GadgetRoom/BP_GadgetWall.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f58fe8846e4dfd57ddd385a05c04f0dfbbdf342829567375efd75e1aad361fc -size 92072 +oid sha256:a2d147b1948e5968c56c1dcdc9f20de6806c28e031c27702bef512b2948fa9e0 +size 80124 diff --git a/EndlessVendetta/Content/BountySystem/ControlsTutorial/GunRangeMechanics/GadgetRoom/BP_ReconWorkbench.uasset b/EndlessVendetta/Content/BountySystem/ControlsTutorial/GunRangeMechanics/GadgetRoom/BP_ReconWorkbench.uasset index c6f71fc5..f1f5cbd9 100644 --- a/EndlessVendetta/Content/BountySystem/ControlsTutorial/GunRangeMechanics/GadgetRoom/BP_ReconWorkbench.uasset +++ b/EndlessVendetta/Content/BountySystem/ControlsTutorial/GunRangeMechanics/GadgetRoom/BP_ReconWorkbench.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:11a7c980f59dd567c5f59e3963537536bd3f2dd69d43067ac1f84bf228e48983 -size 22967 +oid sha256:0e43901c00f1aeefd6b7c89f8c4165dcb9551ea25a663246d0e923cbf8a48350 +size 39173 diff --git a/EndlessVendetta/Content/BountySystem/ControlsTutorial/GunRangeMechanics/Target/BP_NonShootableTarget.uasset b/EndlessVendetta/Content/BountySystem/ControlsTutorial/GunRangeMechanics/Target/BP_NonShootableTarget.uasset index 3cbc8128..5a480fff 100644 --- a/EndlessVendetta/Content/BountySystem/ControlsTutorial/GunRangeMechanics/Target/BP_NonShootableTarget.uasset +++ b/EndlessVendetta/Content/BountySystem/ControlsTutorial/GunRangeMechanics/Target/BP_NonShootableTarget.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d195c14ffcbabf84b66202c1a1e8c2575fc2a528fef5785084f76c99198e4ca -size 63790 +oid sha256:fa7e64202b6d6196179e99a14a33f8cc6e02cd75dc74d49e52149874c9a6eef9 +size 71048 diff --git a/EndlessVendetta/Content/BountySystem/ControlsTutorial/WBP_GunTips.uasset b/EndlessVendetta/Content/BountySystem/ControlsTutorial/WBP_GunTips.uasset new file mode 100644 index 00000000..c3030591 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ControlsTutorial/WBP_GunTips.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b96d4d9f8d314637f380dc1eebf588ab2b4fd36fcf5c64b81da03e05d57a8a +size 88957 diff --git a/EndlessVendetta/Content/BountySystem/WBP_BountyCompleted.uasset b/EndlessVendetta/Content/BountySystem/WBP_BountyCompleted.uasset new file mode 100644 index 00000000..385b4d36 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/WBP_BountyCompleted.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0143f18667748bc7286ec775837c3fbe4713fe2e596ad8b743d8f28ef963e898 +size 147430 diff --git a/EndlessVendetta/Content/BountySystem/WBP_OpenWorldTips.uasset b/EndlessVendetta/Content/BountySystem/WBP_OpenWorldTips.uasset new file mode 100644 index 00000000..4504ce50 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/WBP_OpenWorldTips.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f48429c0681c7549851de21a01b4d37f5cc4ac0fe0d00e8361a31315d630586 +size 92269 diff --git a/EndlessVendetta/Content/BountySystem/Waypoint/WBP_MiniWaypoint.uasset b/EndlessVendetta/Content/BountySystem/Waypoint/WBP_MiniWaypoint.uasset index 5fd0a13d..e76e4755 100644 --- a/EndlessVendetta/Content/BountySystem/Waypoint/WBP_MiniWaypoint.uasset +++ b/EndlessVendetta/Content/BountySystem/Waypoint/WBP_MiniWaypoint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1950de228dfcd328fd72874eda965785ec4083f40f4d2c06c4890ec19c4c2b1 -size 48253 +oid sha256:132efbd45430abcb7c100d56f05e716ca2342d405e646873f786dfb898bac1ba +size 48543 diff --git a/EndlessVendetta/Content/Characters/Dhruv/BS_Dhruv_Locomotion.uasset b/EndlessVendetta/Content/Characters/Dhruv/BS_Dhruv_Locomotion.uasset new file mode 100644 index 00000000..5b6a7012 --- /dev/null +++ b/EndlessVendetta/Content/Characters/Dhruv/BS_Dhruv_Locomotion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a70003d6fc3beda1ade8dbbb444d87f62bc136ee40e0115a0ef82a8aaf614b +size 9256 diff --git a/EndlessVendetta/Content/Characters/Dhruv/BS_Dhruv_Pistol_Locomotion.uasset b/EndlessVendetta/Content/Characters/Dhruv/BS_Dhruv_Pistol_Locomotion.uasset new file mode 100644 index 00000000..b5f18fcf --- /dev/null +++ b/EndlessVendetta/Content/Characters/Dhruv/BS_Dhruv_Pistol_Locomotion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b5be8ea369bbb1c9980e7b0deab7e0800bc95d315d59a3ddfd60545e24ffa3 +size 8868 diff --git a/EndlessVendetta/Content/Characters/Dhruv/Idle_Anim_mixamo_com_Dhruv.uasset b/EndlessVendetta/Content/Characters/Dhruv/Idle_Anim_mixamo_com_Dhruv.uasset new file mode 100644 index 00000000..7f2369d9 --- /dev/null +++ b/EndlessVendetta/Content/Characters/Dhruv/Idle_Anim_mixamo_com_Dhruv.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3756e60071f0d80641c61f1edcd1b38c1af945c43992d497d9c1a653dd8d2c89 +size 7004748 diff --git a/EndlessVendetta/Content/Characters/Dhruv/Pistol_Idle_mixamo_com_Dhruv.uasset b/EndlessVendetta/Content/Characters/Dhruv/Pistol_Idle_mixamo_com_Dhruv.uasset new file mode 100644 index 00000000..cfed3cce --- /dev/null +++ b/EndlessVendetta/Content/Characters/Dhruv/Pistol_Idle_mixamo_com_Dhruv.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9874cbf15e37e40eceae53bf03fbb2ba4fcd49b29193f9fb20fb383093e42ad8 +size 1258626 diff --git a/EndlessVendetta/Content/Characters/Dhruv/Pistol_Run_mixamo_com_Dhruv.uasset b/EndlessVendetta/Content/Characters/Dhruv/Pistol_Run_mixamo_com_Dhruv.uasset new file mode 100644 index 00000000..9e33d280 --- /dev/null +++ b/EndlessVendetta/Content/Characters/Dhruv/Pistol_Run_mixamo_com_Dhruv.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b62581f3c6dccfccd41832d0a6924e0c338264f8bcc8184493a92a9dd78c78 +size 752508 diff --git a/EndlessVendetta/Content/Characters/Dhruv/Pistol_Shoot_Dhruv.uasset b/EndlessVendetta/Content/Characters/Dhruv/Pistol_Shoot_Dhruv.uasset new file mode 100644 index 00000000..fabdf527 --- /dev/null +++ b/EndlessVendetta/Content/Characters/Dhruv/Pistol_Shoot_Dhruv.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369a3700fd9a1e3ea495ec9fe6904b943fb68320da0a12a59119a85a9b257813 +size 4979638 diff --git a/EndlessVendetta/Content/Characters/Dhruv/Pistol_Shoot_Montage_Dhruv.uasset b/EndlessVendetta/Content/Characters/Dhruv/Pistol_Shoot_Montage_Dhruv.uasset new file mode 100644 index 00000000..0bc88df5 --- /dev/null +++ b/EndlessVendetta/Content/Characters/Dhruv/Pistol_Shoot_Montage_Dhruv.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0527405473ecd946e141984f3969e79899fcc253fa566ced76c10aea43414536 +size 9532 diff --git a/EndlessVendetta/Content/Characters/Dhruv/Pistol_Walk_mixamo_com_Dhruv.uasset b/EndlessVendetta/Content/Characters/Dhruv/Pistol_Walk_mixamo_com_Dhruv.uasset new file mode 100644 index 00000000..2c872ea2 --- /dev/null +++ b/EndlessVendetta/Content/Characters/Dhruv/Pistol_Walk_mixamo_com_Dhruv.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575ef2d5f43e48e88de56c871b2dde4eb53a70a05817a66c03cdd5db6da1c443 +size 807462 diff --git a/EndlessVendetta/Content/Characters/Dhruv/Running_mixamo_com_Dhruv.uasset b/EndlessVendetta/Content/Characters/Dhruv/Running_mixamo_com_Dhruv.uasset new file mode 100644 index 00000000..5d9d8d50 --- /dev/null +++ b/EndlessVendetta/Content/Characters/Dhruv/Running_mixamo_com_Dhruv.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baee5aa7bb1e54cb499c3336621aad900cd6e8bd5456f90f1210e0b7a31c7bf4 +size 684153 diff --git a/EndlessVendetta/Content/Characters/Dhruv/Walking_mixamo_com_Dhruv.uasset b/EndlessVendetta/Content/Characters/Dhruv/Walking_mixamo_com_Dhruv.uasset new file mode 100644 index 00000000..817d4c9c --- /dev/null +++ b/EndlessVendetta/Content/Characters/Dhruv/Walking_mixamo_com_Dhruv.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5c210e34f89f68e7492c9bf807a70b3e113550179e5b8e67a139bf8698e3be +size 1012868 diff --git a/EndlessVendetta/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset b/EndlessVendetta/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset index a0fc035a..0e5ef457 100644 --- a/EndlessVendetta/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset +++ b/EndlessVendetta/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a2e61b60ca2547527c3d59cc6ec11fa92e877d31ca568fc26d7d785295980ee -size 157784 +oid sha256:0c84c71e8594368d833935b50edf2a9bc6d1a94e89d7235634e8a61ee4966a62 +size 540063 diff --git a/EndlessVendetta/Content/Characters/Swat/RTG_Swat_Mannequin.uasset b/EndlessVendetta/Content/Characters/Swat/RTG_Swat_Mannequin.uasset index 553e08cf..81fae977 100644 --- a/EndlessVendetta/Content/Characters/Swat/RTG_Swat_Mannequin.uasset +++ b/EndlessVendetta/Content/Characters/Swat/RTG_Swat_Mannequin.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:33d57b91747c8235de8547beee7a0f1aa8788e1dc8a022b54839bf2454bbd1aa -size 28944 +oid sha256:f9e55b13d45e0a7c30a1217f9f5b6025c7682fca3fe1d0826fb16114b0c04465 +size 29208 diff --git a/EndlessVendetta/Content/ControlRig/Characters/Mannequins/Rigs/RTG_Mannequin.uasset b/EndlessVendetta/Content/ControlRig/Characters/Mannequins/Rigs/RTG_Mannequin.uasset index d35d1f94..5dc3ff55 100644 --- a/EndlessVendetta/Content/ControlRig/Characters/Mannequins/Rigs/RTG_Mannequin.uasset +++ b/EndlessVendetta/Content/ControlRig/Characters/Mannequins/Rigs/RTG_Mannequin.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ec102df7e53ef4385079d0cae403bb9c3e666b0a04bf32b1148563083de5f76 -size 13589 +oid sha256:57bbea2b88891e7e547746de8167e3625ea44fae57205916b56aafb6296b2d5b +size 14494 diff --git a/EndlessVendetta/Content/Dialogue/Testing/Waypoint/TempMayorWaypoint.uasset b/EndlessVendetta/Content/Dialogue/Testing/Waypoint/TempMayorWaypoint.uasset new file mode 100644 index 00000000..d1fc70be --- /dev/null +++ b/EndlessVendetta/Content/Dialogue/Testing/Waypoint/TempMayorWaypoint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af791c08e8ccddafb68233d501a8f465b8abee10dc1a0809c8b50a3336e6d0eb +size 52084 diff --git a/EndlessVendetta/Content/Dialogue/Testing/Waypoint/WBP_TempMayorWaypoint.uasset b/EndlessVendetta/Content/Dialogue/Testing/Waypoint/WBP_TempMayorWaypoint.uasset new file mode 100644 index 00000000..c0898207 --- /dev/null +++ b/EndlessVendetta/Content/Dialogue/Testing/Waypoint/WBP_TempMayorWaypoint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5bedb029616a18d0c2351b36753da408483c59fa4c5d239d0153166bffa5bb0 +size 30496 diff --git a/EndlessVendetta/Content/FPWeapon/Mesh/SK_FPGun.uasset b/EndlessVendetta/Content/FPWeapon/Mesh/SK_FPGun.uasset index 28e6c3fd..ceecd3a8 100644 --- a/EndlessVendetta/Content/FPWeapon/Mesh/SK_FPGun.uasset +++ b/EndlessVendetta/Content/FPWeapon/Mesh/SK_FPGun.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:388390c8d51429942976c17d06b5e4084e652f9b2554782794c1dad2d766438c -size 2113778 +oid sha256:d1541e35feca0492ef7d3627594bf8a44a1d2df2de065eef10debc2ff10e5b82 +size 2639726 diff --git a/EndlessVendetta/Content/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset b/EndlessVendetta/Content/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset index 8a95da14..069548d4 100644 --- a/EndlessVendetta/Content/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset +++ b/EndlessVendetta/Content/FPWeapon/Mesh/SK_FPGun_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a791858557c1d4a2c87aefc7d0cff0cb191cb6d496ec518f602ce3db92323815 -size 9020 +oid sha256:708dc110739caaf4ba73ad02c0d6e9610992e65d199b7939f2824b04ded9772f +size 9980 diff --git a/EndlessVendetta/Content/FirstPerson/BP_InvisibleWall.uasset b/EndlessVendetta/Content/FirstPerson/BP_InvisibleWall.uasset new file mode 100644 index 00000000..c5b599f1 --- /dev/null +++ b/EndlessVendetta/Content/FirstPerson/BP_InvisibleWall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3f4c85eb496e726ef63f72d501ca71d611ceaeebb4a1df96af79fc4439677a +size 24378 diff --git a/EndlessVendetta/Content/FirstPerson/BlueRoundedBox.png b/EndlessVendetta/Content/FirstPerson/BlueRoundedBox.png new file mode 100644 index 00000000..ef79b446 --- /dev/null +++ b/EndlessVendetta/Content/FirstPerson/BlueRoundedBox.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fa03fd268948cc2f092f18610ab9396c494ee74aff59c9d6b62d928a410dd1 +size 8423 diff --git a/EndlessVendetta/Content/FirstPerson/BlueRoundedBox.uasset b/EndlessVendetta/Content/FirstPerson/BlueRoundedBox.uasset new file mode 100644 index 00000000..2351549d --- /dev/null +++ b/EndlessVendetta/Content/FirstPerson/BlueRoundedBox.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db13efa8cae85c54ada7a18ebe5c194b76c0f6d5499ebd4e3f564adea7953088 +size 11936 diff --git a/EndlessVendetta/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset b/EndlessVendetta/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset index 722ba7d9..dfe2cf7c 100644 --- a/EndlessVendetta/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset +++ b/EndlessVendetta/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e738a26375c1724f07f3c945925628d9338c28057abedad8ec11cadc6198dae -size 475901 +oid sha256:d03e3103b636230f0d59e161c029d7f6754fc4c6a52fd267f929437c88e14ffa +size 797236 diff --git a/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Pistols/BP_BasePistolWeapon.uasset b/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Pistols/BP_BasePistolWeapon.uasset index 9383a368..1c672c2a 100644 --- a/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Pistols/BP_BasePistolWeapon.uasset +++ b/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Pistols/BP_BasePistolWeapon.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7dde3601d606a39304db2070e80b8a7d61659fe63288a6b5ebaa79476a10cb50 -size 148928 +oid sha256:8d5b9b574cce4c115d12e4022cb1d11420e48614a851d0dab46199aee45ad6d2 +size 238431 diff --git a/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Pistols/Pistol_Assets/ABP_HandGun.uasset b/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Pistols/Pistol_Assets/ABP_HandGun.uasset index 6674095a..80e005ca 100644 --- a/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Pistols/Pistol_Assets/ABP_HandGun.uasset +++ b/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Pistols/Pistol_Assets/ABP_HandGun.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e02aad66065b847e99822a6085e71a46cb2fc376447da02b9be65c768b5c8be5 -size 36217 +oid sha256:11f45e39ce8971f4f47c739c838dab9c73d5765a12046774625012f373da9e0d +size 45822 diff --git a/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Pistols/Pistol_Assets/SM_HandGun_Shooting.uasset b/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Pistols/Pistol_Assets/SM_HandGun_Shooting.uasset index bc7f73a3..e7192f28 100644 --- a/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Pistols/Pistol_Assets/SM_HandGun_Shooting.uasset +++ b/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Pistols/Pistol_Assets/SM_HandGun_Shooting.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32deaa46c843fad8b38d6eb18e4db5567484c438cb8432412609a84b2651bd7a -size 14280 +oid sha256:3b763bedf641851551cf054fa3eff51789bc8169540678cbe92f70890f496747 +size 13847 diff --git a/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Pistols/Pistol_Assets/SM_HandGun_Skeleton.uasset b/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Pistols/Pistol_Assets/SM_HandGun_Skeleton.uasset index 368c1c5a..fe7a615f 100644 --- a/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Pistols/Pistol_Assets/SM_HandGun_Skeleton.uasset +++ b/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Pistols/Pistol_Assets/SM_HandGun_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:145c2b6cd1d9697d16fe2ae4d73fe7903662a65c41d55c192a4d900429dd0694 -size 7925 +oid sha256:2d640460ec883b7e0d2f440d2991482225e2795a72f6658f893d3ca6ac5c1ae3 +size 7562 diff --git a/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Shotguns/BP_BaseShotgun.uasset b/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Shotguns/BP_BaseShotgun.uasset index 6c1aa622..530f332e 100644 --- a/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Shotguns/BP_BaseShotgun.uasset +++ b/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/Shotguns/BP_BaseShotgun.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:694a075903d6b56eadb87434dc74ed08bc0e97ee387f7ed36630d0d26aed3466 -size 150164 +oid sha256:a0dc340b553531be453d5c905366d4b7f5ee963b825809bc2a9862857db42a48 +size 149397 diff --git a/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/WBP_NeedReloadText.uasset b/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/WBP_NeedReloadText.uasset index e4da925b..daa31bc7 100644 --- a/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/WBP_NeedReloadText.uasset +++ b/EndlessVendetta/Content/FirstPerson/Blueprints/BaseWeapons/WBP_NeedReloadText.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:493e53f9d833ac8e2bc03cc86122efe0f1711e74e6258ea90016b907983ad84c -size 37938 +oid sha256:649bbaeec1f17b7df76ca85f97bb654fd015f1f60ecc4ad609be522c8c84424d +size 47984 diff --git a/EndlessVendetta/Content/FirstPerson/Blueprints/DoorBP/BP_Door.uasset b/EndlessVendetta/Content/FirstPerson/Blueprints/DoorBP/BP_Door.uasset index cb7f0d7c..2076d71d 100644 --- a/EndlessVendetta/Content/FirstPerson/Blueprints/DoorBP/BP_Door.uasset +++ b/EndlessVendetta/Content/FirstPerson/Blueprints/DoorBP/BP_Door.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:88a5f0c2cea765aed1988f6dc244c1fb96290eb48f099aaa221b74ef36e4bebe -size 48713 +oid sha256:6d5e5a7ae37cb415872287181c01fc259092225ea90985b3bf910199b545e321 +size 49577 diff --git a/EndlessVendetta/Content/FirstPerson/Blueprints/UI_Bar_Fill.uasset b/EndlessVendetta/Content/FirstPerson/Blueprints/UI_Bar_Fill.uasset new file mode 100644 index 00000000..8fe33c23 --- /dev/null +++ b/EndlessVendetta/Content/FirstPerson/Blueprints/UI_Bar_Fill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f3fc131c430ec3e685954e4a38df3470f44e5789f7aba6cbc765b5a2b8573b +size 8992 diff --git a/EndlessVendetta/Content/FirstPerson/Blueprints/UI_Bar_Outline.uasset b/EndlessVendetta/Content/FirstPerson/Blueprints/UI_Bar_Outline.uasset new file mode 100644 index 00000000..c6fb8419 --- /dev/null +++ b/EndlessVendetta/Content/FirstPerson/Blueprints/UI_Bar_Outline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6f06eb6ba856c4066ca5299d72062828a630d0484ddb436bd6b76154664a22 +size 8508 diff --git a/EndlessVendetta/Content/FirstPerson/Blueprints/WBP_Crosshair.uasset b/EndlessVendetta/Content/FirstPerson/Blueprints/WBP_Crosshair.uasset index 29ebde67..4733d876 100644 --- a/EndlessVendetta/Content/FirstPerson/Blueprints/WBP_Crosshair.uasset +++ b/EndlessVendetta/Content/FirstPerson/Blueprints/WBP_Crosshair.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ac7733948c885fda46dd009dd75dfe5c79abf1262e9aadcf17c401bb8f64ecf -size 93512 +oid sha256:9e63da0bec22702c2595b0f18fcde7736c09338b1942964a304b7c40be4501f8 +size 140987 diff --git a/EndlessVendetta/Content/FirstPerson/Blueprints/WBP_HoverBike.uasset b/EndlessVendetta/Content/FirstPerson/Blueprints/WBP_HoverBike.uasset new file mode 100644 index 00000000..73ae3e70 --- /dev/null +++ b/EndlessVendetta/Content/FirstPerson/Blueprints/WBP_HoverBike.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750699e9d3dd24daef6d5ceadfea427ff59e39c92e25469570e06022cf1b6c31 +size 66682 diff --git a/EndlessVendetta/Content/FirstPerson/Blueprints/WBP_InteractPrompt.uasset b/EndlessVendetta/Content/FirstPerson/Blueprints/WBP_InteractPrompt.uasset new file mode 100644 index 00000000..22a00378 --- /dev/null +++ b/EndlessVendetta/Content/FirstPerson/Blueprints/WBP_InteractPrompt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d62c5e71e9b50d7818b4536aace4d35b174725a8fa508f73659f81019c4e30 +size 39596 diff --git a/EndlessVendetta/Content/FirstPerson/Blueprints/Workbench_WeaponAttachments/BP_WeaponWorkbench.uasset b/EndlessVendetta/Content/FirstPerson/Blueprints/Workbench_WeaponAttachments/BP_WeaponWorkbench.uasset index 065961de..e0b19392 100644 --- a/EndlessVendetta/Content/FirstPerson/Blueprints/Workbench_WeaponAttachments/BP_WeaponWorkbench.uasset +++ b/EndlessVendetta/Content/FirstPerson/Blueprints/Workbench_WeaponAttachments/BP_WeaponWorkbench.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d75e36753040dd1b42758b69e6c786086cdef6c0bb189130b8d0e611ba119da9 -size 139146 +oid sha256:4a985ecacf144a27ded607dd2012889e01421cc0050d1278ca36a169872cf899 +size 149685 diff --git a/EndlessVendetta/Content/FirstPerson/Blueprints/Workbench_WeaponAttachments/Workbench_UI/WBP_Workbench.uasset b/EndlessVendetta/Content/FirstPerson/Blueprints/Workbench_WeaponAttachments/Workbench_UI/WBP_Workbench.uasset index 09ec0584..f7d9ff1f 100644 --- a/EndlessVendetta/Content/FirstPerson/Blueprints/Workbench_WeaponAttachments/Workbench_UI/WBP_Workbench.uasset +++ b/EndlessVendetta/Content/FirstPerson/Blueprints/Workbench_WeaponAttachments/Workbench_UI/WBP_Workbench.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95eea48ab71f8f269b7a9d977e81d2e4d3621b3e904fc06171d5c7cb6a21f405 -size 266992 +oid sha256:453fcd2051bb7162a4c54dccd78d1c02603a9c11ab43a18146451d41d776862c +size 309217 diff --git a/EndlessVendetta/Content/FirstPerson/Input/Actions/IA_Interact.uasset b/EndlessVendetta/Content/FirstPerson/Input/Actions/IA_Interact.uasset index ef199a6b..ff482195 100644 --- a/EndlessVendetta/Content/FirstPerson/Input/Actions/IA_Interact.uasset +++ b/EndlessVendetta/Content/FirstPerson/Input/Actions/IA_Interact.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:56e5fddda3b901b313fde855f6615339551cedbc06032712cda370c384bab101 -size 1370 +oid sha256:cca4ee59c64913b578133d4ab472c7af05aff95ac285a87b3280857b6ff96d46 +size 1797 diff --git a/EndlessVendetta/Content/Gadgets/BP_Grenade.uasset b/EndlessVendetta/Content/Gadgets/BP_Grenade.uasset index b1f7c397..e91e57b8 100644 --- a/EndlessVendetta/Content/Gadgets/BP_Grenade.uasset +++ b/EndlessVendetta/Content/Gadgets/BP_Grenade.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0973ba2e3915d82c77975bb8899e2edebcca3eac00001b2d43dc28e63c7070a0 -size 48239 +oid sha256:68216e9350fc9d5ac58b22dca2bec0daf9a78ddba9be49a7588ec603f92a73d5 +size 49013 diff --git a/EndlessVendetta/Content/Gadgets/CombatGadgets/HeatBlast/CG_HeatBlast.uasset b/EndlessVendetta/Content/Gadgets/CombatGadgets/HeatBlast/CG_HeatBlast.uasset new file mode 100644 index 00000000..e8f7717a --- /dev/null +++ b/EndlessVendetta/Content/Gadgets/CombatGadgets/HeatBlast/CG_HeatBlast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cd916d2ece35e54e277f9cb92ccd59ac13cfca7d8c524a28b3246f465b8b49 +size 147055 diff --git a/EndlessVendetta/Content/Gadgets/CombatGadgets/HeatBlast/WBP_HeatBlastDisplay.uasset b/EndlessVendetta/Content/Gadgets/CombatGadgets/HeatBlast/WBP_HeatBlastDisplay.uasset new file mode 100644 index 00000000..172b8350 --- /dev/null +++ b/EndlessVendetta/Content/Gadgets/CombatGadgets/HeatBlast/WBP_HeatBlastDisplay.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9705fc014e83f6f110cbef6811ca1980e53f628112a7a81382f76039596efce2 +size 151806 diff --git a/EndlessVendetta/Content/Gadgets/GM_GadgetManager.uasset b/EndlessVendetta/Content/Gadgets/GM_GadgetManager.uasset index 3a71ffb5..52f8a3b6 100644 --- a/EndlessVendetta/Content/Gadgets/GM_GadgetManager.uasset +++ b/EndlessVendetta/Content/Gadgets/GM_GadgetManager.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e05b0025b98476924070ad8a2492e16ce32fb434b63e82b53a509c63f6e0962a +oid sha256:155010101037b146707ea0d9b3bb300aa442df9da327b4f415e1f962a18e419c size 22228 diff --git a/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/Ping/BP_VisionPulsePing.uasset b/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/Ping/BP_VisionPulsePing.uasset new file mode 100644 index 00000000..a1931acc --- /dev/null +++ b/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/Ping/BP_VisionPulsePing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe98bc56834d261000b05d1baeae941ea58c3845c115bdbed987dd8824a8c6c0 +size 66457 diff --git a/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/Ping/VisionPulsePing.png b/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/Ping/VisionPulsePing.png new file mode 100644 index 00000000..c726d576 --- /dev/null +++ b/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/Ping/VisionPulsePing.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba0615eaabdad224ccfd91897fd89c5e9543d17ac7da9892805187dd18db8b0 +size 412524 diff --git a/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/Ping/VisionPulsePing.uasset b/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/Ping/VisionPulsePing.uasset new file mode 100644 index 00000000..128c411a --- /dev/null +++ b/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/Ping/VisionPulsePing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a79c40fae9ff25eafc574ed3801058dc609b4643b3f84cb68e4631aae9f487 +size 342435 diff --git a/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/Ping/WBP_VisionPulsePing.uasset b/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/Ping/WBP_VisionPulsePing.uasset new file mode 100644 index 00000000..48398d74 --- /dev/null +++ b/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/Ping/WBP_VisionPulsePing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90ab4a6f20fd77875975bd5848fe567430caa2f62458d07c627bb2efc99c7d5 +size 54542 diff --git a/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/RG_VisionPulse.uasset b/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/RG_VisionPulse.uasset new file mode 100644 index 00000000..1372ae02 --- /dev/null +++ b/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/RG_VisionPulse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0180f4b5282d8fa61d749ba06d8b3d3c9509774b0aad5ac0e2e0d1878ede15bc +size 129149 diff --git a/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/WBP_ScanEffect.uasset b/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/WBP_ScanEffect.uasset new file mode 100644 index 00000000..69159274 --- /dev/null +++ b/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/WBP_ScanEffect.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfcd9a1a11c460f447028fb0f32f52257a483e71bc6fbfb5e3619a8a5050baf +size 33197 diff --git a/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/WBP_VisionPulseScreen.uasset b/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/WBP_VisionPulseScreen.uasset new file mode 100644 index 00000000..6d7561a9 --- /dev/null +++ b/EndlessVendetta/Content/Gadgets/ReconGadgets/VisionPulse/WBP_VisionPulseScreen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838184b1f7f7635a4f0aaee27ddf6b8e22b864e5dc6d8294e095d6e4cf4430aa +size 197632 diff --git a/EndlessVendetta/Content/Levels/AITest.umap b/EndlessVendetta/Content/Levels/AITest.umap new file mode 100644 index 00000000..24f16649 --- /dev/null +++ b/EndlessVendetta/Content/Levels/AITest.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6199dd5f44070f4b738417f446127c0bdcf9884777285fdfce837fb67526936f +size 19354 diff --git a/EndlessVendetta/Content/Levels/Apartment_hit.umap b/EndlessVendetta/Content/Levels/Apartment_hit.umap index 755addea..d1012d67 100644 --- a/EndlessVendetta/Content/Levels/Apartment_hit.umap +++ b/EndlessVendetta/Content/Levels/Apartment_hit.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3afb076a981ae231b8e335cccbd1fe20b000ee92aee35eaadfe2e4d7e4c123e3 -size 817740 +oid sha256:4ba6c5231fe16d7055c78d25e17660b8b0a8e56c238d6ebbd9d22e154daeb569 +size 843481 diff --git a/EndlessVendetta/Content/Levels/ControlTutorialLevel.umap b/EndlessVendetta/Content/Levels/ControlTutorialLevel.umap index 7ec56f15..3d5bb606 100644 --- a/EndlessVendetta/Content/Levels/ControlTutorialLevel.umap +++ b/EndlessVendetta/Content/Levels/ControlTutorialLevel.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80f2ef39b4b9633d0b514454868231fa60ea6d417aade784a86041309bc09d27 -size 3439790 +oid sha256:a248ea9347724bd2f1238e32b4118fec05a8fd1c04dec00bef8a7b3cf4ffb474 +size 3361215 diff --git a/EndlessVendetta/Content/Levels/MainMenuLevel.umap b/EndlessVendetta/Content/Levels/MainMenuLevel.umap index b1daf353..e1f02e00 100644 --- a/EndlessVendetta/Content/Levels/MainMenuLevel.umap +++ b/EndlessVendetta/Content/Levels/MainMenuLevel.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f3d469fcb36031f0c19cf57f9f756cd2b4d98b9a14a3d541468ae6212b8185b0 -size 312556 +oid sha256:1c1999aa6f1e35aaf094706237efb48ab656a037265d1042241041ccddeaab06 +size 308758 diff --git a/EndlessVendetta/Content/Levels/_GENERATED/kacpe/Box_21E9E156.uasset b/EndlessVendetta/Content/Levels/_GENERATED/kacpe/Box_21E9E156.uasset new file mode 100644 index 00000000..a12d6f13 --- /dev/null +++ b/EndlessVendetta/Content/Levels/_GENERATED/kacpe/Box_21E9E156.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd534c7a4b969a32dccdd43f653db5ffb441ae4aa0cdaf2f591d4a368c3f201b +size 12839 diff --git a/EndlessVendetta/Content/Levels/_GENERATED/kacpe/Box_2CD2423C.uasset b/EndlessVendetta/Content/Levels/_GENERATED/kacpe/Box_2CD2423C.uasset new file mode 100644 index 00000000..2f0bc45d --- /dev/null +++ b/EndlessVendetta/Content/Levels/_GENERATED/kacpe/Box_2CD2423C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f8a2ef3add192602a466b2e989b5127b39bb35aa47c3a5c94b4ff4b3d4c2ca +size 14200 diff --git a/EndlessVendetta/Content/Levels/_GENERATED/kacpe/Box_9D62E999.uasset b/EndlessVendetta/Content/Levels/_GENERATED/kacpe/Box_9D62E999.uasset new file mode 100644 index 00000000..6303c5f1 --- /dev/null +++ b/EndlessVendetta/Content/Levels/_GENERATED/kacpe/Box_9D62E999.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1dc9c6cde6a3ac4ea80ab932376a906aac06f884b5424a9043af72dca6c0253 +size 13440 diff --git a/EndlessVendetta/Content/Levels/_GENERATED/kacpe/Box_D9E8A630.uasset b/EndlessVendetta/Content/Levels/_GENERATED/kacpe/Box_D9E8A630.uasset new file mode 100644 index 00000000..bcb98f76 --- /dev/null +++ b/EndlessVendetta/Content/Levels/_GENERATED/kacpe/Box_D9E8A630.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8078ed27c46d684979b3d6ee0fd17f562bb9e07450afb79ddc43b9e19ec21397 +size 13488 diff --git a/EndlessVendetta/Content/MSPresets/M_MS_Default_Material/M_MS_Default_Material.uasset b/EndlessVendetta/Content/MSPresets/M_MS_Default_Material/M_MS_Default_Material.uasset index 57606413..d9d5053a 100644 --- a/EndlessVendetta/Content/MSPresets/M_MS_Default_Material/M_MS_Default_Material.uasset +++ b/EndlessVendetta/Content/MSPresets/M_MS_Default_Material/M_MS_Default_Material.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1aa3fcea8aa693799d4e85506cd82783e980dffa3e279b3317926f9c3f8c4778 -size 93251 +oid sha256:7490b2547ab29236da5d0ecaf64963b63a8852b24dae8d281439bb9ca2003e91 +size 16955 diff --git a/EndlessVendetta/Content/MSPresets/M_MS_Surface_Material/M_MS_Surface_Material.uasset b/EndlessVendetta/Content/MSPresets/M_MS_Surface_Material/M_MS_Surface_Material.uasset index 4a8c69fe..3cedc1f6 100644 --- a/EndlessVendetta/Content/MSPresets/M_MS_Surface_Material/M_MS_Surface_Material.uasset +++ b/EndlessVendetta/Content/MSPresets/M_MS_Surface_Material/M_MS_Surface_Material.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efb46a6fb4401dadef9c19fd05eed8c59eac3661bdddfc03d6a9c87fec7003bf -size 19741 +oid sha256:433d163788c2a1a69104eaa6b5296aec3e356161ab221353cb34cb2f23b81ec6 +size 95957 diff --git a/EndlessVendetta/Content/MainMenu/Gameplay/MainMenuPlayerController.uasset b/EndlessVendetta/Content/MainMenu/Gameplay/MainMenuPlayerController.uasset index f2e5f037..fd6c1947 100644 --- a/EndlessVendetta/Content/MainMenu/Gameplay/MainMenuPlayerController.uasset +++ b/EndlessVendetta/Content/MainMenu/Gameplay/MainMenuPlayerController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99d3ea155d5d1c98c78e290afe7f624ef2a051c0c2b0d06ef21f54c40879fc25 -size 116782 +oid sha256:dd4ba3495f689a2a571de28e83a8e5ef115c5b3e1dc4f338d901098fc5d3752a +size 116895 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Common/m_med_unw_body_preview.uasset b/EndlessVendetta/Content/MetaHumans/Common/Common/m_med_unw_body_preview.uasset new file mode 100644 index 00000000..f662ba24 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Common/m_med_unw_body_preview.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9a7b1b2875c4584c3f843fb7252bd980e89a81a29d3695eeb1d40ebb817bdc +size 9717322 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Face/Textures/IrisTextures/iris_003/T_Iris_A_H.uasset b/EndlessVendetta/Content/MetaHumans/Common/Face/Textures/IrisTextures/iris_003/T_Iris_A_H.uasset new file mode 100644 index 00000000..a714f730 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Face/Textures/IrisTextures/iris_003/T_Iris_A_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515451a13d5e4bc607053fee3800bcf7a2631a6dc73bf1e9d43cb17aaa55e204 +size 266846 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Face/Textures/IrisTextures/iris_003/T_Iris_A_M.uasset b/EndlessVendetta/Content/MetaHumans/Common/Face/Textures/IrisTextures/iris_003/T_Iris_A_M.uasset new file mode 100644 index 00000000..1412f6e0 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Face/Textures/IrisTextures/iris_003/T_Iris_A_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2e498aaa01ebc2f8ff461daf9e1596a0cc14bec97286d83dc4eb4209776f0b +size 1795154 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Face/Textures/IrisTextures/iris_005/T_Iris_A_H.uasset b/EndlessVendetta/Content/MetaHumans/Common/Face/Textures/IrisTextures/iris_005/T_Iris_A_H.uasset new file mode 100644 index 00000000..ef51728d --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Face/Textures/IrisTextures/iris_005/T_Iris_A_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fcebd4a0c0287c07ad413761cf213d50635bf730d92e31d25c8a9763017ed9b +size 271674 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Face/Textures/IrisTextures/iris_005/T_Iris_A_M.uasset b/EndlessVendetta/Content/MetaHumans/Common/Face/Textures/IrisTextures/iris_005/T_Iris_A_M.uasset new file mode 100644 index 00000000..6d785350 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Face/Textures/IrisTextures/iris_005/T_Iris_A_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4009268023b3851a0a6d3aa158e1a3eee6051c9c775871903e14aa5671477c +size 1840069 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Female/Medium/NormalWeight/Body/metahuman_base_skel.uasset b/EndlessVendetta/Content/MetaHumans/Common/Female/Medium/NormalWeight/Body/metahuman_base_skel.uasset index a09e5d95..9d043282 100644 --- a/EndlessVendetta/Content/MetaHumans/Common/Female/Medium/NormalWeight/Body/metahuman_base_skel.uasset +++ b/EndlessVendetta/Content/MetaHumans/Common/Female/Medium/NormalWeight/Body/metahuman_base_skel.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8579ad883ee013e4585c6da24d5a568a8ff966aee41cbbc607f7006534d7f2b4 -size 100047 +oid sha256:c81f4060438dddeb6e27391ba02b3361b2322b070cca18b0617cd12270d65fbf +size 106929 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/NormalWeight/Bottoms/Slacks/m_med_nrw_btm_slacks_nrm.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/NormalWeight/Bottoms/Slacks/m_med_nrw_btm_slacks_nrm.uasset index a8971659..091efd10 100644 --- a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/NormalWeight/Bottoms/Slacks/m_med_nrw_btm_slacks_nrm.uasset +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/NormalWeight/Bottoms/Slacks/m_med_nrw_btm_slacks_nrm.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40570aeed2274a024613d72d4a4be06bb3911721a73fca7842059ae4e81d6e2b -size 4576033 +oid sha256:cf634bce5bb489e6807e1254fb0d3dc855d04792ba520c2951c52f53d4220f14 +size 4579899 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/NormalWeight/Shoes/Oxfords/m_med_nrw_shs_oxfords.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/NormalWeight/Shoes/Oxfords/m_med_nrw_shs_oxfords.uasset index e47eeea3..1e8be372 100644 --- a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/NormalWeight/Shoes/Oxfords/m_med_nrw_shs_oxfords.uasset +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/NormalWeight/Shoes/Oxfords/m_med_nrw_shs_oxfords.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed99598cca6da0a9c5b86bc4bc074ed89fb7dedc203e96aa54c5925388d3b8f0 -size 3093269 +oid sha256:e33a06f88def5c825a9d3564836fbc39549ffe11621015b4be828391a2101243 +size 3097788 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/NormalWeight/Tops/Shirt/m_med_nrw_top_shirt_nrm.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/NormalWeight/Tops/Shirt/m_med_nrw_top_shirt_nrm.uasset index 3aac90af..e5950a9f 100644 --- a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/NormalWeight/Tops/Shirt/m_med_nrw_top_shirt_nrm.uasset +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/NormalWeight/Tops/Shirt/m_med_nrw_top_shirt_nrm.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d756d4fcba1c2093ca6d578ec24fc9a2a0cabd179784bac0d1caf03d25e7cd44 -size 5416096 +oid sha256:869f0c6df44b674018e306d5d80763e56d0fcc21c0a6ccd90c08029e4144b81c +size 5420310 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Body/m_med_unw_animbp.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Body/m_med_unw_animbp.uasset new file mode 100644 index 00000000..1d2f79c2 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Body/m_med_unw_animbp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7682d43c7a9acc65d84ffaa1f36bedbe4ebd216136a37e48737f18ee70ea418 +size 1036279 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Body/m_med_unw_body_Physics.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Body/m_med_unw_body_Physics.uasset new file mode 100644 index 00000000..e5e55626 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Body/m_med_unw_body_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4de88a101f015d1b1c96f295f25a3e9b255ddcbdf0c36a426319295053b4bf6 +size 32491 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Bottoms/Jeans/m_med_unw_btm_jeans_nrm.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Bottoms/Jeans/m_med_unw_btm_jeans_nrm.uasset new file mode 100644 index 00000000..fdb3338d --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Bottoms/Jeans/m_med_unw_btm_jeans_nrm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec59373f35d406f88e32e58260c8404e5cf5bc8babb0ee9e7f697d94a01b6828 +size 7373657 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_l_anim.uasset new file mode 100644 index 00000000..52b03b7a --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d3b25a811c741b1ddae5b703769717a1a623b44734114723f031eaf7d2ae2f +size 297346 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_l_pose.uasset new file mode 100644 index 00000000..032b44b7 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c48b35eedcd882aaa766885ddf30aaee502657f0cfe87ffc782c1f4ce0a75ab +size 540899 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_r_anim.uasset new file mode 100644 index 00000000..a9da9cb7 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e40eb0264c375f65598cb1e0d39ab59a847475bf86c1a9896f0eb4b2a5af5bc +size 297346 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_r_pose.uasset new file mode 100644 index 00000000..ac9cf1bc --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001ff5f49e462474c2ffa622f2cfd82a8e292e70f8a19f944ff02758fd38cbc3 +size 541802 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_l_anim.uasset new file mode 100644 index 00000000..1b60c0df --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f774292673bb5c6fdea84dd4a2f21fb622fb40ab99d99f87a776599ebd91bfa0 +size 297358 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_l_pose.uasset new file mode 100644 index 00000000..e57a5880 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be85f5bad2a37e6656b55154746dbbb6c0ad9d88a8f80e5d39816580a866ccaa +size 538896 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_r_anim.uasset new file mode 100644 index 00000000..51aeff83 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44ffa1598c9fee800beb841e16fb62605bd88155d8d67231bb748fe6ffafdf3 +size 297358 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_r_pose.uasset new file mode 100644 index 00000000..eb86717a --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d65026a5733f978c3a287e84e3ad6e66088284043cde9b9281560d3ad13572f +size 539498 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_l_anim.uasset new file mode 100644 index 00000000..b9cadc8e --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0ea3ecfa3aa3d82e66fa6c73a1d01404c5c43e95227371b984c6321435a121 +size 269985 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_l_pose.uasset new file mode 100644 index 00000000..a06aed41 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089f158bbfe2547e2c308fcf1e9838068502d35871c04a5bccdc29eb031d0c65 +size 375104 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_r_anim.uasset new file mode 100644 index 00000000..ad18bb78 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579287f826778ca2d2bf3840a28e2fcf40178353e43fb5e3dbb3cdc0ac6ca76e +size 269985 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_r_pose.uasset new file mode 100644 index 00000000..02962036 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50517f271a9514a3a81bd3a81114ac8df3c194387d4ea04fb4875badd2a82d0 +size 375104 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_l_anim.uasset new file mode 100644 index 00000000..9e87c181 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc114225017d5c23f33aeed631255af677a11237984b054892110648a7b7f617 +size 283666 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_l_pose.uasset new file mode 100644 index 00000000..3d77c0b7 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19049b29d44f3d3ffb753055cb496bcc23d0d4ade7fd7f59349482d91633621b +size 457254 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_r_anim.uasset new file mode 100644 index 00000000..d93b84d0 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b80af3d99dfe9b3c4d6d5f7bebe0e8369a85fbc125c13f2d4a2d404782e1260 +size 283666 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_r_pose.uasset new file mode 100644 index 00000000..faa8b59c --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2215270f4995497d2acba063c19aad54d4bd98df3f61a12945307ff92c168f +size 457254 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_l_anim.uasset new file mode 100644 index 00000000..b95894dd --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283e788d05ed119ccf2ef8d46484da9155728f912fcca1785e7a20eff4940c16 +size 269998 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_l_pose.uasset new file mode 100644 index 00000000..ac55d4a7 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259ae180fd15cc67a84724850ded0edf8d21d3dd4623bd7ad67a828db06f45ee +size 375447 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_r_anim.uasset new file mode 100644 index 00000000..a4f9ef17 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae25e4beae34c035cd05e516320c5b7e0bae3e75887ea2c4b2daebac166b4ddd +size 269998 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_r_pose.uasset new file mode 100644 index 00000000..471ff889 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b930c09915e80e6739f1fe81bed9056bb756363c078a357753267265413f8150 +size 375748 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_l_anim.uasset new file mode 100644 index 00000000..a474acaf --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca46e3c51adf695cd214a9555b32fb43997678aa987582e1e61909156927479f +size 256318 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_l_pose.uasset new file mode 100644 index 00000000..a3c5f6e7 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aefc20f453c020773481ace36dce42eb2fcf37622d33bada8e4ea094af5bace +size 292965 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_r_anim.uasset new file mode 100644 index 00000000..2f04ab30 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aadd25d6270deee8ef2c55aab51af38475f549961ea0f2e3f9873da433e08f9 +size 256318 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_r_pose.uasset new file mode 100644 index 00000000..1de96548 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d9853ef96a115e63b42643e0fddc11e5885211fd0362fd4a57be265f611f1c +size 292965 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_l_anim.uasset new file mode 100644 index 00000000..aeedbdfd --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009eeba4d1bb78b41c6c39f669b75216d819b68b5d987642d8b03e2bf1eebc15 +size 256318 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_l_pose.uasset new file mode 100644 index 00000000..46ffd379 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc991a1a9ea5cf013acffa87a2764dabae257f31e0590a08fd4ccafb53899e15 +size 293266 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_r_anim.uasset new file mode 100644 index 00000000..cfb948c3 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de3ee76d02bc3db4c10eb5112932fa02f8060d507da2baed1f3a0256bd0f5d6 +size 256318 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_r_pose.uasset new file mode 100644 index 00000000..9ca04ef4 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035e954f23ac30225356ddb093e092c9a3cdc30bec86d0899787ce2846d52c41 +size 293266 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_l_anim.uasset new file mode 100644 index 00000000..82cb6e7f --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e199a193c94398c92266fe659cbc6a0cd8ba0f3fd821b0d6f5de9de682f73217 +size 352078 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_l_pose.uasset new file mode 100644 index 00000000..45173081 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005000a30acc951ac2ca7fbf99ec98621275f7f468d64efb74860a6ff408ae4e +size 875288 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_r_anim.uasset new file mode 100644 index 00000000..3fad4058 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566b9eac329196731c63f339f4cfdef66d668c16de3567fcfbf439b8f464e98b +size 352078 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_r_pose.uasset new file mode 100644 index 00000000..418193a9 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61bf8dd261ed79b985ae5915e5509f1a14f9a65106b469955dfd8cbcf4232b90 +size 875288 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_l_anim.uasset new file mode 100644 index 00000000..cb36c6f1 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e2d98d113e7bdfa9eb497dabd8c9edffa64f9217a892b2de77c51ae6cee540 +size 270001 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_l_pose.uasset new file mode 100644 index 00000000..94ffeb9b --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6192fe64e09ee544d3d7c2250dc375a467180a7576e6c16ab7be841f894e2373 +size 375456 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_r_anim.uasset new file mode 100644 index 00000000..c6725d29 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04433b899bbeb9ceb79a21f4487e744df1de54770853d9332cf43ae4386ea6ff +size 270001 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_r_pose.uasset new file mode 100644 index 00000000..63a9ba15 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b9c2a570b2421dd0f87b74b322940d576cd06dce10e75c435f1b8eed9ac6fd +size 375456 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_l_anim.uasset new file mode 100644 index 00000000..9990d62c --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6ae8471cebabcc9820d6ec146f66ef176ac79a88d3e64574f966cec4ed7873 +size 256321 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_l_pose.uasset new file mode 100644 index 00000000..5c3ae62f --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969d5ba417c94f2781a2f515e705e2a58adc2554ced4fb219b734b244a346a88 +size 293574 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_r_anim.uasset new file mode 100644 index 00000000..17b06004 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd429ef72184a538bcf4104ebfcccc3123858f40306926f2d7f41a70b6d741b +size 256321 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_r_pose.uasset new file mode 100644 index 00000000..c1f1c9a0 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0be96527b47394a12eb8117b38186aa824cf81f9af00a087eeaf50ef54598b +size 293574 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_l_anim.uasset new file mode 100644 index 00000000..3e834e4a --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09400ed437e51ff38b49fbe54281194f1eb741d3a378d7993f0a8a167ee8b99 +size 256321 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_l_pose.uasset new file mode 100644 index 00000000..99e6baaa --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a675f4602c3b57651478aa8a65659c22246097d732344364594b2352c3a2846d +size 293273 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_r_anim.uasset new file mode 100644 index 00000000..a7b627ab --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f614aecd37e05917a051a180848615053b9f41ddc0f6579757fe1c7513d94926 +size 256321 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_r_pose.uasset new file mode 100644 index 00000000..255e07aa --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee504644ac278c5b2f72d5931bbd19cd1ca23b76622ecb5c7445caab4a3f005 +size 293273 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_l_anim.uasset new file mode 100644 index 00000000..8195f153 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83cec336c3fa88071fca09736bf4c272f5fec88f6102f40a17dc8f345ca077fb +size 269998 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_l_pose.uasset new file mode 100644 index 00000000..f45807d5 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce62be25d8f6cd6d59ed74e01ff6a04d2472108928e1e485a240fd0478d6917 +size 375447 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_r_anim.uasset new file mode 100644 index 00000000..a06868cf --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e3b9c742c82b5931fa65867dc4d79adca177f88dc1b4b7d6806e8608fe8f0f +size 269998 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_r_pose.uasset new file mode 100644 index 00000000..1fa20815 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75498f301a8960a92d890c3b3887d842ad002219864e14882e1595aa521bc401 +size 375447 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_l_anim.uasset new file mode 100644 index 00000000..124dea65 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb23619340a2b545408629cc805a4cc1aa83e5840b3b1c0ab6a1b496bc84b0a +size 256318 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_l_pose.uasset new file mode 100644 index 00000000..badde6ed --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d2ff19870ad3dec91ebf8817b35502caa32ce47637bc843f04021915468026 +size 292965 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_r_anim.uasset new file mode 100644 index 00000000..075a4777 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8277ced02553d63b7294359fd0dc3480c89c128fa87aa2f87beb48d97ece40cb +size 256318 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_r_pose.uasset new file mode 100644 index 00000000..d39e663e --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1c7e42d99d125f1437199fe0335ebb34db192a8d2e7976d483dea93528e49e +size 292965 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_l_anim.uasset new file mode 100644 index 00000000..3628d0a7 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd6617887e015ba826ed857bdc91e3a596487c9b3d0a4c7a3790f9810de3762 +size 256318 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_l_pose.uasset new file mode 100644 index 00000000..74898341 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4951f873b91afa716fb8cac532ea9089ed520d92d01fd910517d4a6c773ab937 +size 293266 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_r_anim.uasset new file mode 100644 index 00000000..79fbd251 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490e552dff1017e647709c8d9cc7ce10a8d5bcd5820a0b265523ef964b5055f8 +size 256318 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_r_pose.uasset new file mode 100644 index 00000000..58687521 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63cb0cf88d72601ec3f5592b808bf1c9c343e8f3c01ee0ff095ee702e4b3ebe0 +size 293266 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_retarget_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_retarget_anim.uasset new file mode 100644 index 00000000..2e776620 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_retarget_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e51b43b818c2340db9e404f9884d15b1a02e3c18649f81a044f14392728512c +size 127557 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_retarget_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_retarget_pose.uasset new file mode 100644 index 00000000..5e73d18b --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_retarget_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e9204dccdb47b5240f37b48ea530866fbb9e23b748aa9dc010dfad889b3e8a +size 172451 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_l_anim.uasset new file mode 100644 index 00000000..72547fc7 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722e5224fd57c1b370e59bc3ad3ad80d506884d4bcd0bf2582299fe9e4bae8b8 +size 269995 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_l_pose.uasset new file mode 100644 index 00000000..9e394d4c --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d2d588899851350419b31b0e564e2a1770f5218587e4ab510e2d1fe8355195 +size 375438 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_r_anim.uasset new file mode 100644 index 00000000..474ddf37 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7180785857265c17d4b4c91d3cb67ec67fc3378eb8ff859675e7f8469c0a893f +size 269995 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_r_pose.uasset new file mode 100644 index 00000000..6ff26b4a --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f90ff43d7175190a49b7b41a9552e049c91f291910ff314d105d31d47d250b +size 375438 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_l_anim.uasset new file mode 100644 index 00000000..6ad9ef40 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d43b48cf3c1d6c8c28f8457c0798934137f37d3f0f75f346ea70e15d691279 +size 256315 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_l_pose.uasset new file mode 100644 index 00000000..cbe4a959 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f3d4e369a6a4de6d14e2a94fe7045248e170cd1ddec2008a1ffb23cd0ee080 +size 293560 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_r_anim.uasset new file mode 100644 index 00000000..b3e5dc5d --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049371afe11f648c82bee4b1547738d3a02c1a90a4684bc65235c0e8eb7e80c0 +size 256315 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_r_pose.uasset new file mode 100644 index 00000000..4de128c2 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3430cf25a076290eb2d831feae37c86117e71da851c1cda8f30ffeddc1c9fde +size 293560 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_l_anim.uasset new file mode 100644 index 00000000..8c747f83 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279108f4872b91fe99586dbc26e17b5c33527f63c990db578bce3aa7dfec8b58 +size 256315 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_l_pose.uasset new file mode 100644 index 00000000..658c2e16 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3545cc7604075572637647762869ee007d79a65bfefb5695ff322a73a83a3b6 +size 292958 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_r_anim.uasset new file mode 100644 index 00000000..b2dd15be --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0384c2c5d37ce26853ccdf1702d069e8167206ac280bc5a98f074bea483eefaa +size 256315 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_r_pose.uasset new file mode 100644 index 00000000..60f625fa --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9042673c49208b09f52589716ba80be3473b9f96f8fe86c5d104242e9e5281b +size 293259 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_l_anim.uasset new file mode 100644 index 00000000..6be19f70 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73f6b5e7e1d015f16e3953d48d9de0f80bc941f7599437f1935dd06b8ab0fb6 +size 420558 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_l_pose.uasset new file mode 100644 index 00000000..a89b2f8c --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e970c50db2022d6c89cfceff0a98d1c1f1694272c5bf976d372be366aee3dc6f +size 1297821 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_r_anim.uasset new file mode 100644 index 00000000..e7e860f5 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866d93f58e6baa560da67cbdfe0ae4b24b9e503ed621beff278cf7d7d16c8b1d +size 420472 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_r_pose.uasset new file mode 100644 index 00000000..10e64e85 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a460ec6f34a32bbab7e36b7164ef814af7da5ae89dd2e70b5166e2525bb3f0b9 +size 1298423 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_l_anim.uasset new file mode 100644 index 00000000..ca2e363a --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ddb330ca6e4a376126048361e71cdc30c616329832e8e6fbfecfcb4ec05f7f +size 256317 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_l_pose.uasset new file mode 100644 index 00000000..fbcc2760 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b6dffe91989ef027ac9a10f424da47d2874772a80ed1fcd74a83e62f8ea268 +size 291761 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_r_anim.uasset new file mode 100644 index 00000000..e71c0629 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0164747433619a7dbfd33f79bb51590fb8cab7edd0c7396208ac1bba9b9bc37d +size 256317 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_r_pose.uasset new file mode 100644 index 00000000..c4e326fc --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69fce3c57996fe9d4ba963dcfa26e7de5531bf0a78ac11fda97f925f8e6b192f +size 291761 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_l_anim.uasset new file mode 100644 index 00000000..9225ae21 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3bd6a3a389514fea1ccccb83f31b956e4c3fda1b5e739b4e796fac2eabd6e4 +size 256317 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_l_pose.uasset new file mode 100644 index 00000000..f51fbb61 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3050cde16a3a5c1c0e49f8c6ab53248fa60309067814b71862374bbc6c467c49 +size 292062 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_r_anim.uasset new file mode 100644 index 00000000..b6b31ea7 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58747541c7b2f73deb9fb5b43098a42339b579b401477f93f5dbb6930cf26376 +size 256317 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_r_pose.uasset new file mode 100644 index 00000000..e43ed3fe --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090da17e88963466228b56cc7d7b72138214446799b6728cd0ba5faede680260 +size 292062 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_l_anim.uasset new file mode 100644 index 00000000..1b9335b6 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d434ee8d26d74c40fa8d8e631a92b98f972084f748b2cbb9cd152639c323fcd +size 256317 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_l_pose.uasset new file mode 100644 index 00000000..47340115 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abefbc367c0e1f73ab9ae281089b3fefad952402cac602825769d00fa2593b45 +size 292062 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_r_anim.uasset new file mode 100644 index 00000000..bbe85655 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6903665b3b49295b3a9aaed2c9ee9ac7f3382a7d3a21bf45c6157033d47a0863 +size 256317 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_r_pose.uasset new file mode 100644 index 00000000..752b97ea --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff991fbd22ade9af5cb2e281a30e4d8db5413d98d0f43fde7b0fab1ca72b998 +size 292062 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_l_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_l_anim.uasset new file mode 100644 index 00000000..5f44671d --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640e2a55cd317edc1fdb1f9683bf127804f5907c59513bf68558bf7e06699393 +size 393121 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_l_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_l_pose.uasset new file mode 100644 index 00000000..f3bc8cd5 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003810bfd39e862819d1cdf319194b20b71009975dbf623980770ae63a0b9422 +size 1124564 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_r_anim.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_r_anim.uasset new file mode 100644 index 00000000..f099172f --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711da8ed36109c1e3056c60538d05750d696d0c402aa23159595586f226d1f15 +size 393207 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_r_pose.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_r_pose.uasset new file mode 100644 index 00000000..1f4b8512 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac858b5ff6b08068559597002ec1ecc8e049dba72a6cad1842c24dc914df3d77 +size 1137507 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Shoes/Loafers/m_med_unw_shs_loafers.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Shoes/Loafers/m_med_unw_shs_loafers.uasset new file mode 100644 index 00000000..af7551c8 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Shoes/Loafers/m_med_unw_shs_loafers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5c28543bc2b2f47602db8c198f77bc26e003029f32227f225e456e64eb680a +size 1751757 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Tops/Sweater/m_med_unw_top_sweater_nrm.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Tops/Sweater/m_med_unw_top_sweater_nrm.uasset new file mode 100644 index 00000000..14fa0809 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Medium/UnderWeight/Tops/Sweater/m_med_unw_top_sweater_nrm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31467d1c1b2e00dfa100ca6fb71ff9293c79ad03dadae6b98f139884f9197e2a +size 11507438 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Textures/Shared/8K/male_body_mask_map.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Textures/Shared/8K/male_body_mask_map.uasset new file mode 100644 index 00000000..b0cb5eb1 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Textures/Shared/8K/male_body_mask_map.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0104af851ce199a1f45f402f62652eea79a730433c846bb57819f6177510bb81 +size 2821991 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Textures/Shared/8K/male_underwear_color_map.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Textures/Shared/8K/male_underwear_color_map.uasset new file mode 100644 index 00000000..070a2670 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Textures/Shared/8K/male_underwear_color_map.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408ebb26dfcaa1ee9a5588b567849817beb8bb7db1da9ee41258aef701ac3327 +size 9691440 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Textures/male_002/8K/male_body_cavity_map.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Textures/male_002/8K/male_body_cavity_map.uasset new file mode 100644 index 00000000..b0adc3e3 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Textures/male_002/8K/male_body_cavity_map.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363a3407eb8ef0c21a33956947bc980f1aeae606d698dd44c40187e20a091169 +size 78661332 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Textures/male_002/8K/male_body_normal_map.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Textures/male_002/8K/male_body_normal_map.uasset new file mode 100644 index 00000000..97ca2018 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Textures/male_002/8K/male_body_normal_map.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0665f76957dade3d50ce960c4b1996b867aa82e929740bb2c71363a6fb5a00 +size 95379973 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Male/Textures/male_002/8K/male_body_roughness_map.uasset b/EndlessVendetta/Content/MetaHumans/Common/Male/Textures/male_002/8K/male_body_roughness_map.uasset new file mode 100644 index 00000000..5945795e --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Male/Textures/male_002/8K/male_body_roughness_map.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4258f607dd842a840c0dea1456f8877f13e167a2b32453def2a4a343296c6b +size 8616 diff --git a/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Attribute.uasset b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Attribute.uasset new file mode 100644 index 00000000..7d4826ee --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Attribute.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b48a676597e03104dbf8a251fcd8b24cb82cb86fe765f25a2d7352594f6bcd8 +size 3610974 diff --git a/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Depth.uasset b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Depth.uasset new file mode 100644 index 00000000..11ecbb35 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb431ee7eb4dd8663ced1110e3de0b1bcbbf3f58737ac3f29d020a58ab5a74d3 +size 3489002 diff --git a/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Material.uasset b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Material.uasset new file mode 100644 index 00000000..d0cac83f --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Material.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421e877fa981af97513cdb288e48a19b21d53383bf684f1e525fb068a96a851a +size 2453246 diff --git a/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Opacity.uasset b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Opacity.uasset new file mode 100644 index 00000000..105b38fc --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Opacity.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc0bf58e5293e69b9a2533e2b968dfdc5b7d6c5050dfd01ec5529cf079fd407 +size 309932 diff --git a/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Tangent.uasset b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Tangent.uasset new file mode 100644 index 00000000..340d7374 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Tangent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee60d77463c5d93c0b0101e0c4f2d8a90ae10cb6b87b5c11a25b80b59970e36 +size 6010851 diff --git a/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Attribute.uasset b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Attribute.uasset new file mode 100644 index 00000000..7c603d7b --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Attribute.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc98669487d9acaf4276a3c68e753eb01cb9b2c5dfa4fd4f6dd9d6a1e715a2df +size 149019 diff --git a/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Coverage.uasset b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Coverage.uasset new file mode 100644 index 00000000..429d280a --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Coverage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fec7cf2e0f9abbe790f3cc61a1680f199be3115a1e95c6288a2e0ff2ad15128 +size 3250090 diff --git a/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Depth.uasset b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Depth.uasset new file mode 100644 index 00000000..f0c2f96d --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a074ec52af451adbc7cb6ba69eebfe41232d721c1bfe453232aaba27d63b189 +size 60326 diff --git a/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Tangent.uasset b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Tangent.uasset new file mode 100644 index 00000000..0103357c --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Tangent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345fe597ddb552f640482b85f6e95a8704d547dcd09771b26465284708ce0fb1 +size 103570 diff --git a/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Attribute.uasset b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Attribute.uasset new file mode 100644 index 00000000..de3c64f8 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Attribute.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903bd1aeca9b7414dfd6b65b34a07f662323ce2c1d7cd9f6d467b1f28396a79c +size 2335468 diff --git a/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Depth.uasset b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Depth.uasset new file mode 100644 index 00000000..2f1a3483 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ecda7dd6e65b208fb486368b9bab7fbdcc602fccf38cc62e996a58d388ac47 +size 2704831 diff --git a/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Opacity.uasset b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Opacity.uasset new file mode 100644 index 00000000..0722aa71 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Opacity.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f033a30dd3d54962b29c1921ff844f2c1e40a587e558c9f729d8ee5098a9539f +size 333424 diff --git a/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Tangent.uasset b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Tangent.uasset new file mode 100644 index 00000000..a1e24214 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Tangent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94723652ff9d47d04e3c97c05d834481b3a3586c1c3a4c78fc64f96741b71367 +size 4393929 diff --git a/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Attribute.uasset b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Attribute.uasset new file mode 100644 index 00000000..9f0a2e4f --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Attribute.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5dc16c34e2ca277f87fe6dad219876d6855f99180a519c59ddaea239b2e60ce +size 181693 diff --git a/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Coverage.uasset b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Coverage.uasset new file mode 100644 index 00000000..73b64d3c --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Coverage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7043a23d1e765368463577f7d29050024251fa3774d25a35ae11679104bb37 +size 3623109 diff --git a/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Depth.uasset b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Depth.uasset new file mode 100644 index 00000000..5627aa85 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6311437a1c2f92f0a4735ff42983ccf4b451815608c084c6792f3e58e8efe7d +size 76108 diff --git a/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Tangent.uasset b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Tangent.uasset new file mode 100644 index 00000000..a86044b8 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Tangent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1548485ef51e47be102d5e2b2818932a4a01ce6b23eeed9394337d0172ce968 +size 132054 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/HighlightsTextures/HighlightMask_beards.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/HighlightsTextures/HighlightMask_beards.uasset new file mode 100644 index 00000000..a242c165 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/HighlightsTextures/HighlightMask_beards.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351308f95df48f903ce42464efd95ac17f2249d415f85874f50c2762f09cfaf9 +size 1716468 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/HighlightsTextures/HighlightMask_strips.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/HighlightsTextures/HighlightMask_strips.uasset new file mode 100644 index 00000000..3369a3f2 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/HighlightsTextures/HighlightMask_strips.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbbe11abd037d670bd8cc7cd6ed3a9c8d867c56f73d9a514bb0722b54b500ff1 +size 437903 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/M_btm_jeans_nrm.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/M_btm_jeans_nrm.uasset new file mode 100644 index 00000000..8ea90dd8 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/M_btm_jeans_nrm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b2b7ddd32887a8a5e07eadfbe6a6bed60af57a2d882e69f38ddb20e2737923 +size 25731 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_AO.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_AO.uasset new file mode 100644 index 00000000..dbc3d6f6 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b102b00cd3f2e1bf411741254d247f4ef556435a80a7ebcbaa5a97e78b3bf31 +size 1282728 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_D.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_D.uasset new file mode 100644 index 00000000..492e8bd6 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6663e25773a10455a5aa7a738813626b7ddd9470af1ae54a6b8d6f8cf2336aa +size 16548216 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_Mask.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_Mask.uasset new file mode 100644 index 00000000..a91309f7 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c176a17d353d99c070582c741b985beabf6fd7effeb3214115288dc4332fb6 +size 5620813 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_N.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_N.uasset new file mode 100644 index 00000000..603533db --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1ca454798b6c514cef670fee5c0a7c245ac99a0484db39a02462b894e23b77 +size 5196640 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_fuzz_M.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_fuzz_M.uasset new file mode 100644 index 00000000..c79f0293 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_fuzz_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5235551ccdb746c7f65b42d9d616db614250b678d507b61d319e24cfcea470 +size 9377777 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_memory_fold_N.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_memory_fold_N.uasset new file mode 100644 index 00000000..c52af862 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_memory_fold_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c11fb72596f94599d7cecca8de4285615ef0b675ad5ec4210c71170eac71cc3 +size 969739 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_roughness_mask.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_roughness_mask.uasset new file mode 100644 index 00000000..3750b86a --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_roughness_mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db2c6842bc7fc0ea41962af7306144cd30bc9d70661173ccd0879e3f7cfb5be +size 1120267 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_tile_overlay_D.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_tile_overlay_D.uasset new file mode 100644 index 00000000..be57790e --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_tile_overlay_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7beb7853dd1be2f033df96a9d3ff600f55ad8109b4e009a418bf8665a1e87c2a +size 1252592 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Loafers/M_shs_loafers.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Loafers/M_shs_loafers.uasset new file mode 100644 index 00000000..58903a54 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Loafers/M_shs_loafers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c49b63ee3e0c0b4e408298cea6e16b090bb88ec97290eb77f2b5c03d0bb6ad +size 24036 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Loafers/t_shs_loafers_A.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Loafers/t_shs_loafers_A.uasset new file mode 100644 index 00000000..0bafc887 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Loafers/t_shs_loafers_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c63881792e62ec38e6f76168990e1eb58411a3f6f866043969fa218d65ade0b +size 2754981 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Loafers/t_shs_loafers_B.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Loafers/t_shs_loafers_B.uasset new file mode 100644 index 00000000..a1976172 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Loafers/t_shs_loafers_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5abf9bcbd348e349d55e9b94a6e6333d81197df1819e36ab1941ce942b9ca79 +size 513428 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Loafers/t_shs_loafers_N.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Loafers/t_shs_loafers_N.uasset new file mode 100644 index 00000000..0d0624d6 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Loafers/t_shs_loafers_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287fa87cacd76f2241a0a43cbf1c0ba510c3809eb05a2a4d34f2713f818f2ad6 +size 50987292 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/M_fabric_simpler_fuzz_option.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/M_fabric_simpler_fuzz_option.uasset new file mode 100644 index 00000000..092521c5 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/M_fabric_simpler_fuzz_option.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbce8456a8a0a7ce32ba95822d461154cd747578ce036ca8a6d8771fcdf2c76 +size 265629 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/M_jeans_nrm_custom_master.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/M_jeans_nrm_custom_master.uasset new file mode 100644 index 00000000..4b70e071 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/M_jeans_nrm_custom_master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a75e200e7284217b066f9ddfcf80653cf0a1526282b7c3424a390f6532dc1c8 +size 119993 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Sweater/M_top_sweater.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Sweater/M_top_sweater.uasset new file mode 100644 index 00000000..235dee9f --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Sweater/M_top_sweater.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6642ec6c3dfe35349bc26b6a34282ac7ee43ff2835196cb62b507d3acfea1e +size 34650 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Sweater/top_sweater_AO.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Sweater/top_sweater_AO.uasset new file mode 100644 index 00000000..bde3e647 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Sweater/top_sweater_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2e5ef1d2d214710e9f059545e9aa1b0a92ff0192f5b0e27d86f03d1855f1c8 +size 7327123 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Sweater/top_sweater_Mask.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Sweater/top_sweater_Mask.uasset new file mode 100644 index 00000000..ae2fcd48 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Sweater/top_sweater_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a42a18fd0af06ec3338c8b5c3d2e5176fce57bb79b68c708cb8048dea51ceb8 +size 921348 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Sweater/top_sweater_N.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Sweater/top_sweater_N.uasset new file mode 100644 index 00000000..9ba9592b --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Sweater/top_sweater_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2aa8f1568b2506d1d204cd0b33a4051e163fea8d013f15924808be22180ba42 +size 916881 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_fuzz_4k.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_fuzz_4k.uasset new file mode 100644 index 00000000..fa01baf2 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_fuzz_4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d504cb2a43811b9aee94de9a2780fc16c66f929c079061833e60aea268e27d41 +size 31946868 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_fuzz_Normal.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_fuzz_Normal.uasset new file mode 100644 index 00000000..5e5946a0 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_fuzz_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef74be6ae0409386a5067b863d692f7c024023589d0c12d50ec352a8108f91d +size 44891644 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_pilling_2_N.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_pilling_2_N.uasset new file mode 100644 index 00000000..2c15e4cc --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_pilling_2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37963921dbb38f8e0bebc18d90aec424104ad7af4442b2bd7750e6f8de2ce22e +size 2956825 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_pilling_A2.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_pilling_A2.uasset new file mode 100644 index 00000000..082ecc47 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_pilling_A2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef1c4e4eeb870b0c65a41dd15740605d03cde0794524e8c9b021e181ae71d76 +size 3222065 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_double_knit_N.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_double_knit_N.uasset new file mode 100644 index 00000000..3ae3b51c --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_double_knit_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60de42bab3955a1c7bae6d06478ffada4160200268bb810c21fe91f69eeda358 +size 2089215 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_double_knit_height1.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_double_knit_height1.uasset new file mode 100644 index 00000000..333e6f8e --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_double_knit_height1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8780102b425cbabe3a9c081992f32937a54826db85db1eb4ee3363bd74cf8fa +size 808982 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_jeans_tile_M.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_jeans_tile_M.uasset new file mode 100644 index 00000000..e89e2fb9 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_jeans_tile_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2496e0c3eec7dc9449f39bdd2c5cd9c91ca906a5ed7550b4dadee2ddb0a346e3 +size 234631 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_jeans_tile_N.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_jeans_tile_N.uasset new file mode 100644 index 00000000..9f38fc2c --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_jeans_tile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97dab457b837a80df36d483593113347da0955723946a77f065c844eac49365b +size 461113 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_knit_front_AOHCA_M.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_knit_front_AOHCA_M.uasset new file mode 100644 index 00000000..fe63c17c --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_knit_front_AOHCA_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fccbc7cf4e297f12435d4b2e146998a3c0ae91ac6881ae734eaa7d6085f5162 +size 2021296 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_knit_front_nosrgb_H.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_knit_front_nosrgb_H.uasset new file mode 100644 index 00000000..17e34d7e --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_knit_front_nosrgb_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384b10a9de50be2ec7d64f35026587ca8aaca69745c57a7d9e91614cd929d0a2 +size 859108 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_weave_plain.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_weave_plain.uasset new file mode 100644 index 00000000..97e19245 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_weave_plain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f971475c8112f707b252e441d00b2092517b0fd7f3d38a44367feec27923fc63 +size 707442 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_weave_plain_normal.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_weave_plain_normal.uasset new file mode 100644 index 00000000..b4638ef4 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_weave_plain_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd00aa95669b40c289e87072de1ce423a7ed1a7d1232de26334af7a7e9a16d1c +size 4280830 diff --git a/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/memory_wrinkles_normal.uasset b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/memory_wrinkles_normal.uasset new file mode 100644 index 00000000..0441ffb5 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Common/Materials/Textures/Clothing/memory_wrinkles_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b710c3d9bc75d8c8c1842d7272e6346b9ea6111ec2d3d87519cb5054393407 +size 4197527 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/ABP_Dhruv.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/ABP_Dhruv.uasset new file mode 100644 index 00000000..fc7ad9b0 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/ABP_Dhruv.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8910e480257bb4e76fe2c77e65fb67acff59cbddf19d55f0e2ddf350f4270c +size 277908 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/BP_Dhruv.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/BP_Dhruv.uasset new file mode 100644 index 00000000..f73e6b8b --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/BP_Dhruv.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39c628f74635fd9b8e8911c3ba0f34b6739e84ae5a2d39e9b1c54e0b1ab9403 +size 457290 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Body/BodyBaseColor.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Body/BodyBaseColor.uasset new file mode 100644 index 00000000..d259978e --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Body/BodyBaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831286f894d0db99a7a839d347de115edcaa988c73910409f686b693f247d116 +size 18376697 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Dhruv_FaceMesh.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Dhruv_FaceMesh.uasset new file mode 100644 index 00000000..055718c3 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Dhruv_FaceMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd96e124cbeabc40086588020b3b690de1712ee3f0c0d256f4d56e756e5921e +size 156022415 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceBakedGroomAttributeMap.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceBakedGroomAttributeMap.uasset new file mode 100644 index 00000000..f47f68b9 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceBakedGroomAttributeMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6825d4720313bd771a4ba82ba3e9e473903b87e36ba5d7835355e304699ea157 +size 51267 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceBakedGroomAttributeMap_LOD.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceBakedGroomAttributeMap_LOD.uasset new file mode 100644 index 00000000..2ce5aed0 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceBakedGroomAttributeMap_LOD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2068d84f5429d238abc970e5182e573173a8074b46fb12e8d0f90a8ad735a155 +size 237920 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceBakedGroomRootTipGradientRegionMasks.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceBakedGroomRootTipGradientRegionMasks.uasset new file mode 100644 index 00000000..7868e7c6 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceBakedGroomRootTipGradientRegionMasks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e86b27d2109ea762346c74b37ad0b009b2dad78faeb36721ff791ff71407be7 +size 32787 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceBakedGroomRootTipGradientRegionMasks_LOD.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceBakedGroomRootTipGradientRegionMasks_LOD.uasset new file mode 100644 index 00000000..0f0ad901 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceBakedGroomRootTipGradientRegionMasks_LOD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66129af124db039039b3313a2f2c007bcdf0c0c4e8da33b179fb21f90cdb74e6 +size 124541 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceCavity_MAIN.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceCavity_MAIN.uasset new file mode 100644 index 00000000..84152780 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceCavity_MAIN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cea8d21a1180df0340b79ea38994325882290306ca16332cdc9eeb6abcf891c +size 36518085 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceColor_CM1.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceColor_CM1.uasset new file mode 100644 index 00000000..fe358e91 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceColor_CM1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0105cce5de972c0aa4b531143b4322d5b697ab78f73547efce5955922b476c2e +size 3802686 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceColor_CM2.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceColor_CM2.uasset new file mode 100644 index 00000000..a08c75c8 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceColor_CM2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f172de56cd9a5fa1fb5397fc07572ec9fbcc4f3a705c638e2cb12e7247871814 +size 3835478 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceColor_CM3.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceColor_CM3.uasset new file mode 100644 index 00000000..ba092cb8 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceColor_CM3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1e06537aaf46ac988bfff5778a11e975776794d64ef0dc19ab6a26d185e4a5 +size 3850657 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceColor_MAIN.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceColor_MAIN.uasset new file mode 100644 index 00000000..d4f6987a --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceColor_MAIN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811323b4bb2b250ca8ea3840ea4fb898613bf8ea91225fe1664b529b2d5e53e3 +size 3818318 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceColor_MAIN_LOD.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceColor_MAIN_LOD.uasset new file mode 100644 index 00000000..6be1ccf8 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceColor_MAIN_LOD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ba1dc7bbadf6d56b2b52bea5cc70fcf03ff2504b3547b4e2e90909aa851801 +size 3944805 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceEyeLipstickMask.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceEyeLipstickMask.uasset new file mode 100644 index 00000000..cbfb5c4d --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceEyeLipstickMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5036c83d6ef3f103a22e1513cf622e61ac9bdc8ca1a6873dc0a3e7f6ef185ba8 +size 737326 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceFoundationBlusherMask.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceFoundationBlusherMask.uasset new file mode 100644 index 00000000..599b38cf --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceFoundationBlusherMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb43bb388ca5e96af49b13454604ebd968b6c477f82917bb6e7d99dc4d90edc +size 1165020 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceNormal_MAIN.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceNormal_MAIN.uasset new file mode 100644 index 00000000..46b96294 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceNormal_MAIN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33949970ca1dea9455a6f0405287df329daf28c9215d2d7d11c35447fd297fbf +size 56039057 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceNormal_MAIN_LOD.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceNormal_MAIN_LOD.uasset new file mode 100644 index 00000000..c46ee9de --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceNormal_MAIN_LOD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025d20a2e85ea20b1722b035f21910a1c22a1bea99e1817ad651cc71ff8a7237 +size 57581875 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceNormal_WM1.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceNormal_WM1.uasset new file mode 100644 index 00000000..d21ff941 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceNormal_WM1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4bf820e5eedcda4a09f7ff5504767fce6de14b34c433c40943cb5532fd50ee +size 54811264 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceNormal_WM2.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceNormal_WM2.uasset new file mode 100644 index 00000000..0603dc01 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceNormal_WM2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80225ecba951e02a7c7bbcadae1cccbad364de9721a57cd8c829269497267da +size 54911775 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceNormal_WM3.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceNormal_WM3.uasset new file mode 100644 index 00000000..313b3634 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceNormal_WM3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ded9e022c1ea4c616d8ef44a5e29c6c6c075b5a92bbc81b429c325776c05426 +size 57426513 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceRoughness_MAIN.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceRoughness_MAIN.uasset new file mode 100644 index 00000000..a83d8439 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceRoughness_MAIN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64329125e48f35a56a80adf8ef08f5f007e9ff28658584f8bbaa39e78b4e764 +size 2439233 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceRoughness_MAIN_LOD.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceRoughness_MAIN_LOD.uasset new file mode 100644 index 00000000..50325191 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/FaceRoughness_MAIN_LOD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1071a5398ff960e1397cbba59d87f28031bce6afa41e5924793b39a9dfc2b5aa +size 2439253 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked.uasset new file mode 100644 index 00000000..3f1afcc9 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c90b4ddd10e13a369ea92ae08ecb9ed69c4647c37afeb2b330f329611ce5473 +size 86365 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD1.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD1.uasset new file mode 100644 index 00000000..d15309bf --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5553327e67f09786cc1be8ec58cf3d79e97497e44daa2bfc3a994238e7e14659 +size 86363 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD2.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD2.uasset new file mode 100644 index 00000000..5cb61344 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a15d287d5c615b703b69ef0a459c46593998ee87b6bb85dbc66dadedf74da29 +size 85533 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD3.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD3.uasset new file mode 100644 index 00000000..3bc5cdc2 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382f90805751ce4d045305130c1d404ff528f7818c59364078e50bb793849f13 +size 85741 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD4.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD4.uasset new file mode 100644 index 00000000..49776c50 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44777fbb322b0ef185ddfd59520c229667940223ecdb6fde8d80054fb7b301a1 +size 85741 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD5.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD5.uasset new file mode 100644 index 00000000..fb3509fa --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3fa7a13c273a2875248e68bf685a9af9428156fa3af8eac228617dc0a531ff2 +size 85741 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/MI_EyeRefractive_Inst_L.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/MI_EyeRefractive_Inst_L.uasset new file mode 100644 index 00000000..b7901b93 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/MI_EyeRefractive_Inst_L.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b885594bc6d4681eeeb017f7e408033c0bbb1da52f7b8c9f74f31e5fff96b2 +size 13698 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/MI_EyeRefractive_Inst_R.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/MI_EyeRefractive_Inst_R.uasset new file mode 100644 index 00000000..ce7d5c06 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/Materials/MI_EyeRefractive_Inst_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c231e5b8d0767abd1956136406cf7334719dbeff88ae8cd6a89e86e82f7174 +size 13213 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/T_BakedNormal_LOD3.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/T_BakedNormal_LOD3.uasset new file mode 100644 index 00000000..26c9c6f3 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/T_BakedNormal_LOD3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515a954c26e69e6a94a3ae23f9a90ed5dc7e37acedb052b49180a7fa59262cdc +size 139765 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/T_BakedNormal_LOD4.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/T_BakedNormal_LOD4.uasset new file mode 100644 index 00000000..516d991b --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/T_BakedNormal_LOD4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5c5b0d7ea93e79040a4414f724a7d2342321412da15910b624c9e960400bfc +size 138657 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Face/T_BakedNormal_LOD5.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/T_BakedNormal_LOD5.uasset new file mode 100644 index 00000000..bbdf4b00 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Face/T_BakedNormal_LOD5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ff9701000630a408427ad0469a310d23a6e65c4b95fb4551e433515d39ff20 +size 161709 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/FemaleHair/GroomBinding/Peachfuzz_M_Thin_f_head_Archetype_Binding.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/FemaleHair/GroomBinding/Peachfuzz_M_Thin_f_head_Archetype_Binding.uasset new file mode 100644 index 00000000..ad4c1f1c --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/FemaleHair/GroomBinding/Peachfuzz_M_Thin_f_head_Archetype_Binding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb493e9a11d5ed31b6a7a18f8f03d25b35552a8d14c3983d5ac1429559338772 +size 2249 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/FemaleHair/Hair/Peachfuzz_M_Thin.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/FemaleHair/Hair/Peachfuzz_M_Thin.uasset new file mode 100644 index 00000000..65720ae8 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/FemaleHair/Hair/Peachfuzz_M_Thin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c554a08fe36b844199af4c9f7d66e58e86909a33f625fda67a63a0617839ba +size 5650420 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/FemaleHair_pfn/GroomBinding/Hair_L_MessyClumps_Melina_Face_Archetype_Binding.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/FemaleHair_pfn/GroomBinding/Hair_L_MessyClumps_Melina_Face_Archetype_Binding.uasset new file mode 100644 index 00000000..760ffca9 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/FemaleHair_pfn/GroomBinding/Hair_L_MessyClumps_Melina_Face_Archetype_Binding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b906f23b3e0145f8a35f10b50b710d507ca0757e41b7fd37e93408b56c7b2d1 +size 2406 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/FemaleHair_pfn/Hair/Hair_L_MessyClumps.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/FemaleHair_pfn/Hair/Hair_L_MessyClumps.uasset new file mode 100644 index 00000000..1a220f8d --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/FemaleHair_pfn/Hair/Hair_L_MessyClumps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6338ec41215e0ff530b765598736c92ba741109875f289ae8a552a4d60fd82 +size 25527680 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Male/Medium/UnderWeight/Body/m_med_unw_body.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Male/Medium/UnderWeight/Body/m_med_unw_body.uasset new file mode 100644 index 00000000..f6078043 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Male/Medium/UnderWeight/Body/m_med_unw_body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462df38a3d223c1a19a1694d81c3204823f8b11eb5c30781413a91be80b26e47 +size 5259160 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair/GroomBinding/Eyebrows_M_Dense_m_med_nrw_head_skmesh_Face_Archetype_Binding.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair/GroomBinding/Eyebrows_M_Dense_m_med_nrw_head_skmesh_Face_Archetype_Binding.uasset new file mode 100644 index 00000000..66e890cf --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair/GroomBinding/Eyebrows_M_Dense_m_med_nrw_head_skmesh_Face_Archetype_Binding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00d11e87629c2483d23daa2ad847b763aba7f0b9d6052976890c2c2f90d037a +size 2305 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair/GroomBinding/Eyelashes_S_Sparse_m_med_nrw_head_skmesh_Face_Archetype_Binding.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair/GroomBinding/Eyelashes_S_Sparse_m_med_nrw_head_skmesh_Face_Archetype_Binding.uasset new file mode 100644 index 00000000..79ef2400 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair/GroomBinding/Eyelashes_S_Sparse_m_med_nrw_head_skmesh_Face_Archetype_Binding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2e676ecabbca9ca75f2a052cbd63eae63be5f56f65a0c6bf77b839500220b4 +size 2368 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair/Hair/Eyebrows_M_Dense.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair/Hair/Eyebrows_M_Dense.uasset new file mode 100644 index 00000000..593dcfde --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair/Hair/Eyebrows_M_Dense.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7103112c719d87d83d28be7dc30d9fb3ec8088c642e46d320d1d113ff9893b +size 514775 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair/Hair/Eyelashes_S_Sparse.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair/Hair/Eyelashes_S_Sparse.uasset new file mode 100644 index 00000000..17c02f4c --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair/Hair/Eyelashes_S_Sparse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d279d06c078d60ae5f4a4629e3b9d7fa45c1faf08263237b0aa7def4620c16d2 +size 72614 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/GroomBinding/Beard_L_Messy_MaleHair_pfn_Face_Archetype_Binding.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/GroomBinding/Beard_L_Messy_MaleHair_pfn_Face_Archetype_Binding.uasset new file mode 100644 index 00000000..f1505c90 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/GroomBinding/Beard_L_Messy_MaleHair_pfn_Face_Archetype_Binding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb153c8ebce5c03ce76fd1791a242f2c47e46c7a7e132f542f05046f33771cac +size 2271 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/GroomBinding/Mustache_L_Messy_MaleHair_pfn_Face_Archetype_Binding.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/GroomBinding/Mustache_L_Messy_MaleHair_pfn_Face_Archetype_Binding.uasset new file mode 100644 index 00000000..5f794075 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/GroomBinding/Mustache_L_Messy_MaleHair_pfn_Face_Archetype_Binding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbd2bdc0a961b90e62662d631f272653900da1fd3a260d576510bfa2023ed9f +size 2286 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy.uasset new file mode 100644 index 00000000..a06ff258 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282709c5699a041ade788f8041e1519036e4134db55b31eb3e3b9a333cc663fe +size 6784620 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD0.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD0.uasset new file mode 100644 index 00000000..241ee325 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cfe03179074d4cdfa0dae3ed29747000ebad38065c30e6d561e6f47968809d +size 583675 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD1.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD1.uasset new file mode 100644 index 00000000..409783b6 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6070e00f39ad35a702ba679e464956ed008490cd824b2f457cb2583d0ec91f7b +size 341858 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD2.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD2.uasset new file mode 100644 index 00000000..aa16f1e7 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b08af51d9cddeaec98d036d05d3db24c006b49c29d8d1a102f245de4e0a161 +size 199976 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD3.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD3.uasset new file mode 100644 index 00000000..855dbfc5 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970f2ee5e3634c45b42c8f5a7adc54b168efd3febb5311da38d90b1b4eb50ca5 +size 136105 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD4.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD4.uasset new file mode 100644 index 00000000..f243b38d --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bde7de965f007acc76c3730c5dd3b4190dfbe6195fa69a20b07cc31dc8bcd10 +size 125613 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy.uasset new file mode 100644 index 00000000..cbd98f8c --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e103e4788f5c14d49b84410d701ca2a38172479aca85c45523cedf08ea65373 +size 401056 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD0.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD0.uasset new file mode 100644 index 00000000..775d2862 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99130438577dfefbc709f833aeee949ec184b86cb415ea16bbaf664d35359119 +size 338719 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD1.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD1.uasset new file mode 100644 index 00000000..c6b1097a --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27570fe8b51b8280c4d94bc4e35a0db28cd0d7a98f505a07dcd009e438be98df +size 197845 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD2.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD2.uasset new file mode 100644 index 00000000..c561aea6 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb5241f58d8bc8e526f2fba98e32495fe2f92a8ce69184918ec5e308a1b778a +size 144136 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD3.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD3.uasset new file mode 100644 index 00000000..2af44371 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0882626775f056e845be7c6a85d30303db418cb90c4d78176e08a467fc5e4f +size 59906 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD4.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD4.uasset new file mode 100644 index 00000000..d6d0d7f7 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c305d738c20e1adf50af33f3819d6f543dee9551053b00775178c0ee23e7b4 +size 35650 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Beard_L_Messy_Helmet_LOD5.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Beard_L_Messy_Helmet_LOD5.uasset new file mode 100644 index 00000000..2aafc5cd --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Beard_L_Messy_Helmet_LOD5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a95a1624803bbc2b99b207cd31b0e72c1affde6fe01b75c496b38e0fb93f1a +size 40747 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Beard_L_Messy_Helmet_LOD6.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Beard_L_Messy_Helmet_LOD6.uasset new file mode 100644 index 00000000..c287fde2 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Beard_L_Messy_Helmet_LOD6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44897fb9a7634141fd57fba29a77777b1549917519e5e739f38e41bdbf248ab5 +size 24423 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Beard_L_Messy_Helmet_LOD7.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Beard_L_Messy_Helmet_LOD7.uasset new file mode 100644 index 00000000..592dfa31 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Beard_L_Messy_Helmet_LOD7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84e68ea5555cbbddd43ebe961a9f0bf670a63ad10427d3695d7d14ffc78c5d8 +size 18431 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Mustache_L_Messy_Helmet_LOD5.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Mustache_L_Messy_Helmet_LOD5.uasset new file mode 100644 index 00000000..756d7beb --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Mustache_L_Messy_Helmet_LOD5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1aa6db415a185471b1d0d7b6f9fe8f35121145d3c6d6a4ce2eee43c40bcdbf9 +size 35556 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Mustache_L_Messy_Helmet_LOD6.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Mustache_L_Messy_Helmet_LOD6.uasset new file mode 100644 index 00000000..ce98f1f8 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Mustache_L_Messy_Helmet_LOD6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e724a38e6f075042f2571a848db1a9b3ca3b25fe192991a663653a3b06e8d05f +size 23271 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Mustache_L_Messy_Helmet_LOD7.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Mustache_L_Messy_Helmet_LOD7.uasset new file mode 100644 index 00000000..5b26292f --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/MaleHair_pfn/Helmets/Mustache_L_Messy_Helmet_LOD7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cda5d79dc71594660355b7f8de4787aae1e51f293e3ff340f92947b57749386 +size 17960 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/Jeans/M_btm_jeans_nrm.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/Jeans/M_btm_jeans_nrm.uasset new file mode 100644 index 00000000..bb385648 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/Jeans/M_btm_jeans_nrm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4256376f95676ead8a2bfc3dba3bb5d0da2312c10e7ebc3ce157eca91699175e +size 21166 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/Loafers/M_shs_loafers.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/Loafers/M_shs_loafers.uasset new file mode 100644 index 00000000..8f7455f9 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/Loafers/M_shs_loafers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e3c67b8a4a79d8f97f8d2a0ecd78a03aa42357d3db6042bb4a94323f4f0f89 +size 22862 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Facial_Hair.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Facial_Hair.uasset new file mode 100644 index 00000000..febaad8e --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Facial_Hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd2609fd5d574819116e14bb449dbc27875e1c6cd1f1b1b66fc69b5ee258f01 +size 18811 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair.uasset new file mode 100644 index 00000000..eac90164 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf57f2dddbead4057d21c500ca3e2c9292fec63187c9e188d1f6b58a04c32cc +size 21238 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair1.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair1.uasset new file mode 100644 index 00000000..f6ce276f --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7d40295cc9c9bc6dbb0852dc3b5f31af349ba63eac4540d45c0a9ea580a5d2 +size 21028 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair2.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair2.uasset new file mode 100644 index 00000000..03952eed --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b2a93f88b7cbe1626644f1621d5d5399fb339b9394e8d54b153065750258d5 +size 21028 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair3.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair3.uasset new file mode 100644 index 00000000..31f9673a --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d848f15b2b18d899bf8b2f76c98691f0e513eb5cca05a0153f96d49ef39cacf6 +size 21028 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair4.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair4.uasset new file mode 100644 index 00000000..34e60861 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f829d74f4843abc709b4772214f6f0bdbc229a19fde10bb0924abce4e0d1cd1 +size 21257 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Cards.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Cards.uasset new file mode 100644 index 00000000..c1df8561 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Cards.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3300995d5327ba2ae70e91e99bf13617a38495552ee4c213e1a48f7f7319d5 +size 23478 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Cards1.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Cards1.uasset new file mode 100644 index 00000000..2843db50 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Cards1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b390545881a7c4facb521d1b265b528bfb3ebc29d704156bf1e67c41e87e5787 +size 23274 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Cards2.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Cards2.uasset new file mode 100644 index 00000000..62ebe483 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Cards2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d64b260e0d613f05acac7e9b3b6da5f8417e6b91d0683166042981976610aa8 +size 23503 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Helmet.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Helmet.uasset new file mode 100644 index 00000000..a277bf8d --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Helmet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895b0ab7273b25ef8ead9d43753c6d44cfd93bdb1c50e3a1f1d7de7957764b0c +size 21280 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Helmet1.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Helmet1.uasset new file mode 100644 index 00000000..f9ef70da --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Helmet1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2770af520f2ad5d52236b1e7023ec38eea3e631499dadb4c533015f074052fd2 +size 21077 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Helmet2.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Helmet2.uasset new file mode 100644 index 00000000..22698969 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_Hair_Helmet2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f128914834a8c656e9f43634b20e9e760b14eab4d46e2efe28197c7632113f7b +size 21306 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_PeachFuzz.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_PeachFuzz.uasset new file mode 100644 index 00000000..7b27dc0f --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/MI_PeachFuzz.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3efcf5f82fc487e4f50badabfec9fcd280750ea7c199c06a5f2655a69c5957b +size 8047 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/M_BodySynthesized.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/M_BodySynthesized.uasset new file mode 100644 index 00000000..4e33487d --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/M_BodySynthesized.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5459782af1a7b1131ce0a0d38d6b33b4a51b31a26b4e9f17605471043c67021b +size 13733 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/M_EyeLash_HigherLODs_Inst.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/M_EyeLash_HigherLODs_Inst.uasset new file mode 100644 index 00000000..50f7894c --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/M_EyeLash_HigherLODs_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2163bf26569c3b0f31c0cd1ce758b38d615bec93998643cf7e0e6b51c856e50 +size 7408 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/M_EyelashLowerLODs_Inst.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/M_EyelashLowerLODs_Inst.uasset new file mode 100644 index 00000000..bbfe3522 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/M_EyelashLowerLODs_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0d111ce1de9c52dbcf740901c3d0ca631cba51c81352e065f80f4b66db0c9f +size 7396 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/M_TeethCharacterCreator_Inst.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/M_TeethCharacterCreator_Inst.uasset new file mode 100644 index 00000000..793790b5 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/M_TeethCharacterCreator_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb645da503b8ec963e2f78552c0c51ed3937f6ab110c237eae306137ed441d6 +size 9923 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/Sweater/M_top_sweater.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/Sweater/M_top_sweater.uasset new file mode 100644 index 00000000..86891c4a --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Materials/Sweater/M_top_sweater.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd6fe93cdda66cbfb1a147de5ffbd4092ad0671a69f1848dd3108e57f71b9af +size 31341 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/Previews/BP_Dhruv_PreviewMeshCollection.uasset b/EndlessVendetta/Content/MetaHumans/Dhruv/Previews/BP_Dhruv_PreviewMeshCollection.uasset new file mode 100644 index 00000000..af8b26aa --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/Previews/BP_Dhruv_PreviewMeshCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b3262d86161d7a51a4d19369bf77659c190f439cc0c4694c127b300ef7cd44 +size 2720 diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/SourceAssets/Dhruv.dna b/EndlessVendetta/Content/MetaHumans/Dhruv/SourceAssets/Dhruv.dna new file mode 100644 index 00000000..c868fd92 Binary files /dev/null and b/EndlessVendetta/Content/MetaHumans/Dhruv/SourceAssets/Dhruv.dna differ diff --git a/EndlessVendetta/Content/MetaHumans/Dhruv/VersionInfo.txt b/EndlessVendetta/Content/MetaHumans/Dhruv/VersionInfo.txt new file mode 100644 index 00000000..18021c7a --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Dhruv/VersionInfo.txt @@ -0,0 +1,3 @@ +{ + "MetaHumanVersion": "1.3.0" +} \ No newline at end of file diff --git a/EndlessVendetta/Content/MetaHumans/Jhon/BP_Jhon.uasset b/EndlessVendetta/Content/MetaHumans/Jhon/BP_Jhon.uasset index b5e6b3c6..979f29b8 100644 --- a/EndlessVendetta/Content/MetaHumans/Jhon/BP_Jhon.uasset +++ b/EndlessVendetta/Content/MetaHumans/Jhon/BP_Jhon.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:784fc0d905b3001006f6ff767ee22b8414c7f9f815623d33fc7ee06fedc9528b -size 345514 +oid sha256:4df09157a7883fcd627c7f7ead33c97a66cec81d01a01f56b4178d476b017015 +size 351218 diff --git a/EndlessVendetta/Content/MetaHumans/Jhon/Face/Jhon_FaceMesh.uasset b/EndlessVendetta/Content/MetaHumans/Jhon/Face/Jhon_FaceMesh.uasset index e09bebbf..8b045285 100644 --- a/EndlessVendetta/Content/MetaHumans/Jhon/Face/Jhon_FaceMesh.uasset +++ b/EndlessVendetta/Content/MetaHumans/Jhon/Face/Jhon_FaceMesh.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d759ec24b58115deeff6f6ef07e03921d959623d57effaf311a2f778b2662931 -size 148653517 +oid sha256:ced81f073142fc332d5192ecdddc2604b3eb2e11855998c03d5174369c052e04 +size 148650035 diff --git a/EndlessVendetta/Content/MetaHumans/Jhon/Male/Medium/NormalWeight/Body/m_med_nrw_body.uasset b/EndlessVendetta/Content/MetaHumans/Jhon/Male/Medium/NormalWeight/Body/m_med_nrw_body.uasset index 69f8f004..c1b220c4 100644 --- a/EndlessVendetta/Content/MetaHumans/Jhon/Male/Medium/NormalWeight/Body/m_med_nrw_body.uasset +++ b/EndlessVendetta/Content/MetaHumans/Jhon/Male/Medium/NormalWeight/Body/m_med_nrw_body.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0b57afdfbe1a8672e4c05a2481ef0b90123d6126732e1acaffa7bef2f06824c -size 5866502 +oid sha256:e3488410cb27f854962da09d163112a2564427170aed2ccfa8c41a9cb4f7a878 +size 5869878 diff --git a/EndlessVendetta/Content/MetaHumans/Jhon/Male/Medium/NormalWeight/Body/m_med_nrw_body_Skeleton.uasset b/EndlessVendetta/Content/MetaHumans/Jhon/Male/Medium/NormalWeight/Body/m_med_nrw_body_Skeleton.uasset new file mode 100644 index 00000000..12fcd783 --- /dev/null +++ b/EndlessVendetta/Content/MetaHumans/Jhon/Male/Medium/NormalWeight/Body/m_med_nrw_body_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda9c716467574d1b8f633fd68fc5f91f8510266415e6ae7135712142385a89a +size 71805 diff --git a/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD0.uasset b/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD0.uasset index b593477d..d012c463 100644 --- a/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD0.uasset +++ b/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD0.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:105db1461456d4a867d11bd04de5e5d723495a015c275cf36152a49d448639ad -size 480728 +oid sha256:381d62d6be83b8d1243471e779c2b2d1c965bd5d5eaeaee94f02acb9075b03ce +size 484322 diff --git a/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD1.uasset b/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD1.uasset index 214099e3..a9c5d6b1 100644 --- a/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD1.uasset +++ b/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:336052d90b9b0f2b5c6424254c038bd22f963f52e7abeb925b15fb077759bad9 -size 264403 +oid sha256:08dcf96cf9a04617ab67d227ac09529b66301e7ec0b858bec66edce7660de161 +size 267998 diff --git a/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD2.uasset b/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD2.uasset index 82da4e6f..a4aaea36 100644 --- a/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD2.uasset +++ b/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d936f9490a8d38720c9c84fe9c2eb4a38af2fabb05d25a57c89295319d0fbde4 -size 145347 +oid sha256:03cdb9fef3108a586c0808939874e9242f64bd59b57c26b074454ed420252b9d +size 148914 diff --git a/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD3.uasset b/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD3.uasset index dffd6343..4cfda167 100644 --- a/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD3.uasset +++ b/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD3.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffb57caa001823a67b46f977bbefab55129bcc134c7f21210d601d1b3bf478f7 -size 80857 +oid sha256:7851239168e3704ffa9aea63e753fda50bac54f132bc70d0af90aaf0c88db126 +size 84443 diff --git a/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD4.uasset b/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD4.uasset index af8e31df..3cae74d8 100644 --- a/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD4.uasset +++ b/EndlessVendetta/Content/MetaHumans/Jhon/MaleHair/Hair/Mustache_S_Full_CardsMesh_Group0_LOD4.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:798d6ff37c45c3d16e8c4277518716105f2bb7e5f1d095f7bf87cf40d018b557 -size 48632 +oid sha256:230dd9eeab41bc277bd6a332b97a26480b8cb0b0a58ad0b28aa8e29a8c29e3e0 +size 52176 diff --git a/EndlessVendetta/Content/MetaHumans/MHAssetModified.txt b/EndlessVendetta/Content/MetaHumans/MHAssetModified.txt index 98ed3564..fa24ab87 100644 --- a/EndlessVendetta/Content/MetaHumans/MHAssetModified.txt +++ b/EndlessVendetta/Content/MetaHumans/MHAssetModified.txt @@ -2,2019 +2,2975 @@ "assets": [ { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Tops/Shirt/m_med_nrw_top_shirt_nrm.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Bottoms/Slacks/m_med_nrw_btm_slacks_nrm.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Shoes/Oxfords/m_med_nrw_shs_oxfords.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/MetaHuman_ControlRig.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Face_ControlBoard_CtrlRig.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/simple_face_CtrlRig.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Face_Archetype.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/Utilities/MH_CR_Picker.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Surprise-04_Shock.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Surprise-03_Surprise.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Surprise-02_Wonder.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Surprise-01_Alertness.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Sadness-04_Grief.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Sadness-03_Sadness.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Sadness-02_Melancholy.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Sadness-01_Dejection.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Joy-04_Laughter.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Joy-03_Joy.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Joy-02_Amusement.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Joy-01_Satisfaction.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Fear-04_Terror.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Fear-03_Fear.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Fear-02_Anxiety.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Fear-01_Concern.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Disgust-04_Revulsion.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Disgust-03_Disgust.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Disgust-02_Aversion.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Disgust-01_Disdain.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Anger-04_Rage.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Anger-03_Anger.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Anger-02_Indignation.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Anger-01_Sternness.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Combinations/Sadness+Surprise--Disappointment.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Combinations/Joy+Surprise--Amazement.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Combinations/Joy+Sadness--FaintHope.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Combinations/Fear+Surprise--Spooked.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Combinations/Fear+Sadness--Devastation.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Combinations/Fear+Joy--Desperation.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Combinations/Disgust+Surprise--Disbelief.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Combinations/Disgust+Sadness--PainEmpathy.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Combinations/Disgust+Joy--Ewww.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Combinations/Disgust+Fear--Horror.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Combinations/Anger+Surprise--Appalled.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Combinations/Anger+Sadness--Betrayal.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Combinations/Anger+Joy--Cruelty.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Combinations/Anger+Fear--Anguish.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Expressions/Combinations/Anger+Disgust--Outrage.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/27_Tongue-Rr.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/27_MBP-Narrow.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/26_Tongue_Rr.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/26_Tongue-KGY.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/26_MBP-NarrowLow.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/25_Tongue_KGY.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/25_Tongue-Th.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/25_MBP-Low.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/24_Tongue_Th.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/24_Tongue-LNTDS.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/24_MBP.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/23_Tongue_LNTDS.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/23_MBP.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/23_MBP-Wide.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/22_MBP.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/22_FV-Ee.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/21_FV.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/21_FV-Ee-.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/20_FV.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/20_FV-Or.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/19_Ur.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/19_Uh.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/19_FV-Or-.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/18_Uh.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/18_Rr.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/17_Ww-High.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/17_Ww-Ew.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/17_Rr.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/16_Ww-Ew-.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/16_Ew.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/15_Ew.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/15_ChJjSh_TDS.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/15_Ch.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/14_KGY_TDS.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/14_KGY.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/14_ChJjSh.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/13_Ww_Low.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/13_Ww-Oo.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/13_KGY_TDS.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/12_Ww-Oo-.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/12_Oo.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/11_Or.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/11_Oo.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/10_Or.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/10_Oh.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/09_Oh.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/08_Ah.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/07_Aa.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/06_Eh.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/05_Ay.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/04_Ih.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/03_Ee.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/02_TDS_KGY-Ee.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/02_TDS_KGY-Ee-.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/02_TDS-Ee.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/01_TDS-Ah.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/01_TDS-Ah-.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/PoseLibrary/Face/Visemes/00_Neutral.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Textures/male_002/2K/male_body_cavity_map.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Textures/male_002/2K/male_body_normal_map.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Textures/male_002/2K/male_body_roughness_map.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Textures/Shared/2K/male_body_mask_map.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Textures/Shared/2K/male_underwear_color_map.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Body/metahuman_base_skel.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Body/f_med_nrw_body.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Body/f_med_nrw_animbp.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/metahuman_proc_ControlRig.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/f_med_nrw_preview.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Body/MetaHuman_LODSettings.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_calf_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_calf_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_calf_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_calf_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_clavicle_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_clavicle_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_clavicle_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_clavicle_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_foot_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_foot_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_foot_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_foot_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_hand_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_hand_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_hand_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_hand_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_index_01_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_index_01_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_index_01_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_index_01_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_index_02_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_index_02_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_index_02_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_index_02_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_index_03_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_index_03_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_index_03_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_index_03_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_lowerarm_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_lowerarm_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_lowerarm_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_lowerarm_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_middle_01_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_middle_01_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_middle_01_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_middle_01_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_middle_02_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_middle_02_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_middle_02_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_middle_02_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_middle_03_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_middle_03_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_middle_03_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_middle_03_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_pinky_01_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_pinky_01_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_pinky_01_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_pinky_01_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_pinky_02_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_pinky_02_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_pinky_02_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_pinky_02_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_pinky_03_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_pinky_03_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_pinky_03_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_pinky_03_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_ring_01_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_ring_01_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_ring_01_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_ring_01_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_ring_02_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_ring_02_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_ring_02_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_ring_02_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_ring_03_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_ring_03_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_ring_03_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_ring_03_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_thigh_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_thigh_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_thigh_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_thigh_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_thumb_01_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_thumb_01_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_thumb_01_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_thumb_01_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_thumb_02_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_thumb_02_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_thumb_02_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_thumb_02_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_thumb_03_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_thumb_03_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_thumb_03_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_thumb_03_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_upperarm_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_upperarm_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_upperarm_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Poses/f_med_nrw_upperarm_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Female/Medium/NormalWeight/Body/f_med_nrw_body_Physics.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Body/m_med_nrw_animbp.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_retarget_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_retarget_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_ring_02_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_ring_02_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_index_03_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_index_03_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_thumb_01_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_thumb_01_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_index_01_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_index_01_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_index_03_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_index_03_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_upperarm_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_upperarm_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_pinky_01_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_pinky_01_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_index_01_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_index_01_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_ring_03_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_ring_03_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_thumb_02_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_thumb_02_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_clavicle_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_clavicle_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_pinky_03_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_pinky_03_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_middle_01_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_middle_01_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_pinky_01_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_pinky_01_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_middle_01_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_middle_01_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_hand_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_hand_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_clavicle_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_clavicle_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_pinky_02_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_pinky_02_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_ring_01_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_ring_01_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_lowerarm_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_lowerarm_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_lowerarm_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_lowerarm_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_middle_03_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_middle_03_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_thigh_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_thigh_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_hand_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_hand_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_index_02_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_index_02_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_foot_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_foot_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_thumb_02_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_thumb_02_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_thumb_03_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_thumb_03_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_index_02_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_index_02_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_thigh_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_thigh_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_pinky_02_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_pinky_02_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_calf_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_calf_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_middle_03_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_middle_03_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_thumb_03_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_thumb_03_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_ring_01_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_ring_01_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_pinky_03_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_pinky_03_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_middle_02_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_middle_02_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_calf_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_calf_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_ring_03_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_ring_03_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_upperarm_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_upperarm_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_thumb_01_l_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_thumb_01_l_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_ring_02_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_ring_02_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_middle_02_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_middle_02_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_foot_r_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Poses/m_med_nrw_foot_r_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Body/m_med_nrw_body_Physics.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/m_med_nrw_body_preview.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/M_BodySynthesized.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/DefaultTexture_LinearColor.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/T_SkinMicroNormal.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Textures/DefaultTexture_VT.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/SubsurfaceProfiles/SSP_Head.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Textures/T_FlatNormal.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/M_BodySkin.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Textures/T_BodyHideMask.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Face_Archetype_Skeleton.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Materials/M_Cartilage.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Materials/MI_EyeOcclusion_Inst.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Materials/M_EyeOcclusion.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Materials/MI_lacrimal_fluid_Inst.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Materials/M_lacrimal_fluid.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/T_lacrimal_n.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/T_lacrimal_h.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Face_PostProcess_AnimBP.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Neck_CtrlRig.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Face_Archetype_LODSettings.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Face_Archetype_Physics.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Materials/Baked/MI_HeadSynthesized_Baked.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/T_1x1_BakedGroomTextureBase.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/ArtistDelights/SkinAccents/T_SkinAccentRegions_002.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/DefaultMaps/black_masks.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Materials/Baked/M_Head_Baked.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/MF_Hair_SaltAndPeper.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/MF_Variation.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/MF_RedHairBoost.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/MaterialFunctions/Head/MF_RoughnessMult.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/RoughnessRegionsMasks/T_RoughnessRegions_001.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/RoughnessRegionsMasks/T_RoughnessRegions_002.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/RoughnessRegionsMasks/T_RoughnessRegions_007.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/RoughnessRegionsMasks/T_RoughnessRegions_006.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/RoughnessRegionsMasks/T_RoughnessRegions_005.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/RoughnessRegionsMasks/T_RoughnessRegions_003.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/RoughnessRegionsMasks/T_RoughnessRegions_004.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/MaterialFunctions/MF_AnimatedMaps.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/MaterialFunctions/Head/MF_HeadMask_01.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/Utilities/AnimMasks/T_head_wm13_msk_01.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/Utilities/AnimMasks/T_head_wm1_msk_01.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/Utilities/AnimMasks/T_head_wm1_msk_02.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/Utilities/AnimMasks/T_head_wm1_msk_04.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/Utilities/AnimMasks/T_head_wm1_msk_03.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/MaterialFunctions/Head/MF_HeadMask_01A.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/MaterialFunctions/Head/MF_HeadMask_TexArraySample.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/Utilities/AnimMasks/T_head_wm_msk_Array.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/Utilities/AnimMasks/T_head_wm2_msk_01.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/Utilities/AnimMasks/T_head_wm2_msk_03a.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/Utilities/AnimMasks/T_head_wm3_msk_01.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/Utilities/AnimMasks/T_head_wm1_msk_04a.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/Utilities/AnimMasks/T_head_wm3_msk_02.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/Utilities/AnimMasks/T_head_wm2_msk_02.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/MaterialFunctions/Head/MF_HeadMask_02.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/Utilities/AnimMasks/T_head_wm2_msk_03.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/MaterialFunctions/Head/MF_HeadMask_02A.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/MaterialFunctions/Head/MF_HeadMask_03A.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/MaterialFunctions/Head/MF_HeadMask_03.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/MF_Hair_ColorBlending.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/Default_SecColors.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/MF_Hair_SecondaryColors.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/MF_Hair_Color.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/T_MH_BentNormal_AO.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/MaterialFunctions/Grooms/MF_BakedGroomTexturesCombined.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/T_DefaultTextureLinear.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/HighlightsTextures/HighlightMask_thin.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD1.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD2.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Materials/MI_EyeRefractive_Inst_L.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/T_Eye_N.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/T_Sclera_D.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/T_TilingNoise_001.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/SubsurfaceProfiles/SSP_Eye_Inner.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Materials/M_EyeRefractive.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/IrisTextures/iris_001/T_Iris_A_H.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/IrisTextures/iris_001/T_Iris_A_M.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/T_sclera_tint_picker.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/MaterialFunctions/Eye/MF_ParallaxOcclusionMappingEye.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/MaterialFunctions/Eye/MF_EyeRefraction.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/T_EyeMidPlaneDisplacement.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/T_Veins_D.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/MaterialFunctions/Eye/MF_IrisGenerator.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/T_iris_color_picker.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/T_Sclera_N.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/IrisTextures/iris_007/T_Iris_A_M.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Textures/IrisTextures/iris_007/T_Iris_A_H.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Materials/MI_EyeRefractive_Inst_R.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/M_TeethCharacterCreator_Inst.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/skin_n.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/SP_TeethCharacterCreator.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/teeth_normal_map.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/teeth_sharpNormal_map.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/TeethGumsNormal.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/teeth_masks_001.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/M_Teeth.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/plaque_color_picker.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/gums_color_picker.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/teeth_color_picker_001.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/gums_div_001.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/T_Teeth_mouthOcc.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/teeth_color_map_001.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/M_EyelashLowerLODs_Inst.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/T_Black_Linear.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/M_Eyelashes_Cards.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/MPC_HairColor.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/MaleHair/Textures/Eyelashes_S_Sparse_Cards/Eyelashes_S_Sparse_Coverage.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/M_EyeLash_HigherLODs_Inst.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Shirt/Male/M_m_top_shirt.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Shirt/Male/m_top_shirt_custom_stitch_02.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_linen_rbess3s_4K.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Shirt/Male/m_top_shirt_AO.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/M_fabric_simpler.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/Wrinkles/memory_wrinkles_normal.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/MaterialFunction/MatLayerBlend_Aniso.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_weave_denim_diffuse.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/clothing_N.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/MaterialFunction/MF_PrintGraphic.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/clothing_AO.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/MaterialFunction/MF_AvgColorReplace.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/MaterialFunction/MF_PrintRepeats.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/DefaultMaps/Clothing_Default_Mask.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_weave_denim_N.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/DefaultMaps/color_spectrum.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/upresTest/MF_NormalStrength.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/MaterialFunction/MF_PowerVariation.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_pilling_N.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_pilling_A.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/MF_Passthrough.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_chambray_D.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/Wrinkles/crease_a_tileable_N.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Shirt/Male/m_top_shirt_N.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_chambray_N.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Shirt/Male/m_top_shirt_Mask.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_chambray_height.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Tops/Shirt/m_med_nrw_top_shirt_nrm_PhysicsAsset.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Male/Medium/NormalWeight/Tops/Shirt/m_med_nrw_top_shirt_nrm_Skeleton.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/MetaHuman_Clothing_LODSettings.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/ClothingPrints/Prints/T_DiamondDots.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Slacks/Male/M_m_btm_slacks.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Slacks/M_btm_slacks.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_knit_front_N.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Slacks/btm_slacks_N.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_knit_front_H.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Slacks/f_med_nrw_btm_slacks_nrm_custom_stitch.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Slacks/btm_slacks_Mask.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Slacks/btm_slacks_AO.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_heather_04_Vertical.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Slacks/Male/m_btm_slacks_AO.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Slacks/Male/m_btm_slacks_custom_stitch.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Slacks/Male/m_btm_slacks_N.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Slacks/Male/m_btm_slacks_Mask.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Oxfords/M_shs_oxfords.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_heather_04_normal.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_leather_Mask.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Oxfords/T_Unisex_tal_nrw_dressOxford_N.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Oxfords/T_Unisex_tal_nrw_dressOxford_PackedB.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_leather_Color.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Oxfords/T_Unisex_tal_nrw_dressOxford_laces.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_heather_04.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Oxfords/T_Unisex_tal_nrw_dressOxford_PackedA.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/MI_Hair_Helmet.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/MI_Hair.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/M_hair_v4.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Textures/T_Black_Linear.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/TilingNoise05.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/MF_HairAnisotropic.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/MaleHair/Textures/Hair_S_Messy/Hair_S_Messy_Attribute1.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/MaleHair/Textures/Hair_S_Messy/Hair_S_Messy_Tangent1.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/MaleHair/Textures/Hair_S_Messy/Hair_S_Messy_Opacity1.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/MaleHair/Textures/Hair_S_Messy/Hair_S_Messy_Material.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/MaleHair/Textures/Hair_S_Messy/Hair_S_Messy_Depth1.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/MI_Hair_Cards.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/MI_Facial_Hair.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/M_Facial_Hair.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/MaleHair/Textures/Mustache_S_Full/Mustache_S_Full_Opacity.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/MaleHair/Textures/Mustache_S_Full_Cards/Mustache_S_Full_CardsAtlas_Depth.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/MaleHair/Textures/Mustache_S_Full/Mustache_S_Full_Attribute.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/MaleHair/Textures/Mustache_S_Full/Mustache_S_Full_Tangent.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/MaleHair/Textures/Mustache_S_Full_Cards/Mustache_S_Full_CardsAtlas_Coverage.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/MaleHair/Textures/Mustache_S_Full_Cards/Mustache_S_Full_CardsAtlas_Tangent.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/MaleHair/Textures/Mustache_S_Full/Mustache_S_Full_Depth.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/MaleHair/Textures/Mustache_S_Full_Cards/Mustache_S_Full_CardsAtlas_Attribute.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/MI_PeachFuzz.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/M_PeachFuzzMaster.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Materials/Textures/skin_bar_color_picker.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Face/Face_AnimBP.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/Mocap/mh_arkit_mapping_pose.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/Mocap/mh_arkit_mapping_anim.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/RTG_metahuman_base_skel_AnimBP.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/RTG_metahuman.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/IK_metahuman.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Controls/MHGizmoLibrary.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Controls/convergence_3l.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Controls/M_RigControlActor_Black.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Controls/faceboard_2x.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Controls/faceboard_followGrp.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Fonts/RobotoCondensed.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Fonts/RobotoCondensed-Bold.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Fonts/RobotoCondensed-Regular.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Fonts/RobotoCondensed-Light.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Fonts/RobotoCondensed-BoldItalic.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Fonts/RobotoCondensed-LightItalic.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/Utilities/Picker_Assets/refresh_over.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/Utilities/Picker_Assets/refresh.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/Utilities/Picker_Assets/epic_games_logo.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/Utilities/Picker_Assets/grey_round_button.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" }, { "path": "MetaHumans/Common/Common/Utilities/Picker_Assets/refresh_down.uasset", - "time": "2024.02.28-01.47.26" + "time": "2024.02.12-02.30.06" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Tops/Sweater/m_med_unw_top_sweater_nrm.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Bottoms/Jeans/m_med_unw_btm_jeans_nrm.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Shoes/Loafers/m_med_unw_shs_loafers.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Body/BodyBaseColor.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Male/Medium/UnderWeight/Body/m_med_unw_body.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/M_BodySynthesized.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/Dhruv_FaceMesh.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceColor_MAIN.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceColor_CM3.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceColor_CM2.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceColor_CM1.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceCavity_MAIN.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceRoughness_MAIN.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceNormal_MAIN.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceNormal_WM1.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceNormal_WM2.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceNormal_WM3.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceEyeLipstickMask.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceFoundationBlusherMask.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceBakedGroomRootTipGradientRegionMasks.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceBakedGroomAttributeMap.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD1.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceColor_MAIN_LOD.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceRoughness_MAIN_LOD.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceNormal_MAIN_LOD.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceBakedGroomRootTipGradientRegionMasks_LOD.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceBakedGroomAttributeMap_LOD.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD2.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/T_BakedNormal_LOD3.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD3.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/T_BakedNormal_LOD4.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD4.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/T_BakedNormal_LOD5.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD5.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/Materials/MI_EyeRefractive_Inst_L.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Face/Materials/MI_EyeRefractive_Inst_R.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/M_TeethCharacterCreator_Inst.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/M_EyelashLowerLODs_Inst.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/M_EyeLash_HigherLODs_Inst.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/Sweater/M_top_sweater.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/Jeans/M_btm_jeans_nrm.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/Loafers/M_shs_loafers.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/FemaleHair_pfn/GroomBinding/Hair_L_MessyClumps_Melina_Face_Archetype_Binding.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/FemaleHair_pfn/Hair/Hair_L_MessyClumps.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair_Cards.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair_Helmet.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair/GroomBinding/Eyebrows_M_Dense_m_med_nrw_head_skmesh_Face_Archetype_Binding.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair/Hair/Eyebrows_M_Dense.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair1.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair_Cards1.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair/GroomBinding/Eyelashes_S_Sparse_m_med_nrw_head_skmesh_Face_Archetype_Binding.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair/Hair/Eyelashes_S_Sparse.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair2.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/GroomBinding/Mustache_L_Messy_MaleHair_pfn_Face_Archetype_Binding.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD0.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD1.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD2.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD3.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD4.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Helmets/Mustache_L_Messy_Helmet_LOD5.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Helmets/Mustache_L_Messy_Helmet_LOD6.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Helmets/Mustache_L_Messy_Helmet_LOD7.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Facial_Hair.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair3.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair_Helmet1.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/GroomBinding/Beard_L_Messy_MaleHair_pfn_Face_Archetype_Binding.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD0.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD1.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD2.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD3.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD4.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Helmets/Beard_L_Messy_Helmet_LOD5.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Helmets/Beard_L_Messy_Helmet_LOD6.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Helmets/Beard_L_Messy_Helmet_LOD7.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair_Cards2.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair4.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair_Helmet2.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/FemaleHair/GroomBinding/Peachfuzz_M_Thin_f_head_Archetype_Binding.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/FemaleHair/Hair/Peachfuzz_M_Thin.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_PeachFuzz.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/BP_Dhruv.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Textures/male_002/8K/male_body_cavity_map.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Textures/male_002/8K/male_body_normal_map.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Textures/male_002/8K/male_body_roughness_map.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Textures/Shared/8K/male_body_mask_map.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Textures/Shared/8K/male_underwear_color_map.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Body/m_med_unw_animbp.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_retarget_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_retarget_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_r_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_r_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_l_pose.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_l_anim.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Body/m_med_unw_body_Physics.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Common/m_med_unw_body_preview.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/HighlightsTextures/HighlightMask_strips.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Face/Textures/IrisTextures/iris_003/T_Iris_A_H.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Face/Textures/IrisTextures/iris_003/T_Iris_A_M.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Face/Textures/IrisTextures/iris_005/T_Iris_A_H.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Face/Textures/IrisTextures/iris_005/T_Iris_A_M.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Sweater/M_top_sweater.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Sweater/top_sweater_N.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Sweater/top_sweater_Mask.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/M_fabric_simpler_fuzz_option.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_fuzz_4k.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_fuzz_Normal.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_double_knit_N.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_double_knit_height1.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_knit_front_nosrgb_H.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_pilling_A2.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_pilling_2_N.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Sweater/top_sweater_AO.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_knit_front_AOHCA_M.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/M_btm_jeans_nrm.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_memory_fold_N.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/M_jeans_nrm_custom_master.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_weave_plain.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_roughness_mask.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_jeans_tile_N.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_weave_plain_normal.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_N.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_jeans_tile_M.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_AO.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_D.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_fuzz_M.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_Mask.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_tile_overlay_D.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Loafers/M_shs_loafers.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Loafers/t_shs_loafers_B.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Loafers/t_shs_loafers_A.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Loafers/t_shs_loafers_N.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/memory_wrinkles_normal.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Depth.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Tangent.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Attribute.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Coverage.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Opacity.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Depth.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Tangent.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Attribute.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Tangent.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Depth.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Attribute.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Opacity.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Tangent.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Coverage.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Material.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Depth.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Attribute.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Common/Materials/HighlightsTextures/HighlightMask_beards.uasset", + "time": "2024.02.27-21.16.43" + }, + { + "path": "MetaHumans/Dhruv/Previews/BP_Dhruv_PreviewMeshCollection.uasset", + "time": "2024.02.27-21.16.43" } ] } \ No newline at end of file diff --git a/EndlessVendetta/Content/MetaHumans/MHAssetVersions.txt b/EndlessVendetta/Content/MetaHumans/MHAssetVersions.txt index f64b1538..beb1cf96 100644 --- a/EndlessVendetta/Content/MetaHumans/MHAssetVersions.txt +++ b/EndlessVendetta/Content/MetaHumans/MHAssetVersions.txt @@ -2327,6 +2327,962 @@ { "path": "MetaHumans/Jhon/Previews/BP_Jhon_PreviewMeshCollection.uasset", "version": "0.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Tops/Sweater/m_med_unw_top_sweater_nrm.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Bottoms/Jeans/m_med_unw_btm_jeans_nrm.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Shoes/Loafers/m_med_unw_shs_loafers.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Body/BodyBaseColor.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Male/Medium/UnderWeight/Body/m_med_unw_body.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/M_BodySynthesized.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/Dhruv_FaceMesh.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceColor_MAIN.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceColor_CM3.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceColor_CM2.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceColor_CM1.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceCavity_MAIN.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceRoughness_MAIN.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceNormal_MAIN.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceNormal_WM1.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceNormal_WM2.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceNormal_WM3.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceEyeLipstickMask.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceFoundationBlusherMask.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceBakedGroomRootTipGradientRegionMasks.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceBakedGroomAttributeMap.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD1.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceColor_MAIN_LOD.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceRoughness_MAIN_LOD.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceNormal_MAIN_LOD.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceBakedGroomRootTipGradientRegionMasks_LOD.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/FaceBakedGroomAttributeMap_LOD.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD2.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/T_BakedNormal_LOD3.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD3.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/T_BakedNormal_LOD4.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD4.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/T_BakedNormal_LOD5.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/Materials/Baked/MI_HeadSynthesized_Baked_LOD5.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/Materials/MI_EyeRefractive_Inst_L.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Face/Materials/MI_EyeRefractive_Inst_R.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/M_TeethCharacterCreator_Inst.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/M_EyelashLowerLODs_Inst.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/M_EyeLash_HigherLODs_Inst.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/Sweater/M_top_sweater.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/Jeans/M_btm_jeans_nrm.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/Loafers/M_shs_loafers.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/FemaleHair_pfn/GroomBinding/Hair_L_MessyClumps_Melina_Face_Archetype_Binding.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/FemaleHair_pfn/Hair/Hair_L_MessyClumps.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair_Cards.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair_Helmet.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair/GroomBinding/Eyebrows_M_Dense_m_med_nrw_head_skmesh_Face_Archetype_Binding.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair/Hair/Eyebrows_M_Dense.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair1.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair_Cards1.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair/GroomBinding/Eyelashes_S_Sparse_m_med_nrw_head_skmesh_Face_Archetype_Binding.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair/Hair/Eyelashes_S_Sparse.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair2.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/GroomBinding/Mustache_L_Messy_MaleHair_pfn_Face_Archetype_Binding.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD0.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD1.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD2.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD3.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy_CardsMesh_Group0_LOD4.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Helmets/Mustache_L_Messy_Helmet_LOD5.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Helmets/Mustache_L_Messy_Helmet_LOD6.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Helmets/Mustache_L_Messy_Helmet_LOD7.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Mustache_L_Messy.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Facial_Hair.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair3.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair_Helmet1.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/GroomBinding/Beard_L_Messy_MaleHair_pfn_Face_Archetype_Binding.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD0.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD1.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD2.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD3.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy_CardsMesh_Group0_LOD4.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Helmets/Beard_L_Messy_Helmet_LOD5.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Helmets/Beard_L_Messy_Helmet_LOD6.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Helmets/Beard_L_Messy_Helmet_LOD7.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/MaleHair_pfn/Hair/Beard_L_Messy.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair_Cards2.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair4.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_Hair_Helmet2.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/FemaleHair/GroomBinding/Peachfuzz_M_Thin_f_head_Archetype_Binding.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/FemaleHair/Hair/Peachfuzz_M_Thin.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Materials/MI_PeachFuzz.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/BP_Dhruv.uasset", + "version": "1.1" + }, + { + "path": "MetaHumans/Common/Male/Textures/male_002/8K/male_body_cavity_map.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Textures/male_002/8K/male_body_normal_map.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Textures/male_002/8K/male_body_roughness_map.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Textures/Shared/8K/male_body_mask_map.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Textures/Shared/8K/male_underwear_color_map.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Body/m_med_unw_animbp.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_lowerarm_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_calf_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_hand_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_01_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_02_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_03_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_01_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_retarget_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_retarget_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_02_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_foot_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_02_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_index_03_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_01_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thigh_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_upperarm_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_03_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_03_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_clavicle_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_ring_01_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_pinky_02_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_r_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_thumb_03_r_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_01_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_l_pose.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Poses/m_med_unw_middle_02_l_anim.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Male/Medium/UnderWeight/Body/m_med_unw_body_Physics.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Common/m_med_unw_body_preview.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/HighlightsTextures/HighlightMask_strips.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Face/Textures/IrisTextures/iris_003/T_Iris_A_H.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Face/Textures/IrisTextures/iris_003/T_Iris_A_M.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Face/Textures/IrisTextures/iris_005/T_Iris_A_H.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Face/Textures/IrisTextures/iris_005/T_Iris_A_M.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Sweater/M_top_sweater.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Sweater/top_sweater_N.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Sweater/top_sweater_Mask.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/M_fabric_simpler_fuzz_option.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_fuzz_4k.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_fuzz_Normal.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_double_knit_N.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_double_knit_height1.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_knit_front_nosrgb_H.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_pilling_A2.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Macros/macro_pilling_2_N.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Sweater/top_sweater_AO.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_knit_front_AOHCA_M.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/M_btm_jeans_nrm.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_memory_fold_N.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/M_jeans_nrm_custom_master.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_weave_plain.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_roughness_mask.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_jeans_tile_N.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_weave_plain_normal.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_N.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/Micros/micro_jeans_tile_M.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_AO.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_D.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_fuzz_M.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_Mask.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Jeans/btm_jeans_nrm_tile_overlay_D.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Loafers/M_shs_loafers.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Loafers/t_shs_loafers_B.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Loafers/t_shs_loafers_A.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Loafers/t_shs_loafers_N.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/Textures/Clothing/memory_wrinkles_normal.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Depth.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Tangent.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Attribute.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Coverage.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Opacity.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Depth.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy_Cards/Mustache_L_Messy_CardsAtlas_Tangent.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Mustache_L_Messy/Mustache_L_Messy_Attribute.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Tangent.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Depth.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Attribute.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Opacity.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Tangent.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Coverage.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy/Beard_L_Messy_Material.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Depth.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/MaleHair_pfn/Textures/Beard_L_Messy_Cards/Beard_L_Messy_CardsAtlas_Attribute.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Common/Materials/HighlightsTextures/HighlightMask_beards.uasset", + "version": "1.0" + }, + { + "path": "MetaHumans/Dhruv/Previews/BP_Dhruv_PreviewMeshCollection.uasset", + "version": "0.0" } ] } \ No newline at end of file diff --git a/EndlessVendetta/Content/PauseMenu/Tabs/WBP_TestMenuTab.uasset b/EndlessVendetta/Content/PauseMenu/Tabs/WBP_TestMenuTab.uasset index 68aacb61..f34acd1c 100644 --- a/EndlessVendetta/Content/PauseMenu/Tabs/WBP_TestMenuTab.uasset +++ b/EndlessVendetta/Content/PauseMenu/Tabs/WBP_TestMenuTab.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c951e0463f5d3a69d541453c29dc46d346e1f6ca14bbbf2aa566165b19d6fe7f -size 30979 +oid sha256:413ef12803eaceed3148136fd079e0097fbf2c20403d74277c099c2ff9755917 +size 19867 diff --git a/EndlessVendetta/Content/Ships/BP_SpaceShip.uasset b/EndlessVendetta/Content/Ships/BP_SpaceShip.uasset index 92ea4e0b..3e69ce79 100644 --- a/EndlessVendetta/Content/Ships/BP_SpaceShip.uasset +++ b/EndlessVendetta/Content/Ships/BP_SpaceShip.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b44f822f5c6482c3351c981ff00819af201f59f73a9f8a4a84e2eb6ba0bd9d72 -size 59373 +oid sha256:4847bed7ab79f51f5b98805596a1c367fcf793f74f7ae029b2898450f39cfaa4 +size 59767 diff --git a/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset b/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset index c2a34afc..3fd23a90 100644 --- a/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset +++ b/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c0ecf0ac0702cc2bd355ec050232a61c49e10f102448efbeb735a51824adef6 -size 14948 +oid sha256:13ae42becbff01bd89825858545cb60a6f20b3abbeafb4f624963bbfc87ba472 +size 14831 diff --git a/EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset b/EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset index df4da73d..0f990580 100644 --- a/EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset +++ b/EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e2b878bc5a35f078a94dad9cec87f4af5babc383c8305f41a946b8a9286a5e45 -size 66790690 +oid sha256:bc35eb2d43a47427d30aba0196f9eac90d089dd3abca319528c5d25c83510d0d +size 72364642 diff --git a/EndlessVendetta/Content/Vignette/DamageVig.uasset b/EndlessVendetta/Content/Vignette/DamageVig.uasset new file mode 100644 index 00000000..fb273b28 --- /dev/null +++ b/EndlessVendetta/Content/Vignette/DamageVig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784e27833c7128c7490d789eb80ff95af1bdb0f0b1aaea66b9c9fb66a33cf894 +size 11309 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/7O/O26Q7MMJBYPDXPCS1CXROV.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/7O/O26Q7MMJBYPDXPCS1CXROV.uasset new file mode 100644 index 00000000..864c83ee --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/7O/O26Q7MMJBYPDXPCS1CXROV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6149e7624773e8ec7ee91e8f4d17dd7fcc69abb0b0fe5c9710b0ce23cc961f5 +size 4683 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/GM/U8SJ8EAZY7RFWY6HNOALKC.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/GM/U8SJ8EAZY7RFWY6HNOALKC.uasset new file mode 100644 index 00000000..aaf4c07f --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/GM/U8SJ8EAZY7RFWY6HNOALKC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a07fd6b298aed8ec6b92f3e54c7b935be327f7890c9cdcbdf367a71a105348 +size 4683 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/LF/93MF86S9J3JFWAPA5WDZR7.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/LF/93MF86S9J3JFWAPA5WDZR7.uasset new file mode 100644 index 00000000..94d9cbf1 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/LF/93MF86S9J3JFWAPA5WDZR7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31fcd4551c1268b6b7de60b4ef8f8b4ba5d89b6ec0c852628580b1811f2e851 +size 4662 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/MU/06UELMOCRSU51M5D056IIQ.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/MU/06UELMOCRSU51M5D056IIQ.uasset new file mode 100644 index 00000000..9dda07bc --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/MU/06UELMOCRSU51M5D056IIQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36fe653049131e506e88f4e18a47170251b2661c12676025a22828dea392752 +size 4625 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/S7/SN4YO5G24IL0AUL94IFVJ0.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/S7/SN4YO5G24IL0AUL94IFVJ0.uasset new file mode 100644 index 00000000..99e76aa4 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/S7/SN4YO5G24IL0AUL94IFVJ0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb905dc6b990768d7741e13ed880f4de9a47ed846ca4d1671be976c24e4fb4b2 +size 4563 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/UE/IUL17C00DH7WY0RRZW6UAU.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/UE/IUL17C00DH7WY0RRZW6UAU.uasset new file mode 100644 index 00000000..074f5cba --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/UE/IUL17C00DH7WY0RRZW6UAU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b04430c645de5cbb4ed98edff0fce030143ceb7c855aea8b06f8bb379834d4c +size 4662 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/YM/ZCD7VQPHX0UCAZL6MNHUWC.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/YM/ZCD7VQPHX0UCAZL6MNHUWC.uasset new file mode 100644 index 00000000..0da77d4f --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/0/YM/ZCD7VQPHX0UCAZL6MNHUWC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff3ad3e4e10b5b080a034fdb234f1cea470db39bbe6acfb10dad663c0aa1b16a +size 10369 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/3R/W54KJ3LHO8XAFKNTSMSLWR.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/3R/W54KJ3LHO8XAFKNTSMSLWR.uasset new file mode 100644 index 00000000..52344dcf --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/3R/W54KJ3LHO8XAFKNTSMSLWR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7de19d1698b6aa0bcf8e7f95d2759966e51ab8d61882120b636335194e23bc +size 4757 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/A1/BHE88UBG61T8MPMS90XWDZ.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/A1/BHE88UBG61T8MPMS90XWDZ.uasset new file mode 100644 index 00000000..9177e587 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/A1/BHE88UBG61T8MPMS90XWDZ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08813287e39576abbd04c5dc080f499de454d90caa0c74abc3c5e6ca8221352c +size 3547 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/BL/3LVY5DPW65M85TLS6FAH9C.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/BL/3LVY5DPW65M85TLS6FAH9C.uasset new file mode 100644 index 00000000..14bb4a1d --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/BL/3LVY5DPW65M85TLS6FAH9C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1228b98b848981d4174caea25029834e3f2aec59bfbf91ce82992267e8b3b7f8 +size 4683 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/EO/8W24WB0T1ELAH9V2EQ7SFJ.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/EO/8W24WB0T1ELAH9V2EQ7SFJ.uasset new file mode 100644 index 00000000..37c725f8 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/EO/8W24WB0T1ELAH9V2EQ7SFJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ec87bf1cca57e1bac9e341e719aaaf46d9e86124aff303abbfe8fc3ac78699 +size 4623 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/KH/X12HOYOIK5AIR9H2AK3C8M.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/KH/X12HOYOIK5AIR9H2AK3C8M.uasset new file mode 100644 index 00000000..f3e73d49 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/KH/X12HOYOIK5AIR9H2AK3C8M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171cb57ea0c73075440e527985d10c3f85a4864b44647cd8c1c1ee4ffe1d872f +size 4625 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/MN/4AQBJ49WUYN4Q7IFO8YZKR.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/MN/4AQBJ49WUYN4Q7IFO8YZKR.uasset new file mode 100644 index 00000000..16d846f5 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/MN/4AQBJ49WUYN4Q7IFO8YZKR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e19541230f65fbb4778a0d298fd5944596023d7c1543a57335762b72777ba85 +size 4625 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/WD/73XEYTUWDHS8E42TDEYKX0.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/WD/73XEYTUWDHS8E42TDEYKX0.uasset new file mode 100644 index 00000000..3a16b985 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/1/WD/73XEYTUWDHS8E42TDEYKX0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cdd6e073e00f62c8efe9101bb9776a0d841fde4cb79960f5b79c782e1a0f41c +size 4509 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/2/C3/JH8NLRNBLQ13FPXS7QRO8N.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/2/C3/JH8NLRNBLQ13FPXS7QRO8N.uasset new file mode 100644 index 00000000..0a4edcb1 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/2/C3/JH8NLRNBLQ13FPXS7QRO8N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4ee0e2c98afb70f730fb0beb8c1744dee5e80dbe42ba93935644575d015a03 +size 4623 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/2/MY/TZAODFWFIEV57E7QPFBCL6.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/2/MY/TZAODFWFIEV57E7QPFBCL6.uasset new file mode 100644 index 00000000..a67ae49b --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/2/MY/TZAODFWFIEV57E7QPFBCL6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e4e38e90d667ff8fca4d135115b966c9019952b46a48b22348b958ee2c0376 +size 4508 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/3/DD/QES9DUC01RNXUNUY58LKMS.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/3/DD/QES9DUC01RNXUNUY58LKMS.uasset new file mode 100644 index 00000000..dc728c10 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/3/DD/QES9DUC01RNXUNUY58LKMS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13c7b6d97fe3651f4e26fbc7323fea39df305a44746973c023b0625811878f2 +size 2412 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/3/LJ/RGMP17SPQJ3H1YPPXTWMAS.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/3/LJ/RGMP17SPQJ3H1YPPXTWMAS.uasset new file mode 100644 index 00000000..9c04810e --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/3/LJ/RGMP17SPQJ3H1YPPXTWMAS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aadb00522b3c506b19d38dfb38cc6c71febade4b4b693365e6d186fe4d78eba0 +size 4683 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/3/XQ/B4J8YWU3A6SECYRV5TXW6B.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/3/XQ/B4J8YWU3A6SECYRV5TXW6B.uasset new file mode 100644 index 00000000..aa0afd54 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/3/XQ/B4J8YWU3A6SECYRV5TXW6B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4ca4792b9dae654cd9234d08fbab45d899c6cd234351cb4a0e08c3ce844534 +size 12416 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/0G/VJUIULHSKNBF91Y6RZ8LNH.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/0G/VJUIULHSKNBF91Y6RZ8LNH.uasset new file mode 100644 index 00000000..30dbdb9e --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/0G/VJUIULHSKNBF91Y6RZ8LNH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881dfd24f862077f958a804b0e175a4ca7b7fc06bc27a2eb79f5746840b527a2 +size 4662 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/DF/EI4FFQ2STMC3TRHBQOUNH5.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/DF/EI4FFQ2STMC3TRHBQOUNH5.uasset new file mode 100644 index 00000000..900fb210 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/DF/EI4FFQ2STMC3TRHBQOUNH5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5885a7e31d81ffba0a3bf28ab1a637cdffd3c5147759edb8c13315524369eee6 +size 123293 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/H0/FT3VFC8RLFL84E8HONQ2GJ.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/H0/FT3VFC8RLFL84E8HONQ2GJ.uasset new file mode 100644 index 00000000..ba70c467 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/H0/FT3VFC8RLFL84E8HONQ2GJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad0c9b4201b7a831704b8b15f433a3a41c7f03a97154b6bf03ae8f62c11e5eb +size 4662 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/MM/8TZU3RL0RDC7K58VFGDMB1.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/MM/8TZU3RL0RDC7K58VFGDMB1.uasset new file mode 100644 index 00000000..f85fa27c --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/MM/8TZU3RL0RDC7K58VFGDMB1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d500d3fa25187f328a08fe7b1c8f48570a6899d18c28c4d8f3394c1d6047916 +size 3567 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/WQ/OEVH5VGK408WFGDD9A5OTS.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/WQ/OEVH5VGK408WFGDD9A5OTS.uasset new file mode 100644 index 00000000..e0b5ac14 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/WQ/OEVH5VGK408WFGDD9A5OTS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ea70b8f8a5bf0c9503d198e626840147d819d5218e11b33059b669b38e2b61 +size 4508 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/Y8/3F6RVLH9CQA1Q5D4XO2D3M.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/Y8/3F6RVLH9CQA1Q5D4XO2D3M.uasset new file mode 100644 index 00000000..28098fd2 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/Y8/3F6RVLH9CQA1Q5D4XO2D3M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9e632b091e68a283478dc86b2c5414df53eed3743c4f309df8301ea9f1c660 +size 4757 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/YD/J9BOFKHNFXBZBQBVGI970D.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/YD/J9BOFKHNFXBZBQBVGI970D.uasset new file mode 100644 index 00000000..31919397 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/4/YD/J9BOFKHNFXBZBQBVGI970D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f0fd5aea94a63043d7bc66f02fda8d59c4e28a5a18a096dc25d15fb5eed676 +size 4506 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/5/5I/ZYSPYQ3NTY21VTFYPNYX5M.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/5/5I/ZYSPYQ3NTY21VTFYPNYX5M.uasset new file mode 100644 index 00000000..91976ec5 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/5/5I/ZYSPYQ3NTY21VTFYPNYX5M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6b61f2ffb93b4aff2d7ef78697e20d6de5d1ce2e7ef14a199662137d91f5d5 +size 3776 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/5/95/31WBX0XWARTHM3RCYSFU9M.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/5/95/31WBX0XWARTHM3RCYSFU9M.uasset new file mode 100644 index 00000000..46d921da --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/5/95/31WBX0XWARTHM3RCYSFU9M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f16f5d8d2fed7e2876116dac5e273f1d9b5ea79fad0042b9ec4d6dd70352b5 +size 5644 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/0A/U4Z5T654ORWX68OVISR0MF.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/0A/U4Z5T654ORWX68OVISR0MF.uasset new file mode 100644 index 00000000..a2e7d303 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/0A/U4Z5T654ORWX68OVISR0MF.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806fa5c25f8099da765de22067563b6dd75da28e1aa284596595025b4a571af0 +size 4623 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/3U/ZNIAU2D6A9OMU6HJC1VD1B.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/3U/ZNIAU2D6A9OMU6HJC1VD1B.uasset new file mode 100644 index 00000000..2ee90218 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/3U/ZNIAU2D6A9OMU6HJC1VD1B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e5e26a22086b48da6bf3a9520fc5329a4c7ccd65a61f1f9d8a6273c77d0c76 +size 4662 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/45/54Y122YZEJ9ZN0V9JBSGHO.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/45/54Y122YZEJ9ZN0V9JBSGHO.uasset new file mode 100644 index 00000000..d4f86485 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/45/54Y122YZEJ9ZN0V9JBSGHO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1a8774d4a56ada12be6583429a16997af280756dbc38104b34e6531629e929 +size 4685 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/9C/9GLN92ZP6V9409W8F36CLK.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/9C/9GLN92ZP6V9409W8F36CLK.uasset new file mode 100644 index 00000000..926cb1f9 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/9C/9GLN92ZP6V9409W8F36CLK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17702d04b4b532f61c8d9d022cdbaf9a3d2dbcaedcb7d4422655690add7908b +size 4408 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/MO/YJB1DXQKXQ6JH0O4U8R23S.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/MO/YJB1DXQKXQ6JH0O4U8R23S.uasset new file mode 100644 index 00000000..208ff1d4 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/MO/YJB1DXQKXQ6JH0O4U8R23S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b425a7f58614189e4f928c145201a55378a402aba8e925774885ae5a6c32484 +size 4662 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/MT/V8FFNZ7RL60WQI9HIPVTE4.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/MT/V8FFNZ7RL60WQI9HIPVTE4.uasset new file mode 100644 index 00000000..07f082a3 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/MT/V8FFNZ7RL60WQI9HIPVTE4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b126fadeb11de0df80eef0e3d112a1ce737dc8c3725b90cd9828bdcd3caa65 +size 2364 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/WJ/2MGVHLS7BQ59NFSPHW4KAX.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/WJ/2MGVHLS7BQ59NFSPHW4KAX.uasset new file mode 100644 index 00000000..b7367af3 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/7/WJ/2MGVHLS7BQ59NFSPHW4KAX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5f1c37b64792a0133817b1d223914b4fcde37bb54ef3529bb6aed742afb004 +size 3757 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/CH/PEBL70X6K5KOEO4ESQU6Y8.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/CH/PEBL70X6K5KOEO4ESQU6Y8.uasset new file mode 100644 index 00000000..ac3c17be --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/CH/PEBL70X6K5KOEO4ESQU6Y8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed267ee94306f7f86ded5fe3b394651aa5b03bec954a8091a8d6f7469545b5e9 +size 4625 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/OF/W8X5ON78DR25CQV6QFGJO4.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/OF/W8X5ON78DR25CQV6QFGJO4.uasset new file mode 100644 index 00000000..279c9739 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/OF/W8X5ON78DR25CQV6QFGJO4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5c9ab9a2df58793d2eaa02532b14b82c9aeed59caab390441f9c9973b5db31 +size 5977 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/QX/LJSFL2WXRJU3ZSLEZXVMXK.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/QX/LJSFL2WXRJU3ZSLEZXVMXK.uasset new file mode 100644 index 00000000..0679bd98 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/QX/LJSFL2WXRJU3ZSLEZXVMXK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ba52948f09f45dd8bc17b5e1ac9142ad0727d003f80546250164cf53e3430e +size 4653 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/TR/FLXF0J2CV16CUKT5O99MJK.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/TR/FLXF0J2CV16CUKT5O99MJK.uasset new file mode 100644 index 00000000..4dc714be --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/TR/FLXF0J2CV16CUKT5O99MJK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ad0a5872e30556f426d24e9eb91db8e6e57115c9736d325f4ed01451e56c4f +size 4790 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/U0/SHWH51I4SFMEHCLS7QXU87.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/U0/SHWH51I4SFMEHCLS7QXU87.uasset new file mode 100644 index 00000000..6accaf47 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/U0/SHWH51I4SFMEHCLS7QXU87.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2df116af689a72040e9adcb1209254da8c816c3ba7dff80cd6f4a630da8440 +size 4620 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/V2/SU80H45IMRX4URGUWZRN14.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/V2/SU80H45IMRX4URGUWZRN14.uasset new file mode 100644 index 00000000..e39dbc19 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/8/V2/SU80H45IMRX4URGUWZRN14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aed709856dc89666d5d1b26d417a272af4870049e23973d027fb5ee8b976a2f +size 4685 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/9/1G/UY1XOA9B1PAPS8MTR5XXWM.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/9/1G/UY1XOA9B1PAPS8MTR5XXWM.uasset new file mode 100644 index 00000000..95632dfd --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/9/1G/UY1XOA9B1PAPS8MTR5XXWM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30a5624c709f545df32280eaf2c4d047c51d0ad20f700e7ff9d15adbeae9c1d +size 4660 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/9/A4/5WZIZCRSSY3YP7X0VUMUGY.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/9/A4/5WZIZCRSSY3YP7X0VUMUGY.uasset new file mode 100644 index 00000000..2a5d1249 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/9/A4/5WZIZCRSSY3YP7X0VUMUGY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270ff0ec217fdcf6c798c65fdaf4986b2666e373a48efc5e100195317ce4a559 +size 4504 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/9/P2/M1GAI0FXZ5WK1XVK3HFNGU.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/9/P2/M1GAI0FXZ5WK1XVK3HFNGU.uasset new file mode 100644 index 00000000..84c97ba5 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/9/P2/M1GAI0FXZ5WK1XVK3HFNGU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c3b3ee4f6a523885ac875812ee4dfb976095d7a03a45cc389821ac0f7ddc99 +size 4662 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/9/P8/U9K7V37AUM9PG8QY3Z1F8F.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/9/P8/U9K7V37AUM9PG8QY3Z1F8F.uasset new file mode 100644 index 00000000..d55b2d5a --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/9/P8/U9K7V37AUM9PG8QY3Z1F8F.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae412ded7821a40abcc627c7a1b3e5401c869248235eab9c8a78889840c2a9b +size 4660 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/9/PE/0HIOO0RP5G5PSRQEKIZGVM.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/9/PE/0HIOO0RP5G5PSRQEKIZGVM.uasset new file mode 100644 index 00000000..0be4afb6 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/9/PE/0HIOO0RP5G5PSRQEKIZGVM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3f5bc91836c83c59da320bbdb292712a0d8db780e272439ed376c09f530453 +size 4622 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/A/9W/KV7XP1AJXG9P45HFKK5F76.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/A/9W/KV7XP1AJXG9P45HFKK5F76.uasset new file mode 100644 index 00000000..b6529d55 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/A/9W/KV7XP1AJXG9P45HFKK5F76.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16cfe138259c36e77c2ed4c6dd7a356bf31d23a52f5cbd20d0dbfcc88047c48c +size 35743 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/A/AW/YR0VTF089NJ2B1MMO64HJG.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/A/AW/YR0VTF089NJ2B1MMO64HJG.uasset new file mode 100644 index 00000000..f5810f4b --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/A/AW/YR0VTF089NJ2B1MMO64HJG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e144f6ed4694c7be60ea0f3d06084b0a60b1b5eed5f550fcb26fc87f4a50b7 +size 4396 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/A/D0/BJA8GAW96VK6UYLG3ED6M1.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/A/D0/BJA8GAW96VK6UYLG3ED6M1.uasset new file mode 100644 index 00000000..d7a26e95 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/A/D0/BJA8GAW96VK6UYLG3ED6M1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a6a13d0c5f1254014a69c423f6ba9ab299ae200433977897f53551a7622866 +size 4620 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/A/G8/5ZVECI3YJAO7HOQTOXSBEH.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/A/G8/5ZVECI3YJAO7HOQTOXSBEH.uasset new file mode 100644 index 00000000..24c1c156 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/A/G8/5ZVECI3YJAO7HOQTOXSBEH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c9e79085ff9151739991f0870d011e0be1b1fb8ca130e2c4443c7e50c9a497 +size 4683 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/B/8A/DNOI589RE9OMPGSHQ4Q1N1.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/B/8A/DNOI589RE9OMPGSHQ4Q1N1.uasset new file mode 100644 index 00000000..d0b1962f --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/B/8A/DNOI589RE9OMPGSHQ4Q1N1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74ac65511b0679812dc1b155c4c1cc7c82289d375264cd54ee81b1e09cbb87f +size 4511 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/B/8N/O8PP5KE5USY7FTAE75J65R.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/B/8N/O8PP5KE5USY7FTAE75J65R.uasset new file mode 100644 index 00000000..c1e62052 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/B/8N/O8PP5KE5USY7FTAE75J65R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec8c02c25733c7a4a32c82f2d0e412cc84745c4400caf98507101420f833b0a +size 6554 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/B/FY/1RPY7PX2VXRY0BG26T4ZCJ.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/B/FY/1RPY7PX2VXRY0BG26T4ZCJ.uasset new file mode 100644 index 00000000..2eaf17c8 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/B/FY/1RPY7PX2VXRY0BG26T4ZCJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78837fb1cda5119e8d88c7c3b1f9bc1af930092700bf8e8f1dc5df99b2d36a0e +size 4662 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/B/O6/IM2ZR0FZ5KH20UIRPAQT2P.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/B/O6/IM2ZR0FZ5KH20UIRPAQT2P.uasset new file mode 100644 index 00000000..66fd1c98 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/B/O6/IM2ZR0FZ5KH20UIRPAQT2P.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32471663a90c365b24ba1d0f9625c4b79cb785c7fd0f036d09549079e6e77345 +size 6568 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/B/T5/NO4WQPO1GELHKYKAEYVWW3.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/B/T5/NO4WQPO1GELHKYKAEYVWW3.uasset new file mode 100644 index 00000000..c0c4d0d8 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/B/T5/NO4WQPO1GELHKYKAEYVWW3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1ffe1945856afe2bdb5b09b753ab45d0741eaba3094b1cd0e8cafc4dd0989e +size 4511 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/C/96/58QYP6GXZOH603SHWLGJ3N.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/C/96/58QYP6GXZOH603SHWLGJ3N.uasset new file mode 100644 index 00000000..7fe77b13 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/C/96/58QYP6GXZOH603SHWLGJ3N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29225393a3db3599c4dd0c5ae2fe0dc27ceb1111b145359919e532f0d48b398a +size 4757 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/C/KF/9HI9JX93G28FV010JE4Z1R.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/C/KF/9HI9JX93G28FV010JE4Z1R.uasset new file mode 100644 index 00000000..6e30c93f --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/C/KF/9HI9JX93G28FV010JE4Z1R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6645a498b4904e498efd46eae232fd687f83a80a780672224bdf1580ec6d2ea +size 4683 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/C/N7/ITGYL8S1S6JSJ1MM6B8DUP.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/C/N7/ITGYL8S1S6JSJ1MM6B8DUP.uasset new file mode 100644 index 00000000..ddf633d5 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/C/N7/ITGYL8S1S6JSJ1MM6B8DUP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ce3133c9058b1d79a6d038f985e67193e777c930f5a80658792b0913f8b828 +size 5184 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/D/36/R8CM21IJ19PPEVCWFCXC2D.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/D/36/R8CM21IJ19PPEVCWFCXC2D.uasset new file mode 100644 index 00000000..758b31dd --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/D/36/R8CM21IJ19PPEVCWFCXC2D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70987aa5dffcf2df834544ad7bc7ffde0909b2a9ed1f8f964ed66e03477609e2 +size 4685 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/D/7T/XVWFWQK9AOY3ZH3SVZD2WC.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/D/7T/XVWFWQK9AOY3ZH3SVZD2WC.uasset new file mode 100644 index 00000000..47959bee --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/D/7T/XVWFWQK9AOY3ZH3SVZD2WC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd7fd981e9860ad753b6d03feb8ba8e522387d6027b41bf4a54bc31e42dba27 +size 4685 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/D/FO/YMN9ISS010RY2CNBTN0PXG.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/D/FO/YMN9ISS010RY2CNBTN0PXG.uasset new file mode 100644 index 00000000..0e559ed3 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/D/FO/YMN9ISS010RY2CNBTN0PXG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aceb4e996008a6ca37a3516b00af5fbd2aef102098c6ab5b8d9eed8f0128b79 +size 4756 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/E/1M/A5VMSIPC1VU25T4W5AQYEC.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/E/1M/A5VMSIPC1VU25T4W5AQYEC.uasset new file mode 100644 index 00000000..d03d17aa --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/E/1M/A5VMSIPC1VU25T4W5AQYEC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a4d11545c9b24a0aa01f0c132535e10a3b1bbd483485e897179b21bd76fe5f +size 3383 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/E/62/KJY72KIVDPTAP7VRLF1R05.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/E/62/KJY72KIVDPTAP7VRLF1R05.uasset new file mode 100644 index 00000000..0495bccb --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/E/62/KJY72KIVDPTAP7VRLF1R05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bb954f6b719a7a4d0bee9b8308ac26c82425ba43449c341f027a02efab2897 +size 4511 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/E/AQ/09BVJBBLSNKRVVFVB4VNUU.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/E/AQ/09BVJBBLSNKRVVFVB4VNUU.uasset new file mode 100644 index 00000000..1cd6ace8 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/E/AQ/09BVJBBLSNKRVVFVB4VNUU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e73b6bf122dc93f6d3774e0df55ec4df94d93b07035768d80edff5398f0e547 +size 3929 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/E/DK/RAADYMC788M27T2YJOINXZ.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/E/DK/RAADYMC788M27T2YJOINXZ.uasset new file mode 100644 index 00000000..f56a7014 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/E/DK/RAADYMC788M27T2YJOINXZ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0ca046dfbc2c1c313a6eaa86d01f31cadfcc1b25c06b84522d6468dbbc697d +size 4662 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/E/J5/8D1AVH39TTS48NJQH5EZ82.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/E/J5/8D1AVH39TTS48NJQH5EZ82.uasset new file mode 100644 index 00000000..0caf716e --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/E/J5/8D1AVH39TTS48NJQH5EZ82.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ab5b3488fd1292104630c8f213cecdc59264c3973efa6705076ec49df39e30 +size 3561 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/F/3O/QSCK4PPRYJXY41W4909CSW.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/F/3O/QSCK4PPRYJXY41W4909CSW.uasset new file mode 100644 index 00000000..d43503a5 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/AITest/F/3O/QSCK4PPRYJXY41W4909CSW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87750127987cd073f79c304df8748facc2c79b380aa8e949b6672641b17c9384 +size 4571 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/DoorTestLevel/0/GQ/QPISORMXEPSB0MNOUMBIZ4.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/DoorTestLevel/0/GQ/QPISORMXEPSB0MNOUMBIZ4.uasset index db086cce..cf89892d 100644 --- a/EndlessVendetta/Content/__ExternalActors__/Levels/DoorTestLevel/0/GQ/QPISORMXEPSB0MNOUMBIZ4.uasset +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/DoorTestLevel/0/GQ/QPISORMXEPSB0MNOUMBIZ4.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1523291d43f6433cccc063bdf92aae6e4668a8e76f433b0f7c57a1a0d25238a4 +oid sha256:1443a0a8f338f4b7a64d85b7c9bce3084f8c03a4da6927cf69d5c3fde98d9dab size 6516 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/DoorTestLevel/0/SO/QG20WLT9X0B12WFN54AHCJ.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/DoorTestLevel/0/SO/QG20WLT9X0B12WFN54AHCJ.uasset new file mode 100644 index 00000000..834f2742 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/DoorTestLevel/0/SO/QG20WLT9X0B12WFN54AHCJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078c8fb1f2461b63b24872da24177c388ce942387d53961708cdac6861f33237 +size 5713 diff --git a/EndlessVendetta/Content/__ExternalActors__/Levels/DoorTestLevel/D/HT/HCK94DMZ442FV8M21GRO0Q.uasset b/EndlessVendetta/Content/__ExternalActors__/Levels/DoorTestLevel/D/HT/HCK94DMZ442FV8M21GRO0Q.uasset index d584f187..5884c860 100644 --- a/EndlessVendetta/Content/__ExternalActors__/Levels/DoorTestLevel/D/HT/HCK94DMZ442FV8M21GRO0Q.uasset +++ b/EndlessVendetta/Content/__ExternalActors__/Levels/DoorTestLevel/D/HT/HCK94DMZ442FV8M21GRO0Q.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8dcb4b1deeca6c9f104afbd20be88396a6fa11a6392d632ff704616b2a570155 +oid sha256:a01b69854d463092b0ca667e7b38400f45d77bc28a442d80e1ad7629d26507c5 size 6374 diff --git a/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/0/L6/UFCQX6U2M54YGYORPI178N.uasset b/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/0/L6/UFCQX6U2M54YGYORPI178N.uasset new file mode 100644 index 00000000..dabbc261 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/0/L6/UFCQX6U2M54YGYORPI178N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611d0c235b91c0f66d70476f9b42eb3b713916e9de460abb83f39a723f5df5a9 +size 2146 diff --git a/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/3/E5/LFBCJV3460NSIY1XQ27F06.uasset b/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/3/E5/LFBCJV3460NSIY1XQ27F06.uasset new file mode 100644 index 00000000..3565749d --- /dev/null +++ b/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/3/E5/LFBCJV3460NSIY1XQ27F06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa450dcbc6320808a4a1de83e69cbe100db0947faa133429ea76d7a5a427728 +size 2146 diff --git a/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/4/6P/MFDMYQ6O7NF6KY2THQVI15.uasset b/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/4/6P/MFDMYQ6O7NF6KY2THQVI15.uasset new file mode 100644 index 00000000..28f7b688 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/4/6P/MFDMYQ6O7NF6KY2THQVI15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6391cc82c554c8f9d4f1cf57846680619625730df2c34e3711e604c7c5116a4e +size 2152 diff --git a/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/4/QY/DXQPVNTZ5IAAJNRKIBQY39.uasset b/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/4/QY/DXQPVNTZ5IAAJNRKIBQY39.uasset new file mode 100644 index 00000000..826dc4d4 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/4/QY/DXQPVNTZ5IAAJNRKIBQY39.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa31b8cf1d5b71a260f4f93f38ca5dd3adeaba8e58dd29ecda0cc6dd4e8711a +size 2148 diff --git a/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/6/FX/5QI5TF3RQBM0M54U89BHM0.uasset b/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/6/FX/5QI5TF3RQBM0M54U89BHM0.uasset new file mode 100644 index 00000000..46acd292 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/6/FX/5QI5TF3RQBM0M54U89BHM0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052bcb910be367c1276bc75d9ec46b9cb9c2688bac168f31f50c2fb88efb0c1c +size 2160 diff --git a/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/7/PQ/CA19SW1XC2S8SEQLRR54EG.uasset b/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/7/PQ/CA19SW1XC2S8SEQLRR54EG.uasset new file mode 100644 index 00000000..de8457e6 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/7/PQ/CA19SW1XC2S8SEQLRR54EG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d1979f8098394df2a077305b3a6e02cacb4bfd30fb371daabc127b884734b0 +size 2146 diff --git a/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/9/3F/6LXCQ9LK4HPJG8Q3B4J1XN.uasset b/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/9/3F/6LXCQ9LK4HPJG8Q3B4J1XN.uasset new file mode 100644 index 00000000..d564190b --- /dev/null +++ b/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/9/3F/6LXCQ9LK4HPJG8Q3B4J1XN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85adbf1368bfdad76ac118ebf190f0925aa31ffffda2729610a7db98c502cf10 +size 2146 diff --git a/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/D/31/H3OZ4QYNPKFZYG5YYP5626.uasset b/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/D/31/H3OZ4QYNPKFZYG5YYP5626.uasset new file mode 100644 index 00000000..ee0b7810 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalObjects__/Levels/AITest/D/31/H3OZ4QYNPKFZYG5YYP5626.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c3e55afadb38ce98882e45a4144dee3f70756e1b95fa476c926714215ac171 +size 2148 diff --git a/EndlessVendetta/EndlessVendetta.uproject b/EndlessVendetta/EndlessVendetta.uproject index 94a0563c..cbc08bbc 100644 --- a/EndlessVendetta/EndlessVendetta.uproject +++ b/EndlessVendetta/EndlessVendetta.uproject @@ -34,6 +34,31 @@ "Enabled": true, "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/7d19b5622d6846edb9881e6c89bce05e" }, + { + "Name": "RigLogic", + "Enabled": true + }, + { + "Name": "LiveLink", + "Enabled": true + }, + { + "Name": "LiveLinkControlRig", + "Enabled": true + }, + { + "Name": "AppleARKitFaceSupport", + "Enabled": true, + "SupportedTargetPlatforms": [ + "IOS", + "Win64", + "Mac" + ] + }, + { + "Name": "HairStrands", + "Enabled": true + }, { "Name": "MixamoAnimationRetargeting", "Enabled": true, diff --git a/EndlessVendetta/Source/EndlessVendetta/AI/AI_RestrictedZone.cpp b/EndlessVendetta/Source/EndlessVendetta/AI/AI_RestrictedZone.cpp new file mode 100644 index 00000000..7780b46a --- /dev/null +++ b/EndlessVendetta/Source/EndlessVendetta/AI/AI_RestrictedZone.cpp @@ -0,0 +1,47 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "AI_RestrictedZone.h" + +#include "EndlessVendetta/EndlessVendettaCharacter.h" + + +// Sets default values +AAI_RestrictedZone::AAI_RestrictedZone() +{ + // Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it. + PrimaryActorTick.bCanEverTick = true; + BoxCollision = CreateDefaultSubobject(TEXT("BoxCollision")); +} + +// Called when the game starts or when spawned +void AAI_RestrictedZone::BeginPlay() +{ + Super::BeginPlay(); + BoxCollision->OnComponentBeginOverlap.AddDynamic(this, &AAI_RestrictedZone::OnBoxOverlapBegin); + BoxCollision->OnComponentEndOverlap.AddDynamic(this, &AAI_RestrictedZone::OnBoxOverlapEnd); +} + +void AAI_RestrictedZone::OnBoxOverlapBegin(UPrimitiveComponent* OverlappedComp, AActor* OtherActor, UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, const FHitResult& SweepResult) +{ + if (Cast(OtherActor)) + { + UE_LOG(LogTemp, Display, TEXT("Player entered restricted bounds")); + Cast(OtherActor)->IncrementRestrictedBoundsCount(); + } +} + +void AAI_RestrictedZone::OnBoxOverlapEnd(UPrimitiveComponent* OverlappedComp, AActor* OtherActor, UPrimitiveComponent* OtherComp, int32 OtherBodyIndex) +{ + if (Cast(OtherActor)) + { + UE_LOG(LogTemp, Display, TEXT("Player left restricted bounds")); + Cast(OtherActor)->DecrementRestrictedBoundsCount(); + } +} + +// Called every frame +void AAI_RestrictedZone::Tick(float DeltaTime) +{ + Super::Tick(DeltaTime); +} diff --git a/EndlessVendetta/Source/EndlessVendetta/AI/AI_RestrictedZone.h b/EndlessVendetta/Source/EndlessVendetta/AI/AI_RestrictedZone.h new file mode 100644 index 00000000..ca4cd298 --- /dev/null +++ b/EndlessVendetta/Source/EndlessVendetta/AI/AI_RestrictedZone.h @@ -0,0 +1,34 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "Components/BoxComponent.h" +#include "GameFramework/Actor.h" +#include "AI_RestrictedZone.generated.h" + +UCLASS() +class ENDLESSVENDETTA_API AAI_RestrictedZone : public AActor +{ + GENERATED_BODY() + +public: + // Sets default values for this actor's properties + AAI_RestrictedZone(); + +protected: + // Called when the game starts or when spawned + virtual void BeginPlay() override; + + UPROPERTY() + UBoxComponent* BoxCollision; + + UFUNCTION() + void OnBoxOverlapBegin(UPrimitiveComponent* OverlappedComp, AActor* OtherActor, UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, const FHitResult& SweepResult); + UFUNCTION() + void OnBoxOverlapEnd(UPrimitiveComponent* OverlappedComp, AActor* OtherActor, UPrimitiveComponent* OtherComp, int32 OtherBodyIndex); + +public: + // Called every frame + virtual void Tick(float DeltaTime) override; +}; diff --git a/EndlessVendetta/Source/EndlessVendetta/AI/AI_RestrictedZoneModifier.cpp b/EndlessVendetta/Source/EndlessVendetta/AI/AI_RestrictedZoneModifier.cpp new file mode 100644 index 00000000..dff721b4 --- /dev/null +++ b/EndlessVendetta/Source/EndlessVendetta/AI/AI_RestrictedZoneModifier.cpp @@ -0,0 +1,27 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "AI_RestrictedZoneModifier.h" + + +// Sets default values +AAI_RestrictedZoneModifier::AAI_RestrictedZoneModifier() +{ + // Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it. + PrimaryActorTick.bCanEverTick = true; + BoxCollision = CreateDefaultSubobject(TEXT("BoxCollision")); +} + +// Called when the game starts or when spawned +void AAI_RestrictedZoneModifier::BeginPlay() +{ + Super::BeginPlay(); + +} + +// Called every frame +void AAI_RestrictedZoneModifier::Tick(float DeltaTime) +{ + Super::Tick(DeltaTime); +} + diff --git a/EndlessVendetta/Source/EndlessVendetta/AI/AI_RestrictedZoneModifier.h b/EndlessVendetta/Source/EndlessVendetta/AI/AI_RestrictedZoneModifier.h new file mode 100644 index 00000000..b720c93b --- /dev/null +++ b/EndlessVendetta/Source/EndlessVendetta/AI/AI_RestrictedZoneModifier.h @@ -0,0 +1,28 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "Components/BoxComponent.h" +#include "GameFramework/Actor.h" +#include "AI_RestrictedZoneModifier.generated.h" + +UCLASS() +class ENDLESSVENDETTA_API AAI_RestrictedZoneModifier : public AActor +{ + GENERATED_BODY() + +public: + // Sets default values for this actor's properties + AAI_RestrictedZoneModifier(); + +protected: + // Called when the game starts or when spawned + virtual void BeginPlay() override; + + UBoxComponent* BoxCollision; + +public: + // Called every frame + virtual void Tick(float DeltaTime) override; +}; diff --git a/EndlessVendetta/Source/EndlessVendetta/AI/EnemyCharacter.cpp b/EndlessVendetta/Source/EndlessVendetta/AI/EnemyCharacter.cpp index 340d7746..1e779bdc 100644 --- a/EndlessVendetta/Source/EndlessVendetta/AI/EnemyCharacter.cpp +++ b/EndlessVendetta/Source/EndlessVendetta/AI/EnemyCharacter.cpp @@ -6,6 +6,7 @@ #include "AIControlHub.h" #include "AIController.h" #include "BehaviorTree/BlackboardComponent.h" +#include "EndlessVendetta/EndlessVendettaCharacter.h" class UAISense_Sight; @@ -21,16 +22,19 @@ void AEnemyCharacter::BeginPlay() { Super::BeginPlay(); CharacterName = "Enemy"; + + if (AEndlessVendettaCharacter* PlayerCharacter = Cast(GetWorld()->GetFirstPlayerController()->GetPawn())) + { + PlayerCharacter->RestrictedAreaStatusChanged.AddUniqueDynamic(this, &AEnemyCharacter::SetIfPlayerIsInRestrictedArea); + } } void AEnemyCharacter::OnDeath() { Super::OnDeath(); - DelegatedControlHub->AlertLevelEvent.Remove(AlertLevelDelegateHandle); - DelegatedControlHub->HuntPlayerEvent.Remove(HuntPlayerDelegateHandle); AlertLevelDelegateHandle.Reset(); HuntPlayerDelegateHandle.Reset(); - DelegatedControlHub->RemoveEnemyActor(this); + EnemyDied.Broadcast(); } // Called every frame @@ -53,14 +57,35 @@ void AEnemyCharacter::SetAlertLevel(const int NewAlertLevel) const Cast(GetController())->GetBlackboardComponent()->SetValueAsInt("AlertLevel", NewAlertLevel); } -void AEnemyCharacter::SetLocalAlertLevel(int NewAlertLevel) const +void AEnemyCharacter::SetLocalAlertLevel(int NewAlertLevel) { - if (!IsValid(DelegatedControlHub)) return; if (!IsValid(GetController())) return; Cast(GetController())->GetBlackboardComponent()->SetValueAsBool("IsInvestigating", true); + if (NewAlertLevel >= 2) SetHostilityLevel(EHostilityLevel::Hostile); + if (!IsValid(DelegatedControlHub)) return; DelegatedControlHub->SetAlertLevel(NewAlertLevel); } +void AEnemyCharacter::SetHostilityLevel(const EHostilityLevel NewHostilityLevel) +{ + if (NewHostilityLevel == EHostilityLevel::Hostile) + { + if (!IsValid(GetController())) return; + Cast(GetController())->GetBlackboardComponent()->SetValueAsBool("IsHostile", true); + } + HostilityLevel = NewHostilityLevel; +} + +float AEnemyCharacter::TakeDamage(float DamageAmount, FDamageEvent const& DamageEvent, AController* EventInstigator, AActor* DamageCauser) +{ + if (Cast(EventInstigator->GetPawn())) + { + SetHostilityLevel(EHostilityLevel::Hostile); + HuntPlayer(Cast(EventInstigator->GetPawn())->GetActorLocation()); + } + return Super::TakeDamage(DamageAmount, DamageEvent, EventInstigator, DamageCauser); +} + void AEnemyCharacter::EquipWeapon_Implementation() { } @@ -81,3 +106,9 @@ void AEnemyCharacter::HuntPlayer(FVector PlayerLastKnownLocation) EquipWeapon(); Cast(GetController())->GetBlackboardComponent()->SetValueAsVector("LastKnownLocation", PlayerLastKnownLocation); } + +void AEnemyCharacter::SetIfPlayerIsInRestrictedArea(const bool bIsInRestrictedArea) +{ + if (!IsValid(GetController())) return; + Cast(GetController())->GetBlackboardComponent()->SetValueAsBool("PlayerIsInRestrictedBounds", bIsInRestrictedArea); +} diff --git a/EndlessVendetta/Source/EndlessVendetta/AI/EnemyCharacter.h b/EndlessVendetta/Source/EndlessVendetta/AI/EnemyCharacter.h index f124e995..11bcd3db 100644 --- a/EndlessVendetta/Source/EndlessVendetta/AI/EnemyCharacter.h +++ b/EndlessVendetta/Source/EndlessVendetta/AI/EnemyCharacter.h @@ -8,6 +8,16 @@ #include "GameFramework/Character.h" #include "EnemyCharacter.generated.h" +UENUM(BlueprintType) +enum class EHostilityLevel : uint8 +{ + None UMETA(DisplayName = "None"), + Neutral UMETA(DisplayName = "Neutral"), + Warning UMETA(DisplayName = "Warning"), + Hostile UMETA(DisplayName = "Hostile") +}; +DECLARE_DYNAMIC_MULTICAST_DELEGATE(FEnemyDied); + UCLASS() class ENDLESSVENDETTA_API AEnemyCharacter : public AAICharacter { @@ -18,6 +28,10 @@ public: AEnemyCharacter(); UPROPERTY(BlueprintReadWrite) bool WeaponRaised = false; + UPROPERTY(BlueprintReadOnly) + EHostilityLevel HostilityLevel = EHostilityLevel::None; + UPROPERTY(BlueprintAssignable) + FEnemyDied EnemyDied; protected: // Called when the game starts or when spawned @@ -30,8 +44,11 @@ public: virtual void Tick(float DeltaTime) override; UFUNCTION(BlueprintCallable) void SubscribeToGroupAIEvents(class AAIControlHub* ControlHub); - void SetLocalAlertLevel(int NewAlertLevel) const; - + void SetLocalAlertLevel(int NewAlertLevel); + UFUNCTION(BlueprintCallable) + void SetHostilityLevel(EHostilityLevel NewHostilityLevel); + virtual float TakeDamage(float DamageAmount, FDamageEvent const& DamageEvent, AController* EventInstigator, AActor* DamageCauser) override; + //Animation Blueprint Triggers UFUNCTION(BlueprintNativeEvent) void EquipWeapon(); @@ -53,4 +70,6 @@ private: FDelegateHandle HuntPlayerDelegateHandle; void SetAlertLevel(int NewAlertLevel) const; void HuntPlayer(FVector PlayerLastKnowLocation); + UFUNCTION() + void SetIfPlayerIsInRestrictedArea(bool bIsInRestrictedArea); }; diff --git a/EndlessVendetta/Source/EndlessVendetta/AI/Tasks/BTTask_AttackPlayer.cpp b/EndlessVendetta/Source/EndlessVendetta/AI/Tasks/BTTask_AttackPlayer.cpp index 3b4ff281..b5182ba8 100644 --- a/EndlessVendetta/Source/EndlessVendetta/AI/Tasks/BTTask_AttackPlayer.cpp +++ b/EndlessVendetta/Source/EndlessVendetta/AI/Tasks/BTTask_AttackPlayer.cpp @@ -20,16 +20,21 @@ EBTNodeResult::Type UBTTask_AttackPlayer::ExecuteTask(UBehaviorTreeComponent& Ow { if (const UBlackboardComponent* const Blackboard = OwnerComp.GetBlackboardComponent()) { - FVector const Origin = AIController->GetPawn()->GetActorLocation(); - FVector const Start = Origin + FVector(0.f, 0.f, 30.f); - FVector const PlayerLocation = Blackboard->GetValueAsVector("TargetLocation"); + USkeletalMeshComponent* GunSKMesh = nullptr; + if (AIController->GetPawn()->GetComponentsByTag(USkeletalMeshComponent::StaticClass(), "Gun").Num() > 0) + { + GunSKMesh = Cast(AIController->GetPawn()->GetComponentsByTag(USkeletalMeshComponent::StaticClass(), "Gun")[0]); + } + FVector const Origin = IsValid(GunSKMesh) ? GunSKMesh->GetComponentLocation() : AIController->GetPawn()->GetActorLocation() + FVector(0.f, 0.f, 30.f); + FVector const Start = Origin; + FVector const End = Origin + AIController->GetPawn()->GetActorForwardVector() * 100000.f; if (AEnemyCharacter* const EnemyCharacter = Cast(AIController->GetPawn())) { EnemyCharacter->FireWeapon.Broadcast(); EnemyCharacter->SetFiring(true); FCollisionQueryParams QueryParams; QueryParams.AddIgnoredActor(AIController->GetPawn()); - if (FHitResult HitResult; GetWorld()->LineTraceSingleByChannel(HitResult, Start, PlayerLocation, ECC_Pawn, QueryParams)) + if (FHitResult HitResult; GetWorld()->LineTraceSingleByChannel(HitResult, Start, End, ECC_Pawn, QueryParams)) { if (IsValid(HitResult.GetActor())) { diff --git a/EndlessVendetta/Source/EndlessVendetta/AI/Tasks/BTTask_SetLocalAlertLevel.cpp b/EndlessVendetta/Source/EndlessVendetta/AI/Tasks/BTTask_SetLocalAlertLevel.cpp index 3cd9990b..3aa25e00 100644 --- a/EndlessVendetta/Source/EndlessVendetta/AI/Tasks/BTTask_SetLocalAlertLevel.cpp +++ b/EndlessVendetta/Source/EndlessVendetta/AI/Tasks/BTTask_SetLocalAlertLevel.cpp @@ -14,7 +14,7 @@ EBTNodeResult::Type UBTTask_SetLocalAlertLevel::ExecuteTask(UBehaviorTreeCompone { if (const AAI_EnemyController* const AIEnemyController = Cast(OwnerComp.GetAIOwner())) { - if (const AEnemyCharacter* const EnemyCharacter = Cast(AIEnemyController->GetPawn())) + if (AEnemyCharacter* const EnemyCharacter = Cast(AIEnemyController->GetPawn())) { EnemyCharacter->SetLocalAlertLevel(AlertLevel); diff --git a/EndlessVendetta/Source/EndlessVendetta/BountySystem/CheckpointClass.h b/EndlessVendetta/Source/EndlessVendetta/BountySystem/CheckpointClass.h index 348f042d..98e767ad 100644 --- a/EndlessVendetta/Source/EndlessVendetta/BountySystem/CheckpointClass.h +++ b/EndlessVendetta/Source/EndlessVendetta/BountySystem/CheckpointClass.h @@ -73,7 +73,7 @@ public: // Destroys Waypoint Associated with this Checkpoint if one Exists void DestroyWaypoint() { - if (WaypointActor) WaypointActor->Destroy(); + if (IsValid(WaypointActor)) WaypointActor->Destroy(); } // Used by Bounty Class to broadcast checkpoint tip for current checkpoint diff --git a/EndlessVendetta/Source/EndlessVendetta/Characters/BountyHunterCharacter.cpp b/EndlessVendetta/Source/EndlessVendetta/Characters/BountyHunterCharacter.cpp index de3835f4..9facd60d 100644 --- a/EndlessVendetta/Source/EndlessVendetta/Characters/BountyHunterCharacter.cpp +++ b/EndlessVendetta/Source/EndlessVendetta/Characters/BountyHunterCharacter.cpp @@ -56,7 +56,9 @@ void ABountyHunterCharacter::SpawnSideBounties(UEVGameInstance* GI) void ABountyHunterCharacter::CompleteCurrentMainBounty(UEVGameInstance* GI) { - EarnMoney(MainBountyClasses[CurrentMainBountyIndex]->GetDefaultObject()->GetRewardMoney()); + int MoneyEarned = MainBountyClasses[CurrentMainBountyIndex]->GetDefaultObject()->GetRewardMoney(); + EarnMoney(MoneyEarned); + BountyCompletedDisplay(MoneyEarned, 0); if (IsValid(PauseMenu)) PauseMenu->UpdatePlayerStatistics(Money, Favours); UE_LOG(LogTemp, Warning, TEXT("Would be collecting reward for completing bounty %d"), CurrentMainBountyIndex); @@ -81,6 +83,7 @@ void ABountyHunterCharacter::CompletedASideBounty(int CompletedSideBountiesUID) if (SideBountyStructs[i].SideBountyUID != CompletedSideBountiesUID) continue; EarnMoney(SideBountyStructs[i].MoneyEarnedForCompletion); EarnFavours(SideBountyStructs[i].FavoursEarnedForCompletion); + BountyCompletedDisplay(SideBountyStructs[i].MoneyEarnedForCompletion, SideBountyStructs[i].FavoursEarnedForCompletion); if (IsValid(PauseMenu)) PauseMenu->UpdatePlayerStatistics(Money, Favours); TitleOfSideBountyToRemove = SideBountyStructs[i].BountyTitle; @@ -122,6 +125,14 @@ void ABountyHunterCharacter::BeginPlay() SpawnMainBounty(GI); if (UGameplayStatics::GetCurrentLevelName(GetWorld()) == OpenWorldLevelName) { + if (GI->MainSaveGameInstanceRef->bFirstPlaythroughSave) + { + OpenWorldTips(); + GI->MainSaveGameInstanceRef->bFirstPlaythroughSave = false; + UGameplayStatics::SaveGameToSlot(GI->MainSaveGameInstanceRef, "MainSave", 0); + } + InOpenWorld = true; + SpawnBikeUI(); SpawnSideBounties(GI); FTransform SpawnTransfrom = GI->MainSaveGameInstanceRef->PlayerOpenWorldSpawnTransformSave; SetActorTransform(SpawnTransfrom); @@ -149,25 +160,7 @@ void ABountyHunterCharacter::EndPlay(const EEndPlayReason::Type EndPlayReason) if (UGameplayStatics::GetCurrentLevelName(GetWorld()) != OpenWorldLevelName) return; UEVGameInstance* GI = Cast(GetGameInstance()); if (!IsValid(GI->MainSaveGameInstanceRef)) return; - TArray LandingZones; - ALandingZone* ClosestLandingZone = nullptr; - double DistToClosestLandingZone; - UGameplayStatics::GetAllActorsOfClass(GetWorld(), ALandingZone::StaticClass(), LandingZones); - for (AActor* LZ_Actor : LandingZones) - { - ALandingZone* LZ = Cast(LZ_Actor); - double DistToLZ = FVector::Dist(LZ->GetExitTransform().GetLocation(), GetActorLocation()); - if (!IsValid(ClosestLandingZone)) - { - ClosestLandingZone = LZ; - DistToClosestLandingZone = DistToLZ; - continue; - } - ClosestLandingZone = DistToClosestLandingZone >= DistToLZ ? LZ : ClosestLandingZone; - DistToClosestLandingZone = DistToClosestLandingZone >= DistToLZ ? DistToLZ : DistToClosestLandingZone; - } - if (!IsValid(ClosestLandingZone)) return; - GI->MainSaveGameInstanceRef->PlayerOpenWorldSpawnTransformSave = ClosestLandingZone->GetExitTransform(); + GI->MainSaveGameInstanceRef->PlayerOpenWorldSpawnTransformSave = GetActorTransform(); UGameplayStatics::SaveGameToSlot(GI->MainSaveGameInstanceRef, "MainSave", 0); } diff --git a/EndlessVendetta/Source/EndlessVendetta/Characters/BountyHunterCharacter.h b/EndlessVendetta/Source/EndlessVendetta/Characters/BountyHunterCharacter.h index f0636f5d..e602b6bf 100644 --- a/EndlessVendetta/Source/EndlessVendetta/Characters/BountyHunterCharacter.h +++ b/EndlessVendetta/Source/EndlessVendetta/Characters/BountyHunterCharacter.h @@ -92,6 +92,17 @@ protected: // Called When Actor destroyed or Removed from Level virtual void EndPlay(const EEndPlayReason::Type EndPlayReason) override; + + // Spawns Hold F to Access Bike UI in Open World Only + UFUNCTION(BlueprintImplementableEvent) + void SpawnBikeUI(); + + // Displays what rewards the player got after completing any bounty + UFUNCTION(BlueprintImplementableEvent) + void BountyCompletedDisplay(int MoneyEarned, int FavoursEarned); + + UFUNCTION(BlueprintImplementableEvent) + void OpenWorldTips(); public: // Used by Final Checkpoint to always load the Level set as the Open Level in here diff --git a/EndlessVendetta/Source/EndlessVendetta/EVGameInstance.cpp b/EndlessVendetta/Source/EndlessVendetta/EVGameInstance.cpp index e42561a3..8a31fd61 100644 --- a/EndlessVendetta/Source/EndlessVendetta/EVGameInstance.cpp +++ b/EndlessVendetta/Source/EndlessVendetta/EVGameInstance.cpp @@ -14,6 +14,7 @@ void UEVGameInstance::CreateNewSaveGameInstance() MainSaveGameInstanceRef->LastMainBountyIndexInOpenWorld = 0; MainSaveGameInstanceRef->MoneySave = 0; MainSaveGameInstanceRef->FavourSave = 0; + MainSaveGameInstanceRef->bFirstPlaythroughSave = true; UGameplayStatics::SaveGameToSlot(MainSaveGameInstanceRef, "MainSave", 0); } diff --git a/EndlessVendetta/Source/EndlessVendetta/EndlessVendettaCharacter.cpp b/EndlessVendetta/Source/EndlessVendetta/EndlessVendettaCharacter.cpp index 509df1eb..d77d04eb 100644 --- a/EndlessVendetta/Source/EndlessVendetta/EndlessVendettaCharacter.cpp +++ b/EndlessVendetta/Source/EndlessVendetta/EndlessVendettaCharacter.cpp @@ -47,13 +47,33 @@ AEndlessVendettaCharacter::AEndlessVendettaCharacter() Mesh1P->SetRelativeLocation(FVector(-30.f, 0.f, -150.f)); } +void AEndlessVendettaCharacter::IncrementRestrictedBoundsCount() +{ + RestrictedBoundsCount++; + if (RestrictedBoundsCount > 0) + { + bIsInRestrictedArea = true; + RestrictedAreaStatusChanged.Broadcast(true); + } +} + +void AEndlessVendettaCharacter::DecrementRestrictedBoundsCount() +{ + RestrictedBoundsCount--; + if (RestrictedBoundsCount <= 0) + { + bIsInRestrictedArea = false; + RestrictedAreaStatusChanged.Broadcast(false); + } +} + void AEndlessVendettaCharacter::BeginPlay() { // Call the base class Super::BeginPlay(); bIsCurrentlyHoldingWeapon = false; UEVGameInstance* GI = Cast(GetWorld()->GetGameInstance()); - if (IsValid(GI->MainSaveGameInstanceRef)) + if (IsValid(GI->MainSaveGameInstanceRef)) { PrimaryWeaponClass = GI->MainSaveGameInstanceRef->PrimaryWeaponClassSave; SecondaryWeaponClass = GI->MainSaveGameInstanceRef->SecondaryWeaponClassSave; @@ -93,6 +113,7 @@ void AEndlessVendettaCharacter::BeginPlay() WalkSpeed = CharacterMovement->MaxWalkSpeed; OriginalWalkSpeed = CharacterMovement->MaxWalkSpeed; CurrentStamina = MaxStamina; + CurrentHealth = DefaultHealth; } void AEndlessVendettaCharacter::Tick(float DeltaTime) @@ -170,7 +191,15 @@ void AEndlessVendettaCharacter::WeaponPickUpSystem() AActor* HitActor = OutHit.GetActor(); IInteractionInterface* InteractableActor = Cast(HitActor); - if (InteractableActor) InteractableActor->InteractPrompt(); + if (InteractableActor) + { + InteractableActor->InteractPrompt(); + ShowInteractPropmpt(); + } + else if (UAC_Dialogue* Dialogue = Cast(HitActor->GetComponentByClass(UAC_Dialogue::StaticClass()))) + { + ShowInteractPropmpt(); + } } //////////////////////////////////////////////////////////////////////////// Input @@ -215,18 +244,21 @@ void AEndlessVendettaCharacter::SetupPlayerInputComponent(class UInputComponent* //Interacting EnhancedInputComponent->BindAction(InteractAction, ETriggerEvent::Started, this, &AEndlessVendettaCharacter::Interact); + EnhancedInputComponent->BindAction(InteractAction, ETriggerEvent::Triggered, this, &AEndlessVendettaCharacter::HoldInteract); + EnhancedInputComponent->BindAction(InteractAction, ETriggerEvent::Canceled, this, &AEndlessVendettaCharacter::StoppedHoldingInteract); } - UE_LOG(LogTemp, Warning, TEXT("Setup player input on EV character")); } void AEndlessVendettaCharacter::Interact() { + UE_LOG(LogTemp, Warning, TEXT("Interaction Has Been Called")); if (InPauseMenu) return; if (bIsInDialogue) { Cast(GetComponentByClass(UAC_PlayerDialogueInterpreter::StaticClass()))->NextDialogue(); return; } + StartedHoldingInteract(1.f / HoldForInteractionDuration); if (PlayerOnShip) { SpaceShip->PlayerInteracting(); @@ -293,6 +325,7 @@ float AEndlessVendettaCharacter::TakeDamage(const float DamageAmount, FDamageEve UGameplayStatics::OpenLevel(this, FName(*GetWorld()->GetName()), false); return Super::TakeDamage(DamageAmount, DamageEvent, EventInstigator, DamageCauser); } + TookDamage.Broadcast(); GetWorld()->GetTimerManager().ClearTimer(RegenHealthTimerHandle); GetWorld()->GetTimerManager().SetTimer(RegenHealthTimerHandle, this, &AEndlessVendettaCharacter::RegenHealth, 5.0f, true); @@ -360,11 +393,11 @@ void AEndlessVendettaCharacter::EquipPrimary() if (bIsReloading) return; if (IsValid(PrimaryWeapon)) { + GEngine->AddOnScreenDebugMessage(-1, 15.f, FColor::Red, TEXT("IsPrimaryWeapon valid check running")); PrimaryWeapon->DetachFromActor(DetatchRules); PrimaryWeapon->AttachToComponent(Mesh1P, AttachmentRules, FName("UnEquipGunSocket")); PrimaryWeapon->SetActorHiddenInGame(true); PrimaryWeapon->SetActorEnableCollision(false); - GEngine->AddOnScreenDebugMessage(-1, 15.f, FColor::Red, TEXT("Weapon Removing because validated")); this->GetFirstPersonCameraComponent()->SetFieldOfView(90); UE_LOG(LogTemp, Warning, TEXT("Primary Weapon Is Hidden: %hhd"), PrimaryWeapon->IsHidden()); PrimaryWeapon = nullptr; @@ -375,7 +408,7 @@ void AEndlessVendettaCharacter::EquipPrimary() Cast(GetWorld()->GetAuthGameMode())->SendEvent("DeEquip", "Pri"); return; } - + if (IsValid(SecondaryWeapon)) EquipSecondary(); if (GadgetManager->IsValidReconGadget() && GadgetManager->IsReconEquipped() && !GadgetManager->TryToUnequipRecon()) return; @@ -397,13 +430,16 @@ void AEndlessVendettaCharacter::EquipPrimary() } } //For when you already have all your weapons and ur switching with 1 and 2 or when your picking up a weapon with a weapon in hand - PrimaryWeaponActor->AttachToComponent(Mesh1P, AttachmentRules, FName("GripPoint")); - GEngine->AddOnScreenDebugMessage(-1, 15.f, FColor::Green, TEXT("non ifstatement code running")); - PrimaryWeapon = Cast(PrimaryWeaponActor); - PrimaryWeapon->SetActorHiddenInGame(false); - GetWorldTimerManager().ClearTimer(PrimaryWeapon->reloadTimerHandle); - bIsCurrentlyHoldingWeapon = true; - bHasRifle = true; + if (PrimaryWeaponClass != nullptr) + { + GEngine->AddOnScreenDebugMessage(-1, 15.f, FColor::Green, TEXT("non ifstatement code running")); + PrimaryWeaponActor->AttachToComponent(Mesh1P, AttachmentRules, FName("GripPoint")); + PrimaryWeapon = Cast(PrimaryWeaponActor); + PrimaryWeapon->SetActorHiddenInGame(false); + GetWorldTimerManager().ClearTimer(PrimaryWeapon->reloadTimerHandle); + bIsCurrentlyHoldingWeapon = true; + bHasRifle = true; + } } void AEndlessVendettaCharacter::EquipSecondary() @@ -450,11 +486,14 @@ void AEndlessVendettaCharacter::EquipSecondary() } GLog->Log("Secondary Weapon Equipped"); } - SecondaryWeaponActor->AttachToComponent(Mesh1P, AttachmentRules, FName("PistolGripPoint")); - SecondaryWeapon = Cast(SecondaryWeaponActor); - SecondaryWeapon->SetActorHiddenInGame(false); - bIsCurrentlyHoldingWeapon = true; - GetWorldTimerManager().ClearTimer(SecondaryWeapon->reloadTimerHandle); + if (SecondaryWeaponClass != nullptr) + { + SecondaryWeaponActor->AttachToComponent(Mesh1P, AttachmentRules, FName("PistolGripPoint")); + SecondaryWeapon = Cast(SecondaryWeaponActor); + SecondaryWeapon->SetActorHiddenInGame(false); + bIsCurrentlyHoldingWeapon = true; + GetWorldTimerManager().ClearTimer(SecondaryWeapon->reloadTimerHandle); + } } void AEndlessVendettaCharacter::WeaponSwitcher(AActor* Outhit) @@ -468,22 +507,37 @@ void AEndlessVendettaCharacter::WeaponSwitcher(AActor* Outhit) PrimaryWeaponClass = Outhit->GetClass(); if (IsValid(PrimaryWeapon)) { - if(bIsCurrentlyHoldingWeapon) + if (bIsCurrentlyHoldingWeapon) { - GEngine->AddOnScreenDebugMessage(-1, 2.f, FColor::Blue, TEXT("Player is currently holding weapon")); PrimaryWeaponActor = GetWorld()->SpawnActor(PrimaryWeaponClass, spawnParams); + UE_LOG(LogTemp, Warning, TEXT("PRIMARY WEAPON SPAWNING IN")); } EquipPrimary(); } bIsWeaponPickedUp = true; UEVGameInstance* GI = Cast(GetGameInstance()); - if (IsValid(GI->MainSaveGameInstanceRef)) + if (IsValid(GI->MainSaveGameInstanceRef)) { GI->MainSaveGameInstanceRef->PrimaryWeaponClassSave = Outhit->GetClass(); UGameplayStatics::SaveGameToSlot(GI->MainSaveGameInstanceRef, "MainSave", 0); } - + GEngine->AddOnScreenDebugMessage(-1, 15.f, FColor::Yellow, TEXT("Destroy just gets called and equip primary")); + if (IsValid(SecondaryWeapon)) + { + if (bIsCurrentlyHoldingWeapon) + { + PrimaryWeaponActor = GetWorld()->SpawnActor(PrimaryWeaponClass, spawnParams); + GEngine->AddOnScreenDebugMessage(-1, 15.f, FColor::Green, TEXT("non ifstatement code running")); + PrimaryWeaponActor->AttachToComponent(Mesh1P, AttachmentRules, FName("GripPoint")); + PrimaryWeapon = Cast(PrimaryWeaponActor); + PrimaryWeapon->SetActorHiddenInGame(false); + GetWorldTimerManager().ClearTimer(PrimaryWeapon->reloadTimerHandle); + bIsCurrentlyHoldingWeapon = true; + bHasRifle = true; + } + EquipPrimary(); + } Outhit->Destroy(); EquipPrimary(); } @@ -491,18 +545,24 @@ void AEndlessVendettaCharacter::WeaponSwitcher(AActor* Outhit) { if (IsValid(SecondaryWeapon)) { + if (bIsCurrentlyHoldingWeapon) + { + GEngine->AddOnScreenDebugMessage(-1, 2.f, FColor::Blue, TEXT("bIsCurrentlyHoldingSecondaryCalled, trying to spawn secondary weapon actor")); + SecondaryWeaponActor = GetWorld()->SpawnActor(SecondaryWeaponClass, spawnParams); + } + GEngine->AddOnScreenDebugMessage(-1, 15.f, FColor::Orange, TEXT("EquipSecondarycalled skipped bIsCurrentlyHoldingWeapon check")); EquipSecondary(); } bIsWeaponPickedUp = true; SecondaryWeaponClass = Outhit->GetClass(); - + UEVGameInstance* GI = Cast(GetGameInstance()); - if (IsValid(GI->MainSaveGameInstanceRef)) + if (IsValid(GI->MainSaveGameInstanceRef)) { GI->MainSaveGameInstanceRef->SecondaryWeaponClassSave = Outhit->GetClass(); UGameplayStatics::SaveGameToSlot(GI->MainSaveGameInstanceRef, "MainSave", 0); } - + Outhit->Destroy(); EquipSecondary(); } @@ -713,12 +773,34 @@ void AEndlessVendettaCharacter::UpdateInventorySize(int Cols, int Rows) } } +void AEndlessVendettaCharacter::HoldInteract() +{ + if (InPauseMenu || !InOpenWorld) return; + if (PlayerOnShip) + { + ExitShip(GetActorTransform()); + return; + } + + if (GadgetManager->IsValidReconGadget() && GadgetManager->IsReconEquipped() && !GadgetManager->TryToUnequipRecon()) return; + if (GadgetManager->IsValidCombatGadget() && GadgetManager->IsCombatEquipped() && !GadgetManager->TryToUnequipCombat()) return; + + FTransform TakeOffTransform = GetActorTransform(); + FVector NewLoc = TakeOffTransform.GetLocation(); + NewLoc.Z += BikeRideHeight; + TakeOffTransform.SetLocation(NewLoc); + EnterShip(TakeOffTransform); +} + + void AEndlessVendettaCharacter::EnterShip(FTransform TakeoffLoc) { PlayFadeScreen(); if (IsValid(PrimaryWeapon)) EquipPrimary(); if (IsValid(SecondaryWeapon)) EquipSecondary(); - SpaceShip = GetWorld()->SpawnActor(SpaceShipClass, TakeoffLoc.GetLocation(), TakeoffLoc.Rotator()); + FActorSpawnParameters SpawnParams; + SpawnParams.SpawnCollisionHandlingOverride = ESpawnActorCollisionHandlingMethod::AlwaysSpawn; + SpaceShip = GetWorld()->SpawnActor(SpaceShipClass, TakeoffLoc.GetLocation(), TakeoffLoc.Rotator(), SpawnParams); PlayerOnShip = true; } diff --git a/EndlessVendetta/Source/EndlessVendetta/EndlessVendettaCharacter.h b/EndlessVendetta/Source/EndlessVendetta/EndlessVendettaCharacter.h index b2f6e45d..1527e099 100644 --- a/EndlessVendetta/Source/EndlessVendetta/EndlessVendettaCharacter.h +++ b/EndlessVendetta/Source/EndlessVendetta/EndlessVendettaCharacter.h @@ -9,7 +9,6 @@ #include "Components/ArrowComponent.h" #include "GadgetSystem/GadgetManager.h" #include "Inventory/InventoryComponent.h" -#include "Pawn/VICharacter.h" #include "SpaceShip/SpaceShip.h" #include "EndlessVendettaCharacter.generated.h" @@ -32,6 +31,11 @@ protected: UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category=Mesh) USkeletalMeshComponent* Mesh1P; + bool InOpenWorld = false; + + UFUNCTION(BlueprintImplementableEvent) + void ShowInteractPropmpt(); + private: /** First person camera */ UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Camera, meta = (AllowPrivateAccess = "true")) @@ -128,13 +132,24 @@ public: void StopSecondaryWeaponADS(); UPROPERTY(BlueprintReadWrite) bool bIsInDialogue = false; + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Stats") + bool bIsInRestrictedArea = false; + UFUNCTION(BlueprintCallable) + void IncrementRestrictedBoundsCount(); + UFUNCTION(BlueprintCallable) + void DecrementRestrictedBoundsCount(); + + DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FRestrictedAreaStatusChangedSignature, bool, bIsInRestrictedAreaLmao); + + UPROPERTY(BlueprintAssignable, Category = "Restricted Area") + FRestrictedAreaStatusChangedSignature RestrictedAreaStatusChanged; protected: virtual void BeginPlay() override; virtual void Tick(float DeltaTime) override; bool InPauseMenu = false; - + UPROPERTY(EditDefaultsOnly, Category = "Gadget") TSubclassOf GadgetManagerClass; @@ -146,6 +161,9 @@ protected: UFUNCTION(BlueprintImplementableEvent) void PlayFadeScreen(); + UPROPERTY() + int RestrictedBoundsCount = 0; + public: AGadgetManager* GadgetManager; bool bIsReloading = false; @@ -228,6 +246,12 @@ protected: UPROPERTY(EditDefaultsOnly, Category = "Interaction") float InteractionRange = 250; void Interact(); + UPROPERTY(EditDefaultsOnly, Category = "Interaction") + float HoldForInteractionDuration = 0.5f; + UFUNCTION(BlueprintImplementableEvent) + void StartedHoldingInteract(float Duration); + UFUNCTION(BlueprintImplementableEvent) + void StoppedHoldingInteract(); protected: // Used by vault it plugin to run vaulting animations @@ -251,6 +275,11 @@ public: UFUNCTION(BlueprintCallable, Category = "Damage Control") virtual float TakeDamage(float DamageAmount, FDamageEvent const& DamageEvent, AController* EventInstigator, AActor* DamageCauser) override; + DECLARE_DYNAMIC_MULTICAST_DELEGATE(FTookDamage); + + UPROPERTY(BlueprintAssignable, Category = "Damage Control") + FTookDamage TookDamage; + void WeaponPickUpSystem(); void EquipPrimary(); @@ -270,13 +299,18 @@ public: bool bIsCurrentlyHoldingWeapon; - // Space Ship + // Hover Bike private: - UPROPERTY(EditDefaultsOnly, Category = "Space Ship") + UPROPERTY(EditDefaultsOnly, Category = "Hover Bike") + float BikeRideHeight = 50; + UPROPERTY(EditDefaultsOnly, Category = "Hover Bike") TSubclassOf SpaceShipClass; ASpaceShip* SpaceShip; + protected: bool PlayerOnShip = false; + void HoldInteract(); + public: void ExitShip(FTransform ExitLoc); void EnterShip(FTransform TakeoffLoc); diff --git a/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetClasses/Combat/HeatBlast/HeatBlast.cpp b/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetClasses/Combat/HeatBlast/HeatBlast.cpp new file mode 100644 index 00000000..4c8da538 --- /dev/null +++ b/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetClasses/Combat/HeatBlast/HeatBlast.cpp @@ -0,0 +1,17 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "HeatBlast.h" + +void AHeatBlast::Activate() +{ + if (GadgetCantBeUsed()) return; + Super::Activate(); + ShootHeatBlast(); +} + +void AHeatBlast::FinishedUsing() +{ + Super::FinishedUsing(); + DisplayCooldown(CooldownTime); +} diff --git a/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetClasses/Combat/HeatBlast/HeatBlast.h b/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetClasses/Combat/HeatBlast/HeatBlast.h new file mode 100644 index 00000000..b3cb27fb --- /dev/null +++ b/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetClasses/Combat/HeatBlast/HeatBlast.h @@ -0,0 +1,25 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "EndlessVendetta/GadgetSystem/CombatGadget.h" +#include "HeatBlast.generated.h" + + +UCLASS() +class ENDLESSVENDETTA_API AHeatBlast : public ACombatGadget +{ + GENERATED_BODY() + + void Activate() override; + + void FinishedUsing() override; + +protected: + UFUNCTION(BlueprintImplementableEvent) + void ShootHeatBlast(); + + UFUNCTION(BlueprintImplementableEvent) + void DisplayCooldown(float CooldownLength); +}; diff --git a/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetClasses/Recon/VisionPulse/VisionPulse.cpp b/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetClasses/Recon/VisionPulse/VisionPulse.cpp new file mode 100644 index 00000000..3356724d --- /dev/null +++ b/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetClasses/Recon/VisionPulse/VisionPulse.cpp @@ -0,0 +1,18 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "VisionPulse.h" + +void AVisionPulse::Activate() +{ + if (GadgetCantBeUsed()) return; + Super::Activate(); + SendOutPulse(); + //try to unequip for a easier user experience +} + +void AVisionPulse::FinishedUsing() +{ + Super::FinishedUsing(); + DisplayCooldown(CooldownTime); +} diff --git a/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetClasses/Recon/VisionPulse/VisionPulse.h b/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetClasses/Recon/VisionPulse/VisionPulse.h new file mode 100644 index 00000000..86beac84 --- /dev/null +++ b/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetClasses/Recon/VisionPulse/VisionPulse.h @@ -0,0 +1,30 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "EndlessVendetta/GadgetSystem/ReconGadget.h" +#include "VisionPulse.generated.h" + +/** + * + */ +UCLASS() +class ENDLESSVENDETTA_API AVisionPulse : public AReconGadget +{ + GENERATED_BODY() + + void Activate() override; + + void FinishedUsing() override; + +protected: + UFUNCTION(BlueprintImplementableEvent) + void SendOutPulse(); + + UFUNCTION(BlueprintImplementableEvent) + void DisplayCooldown(float CooldownLength); + + + +}; diff --git a/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetManager.cpp b/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetManager.cpp index 94a5dad4..31ef2b1f 100644 --- a/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetManager.cpp +++ b/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetManager.cpp @@ -3,6 +3,9 @@ #include "GadgetManager.h" +#include "EndlessVendetta/EVGameInstance.h" +#include "Kismet/GameplayStatics.h" + // Sets default values AGadgetManager::AGadgetManager() { @@ -27,6 +30,12 @@ void AGadgetManager::Tick(float DeltaTime) void AGadgetManager::SpawnGadgetsOnBeginPlay(USceneComponent* PlayersCameraComponent) { + UEVGameInstance* GI = Cast(GetGameInstance()); + if (IsValid(GI->MainSaveGameInstanceRef)) + { + ReconClass = GI->MainSaveGameInstanceRef->ReconClassSave; + CombatClass = GI->MainSaveGameInstanceRef->CombatClassSave; + } if (IsValid(ReconClass)) SpawnGadget(ReconClass, PlayersCameraComponent); if (IsValid(CombatClass)) SpawnGadget(CombatClass, PlayersCameraComponent); } @@ -36,6 +45,8 @@ void AGadgetManager::SpawnGadget(TSubclassOf GadgetClass, USceneCom FActorSpawnParameters SpawnParams; SpawnParams.SpawnCollisionHandlingOverride = ESpawnActorCollisionHandlingMethod::AlwaysSpawn; const FAttachmentTransformRules AttachmentRules(EAttachmentRule::SnapToTarget, true); + UEVGameInstance* GI = Cast(GetGameInstance()); + AActor* SpawnedActor = GetWorld()->SpawnActor(GadgetClass, GetActorLocation(), GetActorRotation(), SpawnParams); @@ -43,14 +54,18 @@ void AGadgetManager::SpawnGadget(TSubclassOf GadgetClass, USceneCom { if (IsValid(ReconGadget)) ReconGadget->Destroy(); ReconGadget = Cast(SpawnedActor); + if (IsValid(GI->MainSaveGameInstanceRef)) GI->MainSaveGameInstanceRef->ReconClassSave = GadgetClass; } else if (SpawnedActor->IsA(ACombatGadget::StaticClass())) { if (IsValid(CombatGadget)) CombatGadget->Destroy(); CombatGadget = Cast(SpawnedActor); + if (IsValid(GI->MainSaveGameInstanceRef)) GI->MainSaveGameInstanceRef->CombatClassSave = GadgetClass; } else UE_LOG(LogTemp, Fatal, TEXT("Passed sub class of gadget base is neither a combat or recon gadget, check the gadget class you're passing through or contact Rafal")); + UGameplayStatics::SaveGameToSlot(GI->MainSaveGameInstanceRef, "MainSave", 0); + AGadgetBase* BaseGadget = Cast(SpawnedActor); BaseGadget->AttachToComponent(PlayersCameraComponent, AttachmentRules); BaseGadget->SetActorRelativeLocation(BaseGadget->GetUnequippedOffset()); diff --git a/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetTutorial/GadgetTutorialStation.cpp b/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetTutorial/GadgetTutorialStation.cpp index 5da28ffc..f1bc712d 100644 --- a/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetTutorial/GadgetTutorialStation.cpp +++ b/EndlessVendetta/Source/EndlessVendetta/GadgetSystem/GadgetTutorial/GadgetTutorialStation.cpp @@ -37,10 +37,12 @@ void AGadgetTutorialStation::Interact() APlayerController* PlayerController = GetWorld()->GetFirstPlayerController(); PickGadgetWidget = CreateWidget(GetWorld(), PickGadgetWidgetClass); PickGadgetWidget->AddToViewport(3); + DisableInput(PlayerController); PlayerController->SetInputMode(InputMode); PlayerController->bShowMouseCursor = true; PlayerController->bEnableClickEvents = true; PlayerController->bEnableMouseOverEvents = true; + EnableInput(PlayerController); // Set up gadget menu's behaviours GadgetMenu = Cast(PickGadgetWidget); @@ -94,9 +96,14 @@ void AGadgetTutorialStation::SelectGadget() FActorSpawnParameters SpawnParams; SpawnParams.SpawnCollisionHandlingOverride = ESpawnActorCollisionHandlingMethod::AlwaysSpawn; TSubclassOf GadgetTutorialToSpawnInClass = GadgetsArray[GadgetIndex]->GetDefaultObject()->GadgetTutorialClass; - if (!IsValid(GadgetTutorialToSpawnInClass)) return; + if (!IsValid(GadgetTutorialToSpawnInClass)) + { + CloseWidget(); + return; + } AActor* GadgetTutorialActor = GetWorld()->SpawnActor(GadgetTutorialToSpawnInClass, GadgetTutorialSpawnTransform.GetLocation(), GadgetTutorialSpawnTransform.GetRotation().Rotator(), SpawnParams); CurrentGadgetTutorial = Cast(GadgetTutorialActor); + CloseWidget(); } void AGadgetTutorialStation::CloseWidget() diff --git a/EndlessVendetta/Source/EndlessVendetta/MainSaveGameClass.h b/EndlessVendetta/Source/EndlessVendetta/MainSaveGameClass.h index eeba662c..ae6bcba1 100644 --- a/EndlessVendetta/Source/EndlessVendetta/MainSaveGameClass.h +++ b/EndlessVendetta/Source/EndlessVendetta/MainSaveGameClass.h @@ -40,4 +40,13 @@ public: UPROPERTY() TArray> SideBountiesToSpawnSave; + + UPROPERTY() + TSubclassOf ReconClassSave; + + UPROPERTY() + TSubclassOf CombatClassSave; + + UPROPERTY() + bool bFirstPlaythroughSave; }; diff --git a/EndlessVendetta/Source/EndlessVendetta/SpaceShip/SpaceShip.cpp b/EndlessVendetta/Source/EndlessVendetta/SpaceShip/SpaceShip.cpp index 35dbc267..4f33440b 100644 --- a/EndlessVendetta/Source/EndlessVendetta/SpaceShip/SpaceShip.cpp +++ b/EndlessVendetta/Source/EndlessVendetta/SpaceShip/SpaceShip.cpp @@ -5,7 +5,6 @@ #include "Components/ArrowComponent.h" #include "GameFramework/CharacterMovementComponent.h" -#include "Kismet/GameplayStatics.h" #include "Kismet/KismetMathLibrary.h" // Sets default values @@ -13,6 +12,9 @@ ASpaceShip::ASpaceShip() { // Set this pawn to call Tick() every frame. You can turn this off to improve performance if you don't need it. PrimaryActorTick.bCanEverTick = true; + MovementOffsetForLT.Add(-1.f, -400); + MovementOffsetForLT.Add(0.f, 0); + MovementOffsetForLT.Add(1.f, 400); } void ASpaceShip::SightCheck() @@ -65,6 +67,44 @@ void ASpaceShip::BikeSwayBasedOnAcc(float DeltaTime) BikeParentComp->SetRelativeRotation(BikeRelativeRot); } +void ASpaceShip::BikeElevationPhysics(float DeltaTime) +{ + FHitResult OutHit; + FCollisionQueryParams CollisionQueryParams; + double HighestElevationPoint = -99999999; + CollisionQueryParams.AddIgnoredActor(this); + FVector LT_Start = GetActorLocation(); + LT_Start.Z += 150; + FVector LT_End = LT_Start + FVector(0, 0, -750); + if (GetWorld()->LineTraceSingleByChannel(OutHit, LT_Start, LT_End, ECC_WorldStatic, CollisionQueryParams)) + { + HighestElevationPoint = OutHit.Location.Z; + } + LT_Start = UKismetMathLibrary::TransformLocation(GetActorTransform(), FVector(MovementOffsetForLT[MovementVec.Y] ,MovementOffsetForLT[MovementVec.X], 150)); + LT_End = LT_Start + FVector(0, 0, -750); + if (GetWorld()->LineTraceSingleByChannel(OutHit, LT_Start, LT_End, ECC_WorldStatic, CollisionQueryParams) && OutHit.Distance != 0) + { + HighestElevationPoint = OutHit.Location.Z; + } + if (HighestElevationPoint <= -99999998) + { + float GravityAcc = 9.81 * DeltaTime; + CurrentFallSpeed += CurrentFallSpeed < TerminalFallSpeed ? GravityAcc : 0; + CurrentFallSpeed = FMath::Clamp(CurrentFallSpeed, -TerminalFallSpeed, TerminalFallSpeed); + FVector NewLoc = GetActorLocation(); + NewLoc.Z -= CurrentFallSpeed; + SetActorLocation(NewLoc, true); + return; + } + float TargetElevation = HighestElevationPoint + HoverHeight; + float DistanceToTarget = TargetElevation - GetActorLocation().Z; + float IncrementToTarget = DistanceToTarget * DeltaTime * 2; + FVector CurrentActorLoc = GetActorLocation(); + CurrentActorLoc.Z += IncrementToTarget; + SetActorLocation(CurrentActorLoc, true); + CurrentFallSpeed = 0; +} + // Called every frame void ASpaceShip::Tick(float DeltaTime) { @@ -73,6 +113,7 @@ void ASpaceShip::Tick(float DeltaTime) PlayersCharacter->SetActorLocation(SeatComponent->GetComponentLocation()); PlayersController->SetControlRotation(GetActorRotation()); BikeSwayBasedOnAcc(DeltaTime); + BikeElevationPhysics(DeltaTime); SightCheck(); } diff --git a/EndlessVendetta/Source/EndlessVendetta/SpaceShip/SpaceShip.h b/EndlessVendetta/Source/EndlessVendetta/SpaceShip/SpaceShip.h index 87ee3d63..dab05f0a 100644 --- a/EndlessVendetta/Source/EndlessVendetta/SpaceShip/SpaceShip.h +++ b/EndlessVendetta/Source/EndlessVendetta/SpaceShip/SpaceShip.h @@ -24,6 +24,12 @@ class ENDLESSVENDETTA_API ASpaceShip : public ACharacter void BikeSwayBasedOnAcc(float DeltaTime); + void BikeElevationPhysics(float DeltaTime); + TMap MovementOffsetForLT; + float CurrentFallSpeed = 0; + float TerminalFallSpeed = 100; + float HoverHeight = 50; + FVector2D MovementVec; USpringArmComponent* BikeParentComp; FTimerHandle BikeLeanResetTimer; diff --git a/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/BaseWeaponClass.cpp b/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/BaseWeaponClass.cpp index 37c05e62..3f92f5ac 100644 --- a/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/BaseWeaponClass.cpp +++ b/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/BaseWeaponClass.cpp @@ -179,7 +179,7 @@ void ABaseWeaponClass::Fire() traceEnd = traceStart + (GunStartArrow->GetForwardVector() * BulletDistance); if (GetWorldTimerManager().IsTimerActive(timerHandle)) return; GetWorld()->LineTraceSingleByChannel(outHit, traceStart, traceEnd, ECC_Visibility, collisionParams); - DrawDebugLine(this->GetWorld(), traceStart, traceEnd, FColor::Black , false, 0.2f, 0U, 0.2f); + WeaponFired.Broadcast(); playerControllerRef->PlayerCameraManager->StartCameraShake(CameraShakeClass, 1); currentAmmoCount -= 1; GenerateRecoilVector(); diff --git a/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/BaseWeaponClass.h b/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/BaseWeaponClass.h index ea33cad6..3219e7de 100644 --- a/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/BaseWeaponClass.h +++ b/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/BaseWeaponClass.h @@ -27,7 +27,7 @@ protected: virtual void BeginPlay() override; virtual void ApplyRecoil(float DeltaTime); - + void GenerateRecoilVector(); void nullSamples(); @@ -45,22 +45,20 @@ protected: UFUNCTION(BlueprintImplementableEvent) void ShowReloadingWidget(); - + UFUNCTION(BlueprintImplementableEvent) void HideReloadingWidget(); - - public: // Called every frame virtual void Tick(float DeltaTime) override; void ReloadTimer(); - + float currentPitch; - + UPROPERTY(EditAnywhere) float BulletDistance; - + UPROPERTY(EditAnywhere, BlueprintReadWrite) FString WeaponName; @@ -111,9 +109,9 @@ public: UPROPERTY(VisibleAnywhere) ACharacter* playerInWorld; - + AEndlessVendettaCharacter* endlessVendettaChar; - + APlayerController* playerControllerRef; FTimerHandle timerHandle; @@ -169,7 +167,7 @@ public: void Interact() override; - void InteractPrompt() override; + void InteractPrompt() override; UFUNCTION(BlueprintImplementableEvent) void WeaponStatsPopUp(); @@ -185,6 +183,11 @@ public: UFUNCTION(BlueprintImplementableEvent) void HideNeedReloadUI(); + DECLARE_DYNAMIC_MULTICAST_DELEGATE(FWeaponFired); + + UPROPERTY(BlueprintAssignable, Category = "Weapons") + FWeaponFired WeaponFired; + protected: UArrowComponent* GunStartArrow; bool bStopShooting = false; diff --git a/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/ShotgunClass.cpp b/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/ShotgunClass.cpp index 275a5440..d120d561 100644 --- a/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/ShotgunClass.cpp +++ b/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/ShotgunClass.cpp @@ -18,10 +18,18 @@ void AShotgunClass::BeginPlay() Super::BeginPlay(); } +void AShotgunClass::ClickDetectionTimer() +{ + Super::ClickDetectionTimer(); + GEngine->AddOnScreenDebugMessage(-1, 15.f, FColor::Magenta, TEXT("ClickDetectionTimer Activated")); +} + void AShotgunClass::Fire() { - if(currentAmmoCount > 0) + if(currentAmmoCount > 0 && !bSingleShotOnly) { + bSingleShotOnly = true; + GEngine->AddOnScreenDebugMessage(-1, 15.f, FColor::Magenta, TEXT("Fire Activated")); traceStart = GunStartArrow->GetComponentLocation(); if (GetWorldTimerManager().IsTimerActive(timerHandle)) return; for (int i = 0; i < 5; i++) @@ -30,11 +38,12 @@ void AShotgunClass::Fire() traceEnd = newStartTrace + (GunStartArrow->GetForwardVector() * BulletDistance); GetWorld()->LineTraceSingleByChannel(outHit, newStartTrace, traceEnd, ECC_Visibility, collisionParams); DrawDebugLine(this->GetWorld(), newStartTrace, traceEnd, FColor::Black , false, 0.2f, 0U, 0.2f); - currentAmmoCount --; } + currentAmmoCount --; playerControllerRef->PlayerCameraManager->StartCameraShake(CameraShakeClass, 1); GenerateRecoilVector(); ClickDetectionTimer(); + this->GetWorld()->GetTimerManager().SetTimer(ShotgunTimerHandle, this, &AShotgunClass::StopFire, FireRate, false); bulletCountShoot += 1; bStopShooting = false; if (outHit.bBlockingHit) @@ -51,10 +60,23 @@ void AShotgunClass::Fire() if (!Cast(outHit.GetActor())) return; Cast(outHit.GetActor())->TakeDamage(tempWeaponDamage, FPointDamageEvent(), GetWorld()->GetFirstPlayerController(), this); } + HideNeedReloadUI(); } else if(currentAmmoCount <= 0) { UE_LOG(LogTemp, Display, TEXT("No ammo, Ammo count: %d"), currentAmmoCount); + ShowNeedReloadUI(); } } +void AShotgunClass::CancelFire() +{ + Super::CancelFire(); +} + +void AShotgunClass::StopFire() +{ + bSingleShotOnly = false; +} + + diff --git a/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/ShotgunClass.h b/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/ShotgunClass.h index e174653f..663e48fe 100644 --- a/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/ShotgunClass.h +++ b/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/ShotgunClass.h @@ -22,9 +22,20 @@ public: UPROPERTY(EditAnywhere, Category = "Weapon") FVector ShotgunBulletSpread; + FTimerHandle ShotgunTimerHandle; + + void StopFire(); + + + bool bSingleShotOnly; + protected: virtual void Fire() override; virtual void BeginPlay() override; + + virtual void ClickDetectionTimer() override; + + virtual void CancelFire() override; }; diff --git a/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/SniperClass.cpp b/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/SniperClass.cpp index b169cb26..0832d447 100644 --- a/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/SniperClass.cpp +++ b/EndlessVendetta/Source/EndlessVendetta/WeaponSystem/SniperClass.cpp @@ -72,10 +72,12 @@ void ASniperClass::Fire() if (!Cast(outHit.GetActor())) return; Cast(outHit.GetActor())->TakeDamage(tempWeaponDamage, FPointDamageEvent(), GetWorld()->GetFirstPlayerController(), this); } + HideNeedReloadUI(); } else if(currentAmmoCount <= 0) { UE_LOG(LogTemp, Display, TEXT("No ammo, Ammo count: %d"), currentAmmoCount); + ShowNeedReloadUI(); } }