IBuildManifest::SetCustomField

Various functions for setting a custom field in the manifest

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

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

Include

#include "Interfaces/IBuildManifest.h"

Syntax

const IManifestFieldPtr SetCustomField
(
    const FString & FieldName,
    const FString & Value
)

Remarks

Various functions for setting a custom field in the manifest

Returns

An interface to the field that was created

Parameters

Parameter

Description

FieldName

The name of the custom field

Value

The value for the field

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