Rename components of an actor

Hello! I’m newborn in UE4.
By default, when I made an actor on scene, it has DefaultSceneRoot component, but how to rename it?
How to rename “NewWorld” of World type? Any suggestions?

Late to the party but, try manually adding a SceneComponent and renaming it. The default root for some reason isnt really re nameable or modifiable even though it is just a scene component so just replace it with one and it should let you right click it and rename.

You cannot rename the DefaultSceneRoot Component but you can replace it with your own SceneComponent. Just add a new component, choose SceneComponent, give it your custom designation and then drag it on top of the DefaultSceneRoot Component to replace it.

Hope this helps, kind regards
Gull Jemon Studios