From 7dc47acdb088e8916cb1c093467712175035f995 Mon Sep 17 00:00:00 2001 From: Joshua Deville Date: Wed, 8 Jul 2026 22:49:44 -0400 Subject: [PATCH] Add AddBlockToArray/RemoveBlockFromArray events on BP_ShipPawn PlacedBlocks array + PendingBlockRef variable + two CustomEvents that append/remove PendingBlockRef via the now-fixed Array_Add/ Array_RemoveItem. Verified compiling with fully-resolved (non- wildcard) pin types. Not yet wired to any place/remove key input -- that's the remaining part of task #21. --- Content/Blueprints/BP_ShipPawn.uasset | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content/Blueprints/BP_ShipPawn.uasset b/Content/Blueprints/BP_ShipPawn.uasset index e0e2299..c9a5734 100644 --- a/Content/Blueprints/BP_ShipPawn.uasset +++ b/Content/Blueprints/BP_ShipPawn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc4d417339a110899158a1152f0c0669e24d04cf948b80616a1a10bb3009480b -size 309200 +oid sha256:d9cf111284cfa21fde9d5645c4c53e07ebe63339dc577b437b4907a28f61c251 +size 330185