Test array + ForEachLoop feasibility via MCP tool #11
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Confirmed via a throwaway test Blueprint: array variables can be created fine (via unreal.BlueprintEditorLibrary.get_array_type through the Python escape hatch), but the ForEachLoop macro's wildcard Array pin does not correctly resolve its type through this MCP plugin's connect_blueprint_pins pathway -- compilation fails with "type of Target Array... is undetermined" even across repeated compiles. Pivoting to a fixed-slot design (no arrays/loops) for stat aggregation.