Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
References
Module | BuildPatchServices |
Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h |
Include | #include "BuildPatchSettings.h" |
Syntax
struct FBuildInstallStreamerConfiguration
Remarks
Defines a list of all the options of a build streamer class.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bMainThreadDelegates | Whether completion delegates should be called on main thread, or the streamer's thread,. |
![]() |
bool | bShouldBatch | Whether the streamer should batch all requests into each cycle. |
![]() |
TArray< FString > | ChunkDatabaseFiles | The list of chunk database filenames that will be used to pull patch data from. |
![]() |
TArray< FString > | CloudDirectories | The list of cloud directory roots that will be used to pull patch data from. Empty array will use module's global setting.. |
![]() |
IBuildManifestPtr | Manifest |