How do I set the display name of an actor from C++

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.