Well… i didnt find the solution i was hoping for, but for anyone trying to figure out how to save formatted string into variables, i ended up using this:
MY_LOG(LogDebug, Verbose,FString::Printf( TEXT("Actor named %s has spawned"), *Name.ToString()))