![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IoDirectoryIndex.h>
Public Member Functions | |
| CORE_API | FIoDirectoryIndexWriter () |
| CORE_API void | SetMountPoint (FString InMountPoint) |
| CORE_API uint32 | AddFile (const FStringView &InFileName) |
| CORE_API void | SetFileUserData (uint32 InFileEntryIndex, uint32 InUserData) |
| CORE_API void | Flush (TArray< uint8 > &OutBuffer, FAES::FAESKey InEncryptionKey) |
| FIoDirectoryIndexWriter::FIoDirectoryIndexWriter | ( | ) |
| uint32 FIoDirectoryIndexWriter::AddFile | ( | const FStringView & | InFileName | ) |
| void FIoDirectoryIndexWriter::Flush | ( | TArray< uint8 > & | OutBuffer, |
| FAES::FAESKey | InEncryptionKey | ||
| ) |
| void FIoDirectoryIndexWriter::SetMountPoint | ( | FString | InMountPoint | ) |