IBuildPatchServicesModule::SetCloudDirectories

Sets the cloud directory list where chunks and manifests will be pulled from and saved to.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

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

Include

#include "Interfaces/IBuildPatchServicesModule.h"

Syntax

void SetCloudDirectories
(
    TArray< FString > CloudDirs
)

Remarks

Sets the cloud directory list where chunks and manifests will be pulled from and saved to. When downloading, if we get a failure, we move on to the next cloud option for that request.

Parameters

Parameter

Description

CloudDirs

The cloud directory list

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