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 IBuildInstallerThread
Remarks
Interface for a re-usable thread
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | RunTask
(
TUniqueFunction< void()> Task |
Adds a task to the thread's queue |