INetworkFileServer

Interface for network file servers.

Windows
MacOS
Linux

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

Name Description

Public function Virtual

~INetworkFileServer()

Virtual destructor.

Functions

Name Description

Public function Const

bool

 

GetAddressList

(
    TArray< TSharedPtr< FInternetAddr >...
)

Gets the list of local network addresses that the file server listens on.

Public function Const

FString

 

GetSupportedProtocol()

Gets the list of local network addresses that the file server listens on.

Public function Const

bool

 

IsItReadyToAcceptConnections()

Returns Whether the network server was able to successfully start or not.

Public function Const

int32

 

NumConnections()

Gets the number of active connections.

Public function

void

 

Shutdown()

Shuts down the file server.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss