Add ship block Blueprint classes (Phase 2a)

BP_Block_Hull, BP_Block_Thruster, BP_Block_Power, BP_Block_Storage:
simple Actors with a mesh and a single contribution variable each
(HullBonus/ThrustBonus/PowerBonus/StorageBonus). Distinct shapes/
scales for visual identification.

Array variables and the ForEachLoop macro don't reliably work
through this MCP plugin's Blueprint graph builder (confirmed via a
throwaway test: the macro's wildcard Array pin never resolves its
type, compile fails every time) -- so aggregation will use one typed
slot per block type on the ship rather than a generic block list.
This commit is contained in:
Joshua Deville
2026-07-08 16:17:43 -04:00
parent f2f759e912
commit 2f161b0105
4 changed files with 12 additions and 0 deletions

BIN
Content/Blueprints/Blocks/BP_Block_Thruster.uasset (Stored with Git LFS) Normal file

Binary file not shown.