UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FStorageServerFileSystemTOC Class Reference

#include <StorageServerPlatformFile.h>

Public Member Functions

 ~FStorageServerFileSystemTOC ()
 
void AddFile (const FIoChunkId &FileChunkId, FStringView Path, int64 RawSize)
 
void Clear ()
 
bool FileExists (const FString &Path)
 
bool DirectoryExists (const FString &Path)
 
const FIoChunkIdGetFileChunkId (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)
 

Constructor & Destructor Documentation

◆ ~FStorageServerFileSystemTOC()

FStorageServerFileSystemTOC::~FStorageServerFileSystemTOC ( )

Member Function Documentation

◆ AddFile()

void FStorageServerFileSystemTOC::AddFile ( const FIoChunkId FileChunkId,
FStringView  Path,
int64  RawSize 
)

◆ 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()

bool FStorageServerFileSystemTOC::IterateDirectory ( const FString &  Path,
TFunctionRef< bool(const FIoChunkId &, const TCHAR *, int64)>  Callback 
)

◆ IterateDirectoryRecursively()

bool FStorageServerFileSystemTOC::IterateDirectoryRecursively ( const FString &  Path,
TFunctionRef< bool(const FIoChunkId &, const TCHAR *, int64)>  Callback 
)

The documentation for this class was generated from the following files: