Engine Version: 5.0.3-0+++UE5+Release-5.0
Well, I attach bp actor to another bp actor by UChildActorComponent.When I click my child bp actor in editor outliner window, it doesn’t work and just likes I click on my parent bp actor.Based on the above, I can’t editor my child actor in level.
Steps:
- Open any project
- Create a new Actor Blueprint
- Add a Static Mesh Component
- Assign a Static Mesh
- Create another new Actor Blueprint
- Add a Scene Component
- Add a Child Actor Component
- Assign the BP created in step one as the Child Actor Class
- Select the Scene Component
- In the Editor’s Outliner Viewport, select the Child Actor.
This question is like Unreal Engine Issues and Bug Tracker (UE-16688) says.
I would appreciate any help.