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

#include <CacheJournal.h>

Public Member Functions

bool SetChunkInfo (const TOptional< uint64 > &OptModTag, const TOptional< int64 > &OptRawSize, const TOptional< int32 > &OptRawBlockSize)
 
FCacheChunkInfooperator= (const FCacheChunkInfo &Other)
 

Public Attributes

TOptional< uint64ModTag
 
TOptional< int64RawSize
 
TOptional< int32RawBlockSize
 

Friends

FArchiveoperator<< (FArchive &Ar, FCacheChunkInfo &Info)
 

Member Function Documentation

◆ operator=()

FCacheChunkInfo & StorageServer::FCacheChunkInfo::operator= ( const FCacheChunkInfo Other)
inline

◆ SetChunkInfo()

bool StorageServer::FCacheChunkInfo::SetChunkInfo ( const TOptional< uint64 > &  OptModTag,
const TOptional< int64 > &  OptRawSize,
const TOptional< int32 > &  OptRawBlockSize 
)
inline

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FCacheChunkInfo Info 
)
friend

Member Data Documentation

◆ ModTag

TOptional<uint64> StorageServer::FCacheChunkInfo::ModTag

◆ RawBlockSize

TOptional<int32> StorageServer::FCacheChunkInfo::RawBlockSize

◆ RawSize

TOptional<int64> StorageServer::FCacheChunkInfo::RawSize

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