FManifestUpdateHelper::ReplaceStringPortion

Replaces the text in InOutString between MatchPrefix and MatchSuffix with NewInfix, returning true if it was found.

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

static bool ReplaceStringPortion
(
    FString & InOutString,
    const FString & MatchPrefix,
    const FString & MatchSuffix,
    const FString & NewInfix
)

Remarks

Replaces the text in InOutString between MatchPrefix and MatchSuffix with NewInfix, returning true if it was found.

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