UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FNetworkFileServerOptions Struct Reference

#include <INetworkFileSystemModule.h>

Public Attributes

ENetworkFileServerProtocol Protocol = NFSP_Tcp
 
int32 Port = INDEX_NONE
 
FNetworkFileDelegateContainer Delegates
 
TArray< ITargetPlatform * > TargetPlatforms
 
bool bRestrictPackageAssetsToSandbox = false
 

Member Data Documentation

◆ bRestrictPackageAssetsToSandbox

bool FNetworkFileServerOptions::bRestrictPackageAssetsToSandbox = false

◆ Delegates

FNetworkFileDelegateContainer FNetworkFileServerOptions::Delegates

◆ Port

int32 FNetworkFileServerOptions::Port = INDEX_NONE

◆ Protocol

ENetworkFileServerProtocol FNetworkFileServerOptions::Protocol = NFSP_Tcp

◆ TargetPlatforms

TArray<ITargetPlatform*> FNetworkFileServerOptions::TargetPlatforms

The documentation for this struct was generated from the following file: