Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/Interfaces
References
| Module | BuildPatchServices |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildInstallerSharedContext.h |
| Include | #include "Interfaces/IBuildInstallerSharedContext.h" |
Syntax
class IBuildInstallerSharedContext
Remarks
An interface for sharing threads and components between multiple BPS installers
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| BuildPatchServices::IBuildInstallerThread * | CreateThread () |
Return an existing free thread or allocate one. | |
| uint32 | NumThreadsPerInstaller
(
bool bUseChunkDBs |
||
| void | PreallocateThreads
(
uint32 NumThreads |
Preallocate thread free list with NumThreads. | |
| void | Relinquish the thread and add to the free list. It should not be used again after this. |