FManifestUpdateHelper::ReplaceKey

Replace a key in the manifest (between MatchPrefix and MatchSuffix) with NewInfix.

Windows
MacOS
Linux

References

Module

SharedSettingsWidgets

Header

/Engine/Source/Developer/SharedSettingsWidgets/Public/ManifestUpdateHelper.h

Include

#include "ManifestUpdateHelper.h"

Source

/Engine/Source/Developer/SharedSettingsWidgets/Private/ManifestUpdateHelper.cpp

Syntax

void ReplaceKey
(
    const FString & MatchPrefix,
    const FString & MatchSuffix,
    const FString & NewInfix
)

Remarks

Replace a key in the manifest (between MatchPrefix and MatchSuffix) with NewInfix.

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