In general, Object names should try to be reused where ever possible. This can help with name clashes and flexibility in finding / referencing objects by name.
The implication for UObject::Rename was that when no name was passed in, it would try to keep the Object's current name, and only change it if necessary.
Expected: The second UObject will be re-parented to the first Actor, and keep its current unique name.
Actual: The second UObject will be re-parented to the first Actor, but will be given a new name.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-41937 in the post.
0 |
Component | UE - Gameplay |
---|---|
Affects Versions | 4.14, 4.15 |
Target Fix | 4.16 |
Fix Commit | 3301557 |
---|---|
Main Commit | 3358685 |
Created | Feb 14, 2017 |
---|---|
Resolved | Feb 14, 2017 |
Updated | Sep 14, 2021 |