NFS_Messages::Type

Message commands, these correspond to the operations of the low level file system.

Windows
MacOS
Linux

References

Module

Sockets

Header

/Engine/Source/Runtime/Sockets/Public/NetworkMessage.h

Include

#include "NetworkMessage.h"

Syntax

namespace NFS_Messages
{
    enum Type
    {
        SyncFile,
        DeleteFile,
        MoveFile,
        SetReadOnly,
        OpenRead,
        OpenWrite,
        OpenAppend,
        CreateDirectory,
        DeleteDirectory,
        IterateDirectory,
        IterateDirectoryRecursively,
        DeleteDirectoryRecursively,
        CopyFile,
        GetFileInfo,
        Read,
        Write,
        Close,
        Seek,
        SetTimeStamp,
        ToAbsolutePathForRead,
        ToAbsolutePathForWrite,
        ReportLocalFiles,
        GetFileList,
        Heartbeat,
        RecompileShaders,
    }
}

Values

Name

Description

SyncFile

DeleteFile

MoveFile

SetReadOnly

OpenRead

OpenWrite

OpenAppend

CreateDirectory

DeleteDirectory

IterateDirectory

IterateDirectoryRecursively

DeleteDirectoryRecursively

CopyFile

GetFileInfo

Read

Write

Close

Seek

SetTimeStamp

ToAbsolutePathForRead

ToAbsolutePathForWrite

ReportLocalFiles

GetFileList

Heartbeat

RecompileShaders

Remarks

Message commands, these correspond to the operations of the low level file system.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss