Variable OnInit.autoAddChild

add it as a child (only for Node types)

struct OnInit
{
  // ...
  bool autoAddChild = true;
  // ...
}