IBuildManifest::CopyCustomFields

Copy the custom fields from another manifest into this one.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h

Include

#include "Interfaces/IBuildManifest.h"

Syntax

void CopyCustomFields
(
    const IBuildManifestRef & Other,
    bool bClobber
)

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

Parameter

Description

Other

The manifest to copy from

bClobber

Whether to overwrite any already existing fields

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss