C++ Ue_log get name of object with pointer

when i try to do this as shown in the video following errors happen
i when tried to get the object Name by using pointers this happens

You’re missing the * when passing ObjectName to UE_LOG.

UE_LOG(...., * ObjectName)

Privacy & Terms