Navigation
API > API/Runtime > API/Runtime/NetworkFileSystem
References
| Module | NetworkFileSystem |
| Header | /Engine/Source/Runtime/NetworkFileSystem/Public/INetworkFileSystemModule.h |
| Include | #include "INetworkFileSystemModule.h" |
Syntax
struct FNetworkFileServerOptions
Remarks
Network file server options.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bRestrictPackageAssetsToSandbox | When running cook on the fly this options restricts package assets being sent from the project content folder | |
| FNetworkFileDelegateContainer | Delegates | Optional delegates to be invoked when a file is requested by a client | |
| int32 | Port | The port number to bind to (-1 = default port, 0 = any available port) | |
| ENetworkFileServerProtocol | Protocol | File server protocol | |
| TArray< ITargetPlatform * > | TargetPlatforms | Active target platform(s) |