EOpType

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileProfilerWrapper.h

Include

#include "HAL/IPlatformFileProfilerWrapper.h"

Syntax

enum EOpType
{
    Unknown              = 0,
    Tell                 = 1,
    Seek,
    Read,
    Write,
    Size,
    OpenRead,
    OpenWrite,
    Exists,
    Delete,
    Move,
    IsReadOnly,
    SetReadOnly,
    GetTimeStamp,
    SetTimeStamp,
    GetFilenameOnDisk,
    Create,
    Copy,
    Iterate,
    IterateStat,
    GetStatData,
    Flush,
    Truncate,
    Count,
}

Values

Name

Description

Unknown

Tell

Seek

Read

Write

Size

OpenRead

OpenWrite

Exists

Delete

Move

IsReadOnly

SetReadOnly

GetTimeStamp

SetTimeStamp

GetFilenameOnDisk

Create

Copy

Iterate

IterateStat

GetStatData

Flush

Truncate

Count

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