Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/Interfaces > API/Runtime/BuildPatchServices/Interfaces/IBuildPatchServicesModule
References
| Module | BuildPatchServices |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h |
| Include | #include "Interfaces/IBuildPatchServicesModule.h" |
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
| Name | Description |
|---|---|
| CloudDirs | The cloud directory list |