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.
*
ObjectName
UE_LOG
UE_LOG(...., * ObjectName)