Navigation
Unreal Engine C++ API Reference > Runtime
Filters
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FBuildInstallerConfiguration | Defines a list of all the options of an installation task. | |
![]() |
FBuildInstallStreamerConfiguration | Defines a list of all the options of a build streamer class. | |
![]() |
FBuildInstallStreamerStats | The collection of statistics gathered by the build streamer class. | |
![]() |
FBuildPatchServices | Copyright Epic Games, Inc. All Rights Reserved. | |
![]() |
FBuildPatchServicesInitSettings | Defines a list of all build patch services initialization settings, can be used to override default init behaviors. | |
![]() |
FChunkBuildConfiguration | Defines a list of all options for the build chunking task. | |
![]() |
FChunkDeltaOptimiserConfiguration | Defines a list of all options for the chunk delta optimisation task. | |
![]() |
FChunkSourceEvent | A message describing an event that occurred for a chunk source. | |
![]() |
FChunkUriRequest | A Request for a chunk | |
![]() |
FChunkUriResponse | A Response containing the actual location of the chunk | |
![]() |
FCompactifyConfiguration | Defines a list of all options for the cloud directory compactifier task. | |
![]() |
FDefaultMessageHandler | ||
![]() |
FDiffManifestsConfiguration | Defines a list of all options for the diff manifests task. | |
![]() |
FInstallationFileAction | A message describing an action taken to an installation file. | |
![]() |
FInstallerAction | ||
![]() |
FInstallerConfiguration | DEPRECATED STRUCT. | |
![]() |
FMessageHandler | Base class of a message handler, this should be inherited from and passed to an installer to receive messages that you want to handle. | |
![]() |
FPackageChunksConfiguration | Defines a list of all options for the chunk packaging task. | |
![]() |
FPatchDataEnumerationConfiguration | Defines a list of all options for the patch data enumeration task. |
Typedefs
Name | Description |
---|---|
FGenerationConfiguration | Temporary for use with deprecated module function. |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
BuildPatchServices::EBuildPatchState | Namespace to declares the progress type enum | |
![]() |
BuildPatchServices::EDeltaPolicy | An enum defining the desired policy for requesting an optimised delta. | |
![]() |
BuildPatchServices::EFeatureLevel | An enum type to describe supported features of a certain manifest. | |
![]() |
BuildPatchServices::EInstallMode | An enum defining the installation mode that should be used. | |
![]() |
BuildPatchServices::EVerifyError | An enum defining the possible causes for a verification failure. | |
![]() |
BuildPatchServices::EVerifyMode | An enum defining the verification mode that should be used. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
uint64 | BuildPatchServices::CalculateRequiredDiskSpace
(
const IBuildManifestPtr& CurrentManifest, |
|
![]() |
const FString & | BuildPatchServices::EnumToString
(
const EDeltaPolicy& DeltaPolicy |
Returns the string representation of the EDeltaPolicy value. Used for analytics and logging only. |
![]() |
const FString & | BuildPatchServices::EnumToString
(
const EInstallMode& InstallMode |
Returns the string representation of the EInstallMode value. Used for analytics and logging only. |
![]() |
const FString & | BuildPatchServices::EnumToString
(
const EVerifyMode& VerifyMode |
Returns the string representation of the EVerifyMode value. Used for analytics and logging only. |
![]() |
bool | BuildPatchServices::FeatureLevelFromString
(
const TCHAR* FeatureLevelString, |
Parses the provided string into the relevant EFeatureLevel value, if it matches. |
![]() |
const TCHAR * | BuildPatchServices::FeatureLevelToString
(
const EFeatureLevel& FeatureLevel |
Returns the string representation of the EFeatureLevel value. Used for analytics and logging only. |
![]() |
FString | BuildPatchServices::GetChunkDeltaFilename
(
const IBuildManifestRef& SourceManifest, |
Based on the source and destination manifests, get the filename for the delta that optimises patching from source to destination. |
![]() |
IBuildManifestPtr | BuildPatchServices::MergeDeltaManifest
(
const IBuildManifestRef& Manifest, |
|
![]() |
const FString & | BuildPatchServices::StateToString
(
const EBuildPatchState& State |
Returns the string representation of the EBuildPatchState value. |
![]() |
const FText & | BuildPatchServices::StateToText
(
const EBuildPatchState& State |
BuildPatchServices::StateToText(const EBuildPatchState& State) has been deprecated. It will no longer be supported by BuildPatchServices in the future. |