UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
BuildPatchFileConstructor.cpp File Reference

Classes

struct  FAdministrationScope
 
struct  FReadScope
 
struct  FFileConstructionState
 
struct  FResumeData
 
class  FChunkBackingStore
 
struct  FRequestInfo
 
struct  FRequestInfo::FRequestSplat
 
struct  FBatchState
 

Namespaces

namespace  FileConstructorHelpers
 

Enumerations

enum class  EConstructionError : uint8 {
  None = 0 , CannotCreateFile , FailedWrite , FailedInitialSizeCheck ,
  MissingChunk , SerializeError , TrackingError , OutboundDataError ,
  InternalConsistencyError , Aborted , MissingFileInfo , CloseError
}
 

Functions

void FileConstructorHelpers::WaitWhilePaused (FThreadSafeBool &bIsPaused, FThreadSafeBool &bShouldAbort)
 
uint64 FileConstructorHelpers::CalculateRequiredDiskSpace (const FBuildPatchAppManifestPtr &CurrentManifest, const FBuildPatchAppManifestRef &BuildManifest, const EInstallMode &InstallMode, const TSet< FString > &InInstallTags)
 

Enumeration Type Documentation

◆ EConstructionError

enum class EConstructionError : uint8
strong
Enumerator
None 
CannotCreateFile 
FailedWrite 
FailedInitialSizeCheck 
MissingChunk 
SerializeError 
TrackingError 
OutboundDataError 
InternalConsistencyError 
Aborted 
MissingFileInfo 
CloseError