"Fabricating" a unit

Just tested it. Indeed it’s very easy. Made a “ShipFactory” blueprint which spawns both “Hull” and "Engine, then attaches “Engine” actor to the “Hull” and passes pointer to it for local access.
Thank you! I’ll be looking into communication using Interfaces now.