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 CancelAllInstallers
&40;
bool WaitForThreads
&41;
Remarks
Call to force the exit out of all current installers, optionally blocks until threads have exited and complete delegates are called.
Parameters
Name | Description |
---|---|
WaitForThreads | If true, will block on threads exit and completion delegates |