FManifestUpdateHelper::ReplaceStringPortion

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

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
static bool ReplaceStringPortion
(
    [FString](API\Runtime\Core\Containers\FString) & InOutString,
    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

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library