Navigation
API > API/Runtime > API/Runtime/NetworkFileSystem
References
| Module | NetworkFileSystem |
| Header | /Engine/Source/Runtime/NetworkFileSystem/Public/INetworkFileServer.h |
| Include | #include "INetworkFileServer.h" |
Syntax
class INetworkFileServer
Remarks
Interface for network file servers.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetAddressList
(
TArray< TSharedPtr< FInternetAddr > >& OutAddresses |
Gets the list of local network addresses that the file server listens on. | |
| FString | Gets the list of local network addresses that the file server listens on. | ||
| bool | Returns Whether the network server was able to successfully start or not. | ||
| int32 | Gets the number of active connections. | ||
| void | Shutdown () |
Shuts down the file server. |