(39) 's Extra Blueprint Nodes for You as a Plugin, No C++ Required!

Hi there Dannington! Congrats on your own coding victory!

I will investigate copying images and other data to the OS clipboard!

:slight_smile:

You should check out

NetDriver.h



/* @return network number */
virtual FString LowLevelGetNetworkNumber()


You can get netdriver with:



UNetDriver* Driver = ()->GetNetDriver();
if(Driver)
{
    
}