Hi there,
Maybe a bit late (just a bit) for your answer. If you want to modify the name located in the Scene Outliner
you should try using:
AActor::SetActorLabel( const FString& NewActorLabel );
This worked for me.
Hi there,
Maybe a bit late (just a bit) for your answer. If you want to modify the name located in the Scene Outliner
you should try using:
AActor::SetActorLabel( const FString& NewActorLabel );
This worked for me.