First attach all components to the component you want to appear first. Then take them out one by one by re attaching to root component in the order it shoud appear. this only works for the scene component but not actor components.This order matter if you use getComponentsByClass node as it gives a array in this order if there are more than one components of given class and it helps a lot in organizing the blueprint.
14 Likes