INetworkFileSystemModule

Interface for network file system modules.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

INetworkFileSystemModule

References

Module

NetworkFileSystem

Header

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

Include

#include "INetworkFileSystemModule.h"

Syntax

class INetworkFileSystemModule : public IModuleInterface

Remarks

Interface for network file system modules.

Destructors

Name Description

Public function Virtual

~INetworkFileSystemModule()

Virtual destructor.

Functions

Name Description

Public function Const

INetworkFile...

 

CreateNetworkFileServer

(
    bool bLoadTargetPlatforms,
    int32 Port,
    FNetworkFileDelegateContainer InNet...,
    const ENetworkFileServerProtocol Pr...
)

Creates a new network 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