Hi there Dannington! Congrats on your own coding victory!
I will investigate copying images and other data to the OS clipboard!
You should check out
NetDriver.h
/* @return network number */
virtual FString LowLevelGetNetworkNumber()
You can get netdriver with:
UNetDriver* Driver = ()->GetNetDriver();
if(Driver)
{
}