UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DeltaStats::FNoMemoryChunkStoreStat Class Reference
+ Inheritance diagram for DeltaStats::FNoMemoryChunkStoreStat:

Public Member Functions

 FNoMemoryChunkStoreStat ()
 
 ~FNoMemoryChunkStoreStat ()
 
virtual void OnChunkStored (const FGuid &ChunkId) override
 
virtual void OnChunkReleased (const FGuid &ChunkId) override
 
virtual void OnChunkBooted (const FGuid &ChunkId) override
 
virtual void OnStoreUseUpdated (int32 ChunkCount) override
 
virtual void OnStoreSizeUpdated (int32 Size) override
 
- Public Member Functions inherited from BuildPatchServices::IMemoryChunkStoreStat
virtual ~IMemoryChunkStoreStat ()
 

Constructor & Destructor Documentation

◆ FNoMemoryChunkStoreStat()

DeltaStats::FNoMemoryChunkStoreStat::FNoMemoryChunkStoreStat ( )
inline

◆ ~FNoMemoryChunkStoreStat()

DeltaStats::FNoMemoryChunkStoreStat::~FNoMemoryChunkStoreStat ( )
inline

Member Function Documentation

◆ OnChunkBooted()

virtual void DeltaStats::FNoMemoryChunkStoreStat::OnChunkBooted ( const FGuid ChunkId)
inlineoverridevirtual

Called whenever a chunk has been booted from the store because a new one was added that is required sooner.

Parameters
ChunkIdThe id of the chunk.

Implements BuildPatchServices::IMemoryChunkStoreStat.

◆ OnChunkReleased()

virtual void DeltaStats::FNoMemoryChunkStoreStat::OnChunkReleased ( const FGuid ChunkId)
inlineoverridevirtual

Called whenever a chunk has been release from the store as it was no longer referenced.

Parameters
ChunkIdThe id of the chunk.

Implements BuildPatchServices::IMemoryChunkStoreStat.

◆ OnChunkStored()

virtual void DeltaStats::FNoMemoryChunkStoreStat::OnChunkStored ( const FGuid ChunkId)
inlineoverridevirtual

Called whenever a new chunk has been put into the store.

Parameters
ChunkIdThe id of the chunk.

Implements BuildPatchServices::IMemoryChunkStoreStat.

◆ OnStoreSizeUpdated()

virtual void DeltaStats::FNoMemoryChunkStoreStat::OnStoreSizeUpdated ( int32  Size)
inlineoverridevirtual

Called whenever the total size allotted for the store is updated.

Parameters
SizeThe total number of chunks that can be stored.

Implements BuildPatchServices::IMemoryChunkStoreStat.

◆ OnStoreUseUpdated()

virtual void DeltaStats::FNoMemoryChunkStoreStat::OnStoreUseUpdated ( int32  ChunkCount)
inlineoverridevirtual

Called whenever the number of chunks in the store is updated.

Parameters
ChunkCountThe number of chunks now contained in the store.

Implements BuildPatchServices::IMemoryChunkStoreStat.


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