Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/NetworkFileSystem/Public/INetworkFileServer.h |
Include |
#include "INetworkFileServer.h" |
bool GetAddressList
(
TArray< TSharedPtr< FInternetAddr > > & OutAddresses
) const
Gets the list of local network addresses that the file server listens on.
true on success, false otherwise.
Parameter |
Description |
---|---|
OutAddresses |
Will hold the address list. |