Child Scene Question

I was under the impression that a child scene and all of the entities contained within it would be automatically rendered within the context of its parent scene. This does not seem to be the case.

I have a parent scene with a directional light, perspective camera, an orb, and a child scene w/ another orb. Only the orb from the parent scene is rendered.

What am I missing?

Figured this out. You need to define the child scenes parent scene in code.