Suffix 0 when actor spawn

Hi,

When actors spawn on begin play every actor has a suffix 0. Is there a way to remove it?

Thanks
TempCapture

Hello, you can change actor names with c++, but why would you need this?

2 Likes

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.

3 Likes

Ok thanks for your answers, I will find another solution!

2 Likes