UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StorageServerPlatformFile.cpp File Reference

Classes

class  FStorageServerEngineStartupPrecache
 
class  FStorageServerFileCache
 
struct  FStorageServerFileCache::CacheEntry
 
class  FStorageServerFileHandle
 
class  FUniqueDirectoryStatVisitor< ParentVisitorClass, DataType >
 

Macros

#define EXCLUDE_NONSERVER_UE_EXTENSIONS   1
 
#define WITH_STORAGE_SERVER_STARTUP_FILE_CACHE   1
 
#define HAS_STORAGE_SERVER_COMPRESSED_FILE_HANDLE   0
 
#define STORAGE_SERVER_START_CACHE_REPORT   0
 
#define STORAGESERVER_CACHEMISS(Bytes)
 
#define STORAGESERVER_CACHEHIT(Bytes)
 

Functions

 DEFINE_LOG_CATEGORY_STATIC (LogStorageServerPlatformFile, Log, All)
 
IWrappedFileHandleCreateCompressedPlatformFileHandle (IFileHandle *InLowerLevelHandle)
 

Variables

TUniquePtr< FStorageServerEngineStartupPrecacheGStorageServerEngineStartupPrecache
 

Macro Definition Documentation

◆ EXCLUDE_NONSERVER_UE_EXTENSIONS

#define EXCLUDE_NONSERVER_UE_EXTENSIONS   1

◆ HAS_STORAGE_SERVER_COMPRESSED_FILE_HANDLE

#define HAS_STORAGE_SERVER_COMPRESSED_FILE_HANDLE   0

◆ STORAGE_SERVER_START_CACHE_REPORT

#define STORAGE_SERVER_START_CACHE_REPORT   0

◆ STORAGESERVER_CACHEHIT

#define STORAGESERVER_CACHEHIT (   Bytes)

◆ STORAGESERVER_CACHEMISS

#define STORAGESERVER_CACHEMISS (   Bytes)

◆ WITH_STORAGE_SERVER_STARTUP_FILE_CACHE

#define WITH_STORAGE_SERVER_STARTUP_FILE_CACHE   1

Function Documentation

◆ CreateCompressedPlatformFileHandle()

IWrappedFileHandle * CreateCompressedPlatformFileHandle ( IFileHandle InLowerLevelHandle)

◆ DEFINE_LOG_CATEGORY_STATIC()

DEFINE_LOG_CATEGORY_STATIC ( LogStorageServerPlatformFile  ,
Log  ,
All   
)

Variable Documentation

◆ GStorageServerEngineStartupPrecache

TUniquePtr<FStorageServerEngineStartupPrecache> GStorageServerEngineStartupPrecache