Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTextFormatter
Description
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
| Name | ArgumentValueToFormattedString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/TextFormatter.h |
| Include Path | #include "Internationalization/TextFormatter.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/TextFormatter.cpp |
static void ArgumentValueToFormattedString
(
const FFormatArgumentValue & InValue,
const FPrivateTextFormatArguments & InFormatArgs,
FString & OutResult
)