FString ObjectName = GetOwner()->GetName();
FVector ActorLocation = GetOwner()->GetActorLocation();
UE_LOG(LogTemp, Warning, TEXT("%s my pos is: %s"), *ObjectName, *(ActorLocation.ToString()) );
Storage the name to use later and the vector, made the conversion on LOG to be exclusive in there. So I can use the Variable for another moment.