From 0b87d51a984e73de95cfd157cdb2de808672f749 Mon Sep 17 00:00:00 2001 From: Joseph Rafferty Date: Mon, 5 Feb 2024 13:19:25 -0500 Subject: [PATCH] added notification widget when near interactable object. --- .../Blueprints/Interactables/BP_Interactable_Master.uasset | 3 +++ .../Blueprints/Interactables/Pickups/BP_HazmatSuit.uasset | 4 ++-- .../Blueprints/Interactables/Pickups/BP_HealthPickup.uasset | 4 ++-- .../Blueprints/Interactables/Pickups/BP_VirusSample.uasset | 4 ++-- .../Blueprints/Interactables/Stations/BP_Lab.uasset | 4 ++-- .../Blueprints/Widgets/WBP_InteractionNotification.uasset | 3 +++ .../Maps/Level1/0/VR/8U32KJ1S7SZIWLI1B0S440.uasset | 4 ++-- .../Maps/Level1/1/F4/536BGEA7KDGRM5A0GO5GOE.uasset | 3 +++ .../Maps/Level1/4/6P/LJGC7OM2SVV4QLWVPXCRH4.uasset | 4 ++-- .../Maps/Level1/5/RH/25TVFBJ80UFX7MEA2BA36S.uasset | 4 ++-- .../Maps/Level1/7/F3/68G67VV81YCB8RSAGAKP1C.uasset | 3 +++ .../Maps/Level1/7/OT/EQIUP174HMUY9EQIA272HH.uasset | 3 --- .../Maps/Level1/7/SM/HL3FYNDCYVJKMXF250J2PE.uasset | 3 +++ .../Maps/Level1/8/TW/D99RHAUQXXXHC1IPMHKVZS.uasset | 4 ++-- .../Maps/Level1/9/C8/XCJJABUX31LQO11ZNXQ9BW.uasset | 3 --- .../Maps/Level1/B/5G/8V85WJAQ6WF88KFYKUM33G.uasset | 4 ++-- .../Maps/Level1/C/EF/UL63PBWYWTII87M120420E.uasset | 4 ++-- .../Maps/Level1/C/Z9/TJEFERSHS2SW7EAMR3DQ2Z.uasset | 4 ++-- .../Maps/Level1/D/ZE/GS4TYGQHYC72GTJZSIDPDL.uasset | 3 --- 19 files changed, 37 insertions(+), 31 deletions(-) create mode 100644 Content/FirstPerson/Blueprints/Interactables/BP_Interactable_Master.uasset create mode 100644 Content/FirstPerson/Blueprints/Widgets/WBP_InteractionNotification.uasset create mode 100644 Content/__ExternalActors__/FirstPerson/Maps/Level1/1/F4/536BGEA7KDGRM5A0GO5GOE.uasset create mode 100644 Content/__ExternalActors__/FirstPerson/Maps/Level1/7/F3/68G67VV81YCB8RSAGAKP1C.uasset delete mode 100644 Content/__ExternalActors__/FirstPerson/Maps/Level1/7/OT/EQIUP174HMUY9EQIA272HH.uasset create mode 100644 Content/__ExternalActors__/FirstPerson/Maps/Level1/7/SM/HL3FYNDCYVJKMXF250J2PE.uasset delete mode 100644 Content/__ExternalActors__/FirstPerson/Maps/Level1/9/C8/XCJJABUX31LQO11ZNXQ9BW.uasset delete mode 100644 Content/__ExternalActors__/FirstPerson/Maps/Level1/D/ZE/GS4TYGQHYC72GTJZSIDPDL.uasset diff --git a/Content/FirstPerson/Blueprints/Interactables/BP_Interactable_Master.uasset b/Content/FirstPerson/Blueprints/Interactables/BP_Interactable_Master.uasset new file mode 100644 index 0000000..64550e6 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Interactables/BP_Interactable_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1171c134ea0c86998f865a71aaae545a13bbddd452b1c1745ae33d75996a407b +size 121650 diff --git a/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HazmatSuit.uasset b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HazmatSuit.uasset index b747891..b3459c9 100644 --- a/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HazmatSuit.uasset +++ b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HazmatSuit.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6146bfae36131f7f6fd1022338b300c364a9a680148c62f9dd0db2ac222c9e6 -size 40726 +oid sha256:cd1edaef74c5b099d628e62a20fb9e40ea219ed6adbb05d900d9f90a8f2206b1 +size 67401 diff --git a/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HealthPickup.uasset b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HealthPickup.uasset index f8fe4fd..2e8c076 100644 --- a/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HealthPickup.uasset +++ b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HealthPickup.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:69099b2e9a786cb51c31f8b3c38b3c5ebaeb2ab326fd20fbed99de596747bcf0 -size 32030 +oid sha256:4b3f169d5e7a1168d5e3be9bfcdd4116c1d4b461ef204e2e9f188b8aee4f10f4 +size 58862 diff --git a/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_VirusSample.uasset b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_VirusSample.uasset index f5f9000..bfb69a6 100644 --- a/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_VirusSample.uasset +++ b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_VirusSample.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e8046fc8929db6e5bd426c7e3e09c729cca895e4d6ed109895ebda99715ca440 -size 82453 +oid sha256:5110906b3c8220f0c293a236c3eab78c427430f00d035dd4b005b3073d46c737 +size 114189 diff --git a/Content/FirstPerson/Blueprints/Interactables/Stations/BP_Lab.uasset b/Content/FirstPerson/Blueprints/Interactables/Stations/BP_Lab.uasset index aaf8dc2..6752dfd 100644 --- a/Content/FirstPerson/Blueprints/Interactables/Stations/BP_Lab.uasset +++ b/Content/FirstPerson/Blueprints/Interactables/Stations/BP_Lab.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:674315f6e34a4fb9ea31b5f3b0d3c5d3a489c09822833de2fb853ccb129fe5f8 -size 72143 +oid sha256:d73859fee91c26bc8aca51e51b781c579f5c40d954053d1f3524e15f6dc6515a +size 96869 diff --git a/Content/FirstPerson/Blueprints/Widgets/WBP_InteractionNotification.uasset b/Content/FirstPerson/Blueprints/Widgets/WBP_InteractionNotification.uasset new file mode 100644 index 0000000..4f4b6b3 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/WBP_InteractionNotification.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff83452f31ee0cdb322d0f9ace8127b82928bb5fe6d6813199d6b0dfe611ff1 +size 48787 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/0/VR/8U32KJ1S7SZIWLI1B0S440.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/0/VR/8U32KJ1S7SZIWLI1B0S440.uasset index 9bdbd2b..ca73d6e 100644 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/0/VR/8U32KJ1S7SZIWLI1B0S440.uasset +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/0/VR/8U32KJ1S7SZIWLI1B0S440.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f1effc7cc75ac818023f911a13b98f889ae52d29e80d57afe60fc27f482db8a -size 4419 +oid sha256:0cd7bf788d6ddaa83ae05480689e0c76ed3324fc5f02b1df97169de3554dffa0 +size 5990 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/1/F4/536BGEA7KDGRM5A0GO5GOE.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/1/F4/536BGEA7KDGRM5A0GO5GOE.uasset new file mode 100644 index 0000000..0e54fdb --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/1/F4/536BGEA7KDGRM5A0GO5GOE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2df418d29411219bff6e25d10ba10671e1989759b87712a4b50e2d3b227395 +size 7156 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/4/6P/LJGC7OM2SVV4QLWVPXCRH4.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/4/6P/LJGC7OM2SVV4QLWVPXCRH4.uasset index 66141a9..da015b9 100644 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/4/6P/LJGC7OM2SVV4QLWVPXCRH4.uasset +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/4/6P/LJGC7OM2SVV4QLWVPXCRH4.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ca952383a1c51e25b04a87911e51af13f84eef64b0009e743afc4d94b4596ba -size 4651 +oid sha256:0f8cfcc69fcdae84941c3834fdc467d1ad054d63f9992d5796451770ac6c71bf +size 6035 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/5/RH/25TVFBJ80UFX7MEA2BA36S.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/5/RH/25TVFBJ80UFX7MEA2BA36S.uasset index 8b9c7bf..f7e18ef 100644 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/5/RH/25TVFBJ80UFX7MEA2BA36S.uasset +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/5/RH/25TVFBJ80UFX7MEA2BA36S.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e0caab7c54d24d1a9db3c88650b66ead7eb0571d5155989797cbae1c342ae51 -size 4480 +oid sha256:bfa8e80cb38d71194cb906c2c23896af5f80c159950098115fb954331e9163e4 +size 5960 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/7/F3/68G67VV81YCB8RSAGAKP1C.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/7/F3/68G67VV81YCB8RSAGAKP1C.uasset new file mode 100644 index 0000000..f70b783 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/7/F3/68G67VV81YCB8RSAGAKP1C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cebf5fbf974d4d3d719347256a5c29f7ecaaf48beb650327937459e68d19e6f +size 7426 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/7/OT/EQIUP174HMUY9EQIA272HH.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/7/OT/EQIUP174HMUY9EQIA272HH.uasset deleted file mode 100644 index a52ff48..0000000 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/7/OT/EQIUP174HMUY9EQIA272HH.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:930041e58b150b3b9a845ce9f9fd88367036f206a6980d65ef376107d5270cab -size 6041 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/7/SM/HL3FYNDCYVJKMXF250J2PE.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/7/SM/HL3FYNDCYVJKMXF250J2PE.uasset new file mode 100644 index 0000000..ebd1cf1 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/7/SM/HL3FYNDCYVJKMXF250J2PE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d47ad1d03627f7f5a6e002fa4ab49d4e8f57e080d60c224f1e34bd2c73b45e +size 7445 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/8/TW/D99RHAUQXXXHC1IPMHKVZS.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/8/TW/D99RHAUQXXXHC1IPMHKVZS.uasset index 7355b3a..7d38ca2 100644 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/8/TW/D99RHAUQXXXHC1IPMHKVZS.uasset +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/8/TW/D99RHAUQXXXHC1IPMHKVZS.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af87d0c32453bcc3b059beb5b88b853685b0adbd68c828c6ce71a80dd797f79b -size 4480 +oid sha256:7afda32733b3cfec7454a79c6cee9cb125ca723e864b52511d0890cebccc6169 +size 5960 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/9/C8/XCJJABUX31LQO11ZNXQ9BW.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/9/C8/XCJJABUX31LQO11ZNXQ9BW.uasset deleted file mode 100644 index d605d70..0000000 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/9/C8/XCJJABUX31LQO11ZNXQ9BW.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:beca96d544b523fc578678012e9e0eca5e03ab34ee4deed1e002ef9c2fafcb6c -size 6145 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/B/5G/8V85WJAQ6WF88KFYKUM33G.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/B/5G/8V85WJAQ6WF88KFYKUM33G.uasset index ad19bf6..d0e1c99 100644 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/B/5G/8V85WJAQ6WF88KFYKUM33G.uasset +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/B/5G/8V85WJAQ6WF88KFYKUM33G.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06633d3423078d5f670919b076ee21ca56ba052c274c880942b19dcc93f03924 -size 4480 +oid sha256:6bd074269f809aab744913b9efed1f6ed751206f505348ec1224fe580a4d5c3e +size 5960 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/C/EF/UL63PBWYWTII87M120420E.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/C/EF/UL63PBWYWTII87M120420E.uasset index b27b4af..f931342 100644 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/C/EF/UL63PBWYWTII87M120420E.uasset +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/C/EF/UL63PBWYWTII87M120420E.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8292963e1f733bb736983be7684070c7a25d1d9fe1ecbdcf851cc36f50797e7f -size 4480 +oid sha256:e960c4d782dcf162b9b91768f220103cf79cd9df9fb54bd4c47493578f22cbe3 +size 5960 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/C/Z9/TJEFERSHS2SW7EAMR3DQ2Z.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/C/Z9/TJEFERSHS2SW7EAMR3DQ2Z.uasset index a9fe7fc..016d11d 100644 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/C/Z9/TJEFERSHS2SW7EAMR3DQ2Z.uasset +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/C/Z9/TJEFERSHS2SW7EAMR3DQ2Z.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b82616ba5e587b801fb445acf648033d569404640d7329ec2da9a549b13efa3 -size 4478 +oid sha256:24b581a72e37860432ba1527aaf57db02c8a098a3f08a72357e406a01f28e951 +size 5954 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/D/ZE/GS4TYGQHYC72GTJZSIDPDL.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/D/ZE/GS4TYGQHYC72GTJZSIDPDL.uasset deleted file mode 100644 index 63be811..0000000 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/D/ZE/GS4TYGQHYC72GTJZSIDPDL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72ae8c383418fcf2d014b34fdd9411415bfb2178ba10a098bd2ce43d82159a6b -size 5941