![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| FSHAHash | GetShaForDataSet (const uint8 *Data, uint32 Size) |
| FSHAHash | GetShaForDataSet (const TArray< uint8 > &Data) |
| int32 | GetMaxScannerBacklogCount () |
| bool | HasUnusedCpu () |
| template<typename T > | |
| bool | BacklogIsFull (const TArray< T > &Scanners) |
| template<typename T > | |
| bool | ScannerArrayFull (const TArray< T > &Scanners) |
| FChunkPart | SelectBytes (const FChunkPart &FullPart, uint32 LeftChop, uint32 Size) |
| void | StompChunkPart (const FChunkPart &NewMatchPart, const FBlockStructure &NewMatchBlocks, FChunkSearcher &ChunkSearcher, TSet< FChunkSearcher::FFileNode * > &UpdatedFiles) |
| void | MakeScannerLocalList (FChunkSearcher &ChunkSearcher, IDeltaChunkEnumeration *Enumeration, const FBlockStructure &BuildStructure, FScannerFilesList &Result) |
| int32 DeltaOptimiseHelpers::GetMaxScannerBacklogCount | ( | ) |
| bool DeltaOptimiseHelpers::HasUnusedCpu | ( | ) |
| void DeltaOptimiseHelpers::MakeScannerLocalList | ( | FChunkSearcher & | ChunkSearcher, |
| IDeltaChunkEnumeration * | Enumeration, | ||
| const FBlockStructure & | BuildStructure, | ||
| FScannerFilesList & | Result | ||
| ) |
| FChunkPart DeltaOptimiseHelpers::SelectBytes | ( | const FChunkPart & | FullPart, |
| uint32 | LeftChop, | ||
| uint32 | Size | ||
| ) |
| void DeltaOptimiseHelpers::StompChunkPart | ( | const FChunkPart & | NewMatchPart, |
| const FBlockStructure & | NewMatchBlocks, | ||
| FChunkSearcher & | ChunkSearcher, | ||
| TSet< FChunkSearcher::FFileNode * > & | UpdatedFiles | ||
| ) |