INetworkFileServer::IsItReadyToAcceptConnections

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

Choose your operating system:

Windows

macOS

Linux

References

Module

NetworkFileSystem

Header

/Engine/Source/Runtime/NetworkFileSystem/Public/INetworkFileServer.h

Include

#include "INetworkFileServer.h"

Syntax

bool IsItReadyToAcceptConnections() const

Remarks

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

Returns

true on success, false otherwise.