Hi,
When actors spawn on begin play every actor has a suffix 0. Is there a way to remove it?
Thanks
Hi,
When actors spawn on begin play every actor has a suffix 0. Is there a way to remove it?
Thanks
Hello, you can change actor names with c++, but why would you need this?
Thanks for the answer.
In fact i use the name of some of my actor for UI (battle diary): in this exemple Qailla.
You have to let go of what actors are called in the outliner. It will lead to a world of pain if you try and go down that route, especially after packaging. You can keep the name of the actor as a field in the actor.
Ok thanks for your answers, I will find another solution!