When an object has a component attached that has another component as a child, the nested component is shown as a direct child to the parent object.
In the image: The listing in the hierarchy surrounded in yellow should not be there.
1. Download the attached project.
2. Generate the project files, compile the project and open the .uproject file
3. Open the Untitled map and select the MyActor1 in the World Outliner
Result: The NestedCamera, which is a child of MyActorComponent, is shown in the hierarchy as a child of NestedCamera.
Expected: NestedCamera should not be shown in the heirarchy and should only be accessible under the MyActorComponent's properties.
Head over to the existing Questions & Answers thread and let us know what's up.