Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/Interfaces > API/Runtime/BuildPatchServices/Interfaces/IBuildManifest
References
| Module | BuildPatchServices |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h |
| Include | #include "Interfaces/IBuildManifest.h" |
void CopyCustomFields
&40;
const IBuildManifestRef & Other,
bool bClobber
&41;
Remarks
Copy the custom fields from another manifest into this one. If this manifest has custom fields, matching keys will be overwritten but extras will remain
Parameters
| Name | Description |
|---|---|
| Other | The manifest to copy from |
| bClobber | Whether to overwrite any already existing fields |