Navigation
API > API/Runtime > API/Runtime/NetworkFileSystem
| Name | ENetworkFileServerProtocol |
| Type | enum |
| Header File | /Engine/Source/Runtime/NetworkFileSystem/Public/INetworkFileSystemModule.h |
| Include Path | #include "INetworkFileSystemModule.h" |
Syntax
enum ENetworkFileServerProtocol
{
NFSP_Tcp,
NFSP_Http,
NFSP_Platform,
}
Values
| Name | Remarks |
|---|---|
| NFSP_Tcp | |
| NFSP_Http | |
| NFSP_Platform | Platform-specific type of connection between a target device and a host pc. |