@danil @sos That would disappear literally the entirety of Unreal development[1], among other things.
As for the original question, my boss has explicitly forbidden me from declaring multiple variables in a single line.
[1] Unreal has its own implementation of a garbage collector, so no need to manage memory manually, but still pointers are used directly, and IsValid() is pretty much the top most used function.