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

#include <CacheJournal.h>

Public Member Functions

TInterval< uint64GetChunkInterval () const
 

Public Attributes

uint64 ChunkOffset
 
uint64 ChunkSize
 
uint64 StorageOffset
 
uint64 StorageSize
 
FIoHash StorageHash
 
EStorageServerContentType StorageContentType
 

Friends

FArchiveoperator<< (FArchive &Ar, FCacheEntry &Entry)
 

Member Function Documentation

◆ GetChunkInterval()

TInterval< uint64 > StorageServer::FCacheEntry::GetChunkInterval ( ) const
inline

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FCacheEntry Entry 
)
friend

Member Data Documentation

◆ ChunkOffset

uint64 StorageServer::FCacheEntry::ChunkOffset

◆ ChunkSize

uint64 StorageServer::FCacheEntry::ChunkSize

◆ StorageContentType

EStorageServerContentType StorageServer::FCacheEntry::StorageContentType

◆ StorageHash

FIoHash StorageServer::FCacheEntry::StorageHash

◆ StorageOffset

uint64 StorageServer::FCacheEntry::StorageOffset

◆ StorageSize

uint64 StorageServer::FCacheEntry::StorageSize

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