UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ChunkSearch.h File Reference
#include "Core/BlockRange.h"
#include "Core/BlockStructure.h"
#include "CoreMinimal.h"
#include "Containers/List.h"
#include "BuildPatchManifest.h"
#include "BuildPatchSettings.h"

Go to the source code of this file.

Classes

class  BuildPatchServices::FChunkSearcher
 
struct  BuildPatchServices::FChunkSearcher::FChunkNode
 
struct  BuildPatchServices::FChunkSearcher::FFileNode
 

Namespaces

namespace  BuildPatchServices
 
namespace  BuildPatchServices::ListHelpers
 

Functions

template<typename ElementType >
FORCEINLINE void BuildPatchServices::ListHelpers::Copy (const TDoubleLinkedList< ElementType > &CopyFrom, TDoubleLinkedList< ElementType > &CopyTo)
 
template<typename ListType , typename NodeType , typename ElementType >
FORCEINLINE void BuildPatchServices::ListHelpers::InsertBefore (const ElementType &NewNode, ListType &List, NodeType *Node)
 
template<typename ListType , typename NodeType , typename ElementType >
FORCEINLINE void BuildPatchServices::ListHelpers::InsertAfter (const ElementType &NewNode, ListType &List, NodeType *Node)
 
FORCEINLINE TArray< FString > BuildPatchServices::ListHelpers::GetFileList (const FBuildPatchAppManifest &Manifest)
 
FORCEINLINE void BuildPatchServices::ListHelpers::ForEach (const FBuildPatchAppManifest &Manifest, const TFunction< void(const FFileManifest &)> &Func)
 
FORCEINLINE void BuildPatchServices::ListHelpers::ForEach (const FFileManifestList &FileManifestList, const TFunction< void(const FFileManifest &)> &Func)