UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FStorageServerFileCache::CacheEntry Struct Reference

Public Member Functions

FORCEINLINE int64 End ()
 
bool TryReadFromCache (int64 &FilePos, uint8 *&Destination, int64 &BytesToRead, int64 &BytesRead)
 

Public Attributes

int64 Start = -1
 
TArray< uint8, TInlineAllocator< BlockSize > > Buffer
 

Member Function Documentation

◆ End()

FORCEINLINE int64 FStorageServerFileCache::CacheEntry::End ( )
inline

◆ TryReadFromCache()

bool FStorageServerFileCache::CacheEntry::TryReadFromCache ( int64 FilePos,
uint8 *&  Destination,
int64 BytesToRead,
int64 BytesRead 
)
inline

Member Data Documentation

◆ Buffer

TArray<uint8, TInlineAllocator<BlockSize> > FStorageServerFileCache::CacheEntry::Buffer

◆ Start

int64 FStorageServerFileCache::CacheEntry::Start = -1

The documentation for this struct was generated from the following file: