UE_LOG 액터의 name 출력하기.

{
    UE_LOG(LogClass, Log, TEXT("This a testing statement. %s"), *TheActor.GetName());
}