Navigation
API > API/Runtime > API/Runtime/NetworkFileSystem > API/Runtime/NetworkFileSystem/INetworkFileServer
References
| Module | NetworkFileSystem |
| Header | /Engine/Source/Runtime/NetworkFileSystem/Public/INetworkFileServer.h |
| Include | #include "INetworkFileServer.h" |
bool GetAddressList
&40;
TArray< TSharedPtr< FInternetAddr > > & OutAddresses
&41; const
Remarks
Gets the list of local network addresses that the file server listens on. true on success, false otherwise.
Parameters
| Name | Description |
|---|---|
| OutAddresses | Will hold the address list. |