Navigation
Unreal Engine C++ API Reference > Runtime > Core > Internationalization > ITextFormatArgumentModifier
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Internationalization/ITextFormatArgumentModifier.h |
Include | #include "Internationalization/ITextFormatArgumentModifier.h" |
Source | /Engine/Source/Runtime/Core/Private/Internationalization/TextFormatArgumentModifier.cpp |
static bool ParseKeyValueArgs
&40;
const FTextFormatString & InArgsString,
TSortedMap< FTextFormatString, FTextFormatString > & OutArgKeyValues,
const TCHAR InValueSeparator,
const TCHAR InArgSeparator
&41;
Remarks
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)