Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/IBuildManifest
Description
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
| Name | CopyCustomFields |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h |
| Include Path | #include "Interfaces/IBuildManifest.h" |
void CopyCustomFields
(
const IBuildManifestRef & Other,
bool bClobber
)
Parameters
| Name | Remarks |
|---|---|
| Other | The manifest to copy from |
| bClobber | Whether to overwrite any already existing fields |