What is the C++ equivalent of this node?
Hi GhostRavenstorm ,
UKismetSystemLibrary::GetDisplayName(Object)
Cheers,
1 Like
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