IBuildPatchServicesModule::EnumeratePatchData

Saves info for an enumeration of patch data referenced from an input file of known format, to a specified output file.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h

Include

#include "Interfaces/IBuildPatchServicesModule.h"

Syntax

bool EnumeratePatchData
(
    const BuildPatchServices::FPatchDataEnumerationConfiguration & Configuration
)

Remarks

Saves info for an enumeration of patch data referenced from an input file of known format, to a specified output file.

THIS function is blocking and will not return until finished.

Returns

true if successful.

Parameters

Parameter

Description

Configuration

Specifies the settings for the operation. See BuildPatchServices::FPatchDataEnumerationConfiguration comments.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss