#include <StorageServerPlatformFile.h>
|
| | ~FStorageServerFileSystemTOC () |
| |
| void | AddFile (const FIoChunkId &FileChunkId, FStringView Path, int64 RawSize) |
| |
| void | Clear () |
| |
| bool | FileExists (const FString &Path) |
| |
| bool | DirectoryExists (const FString &Path) |
| |
| const FIoChunkId * | GetFileChunkId (const FString &Path) |
| |
| int64 | GetFileSize (const FString &Path) |
| |
| bool | GetFileData (const FString &Path, FIoChunkId &OutChunkId, int64 &OutRawSize) |
| |
| bool | IterateDirectory (const FString &Path, TFunctionRef< bool(const FIoChunkId &, const TCHAR *, int64)> Callback) |
| |
| bool | IterateDirectoryRecursively (const FString &Path, TFunctionRef< bool(const FIoChunkId &, const TCHAR *, int64)> Callback) |
| |
◆ ~FStorageServerFileSystemTOC()
| FStorageServerFileSystemTOC::~FStorageServerFileSystemTOC |
( |
| ) |
|
◆ AddFile()
◆ Clear()
| void FStorageServerFileSystemTOC::Clear |
( |
| ) |
|
◆ DirectoryExists()
| bool FStorageServerFileSystemTOC::DirectoryExists |
( |
const FString & |
Path | ) |
|
◆ FileExists()
| bool FStorageServerFileSystemTOC::FileExists |
( |
const FString & |
Path | ) |
|
◆ GetFileChunkId()
| const FIoChunkId * FStorageServerFileSystemTOC::GetFileChunkId |
( |
const FString & |
Path | ) |
|
◆ GetFileData()
| bool FStorageServerFileSystemTOC::GetFileData |
( |
const FString & |
Path, |
|
|
FIoChunkId & |
OutChunkId, |
|
|
int64 & |
OutRawSize |
|
) |
| |
◆ GetFileSize()
| int64 FStorageServerFileSystemTOC::GetFileSize |
( |
const FString & |
Path | ) |
|
◆ IterateDirectory()
◆ IterateDirectoryRecursively()
The documentation for this class was generated from the following files: