TCoroutine is copyable and represents an individual coroutine call. Calling the same coroutine multiple times with the same parameters (or no parameters) will return different values each time. These ...