Navigation
API > API/Developer > API/Developer/SharedSettingsWidgets > API/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 |
static bool ReplaceStringPortion
&40;
FString & InOutString,
const FString & MatchPrefix,
const FString & MatchSuffix,
const FString & NewInfix
&41;
Remarks
Replaces the text in InOutString between MatchPrefix and MatchSuffix with NewInfix, returning true if it was found.