Navigation
API > API/Runtime > API/Runtime/Core
| Name | FIoDirectoryIndexReader |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h |
| Include Path | #include "IO/IoDispatcher.h" |
Syntax
class FIoDirectoryIndexReader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IO/IoDispatcher.h | |||
| IO/IoDispatcher.h | |||
FIoDirectoryIndexReader
(
const FIoDirectoryIndexReader& |
IO/IoDispatcher.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FIoDirectoryIndexReader() |
IO/IoDispatcher.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | FIoDirectoryIndexReaderImpl * | IO/IoDispatcher.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIoDirectoryIndexHandle GetChildDirectory
(
FIoDirectoryIndexHandle Directory |
IO/IoDispatcher.h | ||
FStringView GetDirectoryName
(
FIoDirectoryIndexHandle Directory |
IO/IoDispatcher.h | ||
FIoDirectoryIndexHandle GetFile
(
FIoDirectoryIndexHandle Directory |
IO/IoDispatcher.h | ||
uint32 GetFileData
(
FIoDirectoryIndexHandle File |
IO/IoDispatcher.h | ||
FStringView GetFileName
(
FIoDirectoryIndexHandle File |
IO/IoDispatcher.h | ||
const FString & GetMountPoint() |
IO/IoDispatcher.h | ||
FIoDirectoryIndexHandle GetNextDirectory
(
FIoDirectoryIndexHandle Directory |
IO/IoDispatcher.h | ||
FIoDirectoryIndexHandle GetNextFile
(
FIoDirectoryIndexHandle File |
IO/IoDispatcher.h | ||
FIoStatus Initialize
(
TConstArrayView< uint8 > InBuffer, |
IO/IoDispatcher.h | ||
bool IterateDirectoryIndex
(
FIoDirectoryIndexHandle Directory, |
IO/IoDispatcher.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIoDirectoryIndexReader & operator=
(
const FIoDirectoryIndexReader& |
IO/IoDispatcher.h | ||
| IO/IoDispatcher.h |