[FEATURE REQUEST] Construction script for BP components

Why not just create the meshes as components from within the actor ?

Though your example with the boxes, these would rather be independent actors.

so, implement your oop at the actor level, not component.

Look into the factory design pattern. You can create one instance of a ‘factory’ bp, that handles all spawing and deleting of a certain type of actor bp