How to obtain the id string of an actor in Blueprint

This seems so obvious… Printing to screen is so helpful to debug blueprints (especially considering how the blueprint debugger doesn’t care about stack frames). But how to print an actor label/Id ? An actor cannot cast to string and there is no obviously named getter for the label… In the C++ documentation, AActor has a GetActorLabel() method. Where is this method in the blueprints ?

this should work