Steps to reproduce warning:
- Create empty blueprint project.
- Create “Parent” blueprint based on Actor class.
- Create “Child” blueprint based on “Parent” blueprint.
- Add “Root” scene and replace DefaultSceneRoot with it in “Parent” blueprint.
- Add Cube in “Child” blueprint.
- Save and compile all.
- Compile “Parent” blueprint and get this warning:
LogBlueprint:Warning: USimpleConstructionScript::FixupRootNodeParentReferences() - Couldn’t find inherited parent component ‘Root’ for ‘Cube’ in BlueprintGeneratedClass ‘REINST_Child_C_126’ (it may have been removed)