![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Namespaces | |
| namespace | ApplicationClosedErrorCodes |
| namespace | AsyncHelpers |
| namespace | BlockStructureHelpers |
| namespace | ConstructionErrorCodes |
| namespace | CustomChunkReferencesHelpers |
| namespace | DiffHelpers |
| namespace | DiskSpaceErrorCodes |
| namespace | DownloadErrorCodes |
| namespace | HeaderHelpers |
| namespace | InitializationErrorCodes |
| namespace | ListHelpers |
| namespace | ManifestDataHelpers |
| namespace | ManifestVersionHelpers |
| namespace | MoveErrorCodes |
| namespace | PaddingChunk |
| namespace | PathLengthErrorCodes |
| namespace | PrerequisiteErrorPrefixes |
| namespace | UserCancelErrorCodes |
| namespace | VerifyErrorCodes |
| FManifestIterator BuildPatchServices::begin | ( | const FBuildPatchInstallerAction & | InstallerAction | ) |
| BUILDPATCHSERVICES_API uint64 BuildPatchServices::CalculateRequiredDiskSpace | ( | const IBuildManifestPtr & | CurrentManifest, |
| const IBuildManifestRef & | BuildManifest, | ||
| const EInstallMode & | InstallMode, | ||
| const TSet< FString > & | InstallTags | ||
| ) |
| BuildPatchServices::DECLARE_DELEGATE_TwoParams | ( | FDownloadCompleteDelegate | , |
| int32 | , | ||
| const FDownloadRef & | |||
| ) |
Delegate called for download complete.
| RequestId | The id that was returned by RequestFile(..). |
| Download | The complete download instance. |
| BuildPatchServices::DECLARE_DELEGATE_TwoParams | ( | FDownloadProgressDelegate | , |
| int32 | , | ||
| uint64 | |||
| ) |
Delegate called for download progress updates.
| RequestId | The id that was returned by RequestFile(..). |
| BytesSoFar | The number of bytes received so far. |
| FManifestIterator BuildPatchServices::end | ( | const FBuildPatchInstallerAction & | InstallerAction | ) |
| BuildPatchServices::ENUM_CLASS_FLAGS | ( | EAttributeFlags | ) |
| BuildPatchServices::ENUM_CLASS_FLAGS | ( | EChunkHashFlags | ) |
| BuildPatchServices::ENUM_CLASS_FLAGS | ( | EChunkStorageFlags | ) |
| BuildPatchServices::ENUM_CLASS_FLAGS | ( | EFileMetaFlags | ) |
| BuildPatchServices::ENUM_CLASS_FLAGS | ( | EManifestStorageFlags | ) |
| BuildPatchServices::ENUM_CLASS_FLAGS | ( | EMessageRequests | ) |
| BuildPatchServices::ENUM_CLASS_FLAGS | ( | EReadFlags | ) |
| BuildPatchServices::ENUM_CLASS_FLAGS | ( | EWriteFlags | ) |
| BuildPatchServices::ENUM_CLASS_FLAGS | ( | FBuildInstallerThread::EMsg | ) |
| FString BuildPatchServices::EnumToString | ( | const EBuildPatchInstallError & | ErrorType | ) |
Returns the string representation of the specified FBuildPatchInstallError value. Used for logging only.
| ErrorType | The error type value. |
| BUILDPATCHSERVICES_API bool BuildPatchServices::FeatureLevelFromString | ( | const TCHAR * | FeatureLevelString, |
| EFeatureLevel & | FeatureLevel | ||
| ) |
Parses the provided string into the relevant EFeatureLevel value, if it matches.
| FeatureLevelString | The string to try parse. |
| FeatureLevel | Receives the enum value if successful. |
| BUILDPATCHSERVICES_API const TCHAR * BuildPatchServices::FeatureLevelToString | ( | const EFeatureLevel & | FeatureLevel | ) |
Returns the string representation of the EFeatureLevel value. Used for analytics and logging only.
| FeatureLevel | The feature level enum value. |
| BUILDPATCHSERVICES_API FString BuildPatchServices::GetChunkDeltaFilename | ( | const IBuildManifestRef & | SourceManifest, |
| const IBuildManifestRef & | DestinationManifest | ||
| ) |
Based on the source and destination manifests, get the filename for the delta that optimises patching from source to destination.
| SourceManifest | The source manifest. |
| DestinationManifest | The destination manifest. |
| FText BuildPatchServices::GetDiskSpaceMessage | ( | const FString & | Location, |
| uint64 | RequiredBytes, | ||
| uint64 | AvailableBytes, | ||
| const FNumberFormattingOptions * | FormatOptions = nullptr |
||
| ) |
Get the standard error message for for a disk space issue.
| Location | The disk path requiring more space. |
| RequiredBytes | The number of bytes required for the installation. |
| AvailableBytes | The number of bytes available on the drive. |
| FormatOptions | Optionally override the default number formatting. |
| FText BuildPatchServices::GetStandardErrorText | ( | EBuildPatchInstallError | ErrorType | ) |
Get the standard error message for an error type.
| ErrorType | The enum value for the error. |
| BUILDPATCHSERVICES_API IBuildManifestPtr BuildPatchServices::MergeDeltaManifest | ( | const IBuildManifestRef & | Manifest, |
| const IBuildManifestRef & | Delta | ||
| ) |
| FArchive & BuildPatchServices::operator<< | ( | FArchive & | Ar, |
| FChunkDatabaseHeader & | Header | ||
| ) |
Serialization operator.
| Ar | Archive to serialize to. |
| Header | Header to serialize. |
| FArchive & BuildPatchServices::operator<< | ( | FArchive & | Ar, |
| FChunkDataList & | ChunkDataList | ||
| ) |
Serialization operator.
| Ar | Archive to serialize to. |
| ChunkDataList | FChunkDataList to serialize. |
| FArchive & BuildPatchServices::operator<< | ( | FArchive & | Ar, |
| FChunkHeader & | Header | ||
| ) |
Serialization operator.
| Ar | Archive to serialize to. |
| Header | Header to serialize. |
| FArchive & BuildPatchServices::operator<< | ( | FArchive & | Ar, |
| FChunkPart & | ChunkPart | ||
| ) |
Serialization operator.
| Ar | Archive to serialize to. |
| ChunkPart | FChunkPart to serialize. |
| FArchive & BuildPatchServices::operator<< | ( | FArchive & | Ar, |
| FCustomFields & | CustomFields | ||
| ) |
Serialization operator.
| Ar | Archive to serialize to. |
| CustomFields | FCustomFields to serialize. |
| FArchive & BuildPatchServices::operator<< | ( | FArchive & | Ar, |
| FFileManifestList & | FileDataList | ||
| ) |
Serialization operator.
| Ar | Archive to serialize to. |
| FileManifestList | FFileManifestList to serialize. |
| FArchive & BuildPatchServices::operator<< | ( | FArchive & | Ar, |
| FManifestHeader & | Header | ||
| ) |
Serialization operator.
| Ar | Archive to serialize to. |
| Header | FManifestHeader to serialize. |
| FArchive & BuildPatchServices::operator<< | ( | FArchive & | Ar, |
| FManifestMeta & | Meta | ||
| ) |
Serialization operator.
| Ar | Archive to serialize to. |
| Meta | FManifestMeta to serialize. |
| BUILDPATCHSERVICES_API const FText & BuildPatchServices::StateToText | ( | const EBuildPatchState & | State | ) |
Returns the FText representation of the specified EBuildPatchState value. Used for displaying to the user.
| State | - The error type value. |
| const TCHAR * BuildPatchServices::ToString | ( | const EChunkLoadResult & | ChunkLoadResult | ) |
A ToString implementation for EChunkLoadResult.
| const TCHAR * BuildPatchServices::ToString | ( | const EChunkSaveResult & | ChunkSaveResult | ) |
A ToString implementation for EChunkSaveResult.
| const TCHAR * BuildPatchServices::ToString | ( | const IChunkDbChunkSourceStat::ELoadResult & | LoadResult | ) |
A ToString implementation for IChunkDbChunkSourceStat::ELoadResult.
| const TCHAR * BuildPatchServices::ToString | ( | const IInstallChunkSourceStat::ELoadResult & | LoadResult | ) |
A ToString implementation for IInstallChunkSourceStat::ELoadResult.
| bool BuildPatchServices::TryConvertToVerifyError | ( | EVerifyResult | InVerifyResult, |
| EVerifyError & | OutVerifyError | ||
| ) |
Used to convert a EVerifyResult to a EVerifyError.
| InVerifyResult | - Result to convert. |
| OutVerifyError | - Reference to complete. |
| bool BuildPatchServices::TryConvertToVerifyResult | ( | EVerifyError | InVerifyError, |
| EVerifyResult & | OutVerifyResult | ||
| ) |
Used to convert a EVerifyError to a EVerifyResult.
| InVerifyError | - Error to convert. |
| OutVerifyResult | - Reference to completed. |