Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ITextFormatArgumentModifier
Description
Utility helper to parse out a list of key->value pair arguments. The keys are assumed to only contain valid identifier characters, and the values may be optionally quoted (parsed strings are sub-string references to within the source args string)
| Name | ParseKeyValueArgs |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/ITextFormatArgumentModifier.h |
| Include Path | #include "Internationalization/ITextFormatArgumentModifier.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/TextFormatArgumentModifier.cpp |
static bool ParseKeyValueArgs
(
const FTextFormatString & InArgsString,
TSortedMap < FTextFormatString , FTextFormatString > & OutArgKeyValues,
const TCHAR InValueSeparator,
const TCHAR InArgSeparator
)