FTextFormatter::ArgumentValueToFormattedString

Incredibly low-level version of [FFormatArgumentValue::ToFormattedString](API\Runtime\Core\Internationalization\FFormatArgumentValue\ToFormattedString\1).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/TextFormatter.h

Include

#include "Internationalization/TextFormatter.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/TextFormatter.cpp

Syntax

static void ArgumentValueToFormattedString
(
    const FFormatArgumentValue & InValue,
    const FPrivateTextFormatArguments & InFormatArgs,
    FString & OutResult
)

Remarks

Incredibly low-level version of FFormatArgumentValue::ToFormattedString. You should only be calling this if you're implementing a custom argument modifier type that itself needs to convert the argument to a string

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