FManifestUpdateHelper::ReplaceKey

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

Unreal Engine C++ API Reference > Developer > SharedSettingsWidgets > FManifestUpdateHelper

References

   
Module SharedSettingsWidgets
Header /Engine/Source/Developer/SharedSettingsWidgets/Public/ManifestUpdateHelper.h
Include #include "ManifestUpdateHelper.h"
Source /Engine/Source/Developer/SharedSettingsWidgets/Private/ManifestUpdateHelper.cpp
void ReplaceKey
(
    const [FString](API\Runtime\Core\Containers\FString) & MatchPrefix,
    const [FString](API\Runtime\Core\Containers\FString) & MatchSuffix,
    const [FString](API\Runtime\Core\Containers\FString) & NewInfix
)

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library