I want to create a Blueprint that creates child actor based on array that contains colors for each one and uses color picker for editing them.
I wrote two versions: one using static mesh components and one using child actor components.
Static mesh components:
Child actor components:
Static mesh one works great, but the child actor one gets laggy and doesn’t change color when edited in details tab, as seen in the [video][3].