Go to the source code of this file.
|
| enum | EAsyncIOPriorityAndFlags {
AIOP_PRIORITY_MASK = 0x000000ff
, AIOP_FLAG_PRECACHE = 0x00000100
, AIOP_FLAG_DONTCACHE = 0x00000200
, AIOP_FLAG_HW_TARGET_MEMORY = 0x00000400
,
AIOP_MIN = 0
, AIOP_Low
, AIOP_BelowNormal
, AIOP_Normal
,
AIOP_High
, AIOP_CriticalPath
, AIOP_MAX = AIOP_CriticalPath
, AIOP_NUM
,
AIOP_Precache = AIOP_MIN | AIOP_FLAG_PRECACHE
} |
| |
| enum class | EPlatformFileRead : uint8 { None = 0x0
, AllowWrite = 0x01
} |
| |
| enum class | EPlatformFileWrite : uint8 { None = 0x0
, AllowRead = 0x01
} |
| |
| enum class | EDirectoryVisitorFlags : uint8 { None = 0x0
, ThreadSafe = 0x01
} |
| |
| enum class | ESymlinkResult : int8 { Unimplemented = -1
, NonSymlink = 0
, Symlink = 1
} |
| |
| enum class | EFileJournalResult {
Success
, InvalidPlatform
, InvalidVolumeName
, JournalNotActive
,
JournalWrapped
, FailedOpenJournal
, FailedDescribeJournal
, FailedReadJournal
,
JournalInternalError
, UnhandledJournalVersion
} |
| |
◆ FFileJournalEntryHandle
A handle used by the FileJournal API. Represents an entry for an action on a file in the FileJournal.
◆ FFileJournalId
A handle used by the FileJournal API. Platform-specific identifier for which disk journal is being read.
◆ FFileOpenAsyncResult
◆ FFileOpenResult
◆ FOpenMappedResult
◆ EAsyncIOPriorityAndFlags
Enum for async IO priorities.
| Enumerator |
|---|
| AIOP_PRIORITY_MASK | |
| AIOP_FLAG_PRECACHE | |
| AIOP_FLAG_DONTCACHE | |
| AIOP_FLAG_HW_TARGET_MEMORY | |
| AIOP_MIN | |
| AIOP_Low | |
| AIOP_BelowNormal | |
| AIOP_Normal | |
| AIOP_High | |
| AIOP_CriticalPath | |
| AIOP_MAX | |
| AIOP_NUM | |
| AIOP_Precache | |
◆ EDirectoryVisitorFlags
Enum for the DirectoryVisitor flags
| Enumerator |
|---|
| None | |
| ThreadSafe | |
◆ EFileJournalResult
Results that can be returned from IPlatformFile FileJournal API.
| Enumerator |
|---|
| Success | |
| InvalidPlatform | |
| InvalidVolumeName | |
| JournalNotActive | |
| JournalWrapped | |
| FailedOpenJournal | |
| FailedDescribeJournal | |
| FailedReadJournal | |
| JournalInternalError | |
| UnhandledJournalVersion | |
◆ EPlatformFileRead
Enum for platform file read flags
| Enumerator |
|---|
| None | |
| AllowWrite | |
◆ EPlatformFileWrite
Enum for platform file write flags
◆ ESymlinkResult
◆ ENUM_CLASS_FLAGS() [1/7]
◆ ENUM_CLASS_FLAGS() [2/7]
◆ ENUM_CLASS_FLAGS() [3/7]
◆ ENUM_CLASS_FLAGS() [4/7]
◆ ENUM_CLASS_FLAGS() [5/7]
◆ ENUM_CLASS_FLAGS() [6/7]
◆ ENUM_CLASS_FLAGS() [7/7]
◆ GetTypeHash()
◆ FileJournalEntryHandleInvalid
◆ FileJournalFileHandleInvalid
◆ FileJournalIdInvalid