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" |
IBuildInstallerSharedContextRef CreateBuildInstallerSharedContext
(
const TCHAR * DebugName
) const
Remarks
Factory providing construction of a build installer shared context class. an instance of an IBuildInstallerSharedContex implementation.
Parameters
| Name | Description |
|---|---|
| DebugName | Used to tag resources allocated with the shared context. |