IBuildPatchServicesModule::ChunkBuildDirectory

Processes a Build directory to create chunks for new data and produce a manifest, saved to the provided cloud directory.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

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

Include

#include "Interfaces/IBuildPatchServicesModule.h"

Syntax

bool ChunkBuildDirectory
(
    const BuildPatchServices::FChunkBuildConfiguration & Configuration
)

Remarks

Processes a Build directory to create chunks for new data and produce a manifest, saved to the provided cloud directory.

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::FChunkBuildConfiguration 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