Open Dugy opened 4 years ago
I have the same issue, does anyone know anything about this? This does not randomly occur, it happens systematically every time you create a prefab and drag and drop into the scene.
I have found that reloading the scene sometimes fixes this issue temporarily.
Mesh names can be very useful when trying to select groups of meshes within many prefabs in a level. All one needs to do is to write a substring of the mesh name and only the right ones are listed.
However, Prefabricator doesn't seem to always do it right. Prefabricator seems to correctly save the names of actors inside it when created or updated. However, it tends to break when creating randomised copies of the prefabs.
I have created a prefab containing some prefab collections (of the same type), each of them with 4 variations. Usually, the actor names appeared as they were saved. Then I created many other instances of that prefab, or reloaded old versions, and the actor names were not correct. The names were typically something like
StaticMeshActor2141
when the number was automatically generated. Re-randomising the prefabs could randomly fix it or break existing correctly names actors. After several repetitions, it got so bad that the names were almost never correct.Steps to repeat it reliably:
StaticMeshActor4214
This effectively prevents using the actor names for anything meaningful without manual correction afterwards.
I am using commit 5c08a0c with UE4.24.