Get Display Name?

What is the C++ equivalent of this node?

Hi GhostRavenstorm ,

UKismetSystemLibrary::GetDisplayName(Object)

Cheers,

2 Likes

Also: GetActorLabel() . You don’t need to use that namespace.

Please note that GetActorLabel() only works in development build.
Here is the official documentation for the same:

Hope it helps